body,html{overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}body{font-family:游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,sans-serif;background:linear-gradient(135deg,#dbeef4,#f5f7fa);color:#333;min-height:100vh}.nav{width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box;background:linear-gradient(135deg,#31859c,#215968);padding:.8rem 2rem;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-content{max-width:1400px;margin:0 auto;justify-content:space-between}.nav-content,.nav-title{display:flex;align-items:center}.nav-title{color:#fff;font-size:1.3rem;font-weight:700;gap:10px;white-space:nowrap}.nav-search-area{display:flex;align-items:center;gap:15px;margin-left:2rem;margin-right:auto}.nav-search-input{width:400px;padding:.4rem .8rem;border-radius:20px;border:none;font-size:.9rem;outline:none;background:hsla(0,0%,100%,.9);transition:background .3s}.nav-search-input:focus{background:#fff;box-shadow:0 0 0 2px rgba(75,172,198,.5)}.nav-history-link{color:hsla(0,0%,100%,.9);text-decoration:none;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:4px;transition:color .3s;white-space:nowrap}.nav-history-link:hover{color:#fff;text-decoration:underline}.nav-buttons{display:flex;gap:.8rem}.nav-btn{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.nav-btn:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.nav-btn.active{background:#4bacc6;border-color:#4bacc6}.nav-btn-sm{padding:.3rem .6rem;font-size:.8rem;background:rgba(0,0,0,.2);border-color:transparent}.nav-mobile-icons{display:none;align-items:center;gap:4px}.nav-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:none;cursor:pointer;color:#fff;border-radius:6px;transition:background .2s}.nav-icon-btn:hover{background:hsla(0,0%,100%,.15)}.nav-hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;background:transparent;border:none;cursor:pointer;color:#fff;border-radius:6px;transition:background .2s}.nav-hamburger:hover{background:hsla(0,0%,100%,.15)}.nav-hamburger-bar{display:block;width:22px;height:2px;background:currentColor;border-radius:1px;transition:transform .3s,opacity .3s}.nav-menu-mobile-wrapper{position:absolute;top:100%;right:0;padding-top:4px;padding-right:.5rem;z-index:1001;pointer-events:none}.nav-menu-mobile-wrapper .nav-menu-mobile{pointer-events:auto}.nav-menu-mobile{display:none;flex-direction:column;min-width:240px;padding:.5rem 0;background:#fff;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.12);border:1px solid rgba(0,0,0,.06)}.nav-menu-mobile--open{display:flex}.nav-menu-mobile-item{display:flex;align-items:center;gap:10px;width:100%;padding:.6rem 1rem;border:none;background:none;color:#333;font-size:.95rem;text-align:left;cursor:pointer;transition:background .2s}.nav-menu-mobile-item:hover{background:rgba(0,0,0,.05)}.nav-menu-mobile-item.active{background:rgba(49,133,156,.1)}.nav-menu-mobile-item.active,.nav-menu-mobile-item.active svg{color:#31859c}.nav-menu-mobile-item:not(.nav-menu-mobile-item--logout){color:#333}.nav-menu-mobile-item:not(.nav-menu-mobile-item--logout) svg{color:#5f9ea0;flex-shrink:0}.nav-menu-mobile-item svg{flex-shrink:0}.nav-menu-mobile-item--logout,.nav-menu-mobile-item--logout svg{color:#d9534f}.nav-menu-mobile-divider{height:0;margin:.25rem 0;border-top:1px solid #eee}.nav-menu-mobile-item--logout{color:#c62828}.nav-menu-mobile-item--logout:hover{background:rgba(198,40,40,.08)}@media (max-width:768px){.nav{position:relative}.nav-buttons,.nav-title-icon{display:none}.nav-mobile-icons{display:flex}}.container{max-width:1400px;margin:1rem auto;padding:0 1.5rem;overflow-x:hidden}.screen{display:none;animation:fadeIn .5s ease}.screen.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card{background:#fff;border-radius:10px;padding:1rem;margin-bottom:1rem;box-shadow:0 4px 6px rgba(0,0,0,.07);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.card,.card .report-block,.card .report-section,.card .report-section-item,.card .report-title-section{word-break:break-all;overflow-wrap:break-word;min-width:0}.card .report-block *,.card .report-section *,.card .report-section-item *{word-break:break-all;overflow-wrap:break-word}.card .schedule-table td,.card .schedule-table th,.card .special-reports-table td,.card .special-reports-table th,.card .visitors-table td,.card .visitors-table th{word-break:break-all;overflow-wrap:break-word;white-space:normal}.card .schedule-table .schedule-date-col,.card .visitors-table .visitor-date-col{white-space:nowrap}.card-header{font-size:1.1rem;font-weight:600;color:#31859c;margin-bottom:.8rem;padding-bottom:.4rem;border-bottom:2px solid #dbeef4;display:flex;justify-content:space-between;align-items:center}.card.news-list{height:250px;min-height:250px;max-height:250px;transition:height .3s ease,max-height .3s ease;overflow:hidden}.card.news-list .card-header{flex-shrink:0}.card.news-list .simple-list{flex:1 1;min-height:0;overflow-y:hidden;overflow-x:hidden}.card.news-list .show-all-link{flex-shrink:0}.card.news-list.expanded{height:auto;min-height:250px;max-height:none}.card.news-list.expanded .simple-list{overflow-y:visible}@media (max-width:768px){.card.news-list{height:auto;min-height:100px;max-height:none}.card.news-list .simple-list{flex:0 1 auto}.card.news-list.expanded{min-height:0}}.map-header-flex{display:flex;justify-content:flex-start;align-items:center;gap:20px}@media (max-width:768px){.map-header-flex{flex-direction:column;align-items:flex-start;gap:.5rem}}.map-select-box{padding:.2rem .5rem;border-radius:4px;border:1px solid #31859c;color:#333;font-size:.9rem;background:#fff;cursor:pointer}.simple-list{list-style:none;padding:0;margin:0;flex:1 1}.simple-list.scrollable-list{max-height:300px;overflow-y:auto;overflow-x:hidden}.simple-list.scrollable-list::-webkit-scrollbar{width:6px}.simple-list.scrollable-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.simple-list.scrollable-list::-webkit-scrollbar-thumb{background:#31859c;border-radius:3px}.simple-list.scrollable-list::-webkit-scrollbar-thumb:hover{background:#215968}.simple-list li{color:#333;padding:.5rem 0;border-bottom:1px solid #eee;cursor:pointer;line-height:1.4;font-size:.9rem;transition:color .2s;display:flex;align-items:start}.simple-list li:last-child{border-bottom:none}.simple-list li.location-header{border-bottom:none!important;border-top:none!important}.simple-list li:hover{color:#31859c}.simple-list li:hover .simple-list-item-text{text-decoration:underline}.simple-list li:hover .badge-new,.simple-list li:hover .risk-tag,.simple-list li:hover .status-read,.simple-list li:hover .status-unread{text-decoration:none!important}.show-all-link{text-align:right;margin-top:auto;padding-top:.5rem;font-size:.85rem}.show-all-link a{color:#31859c;text-decoration:none}.show-all-link a:hover{text-decoration:underline}.portal-controls{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.portal-select{padding:.4rem .8rem;font-size:.95rem;border:2px solid #4bacc6;border-radius:8px;background:#fff;color:#333;cursor:pointer;min-width:180px}.create-report-btn{background:#4bacc6;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-size:.9rem}.create-report-btn:hover{background:#31859c;transform:translateY(-2px);box-shadow:0 4px 12px rgba(75,172,198,.4)}.show-more-button{background:#fff;border:1px solid #4bacc6;color:#31859c;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .18s ease;font-size:.95rem}.show-more-button:hover{background:#f0fbff;transform:translateY(-2px);box-shadow:0 6px 12px rgba(75,172,198,.08)}@media (max-width:768px){.show-more-button{width:100%}}.summary-header{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.summary-header-title{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:0 .25em;color:#31859c;margin:0}@media (max-width:768px){.summary-header-title{display:flex;flex-direction:column;align-items:flex-start;gap:0}.summary-header-period{display:block}.summary-header .calendar-btn-container{margin-left:auto}}.calendar-btn-container{position:relative;display:inline-block}.calendar-btn{background:#fff;border:1px solid #4bacc6;color:#4bacc6;border-radius:6px;cursor:pointer;padding:4px 8px;display:flex;align-items:center;justify-content:center;transition:all .2s}.calendar-btn:hover{background:#f0f9ff;box-shadow:0 2px 5px rgba(0,0,0,.1)}.calendar-icon{width:18px;height:18px;fill:currentColor}.modal-overlay{inset:0;background:rgba(0,0,0,.35);z-index:999}.calendar-box{background:#fff;border-radius:14px;width:340px;padding:16px;box-shadow:0 10px 30px rgba(0,0,0,.15);max-height:90dvh;display:flex;flex-direction:column;overflow-y:auto;margin:auto}.calendar-header{margin-bottom:8px}.calendar-nav{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:6px}.calendar-nav button{border:none;background:#f0f0f0;border-radius:8px;padding:4px 10px;cursor:pointer}.calendar-range-inputs{display:flex;align-items:center;gap:8px;margin-bottom:6px}.calendar-range-inputs label{display:flex;flex-direction:column;font-size:.75rem;color:#555}.calendar-range-inputs input{padding:6px 8px;border-radius:8px;border:1px solid #ccc;font-size:.85rem}.range-sep{margin-top:14px;color:#888}.calendar-selection{font-size:.8rem;color:#666}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;grid-gap:4px;gap:4px}.calendar-grid.header{font-size:.75rem;color:#888;margin-bottom:4px}.calendar-day{padding:8px 0;border-radius:8px;cursor:pointer}.calendar-day:hover{background:#eee}.calendar-day.outside{color:#bbb}.calendar-day.selected{background:#4bacc6;color:#fff}.calendar-day.in-range{background:rgba(75,172,198,.25)}.calendar-actions{display:flex;justify-content:space-between;margin-top:10px}.calendar-actions button{border-radius:8px;padding:6px 14px;border:none;cursor:pointer}.calendar-actions .sub{background:#eee}.calendar-actions .main{background:#4bacc6;color:#fff}.badge-new{background:#f44;color:#fff;font-size:.7rem;font-weight:700;padding:1px 5px;border-radius:4px;margin-right:6px;vertical-align:.15em;white-space:nowrap;box-shadow:0 2px 4px rgba(255,68,68,.3);animation:pulse-red 2s infinite}@keyframes pulse-red{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.risk-tag{display:inline-block;padding:1px 6px;border-radius:4px;font-size:.75rem;font-weight:700;margin-right:6px;vertical-align:.15em;white-space:nowrap}.risk-tag.high{background:#ffebee;color:#c62828;border:1px solid #ef5350}.risk-tag.medium{background:#fff8e1;color:#f57c00;border:1px solid #ffa726}.risk-tag.low{background:#e8f5e9;color:#2e7d32;border:1px solid #66bb6a}.status-unread{color:#f57c00;font-weight:700;background:#fff8e1}.status-read,.status-unread{font-size:.85rem;padding:2px 8px;border-radius:12px}.status-read{color:#999;background:#f5f5f5}.risk-badge{display:inline-block;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-right:.5rem;margin-bottom:.5rem}.risk-high{background:#ffebee;color:#c62828;border:1px solid #ef5350}.risk-medium{background:#fff8e1;color:#f57c00;border:1px solid #ffa726}.risk-low{background:#e8f5e9;color:#2e7d32;border:1px solid #66bb6a}.grid-2{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));grid-gap:1rem}.grid-2,.grid-3{display:grid;gap:1rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1rem}.split-map-report{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.ai-report-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:.8rem;gap:.8rem;height:100%}.ai-report-box{background:#f8f9fa;border-radius:8px;padding:.8rem;border-left:4px solid #ccc;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}.ai-report-title{font-weight:700;font-size:.9rem;margin-bottom:.3rem;display:flex;align-items:center;gap:5px;white-space:nowrap}.ai-report-text{font-size:.8rem;color:#555;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis}.detail-grid{display:grid;grid-template-columns:6fr 4fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.sticky-chat{background:#fff;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.07);height:calc(100vh - 120px);min-height:600px;position:-webkit-sticky;position:sticky;top:100px}.map-container,.sticky-chat{border-radius:12px;display:flex;flex-direction:column}.map-container{background:linear-gradient(135deg,#93cddd,#4bacc6);padding:0;position:relative;height:400px;min-height:400px;overflow:hidden;flex:1 1;width:100%}.map-title-overlay{position:absolute;top:10px;left:50px;z-index:400;background:hsla(0,0%,100%,.9);padding:.2rem .6rem;border-radius:6px;font-weight:700;color:#31859c;font-size:.8rem;box-shadow:0 2px 4px rgba(0,0,0,.15)}#realMap{width:100%;height:100%;min-height:400px;border-radius:0 0 12px 12px;z-index:1}.custom-marker{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;text-shadow:0 0 3px #fff}.leaflet-tooltip{white-space:normal;width:400px;max-width:90vw;font-size:.9rem;line-height:1.5;padding:8px 12px;border-radius:6px;border:1px solid #4bacc6;box-shadow:0 4px 15px rgba(0,0,0,.2);font-family:Segoe UI,sans-serif;color:#333;background:hsla(0,0%,100%,.98);word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;box-sizing:border-box}.custom-map-tooltip{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;white-space:normal!important;width:400px!important;max-width:90vw!important;font-size:.9rem!important;line-height:1.3!important;padding:0!important;border-radius:6px!important;border:1px solid #4bacc6!important;box-shadow:0 4px 15px rgba(0,0,0,.2)!important;font-family:Segoe UI,sans-serif!important;color:#333!important;background:hsla(0,0%,100%,.98)!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;box-sizing:border-box!important;overflow:visible!important}.custom-map-tooltip-inner{display:flex;flex-direction:row;align-items:stretch;min-height:0}.custom-map-tooltip-scroll{flex:1 1;min-width:0;padding:10px 14px;max-height:11.5em;overflow-y:auto;overflow-x:hidden}.custom-map-tooltip--scrollable .custom-map-tooltip-scroll{scrollbar-width:none;-ms-overflow-style:none}.custom-map-tooltip--scrollable .custom-map-tooltip-scroll::-webkit-scrollbar{display:none}.custom-map-tooltip-scrollbar{width:0;overflow:hidden;flex-shrink:0}.custom-map-tooltip--scrollable .custom-map-tooltip-scrollbar{width:10px;padding:8px 0;margin-left:2px}.custom-map-tooltip-scrollbar-track{position:relative;width:6px;height:100%;min-height:60px;background:rgba(0,0,0,.08);border-radius:3px;margin:0 auto}.custom-map-tooltip-scrollbar-thumb{position:absolute;left:0;right:0;width:6px;min-height:20px;background:#31859c;border-radius:3px;cursor:-webkit-grab;cursor:grab;transition:background .15s}.custom-map-tooltip-scrollbar-thumb:hover{background:#215968}.custom-map-tooltip-scrollbar-thumb:active{cursor:-webkit-grabbing;cursor:grabbing}.custom-map-tooltip .tooltip-category{margin:0;padding:0}.custom-map-tooltip .tooltip-category-with-spacing{margin-top:12px}.custom-map-tooltip .tooltip-category-items,.custom-map-tooltip .tooltip-category-title{margin:0;padding:0}.custom-map-tooltip .tooltip-news-item{padding:0;margin:0 0 2px}.custom-map-tooltip .tooltip-news-item:last-child{margin-bottom:0}.report-section-item h3{color:#31859c;margin-bottom:1rem;font-size:1.2rem}.schedule-table,.special-reports-table,.visitors-table{width:100%;border-collapse:collapse;border:1px solid #ddd;margin-bottom:1rem}.schedule-table th,.special-reports-table th,.visitors-table th{padding:.8rem;text-align:left;border:1px solid #ddd;font-weight:600;background:#f8f9fa;white-space:nowrap}.schedule-table td,.special-reports-table td,.visitors-table td{padding:.8rem;border:1px solid #ddd;line-height:1.6}.schedule-table tbody tr:hover,.special-reports-table tbody tr:hover,.visitors-table tbody tr:hover{background:#f8f9fa}@media (max-width:768px){.visitors-section .visitors-mobile-header{display:flex!important;align-items:center;justify-content:space-between;gap:.5rem;background:transparent;padding:.6rem 0;border-radius:8px}.visitors-section .visitors-mobile-header-icon{flex-shrink:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#fdfdf5;border:1px solid #e5e5e5;border-radius:6px;font-size:1.1rem;line-height:1}.visitors-section .visitors-mobile-header-title{flex:1 1;font-weight:700;color:#000;font-size:.95rem}.visitors-section .visitors-count{flex-shrink:0;background:#fff;color:grey;padding:.25rem .6rem;border-radius:12px;font-size:.8rem}.visitors-section .visitors-desktop-title{display:none!important}.visitors-section .visitors-table-wrap{overflow-x:hidden;max-width:100%}.visitors-section .visitors-table,.visitors-section .visitors-table td,.visitors-section .visitors-table th{border-width:0!important;border-style:none!important}.visitors-section .visitors-table{border:none;display:block}.visitors-section .visitors-table thead{display:none}.visitors-section .visitors-table tbody{display:block}.visitors-section .visitors-table tbody tr.visitor-card{display:block;position:relative;max-width:100%;box-sizing:border-box;background:#fff;border:1px solid #eee;border-left:4px solid #7a9df7;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.06);padding:.75rem .9rem;margin-bottom:.6rem}.visitors-section .visitors-table tbody tr.visitor-card:hover{background:#fff}.visitors-section .visitors-table tbody td{display:block;border:none!important;padding:.25rem 0!important;line-height:1.4}.visitors-section .visitors-table .visitor-name-col{font-weight:700;font-size:1rem;margin-bottom:.35rem;padding-bottom:0;padding-right:4rem!important;box-sizing:border-box;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;color:#333}.visitors-section .visitors-table .visitor-name-col .visitor-name-main{color:#000}.visitors-section .visitors-table .visitor-name-col .visitor-name-desc{color:#999;font-weight:400}.visitors-section .visitors-table .visitor-date-col{position:absolute;top:.75rem;right:.9rem;width:3rem;min-width:3rem;box-sizing:border-box;padding:0!important;margin:0!important;text-align:right}.visitors-section .visitors-table .visitor-date-badge{display:inline-block;background:#efefef;color:#555;padding:.25rem .5rem;border-radius:12px;font-size:.75rem}.visitors-section .visitors-table .visitor-location-col,.visitors-section .visitors-table .visitor-matter-col{display:inline-block!important;margin-right:.2rem;vertical-align:top;padding:0}.visitors-section .visitor-tag{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.8rem;color:#333}.visitors-section .visitor-tag--matter{background:#ebfbf5;color:#1cac89}.visitors-section .visitor-tag--matter:before{content:"📄 ";font-size:.75em;color:#bebebe}.visitors-section .visitor-tag--location{background:#f5f0ff;color:#6e32c8}.visitors-section .visitor-tag--location:before{content:"📍 ";font-size:.75em;color:#c83232}}.special-reports-table tbody tr.highlighted{background:#fff3cd!important;border:2px solid #ffc107!important}@media (max-width:768px){.special-reports-section .special-reports-mobile-header{display:flex!important;align-items:center;justify-content:space-between;gap:.5rem;background:transparent;padding:.6rem 0;border-radius:8px}.special-reports-section .special-reports-mobile-header-icon{flex-shrink:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#fdfdf5;border:1px solid #e5e5e5;border-radius:6px;font-size:1.1rem;line-height:1}.special-reports-section .special-reports-mobile-header-title{flex:1 1;font-weight:700;color:#000;font-size:.95rem}.special-reports-section .special-reports-count{background:#fff;color:grey;padding:.25rem .6rem;border-radius:12px;font-size:.8rem}.special-reports-section .special-reports-desktop-title{display:none!important}.special-reports-section .special-reports-mobile-cards{display:block!important}.special-reports-section .special-reports-table-wrap{display:none!important}.special-report-card{background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:.75rem;overflow:hidden;border:1px solid #eee;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}.special-report-card:focus{outline:none!important;box-shadow:0 1px 3px rgba(0,0,0,.06)}.special-report-card:focus-visible{outline:none!important;box-shadow:0 1px 3px rgba(0,0,0,.06)}.special-report-card *{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}.special-report-card:last-child{margin-bottom:0}.special-report-card-summary{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;cursor:pointer;list-style:none}.special-report-card-summary::-webkit-details-marker{display:none}.special-report-card-summary{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}.special-report-card-summary:focus{outline:none!important;outline-width:0!important;outline-color:transparent!important;box-shadow:none!important}.special-report-card-summary:focus-visible{outline:none!important;outline-width:0!important;outline-color:transparent!important;box-shadow:none!important}.special-report-card-summary::-moz-focus-inner{border:none!important;padding:0!important}.special-report-badge{flex-shrink:0;width:2rem;height:2rem;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.95rem;background:#4264f5}.special-report-card:nth-child(3n+1) .special-report-badge{background:#4264f5}.special-report-card:nth-child(3n+2) .special-report-badge{background:#de942c}.special-report-card:nth-child(3n+3) .special-report-badge{background:#44a889}.special-report-card-head{flex:1 1;min-width:0}.special-report-category{display:block;font-size:.75rem;color:#888;margin-bottom:.25rem}.special-report-title{display:block;font-weight:700;font-size:1rem;color:#2c2c2c;margin-bottom:.4rem;line-height:1.3}.special-report-chips{display:flex;flex-wrap:wrap;gap:.3rem}.special-report-chip{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.75rem;font-weight:700}.special-report-chip--client{background:#fdf5f6;color:#d95b72}.special-report-chip--req{background:#fefbf2;color:#d78b2d}.special-report-chevron{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#888;background:#f8f8f8;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:none;transform-origin:50% 50%;transform:rotate(-90deg);-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;pointer-events:none}.special-report-chevron .special-report-chevron-svg{display:block;width:1rem;height:1rem}.special-report-card[open] .special-report-chevron{transform:rotate(90deg);background:#f0f5ff;color:#3f5ff9;border:1px solid #c2d9ff;border-radius:10px}.special-report-card[open] .special-report-badge{border-radius:6px}.special-report-card-body{padding:.85rem 1rem 1rem calc(1rem + 2rem + .75rem);border-top:1px solid #f0f0f0}.special-report-card-body .special-report-submitter{font-size:.9rem;color:#555;margin-bottom:.5rem}.special-report-card-content{font-size:.9rem;line-height:1.6;color:#2c2c2c}.special-report-card-content .content-subheading{font-size:.9rem;color:#888;margin-top:.75rem;margin-bottom:.35rem}.special-report-card-content .content-subheading:first-child{margin-top:0}.special-report-card-content p{margin:0 0 .5rem}.special-report-card-content p:last-child{margin-bottom:0}.special-report-card-content strong{font-weight:700}.special-report-card-content .achievement-rate{color:#d4a017;font-weight:700}}.schedule-table{table-layout:auto}.schedule-table .schedule-date-col{min-width:4.5rem;width:auto;white-space:nowrap}.schedule-table .schedule-person-col{width:auto;word-wrap:break-word;white-space:normal;overflow-wrap:break-word}.schedule-person-header{display:flex;flex-direction:column;align-items:center;gap:.5rem}.schedule-person-image{width:120px;height:120px;object-fit:contain}.schedule-person-name{font-size:.9rem;font-weight:600;color:#333}.visitors-table{table-layout:auto}.visitors-table .visitor-name-col{width:auto;white-space:nowrap}.visitors-table .visitor-matter-col{width:auto;word-wrap:break-word;white-space:normal}.visitors-table .visitor-date-col,.visitors-table .visitor-location-col{width:auto;white-space:nowrap}.special-reports-table{table-layout:auto}.special-reports-table .report-no-col{width:50px;min-width:50px;max-width:50px}.special-reports-table .report-category-col,.special-reports-table .report-requirement-col{width:auto;min-width:120px}.special-reports-table .report-client-col{width:auto;min-width:5.5rem;white-space:nowrap}.special-reports-table thead .report-client-col{white-space:nowrap}.special-reports-table .report-project-col{width:auto;min-width:5.5em;white-space:nowrap}.special-reports-table .report-submitter-col{width:auto;min-width:5em;white-space:nowrap}.special-reports-table .report-content-col{width:auto;word-wrap:break-word;white-space:normal}.report-title-section{margin-bottom:2rem}.report-title-section h2{margin:0 0 1rem;font-size:1.5rem;color:#31859c}.report-title-section .meta-info{display:flex;flex-wrap:wrap}.report-title-section .meta-info>div{background:#f8f9fa;padding:.5rem 1rem;border-radius:4px}.tooltip-expand-link{color:#31859c!important;text-decoration:underline!important;cursor:pointer!important;font-size:.85rem!important;margin-top:4px!important;display:inline-block!important;transition:color .2s ease!important}.tooltip-expand-link:hover{color:#215968!important;text-decoration:underline!important}.marker-cluster-container{position:relative;display:flex;align-items:flex-end;overflow:visible!important}.marker-main-icon{position:relative;flex-shrink:0;z-index:5}.marker-secondary-icons{display:flex;gap:2px;align-items:center;margin-left:4px;position:relative;z-index:4}.marker-count-badge{top:-8px;right:-8px;width:20px;height:20px;font-size:11px;box-shadow:0 2px 4px rgba(0,0,0,.3)}.marker-count-badge,.marker-count-badge-small{position:absolute;background-color:#fff;color:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;border:1px solid #ddd;z-index:10}.marker-count-badge-small{top:-6px;right:-6px;width:16px;height:16px;font-size:9px;box-shadow:0 1px 3px rgba(0,0,0,.3)}.map-stats-box{position:absolute;bottom:5px;left:5px;background:#fff;padding:.4rem;border-radius:6px;z-index:500;box-shadow:0 2px 8px rgba(0,0,0,.2);font-family:Segoe UI,sans-serif;font-size:.75rem}.leaflet-control,.leaflet-control-container,.leaflet-control-container .leaflet-bottom,.leaflet-control-container .leaflet-top{z-index:500!important}.leaflet-popup-content-wrapper{border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,.2);padding:0}.leaflet-popup-content{margin:5px 8px;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center}.popup-row{display:flex;align-items:center;gap:2px;white-space:nowrap}.popup-icon{font-size:1rem}.popup-count{font-weight:700;font-size:.9rem}.report-header{background:linear-gradient(135deg,#4bacc6,#31859c);color:#fff;padding:.8rem;border-radius:10px 10px 0 0;margin:-1rem -1rem .8rem}.report-meta{line-height:1.5}@media (max-width:768px){.report-header>div{margin-top:.25rem!important}.report-meta{line-height:1.25!important;margin-top:0!important}}.report-section{background:#f8f9fa;padding:.8rem;border-radius:8px;margin-bottom:.8rem}.report-section h3{color:#31859c;margin-bottom:.4rem;font-size:1rem}.report-tabs-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border-bottom:2px solid #e0e0e0}.report-tabs{display:flex;gap:.5rem;flex-wrap:nowrap;background-color:#fff;min-width:min-content}.report-tab{padding:.75rem 1.5rem;background:#f8f9fa;border:1px solid #ddd;border-bottom:3px solid transparent;cursor:pointer;font-size:.95rem;color:#666;transition:all .3s ease;border-radius:6px 6px 0 0;margin-bottom:-2px;margin-right:.25rem;white-space:nowrap;flex-shrink:0}.report-tab:hover{background:#e9ecef;color:#31859c;border-color:#31859c}.report-tab.active{background:#fff;color:#31859c;border-color:#31859c;font-weight:600;border-width:1px 1px 3px;box-shadow:0 -2px 4px rgba(49,133,156,.1)}.report-tab .tab-label{font-weight:inherit;min-width:7rem}.report-tab-contents{position:relative}.report-tab-content{display:none}.report-tab-content.active{display:block}.map-icon-pin{background:none!important;border:none!important}.map-icon-pin-wrap{line-height:0}.report-section ul,ol{list-style-position:inside}.text-highlight{background-color:#fff9c4;color:#c62828;font-weight:700;padding:1px 3px;border-radius:3px}.chat-messages{flex:1 1;overflow-y:auto;padding:1rem;background:#f8f9fa;border-radius:8px;margin-bottom:1rem}.chat-message{margin-bottom:1rem;display:flex;flex-direction:column;gap:.3rem}.chat-message.user{align-items:flex-end}.message-bubble{max-width:80%;padding:.8rem 1.2rem;border-radius:12px;background:#b7dee8;position:relative}.chat-message.user .message-bubble{background:#4bacc6;color:#fff}.chat-input-container{display:flex;gap:.5rem}.chat-input{flex:1 1;padding:.8rem;border:2px solid #dbeef4;border-radius:8px;font-size:.95rem}.chat-send{background:#4bacc6;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.chat-actions{display:flex;gap:8px;margin-top:4px;margin-left:4px;opacity:.8}.chat-actions:hover{opacity:1}.action-btn{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#555;transition:background .2s;display:flex;align-items:center;justify-content:center}.action-btn:hover{background:rgba(0,0,0,.05);color:#31859c}.action-btn svg{width:18px;height:18px;fill:currentColor}.summary-chatbox-container{display:flex;flex-direction:column;overflow:hidden}.resize-handle{width:14px;height:14px;position:absolute;left:4px;top:4px;cursor:nw-resize;background:linear-gradient(315deg,transparent 40%,#fff 0,#fff 60%,transparent 0)}.summary-chat-header{background:#4bacc6;color:#fff;padding:.6rem 1rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.summary-chat-messages{flex:1 1;padding:.8rem;background:#f5f7fa;overflow-y:auto;font-size:.85rem}.summary-chat-messages ul{list-style-position:inside}.summary-chat-input-area{padding:.5rem;display:flex;gap:.4rem;border-top:1px solid #dbeef4}.summary-chat-input{flex:1 1;border:1px solid #dbeef4;border-radius:6px;padding:.4rem .5rem;font-size:.85rem}.summary-chat-send{background:#4bacc6;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-size:.85rem}.summary-chat-rating-wrap{display:flex;gap:.5rem;margin-top:.35rem;align-items:center}.summary-chat-copy-btn{color:#ccc}.summary-chat-copy-btn:hover{color:#678}.summary-chat-other-textarea::placeholder{font-weight:300;color:#aaa}.summary-chat-button{bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;border:none;background:#4bacc6;color:#fff;box-shadow:0 4px 15px rgba(0,0,0,.25);cursor:pointer;z-index:1600;font-size:1.4rem}.modal-overlay,.summary-chat-button{position:fixed;display:none;align-items:center;justify-content:center}.modal-overlay{top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2000;animation:fadeIn .2s ease}.mail-window{width:800px;height:600px;background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden;font-family:Segoe UI,sans-serif}.mail-header{background:#0078d4;color:#fff;padding:.6rem 1rem;font-weight:600;font-size:.95rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #005a9e}.mail-btn-close{background:transparent;border:none;color:#fff;font-size:1rem;cursor:pointer;opacity:.8}.mail-btn-close:hover{opacity:1}.mail-toolbar{padding:.6rem 1rem;background:#fcfcfc;border-bottom:1px solid #edebe9;gap:.5rem}.mail-tool-btn,.mail-toolbar{display:flex;align-items:center}.mail-tool-btn{background:transparent;border:none;color:#333;cursor:pointer;gap:6px;padding:6px 12px;border-radius:4px;font-size:.9rem}.mail-tool-btn:hover{background:#f3f2f1}.mail-tool-btn.send{background:#0078d4;color:#fff;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,.1)}.mail-tool-btn.send:hover{background:#106ebe}.mail-fields{padding:.8rem 1.5rem;background:#fff;display:flex;flex-direction:column;gap:8px}.mail-field{display:flex;align-items:center;border-bottom:1px solid #edebe9;padding-bottom:4px}.mail-label{width:60px;color:#666;font-size:.9rem}.mail-input{padding:.4rem;font-family:inherit;font-size:.95rem}.mail-body,.mail-input{flex:1 1;border:none;outline:none}.mail-body{padding:1.5rem;resize:none;font-family:Segoe UI,sans-serif;font-size:1rem;line-height:1.6;color:#333}.outlook-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:100000}.outlook-modal-box{background:#fff;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.18);max-width:520px;width:92%;padding:18px;font-family:Segoe UI,sans-serif;color:#222}.outlook-modal-box p{margin:0 0 12px;color:#333}.outlook-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.outlook-modal-btn{padding:8px 12px;border-radius:8px;border:1px solid #d9d9d9;background:#f7f7f7;cursor:pointer;font-size:.95rem}.outlook-modal-btn:hover{background:#f0f0f0}.outlook-modal-btn.primary{background:#0078d4;color:#fff;border-color:#0567b7;box-shadow:0 2px 6px rgba(3,78,162,.12)}.outlook-modal-btn.primary:disabled{opacity:.5;cursor:default}.search-results-modal{width:600px;max-height:80vh;background:#fff;border-radius:12px;padding:2rem;overflow-y:auto}.search-result-item{padding:1rem;border-bottom:1px solid #eee;cursor:pointer}.search-result-item:hover{background:#f9f9f9}.history-table{width:100%;border-collapse:collapse;margin-top:1rem}.history-table td,.history-table th{padding:.8rem;border-bottom:1px solid #eee;text-align:left;font-size:.9rem}.history-table th{background-color:#f5f7fa;color:#31859c;font-weight:600}.history-search-input{width:100%;padding:.6rem;border:1px solid #dbeef4;border-radius:6px;font-size:.95rem;margin-top:.5rem;margin-bottom:.5rem}.file-icon{font-size:1.4rem;display:block;text-align:center}.research-container{height:calc(100vh - 180px);min-height:600px;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:2rem}.research-chat-rating-wrap{display:flex;gap:.5rem;margin-top:.35rem;align-items:center}.research-chat-rating-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .9rem;border-radius:8px;border:none;font-size:.8rem;cursor:pointer;color:#333}.research-chat-rating-btn:hover{opacity:.9}.research-chat-feedback{margin-top:.6rem;padding:1rem;background:#fff;border-radius:10px;border:1px solid #e8e8e8;width:100%;box-sizing:border-box}.research-chat-feedback-title{font-weight:600;font-size:.95rem;margin-bottom:.25rem;color:#333}.research-chat-feedback-subtitle{font-size:.8rem;color:#666;margin-bottom:.75rem}.research-chat-feedback-options{display:flex;flex-direction:column;gap:.4rem}.research-chat-feedback-other-wrap{background:#b7dee8;border-radius:8px;padding:.75rem;border:none}.research-chat-feedback-other-label span:first-child{display:block;font-weight:600;font-size:.8rem;color:#333}.research-chat-feedback-other-en{font-size:.75rem;color:#666}.research-chat-feedback-other-label{margin-bottom:.5rem;color:#333}.research-chat-other-textarea{width:100%;min-height:80px;padding:.5rem .6rem;border-radius:6px;border:1px solid #e0e0e0;background:#fff;font-size:.8rem;color:#333;resize:none;box-sizing:border-box}.research-chat-other-textarea::placeholder{font-weight:300;color:#aaa}.research-chat-feedback-option-btn{text-align:left;padding:.5rem .7rem;border-radius:8px;border:1px solid #d0d0d0;background:#fff;color:#333;font-size:.8rem;cursor:pointer;line-height:1.4}.research-chat-feedback-option-btn.selected{border-color:#e0e0e0;background:#f5f5f5}.research-chat-feedback-option-en{font-size:.75rem;color:#666}.research-chat-feedback-submit{margin-top:.9rem;width:100%;padding:.5rem 1rem;border-radius:8px;border:none;background:#4bacc6;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer}.research-chat-feedback-submit:hover{opacity:.95}.calendar-modal .calendar-box{background:#fff;padding:1rem;border-radius:10px;width:340px;max-width:95%;box-shadow:0 8px 30px rgba(0,0,0,.15)}.calendar-modal .calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;flex-direction:column}.calendar-modal .calendar-nav button{background:transparent;border:none;cursor:pointer;font-weight:600;color:#31859c}.calendar-modal .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:6px;gap:6px;text-align:center;font-size:.9rem}.calendar-modal .calendar-day{padding:8px 6px;border-radius:6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.calendar-modal .calendar-day:hover{background:#f0fbff}.calendar-modal .calendar-day.outside{color:#bbb}.calendar-modal .calendar-day.in-range{background:linear-gradient(90deg,rgba(75,172,198,.15),rgba(75,172,198,.08));color:#0b5666}.calendar-modal .calendar-day.selected{background:#4bacc6;color:#fff;font-weight:700}.calendar-modal .calendar-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:10px}.calendar-modal{display:none}.snippet-highlight{background-color:#fff9c4;color:#c62828;font-weight:700;padding:2px 4px;border-radius:3px}.report-content h3{color:#31859c;margin-bottom:.4rem;margin-top:2rem;font-size:1rem}.report-content table{border-collapse:collapse;width:100%;margin-top:8px}.report-content td,.report-content th{border:1px solid #eee;padding:6px;font-size:13px}.report-content th{white-space:nowrap}.evidence-content table{width:100%;border-collapse:collapse;margin:.3rem 0;font-size:.75rem}.evidence-content td,.evidence-content th{border:1px solid #d1e5ea;padding:.4rem .5rem;text-align:left}.evidence-content th{background:linear-gradient(135deg,#e8f4f7,#dbeef4);color:#31859c;font-weight:600;white-space:nowrap}.evidence-content tr:nth-child(2n){background:rgba(219,238,244,.3)}.evidence-content tr:hover{background:rgba(75,172,198,.1)}.message-bubble table,.research-chat-answer-body table,.summary-chat-answer-body table{width:100%;border-collapse:collapse;margin:.5rem 0;font-size:.85rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);border-radius:6px;overflow:hidden}.message-bubble td,.message-bubble th,.research-chat-answer-body td,.research-chat-answer-body th,.summary-chat-answer-body td,.summary-chat-answer-body th{border:1px solid #b8d4dc;padding:.5rem .6rem;text-align:left;background:#fff}.message-bubble th,.research-chat-answer-body th,.summary-chat-answer-body th{background:#31859c;color:#fff;font-weight:700;font-size:.9em;white-space:nowrap;letter-spacing:.02em}.message-bubble tbody tr:nth-child(2n) td,.message-bubble tbody tr:nth-child(2n) th,.research-chat-answer-body tbody tr:nth-child(2n) td,.research-chat-answer-body tbody tr:nth-child(2n) th,.summary-chat-answer-body tbody tr:nth-child(2n) td,.summary-chat-answer-body tbody tr:nth-child(2n) th{background:#e8f4f7}.message-bubble,.research-chat-answer-body,.summary-chat-answer-body{overflow-x:auto}.message-bubble table,.research-chat-answer-body table,.summary-chat-answer-body table{min-width:max-content}.report-table-container{width:100%;max-width:2000px;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #e6eef2}.report-table{width:100%;min-width:1200px;border-collapse:collapse;table-layout:auto;font-size:15px;-webkit-text-size-adjust:100%}.report-table th{text-align:left;padding:.6rem .8rem;border-bottom:2px solid #31859c;background-color:#f3f3f3}.report-table th .col-header{background:transparent;border:none;font-weight:700;color:#31859c;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:0;justify-content:space-between;width:100%}.report-table th .col-header:focus{outline:2px solid rgba(49,133,156,.2);outline-offset:2px}.report-table .chevron{font-size:1rem;color:#31859c}.report-table tbody tr:hover{background:#f6fbfc}.report-table td input[type=checkbox]{transform:scale(1.1);margin-left:0}.report-table td.report-cell{padding:.6rem .8rem}.report-table td.report-empty{padding:1rem;text-align:center;color:#666}.report-detail-cell{padding:0;background:#fff}.report-detail-row .report-block{margin:0}.report-filter-panel{position:absolute;background:#fff;border:1px solid #e6eef2;box-shadow:0 6px 18px rgba(0,0,0,.08);padding:12px;border-radius:8px;min-width:300px;text-align:center;display:block;z-index:9999}.report-filter-panel .sort-btn-container{margin-bottom:12;display:flex;flex-direction:column;gap:8}.sort-btn-container .sort-btn{flex:1 1;border:none;border-bottom:1px solid #cfdcdc;padding:6px 10px;cursor:pointer;text-align:left;outline:none}.report-filter-panel .filter-label{font-weight:600;margin:8px 0;color:#31859c}.report-filter-panel .filter-input{margin-bottom:8px}.report-filter-panel .filter-btn{flex:1 1;color:#fff;border:none;padding:.5rem .7rem;border-radius:4}.report-filter-panel input[type=date],.report-filter-panel input[type=text],.report-filter-panel select{width:100%!important;box-sizing:border-box;padding:6px;border:1px solid #ddd;border-radius:4px;display:block;margin:0 auto}.report-filter-panel input[type=date]{min-width:0!important;-webkit-appearance:none}@media screen and (max-width:768px){.report-table,.report-table th .col-header{font-size:12px}.report-table td.report-cell,.report-table th{padding:8px 6px}}