@import"https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";.category-modal-backdrop{position:fixed;z-index:200;inset:0;display:grid;overflow-y:auto;place-items:center;padding:28px;background:#0d1c159e;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.category-modal{width:min(100%,790px);max-height:calc(100vh - 56px);overflow-y:auto;padding:27px;border:1px solid rgba(255,255,255,.75);border-radius:24px;background:#fff;box-shadow:0 35px 90px #031a114d;animation:category-modal-in .18s ease-out}@keyframes category-modal-in{0%{opacity:0;transform:translateY(10px) scale(.985)}}.category-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.category-modal-header>div{display:flex;align-items:center;gap:13px}.category-modal-icon{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;color:#9b5e2f;border-radius:14px;background:#fff0df}.category-modal-header>div>div>span{color:#9b6333;font-size:10px;font-weight:800}.category-modal-header h2{margin:3px 0 0;color:#1d2a23;font-size:22px;letter-spacing:-.04em}.category-modal-header>button{display:grid;width:35px;height:35px;flex:0 0 auto;place-items:center;color:#758078;border:0;border-radius:10px;background:#f2f5f2;cursor:pointer}.category-modal-description{margin:17px 0 18px;padding:12px 14px;color:#68736c;border-radius:11px;background:#f5f7f5;font-size:10px;line-height:1.65}.category-recommendation-guide{margin-top:10px;margin-bottom:14px}.analysis-highlights{display:grid;gap:12px;margin:17px 0 0;padding:15px;color:#435048;border:1px solid #dbe9e1;border-radius:15px;background:linear-gradient(135deg,#f2f9f5,#fbfdfc)}.analysis-highlight-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.analysis-highlight-summary>div{min-width:0}.analysis-highlight-summary>div>span{color:#33775e;font-size:9px;font-weight:800}.analysis-highlight-summary p{margin:4px 0 0;color:#25342c;font-size:11px;font-weight:700;line-height:1.55;word-break:keep-all;overflow-wrap:anywhere}.analysis-severity{flex:0 0 auto;padding:6px 9px;color:#fff;border-radius:999px;font-size:8px;font-weight:800}.analysis-severity[class*=severity-]{color:#fff}.analysis-severity.severity-low{background:#5e846f}.analysis-severity.severity-medium{background:#397ba6}.analysis-severity.severity-high{background:#df812a}.analysis-severity.severity-critical{background:#d84b28}.analysis-highlight-row{display:grid;grid-template-columns:145px minmax(0,1fr);align-items:start;gap:10px;padding-top:11px;border-top:1px solid #e0ebe5}.analysis-highlight-row>strong{display:flex;align-items:center;gap:6px;color:#526159;font-size:9px;line-height:1.5;word-break:keep-all}.analysis-highlight-row>strong svg{flex:0 0 auto;color:#2f8061}.analysis-agency-list{display:flex;flex-wrap:wrap;gap:5px}.analysis-agency-list span{padding:4px 7px;color:#276b52;border:1px solid #cfe3d8;border-radius:999px;background:#fff;font-size:8px;font-weight:700}.analysis-reasons ul{display:grid;gap:4px;margin:0;padding-left:15px}.analysis-reasons li{color:#657169;font-size:8px;line-height:1.55;word-break:keep-all;overflow-wrap:anywhere}.category-option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.category-option-grid>button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:13px;color:inherit;border:1px solid #dfe5e0;border-radius:14px;background:#fff;text-align:left;cursor:pointer;transition:border .15s ease,background .15s ease,transform .15s ease}.category-option-grid>button:hover{border-color:#a9cbbb;transform:translateY(-1px)}.category-option-grid>button.selected{border-color:#4b9a79;background:#f0f8f4;box-shadow:inset 0 0 0 1px #0e6b4e14}.category-option-icon{display:grid;width:42px;height:42px;place-items:center;color:#197453;border-radius:12px;background:#e9f4ee}.category-option-copy{min-width:0}.category-option-copy strong,.category-option-copy small,.category-option-copy em{display:block}.category-option-copy strong{color:#2b3931;font-size:12px}.category-option-copy small{overflow:hidden;margin-top:2px;color:#77827b;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.category-option-copy em{margin-top:4px;color:#a0a8a3;font-size:7px;font-style:normal}.category-radio-mark{display:grid;width:22px;height:22px;place-items:center;color:#fff;border:1px solid #ccd6d0;border-radius:50%;background:#fff}.selected .category-radio-mark{border-color:var(--green);background:var(--green)}.category-modal-notice{display:flex;align-items:flex-start;gap:9px;margin-top:16px;padding:11px 13px;color:#755b3d;border:1px solid #ecdcc8;border-radius:11px;background:#fff9f1}.category-modal-notice svg{flex:0 0 auto;margin-top:1px}.category-modal-notice p{margin:0;font-size:8px;line-height:1.55}.category-modal-notice strong{display:block;font-size:9px}.category-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid #e8ece9}.category-modal-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 15px;border-radius:10px;font-size:10px;font-weight:700;cursor:pointer}.category-cancel-button{color:#66736b;border:1px solid #dce3de;background:#fff}.category-confirm-button{color:#fff;border:0;background:var(--green)}.category-confirm-button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:620px){.category-modal-backdrop{align-items:start;padding:14px}.category-modal{padding:20px;border-radius:20px}.category-modal-header h2{font-size:18px}.analysis-highlight-summary{align-items:stretch;flex-direction:column;gap:8px}.analysis-severity{align-self:flex-start}.analysis-highlight-row{grid-template-columns:1fr;gap:7px}.category-option-grid{grid-template-columns:1fr}.category-modal-actions{align-items:stretch;flex-direction:column-reverse}.category-modal-actions button{width:100%}}@media(prefers-reduced-motion:reduce){.category-modal{animation:none}}.ai-analysis-backdrop{position:fixed;z-index:240;inset:0;display:grid;place-items:center;overflow-y:auto;padding:24px;background:#0d1c15ad;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.ai-analysis-modal{width:min(100%,520px);padding:34px;color:#1d2a23;border:1px solid rgba(255,255,255,.76);border-radius:24px;background:#fff;box-shadow:0 35px 90px #031a114d;animation:ai-analysis-modal-in .18s ease-out}.ai-analysis-heading{text-align:center}.ai-analysis-spinner{display:grid;width:72px;height:72px;place-items:center;margin:0 auto 16px;color:#0e6b4e;border-radius:50%;background:#e8f5ef}.ai-analysis-spinner svg,.ai-analysis-step-icon .lucide-loader-circle{animation:ai-analysis-spin .9s linear infinite}.ai-analysis-kicker{display:inline-flex;align-items:center;gap:6px;color:#27775b;font-size:12px;font-weight:800;letter-spacing:-.02em}.ai-analysis-modal h2{margin:7px 0 0;font-size:clamp(28px,3.2vw,34px);letter-spacing:-.045em;line-height:1.25;word-break:keep-all}.ai-analysis-heading p{margin:9px 0 0;color:#6d7b73;font-size:14px;line-height:1.55;word-break:keep-all}.ai-analysis-steps{display:grid;gap:8px;margin:24px 0 0;padding:0;list-style:none}.ai-analysis-steps li{display:flex;align-items:center;gap:12px;min-height:48px;padding:0 15px;color:#98a29c;border:1px solid transparent;border-radius:13px;background:#f7f9f7;font-size:14px;font-weight:700;line-height:1.4;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}.ai-analysis-steps li.complete{color:#4d6e5f;background:#f1f7f4}.ai-analysis-steps li.active{color:#145f46;border-color:#9fcdb8;background:#e9f6ef;box-shadow:0 7px 20px #0e6b4e1a;transform:translate(3px)}.ai-analysis-step-icon{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;color:#abb4af;border-radius:50%}.complete .ai-analysis-step-icon{color:#fff;background:#4c9978}.active .ai-analysis-step-icon{color:#0e6b4e;background:#fff}@keyframes ai-analysis-spin{to{transform:rotate(360deg)}}@keyframes ai-analysis-modal-in{0%{opacity:0;transform:translateY(8px) scale(.985)}}@media(max-width:768px){.ai-analysis-backdrop{padding:18px}.ai-analysis-modal{padding:30px}}@media(max-width:520px){.ai-analysis-backdrop{align-items:start;padding:14px}.ai-analysis-modal{margin:auto 0;padding:26px 20px;border-radius:20px}.ai-analysis-spinner{width:62px;height:62px}.ai-analysis-steps{margin-top:20px}.ai-analysis-steps li{min-height:45px;padding:0 12px;font-size:13px}}@media(prefers-reduced-motion:reduce){.ai-analysis-modal{animation:none}.ai-analysis-steps li{transition:none}}.incident-photo{margin-top:20px;overflow:hidden;border:1px solid #dfe6e1;border-radius:16px;background:#f8faf8}.incident-photo__heading{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;color:#56645d;border-bottom:1px solid #e3e9e5;background:#fff;font-size:11px;font-weight:750}.incident-photo__heading>span,.incident-photo__heading>a{display:inline-flex;align-items:center;gap:6px}.incident-photo__heading>span svg{color:#187153}.incident-photo__heading>a{color:#187153;text-decoration:none;font-size:10px}.incident-photo__frame{position:relative;display:block;max-height:380px;overflow:hidden;background:#e7ece9}.incident-photo__frame img{display:block;width:100%;min-height:180px;max-height:380px;object-fit:cover}.incident-photo__frame>span{position:absolute;right:12px;bottom:12px;padding:6px 9px;color:#fff;border-radius:8px;background:#14221bb8;font-size:9px;font-weight:700;opacity:0;transition:opacity .18s ease}.incident-photo__frame:hover>span,.incident-photo__frame:focus-visible>span{opacity:1}.incident-photo--compact{margin-top:15px;border-radius:13px}.incident-photo--compact .incident-photo__heading{min-height:36px;padding:0 11px;font-size:9px}.incident-photo--compact .incident-photo__heading>a{font-size:8px}.incident-photo--compact .incident-photo__frame,.incident-photo--compact .incident-photo__frame img{max-height:250px}.incident-photo--compact .incident-photo__frame img{min-height:125px}.incident-photo__empty{display:flex;min-height:105px;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px;color:#7d8982;text-align:center;font-size:10px}.incident-photo__empty svg{color:#9ca7a1}.incident-photo__empty small{color:#98a19c;font-size:8px}@media(max-width:640px){.incident-photo__frame img{min-height:150px;max-height:300px}.incident-photo__heading{min-height:40px;padding:0 12px}}.admin-shell{--admin-navy: #15211c;--admin-green: #0e6b4e;--admin-orange: #f26332;min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr);background:#f2f5f2;color:#1b2822;font-size:21px}.admin-shell .incident-photo__heading{font-size:16px}.admin-shell .incident-photo__heading>a{font-size:15px}.admin-shell .incident-photo__frame>span{font-size:14px}.admin-shell .incident-photo--compact .incident-photo__heading{font-size:14px}.admin-shell .incident-photo--compact .incident-photo__heading>a{font-size:13px}.admin-shell .incident-photo__empty{font-size:15px}.admin-shell .incident-photo__empty small{font-size:13px}.admin-sidebar{position:fixed;inset:0 auto 0 0;z-index:80;width:244px;display:flex;flex-direction:column;padding:25px 18px 19px;color:#dfe8e2;background:radial-gradient(circle at 8% 8%,rgba(61,120,93,.24),transparent 15rem),#14231c}.admin-brand{display:flex;align-items:center;gap:12px;min-height:45px;padding:0 9px}.admin-brand .brand-mark{width:29px;height:29px;flex:0 0 auto}.admin-brand strong,.admin-brand small{display:block}.admin-brand strong{color:#fff;font-family:Manrope,sans-serif;font-size:23px;font-weight:800;letter-spacing:-.03em}.admin-brand small{margin-top:1px;color:#789086;font-family:Manrope,sans-serif;font-size:13px;font-weight:800;letter-spacing:.14em}.admin-nav{display:flex;flex-direction:column;gap:5px;margin-top:38px}.admin-nav-label{padding:0 11px 7px;color:#61766c;font-size:14px;font-weight:800;letter-spacing:.14em}.admin-nav-label.second{margin-top:23px}.admin-nav a{position:relative;display:flex;align-items:center;gap:12px;min-height:45px;padding:0 12px;color:#9fb0a8;border-radius:12px;font-size:18px;font-weight:600;transition:color .18s,background .18s}.admin-nav a:hover{color:#fff;background:#ffffff0d}.admin-nav a.is-active{color:#fff;background:linear-gradient(100deg,#236e54,#1b5e48);box-shadow:0 10px 25px #010f0940}.admin-nav a.is-active:before{content:"";position:absolute;width:3px;height:22px;left:-18px;border-radius:0 3px 3px 0;background:#ff7a48}.nav-count{display:grid;place-items:center;min-width:21px;height:20px;margin-left:auto;padding:0 5px;color:#e3eee8;border-radius:7px;background:#ffffff21;font-family:Manrope,sans-serif;font-size:14px}.system-health{margin-top:auto;padding:16px 13px;border:1px solid rgba(150,178,163,.13);border-radius:14px;background:#ffffff09}.health-title{display:flex;align-items:center;gap:7px;margin-bottom:13px;color:#b3c4bb;font-size:15px;font-weight:700}.health-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:14px}.health-row span{display:flex;align-items:center;gap:7px;color:#7f948a}.health-row i,.sync-state i{width:6px;height:6px;border-radius:50%;background:#4ed38e;box-shadow:0 0 0 3px #4ed38e1a}.health-row strong{color:#62d99a;font-size:14px}.admin-profile{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:13px;padding:12px 8px 2px;border-top:1px solid rgba(255,255,255,.08)}.profile-avatar{display:grid;place-items:center;width:34px;height:34px;color:#c9d8d0;border-radius:11px;background:#273a31}.admin-profile strong,.admin-profile small{display:block}.admin-profile strong{color:#d9e4de;font-size:15px}.admin-profile small{margin-top:2px;color:#70847a;font-family:Manrope,sans-serif;font-size:13px}.admin-profile button{display:grid;place-items:center;width:30px;height:30px;color:#7e9187;border:0;border-radius:9px;background:transparent;cursor:pointer}.admin-workspace{grid-column:2;min-width:0}.admin-header{position:sticky;top:0;z-index:40;min-height:74px;display:flex;justify-content:space-between;align-items:center;padding:0 33px;border-bottom:1px solid #dfe5df;background:#f8faf8e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-header-title{display:flex;align-items:center;gap:12px}.admin-header-title span,.admin-header-title h1{display:block}.admin-header-title span{margin-bottom:2px;color:#8c9690;font-size:14px}.admin-header-title h1{margin:0;font-size:23px;letter-spacing:-.03em}.admin-menu-button{display:none;place-items:center;width:38px;height:38px;border:1px solid #d9e0da;border-radius:11px;background:#fff;cursor:pointer}.admin-header-actions{display:flex;align-items:center;gap:17px}.sync-state{text-align:right}.sync-state span,.sync-state small{display:flex;align-items:center;justify-content:flex-end}.sync-state span{gap:7px;color:#436456;font-size:15px;font-weight:700}.sync-state small{margin-top:2px;color:#9ba39f;font-size:13px}.icon-button{position:relative;display:grid;place-items:center;width:39px;height:39px;color:#53615a;border:1px solid #d9e0da;border-radius:12px;background:#fff;cursor:pointer}.notification-dot{position:absolute;width:7px;height:7px;top:8px;right:8px;border:2px solid white;border-radius:50%;background:#f26332}.admin-main{max-width:1500px;margin:0 auto;padding:34px 34px 70px}.admin-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:25px}.admin-eyebrow{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:#197458;font-family:Manrope,sans-serif;font-size:14px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.admin-intro h2{margin:0;font-size:32px;letter-spacing:-.04em}.admin-intro p{margin:8px 0 0;color:#77827c;font-size:17px}.refresh-button{display:inline-flex;align-items:center;gap:8px;min-height:39px;padding:0 14px;color:#53615a;border:1px solid #d6ded8;border-radius:11px;background:#fff;cursor:pointer;font-size:15px;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat-card{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:13px;min-height:99px;padding:18px;border:1px solid #dfe5e0;border-radius:17px;background:#fff;box-shadow:0 8px 25px #1f33280b}.stat-card:after{content:"";position:absolute;width:75px;height:75px;right:-28px;bottom:-40px;border-radius:50%;background:currentColor;opacity:.055}.stat-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px}.stat-card.responding{color:#0e6b4e}.stat-card.responding .stat-icon{background:#e5f4ed}.stat-card.critical{color:#d84e24}.stat-card.critical .stat-icon{background:#fff0e9}.stat-card.resolved{color:#276c9b}.stat-card.resolved .stat-icon{background:#eaf4fb}.stat-card.today{color:#6a5b9a}.stat-card.today .stat-icon{background:#f0edfa}.stat-card small,.stat-card strong{display:block}.stat-card small{margin-bottom:4px;color:#808a85;font-size:15px;font-weight:600}.stat-card strong{color:#223028;font-family:Manrope,sans-serif;font-size:29px;line-height:1}.stat-card strong em{margin-left:3px;color:#758079;font-family:Noto Sans KR,sans-serif;font-size:15px;font-style:normal}.stat-trend,.stat-caption{position:absolute;top:13px;right:13px;font-family:Manrope,sans-serif;font-size:12px;font-weight:800;letter-spacing:.05em}.stat-trend{padding:4px 6px;color:#08714f;border-radius:5px;background:#e6f5ed}.stat-caption{color:#a1aaa5}.incident-console{min-height:690px;display:grid;grid-template-columns:minmax(350px,.8fr) minmax(490px,1.2fr);border:1px solid #dbe2dc;border-radius:21px;overflow:hidden;background:#fff;box-shadow:0 15px 45px #1f322812}.incident-list-panel{min-width:0;border-right:1px solid #e1e6e2;background:#fbfcfb}.panel-heading{min-height:67px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;border-bottom:1px solid #e6ebe7}.panel-heading>div{display:flex;align-items:center;gap:8px}.panel-heading h3{margin:0;font-size:19px}.panel-heading span{color:#8e9792;font-size:14px}.panel-heading>svg{color:#85908a}.incident-filters{padding:14px 17px;border-bottom:1px solid #e9edea}.admin-search{display:flex;align-items:center;gap:8px;height:38px;padding:0 11px;color:#87918c;border:1px solid #d9e0da;border-radius:10px;background:#fff}.admin-search:focus-within{border-color:#609b83;box-shadow:0 0 0 3px #0e6b4e14}.admin-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;font-size:15px}.filter-selects{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.filter-selects label,.severity-select{position:relative;display:flex;align-items:center}.filter-selects select,.severity-select select{width:100%;height:34px;padding:0 29px 0 10px;color:#5f6b64;border:1px solid #dde3de;border-radius:9px;outline:0;appearance:none;background:#fff;cursor:pointer;font-size:14px;font-weight:600}.filter-selects label svg,.severity-select svg{position:absolute;right:9px;pointer-events:none;color:#8d9891}.incident-list{max-height:642px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cfd8d1 transparent}.incident-list-item{position:relative;width:100%;display:grid;grid-template-columns:4px 1fr auto;gap:13px;padding:17px 17px 17px 14px;text-align:left;border:0;border-bottom:1px solid #e8ece9;background:transparent;cursor:pointer;transition:background .18s}.incident-list-item:hover,.incident-list-item.is-selected{background:#fff}.incident-list-item.is-selected:after{content:"";position:absolute;inset:0 0 0 auto;width:3px;background:#0e6b4e}.severity-bar{width:4px;height:36px;margin-top:2px;border-radius:5px}.severity-critical{color:#dd4b23}.severity-high{color:#e9882d}.severity-medium{color:#397baa}.severity-low{color:#5f8a72}.severity-bar.severity-critical{background:#dd4b23}.severity-bar.severity-high{background:#e9882d}.severity-bar.severity-medium{background:#397baa}.severity-bar.severity-low{background:#5f8a72}.incident-item-content{min-width:0;display:block}.incident-item-topline,.incident-item-meta,.incident-item-bottom{display:flex;align-items:center}.incident-item-topline{justify-content:space-between;gap:10px}.incident-item-topline>strong{font-family:Manrope,sans-serif;font-size:16px;letter-spacing:-.02em}.incident-status,.status-badge,.agency-current{display:inline-flex;align-items:center;gap:5px}.incident-status{font-size:13px;font-weight:700}.incident-status i,.agency-current i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-open{color:#527a65}.status-responding{color:#df632f}.status-resolved{color:#347ca9}.status-closed{color:#8b9490}.status-assigned{color:#697a71}.status-received{color:#387a5e}.status-dispatched{color:#e07334}.status-arrived{color:#bd5b35}.status-in_progress{color:#7061a5}.status-completed{color:#347ca9}.incident-description{display:-webkit-box;margin-top:9px;overflow:hidden;color:#3f4a44;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:15px;line-height:1.55}.incident-item-meta{gap:10px;margin-top:10px;color:#8b958f}.incident-item-meta span{min-width:0;display:inline-flex;align-items:center;gap:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.incident-item-meta span:first-child{flex:1}.incident-item-bottom{justify-content:space-between;margin-top:12px}.severity-chip{display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:6px;background:currentColor;font-size:0}.severity-chip:after{color:#fff;font-size:13px;font-weight:800}.severity-chip.severity-critical:after{content:"긴급"}.severity-chip.severity-high:after{content:"높음"}.severity-chip.severity-medium:after{content:"보통"}.severity-chip.severity-low:after{content:"낮음"}.agency-stack{display:flex;padding-left:5px}.agency-stack i,.agency-stack em{display:grid;place-items:center;width:24px;height:24px;margin-left:-5px;color:#526159;border:2px solid white;border-radius:50%;background:#e5ebe7;font-size:12px;font-style:normal;font-weight:700}.agency-stack em{color:#fff;background:#6c7e74}.incident-chevron{align-self:center;color:#b1b9b4}.empty-incidents{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#93a099;text-align:center}.empty-incidents strong{margin-top:12px;color:#617069;font-size:16px}.empty-incidents span{margin-top:5px;font-size:14px}.incident-detail-panel{min-width:0;padding:0 26px 30px;background:#fff}.detail-hero{padding:24px 0 21px;border-bottom:1px solid #e5eae6}.detail-hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.detail-id{display:block;margin-bottom:9px;color:#6e7b74;font-family:Manrope,sans-serif;font-size:14px;font-weight:800;letter-spacing:.08em}.detail-badges{display:flex;gap:6px}.severity-badge,.status-badge{min-height:23px;padding:0 8px;border-radius:7px;font-size:13px;font-weight:800}.severity-badge{display:inline-flex;align-items:center;gap:4px;color:#fff}.severity-badge.severity-critical{background:#dd4b23}.severity-badge.severity-high{background:#e9882d}.severity-badge.severity-medium{background:#397baa}.severity-badge.severity-low{background:#5f8a72}.status-badge{background:#eef3ef}.detail-updated{color:#9aa39e;font-size:13px}.detail-hero h3{max-width:640px;margin:17px 0 9px;color:#243129;font-size:21px;line-height:1.55;letter-spacing:-.02em;word-break:keep-all;overflow-wrap:anywhere}.detail-location{display:flex;align-items:center;gap:6px;color:#77837c;font-size:14px}.detail-location svg{color:#ef6a3a}.category-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.category-list span{padding:5px 8px;color:#56665e;border:1px solid #dce4de;border-radius:7px;background:#f7f9f7;font-size:13px;font-weight:700}.admin-actions-card{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0;padding:13px 14px;border:1px solid #dce3dd;border-radius:13px;background:#f8faf8}.action-block,.action-buttons{display:flex;align-items:center}.action-block{gap:10px}.action-label{display:flex;align-items:center;gap:6px;color:#617069;font-size:14px;font-weight:700}.action-label svg{color:#0e6b4e}.severity-select{min-width:82px}.severity-select select{height:32px;color:currentColor;border-color:currentColor;background:#fff;font-size:14px;font-weight:800}.action-buttons{gap:7px}.action-buttons button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border-radius:9px;cursor:pointer;font-size:14px;font-weight:700}.add-agency-button{color:#0e6b4e;border:1px solid #bcd3c6;background:#fff}.close-incident-button{color:#fff;border:1px solid #263a31;background:#263a31}.action-buttons button:disabled{color:#a5ada8;border-color:#dce2de;background:#edf0ee;cursor:not-allowed}.detail-section{padding:20px 0;border-top:1px solid #e5eae6}.detail-section-heading,.detail-section-heading>div{display:flex;align-items:center}.detail-section-heading{justify-content:space-between;margin-bottom:14px}.detail-section-heading>div{gap:7px}.detail-section-heading svg{color:#0e6b4e}.detail-section-heading h4{margin:0;font-size:17px}.detail-section-heading>span{color:#939c97;font-size:13px}.agency-status-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.agency-status-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:59px;padding:9px 11px;border:1px solid #dfe5e0;border-radius:12px;background:#fbfcfb}.agency-symbol{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;font-size:14px;font-weight:800}.agency-police{color:#315e99;background:#eaf1fb}.agency-fire{color:#ca4c32;background:#fdecea}.agency-kepco{color:#4b68a7;background:#ebeff9}.agency-road{color:#91752b;background:#f9f1db}.agency-gas{color:#4d7e62;background:#e7f2ec}.agency-status-card strong,.agency-current{display:block}.agency-status-card strong{margin-bottom:4px;font-size:14px}.agency-current{width:max-content;font-size:13px;font-weight:700}.agency-status-card>svg{color:#aeb6b1}.timeline-section{padding-bottom:0}.admin-timeline{max-height:240px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#ced8d1 transparent}.admin-timeline-item{display:grid;grid-template-columns:20px 1fr;gap:8px;min-height:57px}.timeline-axis{display:flex;flex-direction:column;align-items:center}.timeline-axis span{display:grid;place-items:center;width:20px;height:20px;color:#9ba59f;border:1px solid #d6ded8;border-radius:50%;background:#fff}.timeline-axis span.latest{color:#fff;border-color:#0e6b4e;background:#0e6b4e;box-shadow:0 0 0 4px #e9f3ee}.timeline-axis i{width:1px;flex:1;background:#dde4df}.timeline-copy{min-width:0;padding:1px 0 13px}.timeline-copy>div{display:flex;justify-content:space-between;gap:12px}.timeline-copy strong{color:#48564f;font-size:14px;font-weight:600;line-height:1.45;overflow-wrap:anywhere}.timeline-copy time{flex:0 0 auto;color:#77837c;font-family:Manrope,sans-serif;font-size:13px;font-weight:700}.timeline-copy small{display:block;margin-top:4px;color:#a3aba6;font-size:12px}.admin-modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;overflow-y:auto;padding:20px;background:#0a171194;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.admin-modal{width:min(440px,100%);padding:24px;border:1px solid rgba(255,255,255,.7);border-radius:20px;background:#fff;box-shadow:0 30px 90px #0918114d;animation:adminModalIn .22s ease-out}.admin-modal-heading,.admin-modal-heading>div,.admin-modal-heading>div>div{display:flex;align-items:center}.admin-modal-heading{justify-content:space-between}.admin-modal-heading>div{gap:11px}.admin-modal-heading>div>span{display:grid;place-items:center;width:42px;height:42px;color:#0e6b4e;border-radius:13px;background:#e7f3ed}.admin-modal-heading>div>div{align-items:flex-start;flex-direction:column}.admin-modal-heading small{color:#89948e;font-family:Manrope,sans-serif;font-size:13px;font-weight:800}.admin-modal-heading h2{margin:2px 0 0;font-size:22px}.admin-modal-heading>button{display:grid;place-items:center;width:35px;height:35px;color:#748078;border:0;border-radius:10px;background:#f0f3f1;cursor:pointer}.admin-modal>p{margin:20px 0 15px;color:#748078;font-size:15px;line-height:1.65}.admin-modal>p strong{color:#0e6b4e}.agency-options{display:grid;gap:7px}.agency-options button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;min-height:57px;padding:8px 11px;text-align:left;border:1px solid #dce3dd;border-radius:12px;background:#fbfcfb;cursor:pointer}.agency-options button:hover{border-color:#83ad99;background:#f3f8f5}.agency-options strong,.agency-options small{display:block}.agency-options strong{font-size:15px}.agency-options small{margin-top:2px;color:#9aa39e;font-family:Manrope,sans-serif;font-size:12px}.agency-options button>svg{color:#0e6b4e}.no-agency-option{min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#748078;border:1px dashed #cad5cd;border-radius:13px;background:#f8faf8;font-size:15px}.no-agency-option svg{color:#0e6b4e}.admin-toast{position:fixed;z-index:120;right:24px;bottom:24px;display:flex;align-items:center;gap:9px;min-height:48px;padding:0 17px;color:#fff;border-radius:12px;background:#153a2b;box-shadow:0 16px 40px #0c291b40;font-size:15px;font-weight:600;animation:toastIn .25s ease-out}.sidebar-backdrop{display:none}@keyframes adminModalIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1180px){.admin-shell{grid-template-columns:210px minmax(0,1fr)}.admin-sidebar{width:210px}.stats-grid{grid-template-columns:repeat(2,1fr)}.incident-console{grid-template-columns:minmax(310px,.72fr) minmax(420px,1.28fr)}.admin-actions-card{align-items:flex-start;flex-direction:column}.action-buttons{width:100%}.action-buttons button{flex:1}}@media(max-width:900px){.admin-shell{display:block}.admin-sidebar{width:244px;transform:translate(-100%);transition:transform .22s ease}.admin-sidebar.is-open{transform:translate(0)}.sidebar-backdrop{position:fixed;inset:0;z-index:70;display:block;border:0;background:#0d1c1573}.admin-workspace{width:100%}.admin-menu-button{display:grid}.incident-console{grid-template-columns:1fr}.incident-list-panel{border-right:0;border-bottom:1px solid #e1e6e2}.incident-list{max-height:430px}.incident-detail-panel{padding-inline:24px}}@media(max-width:620px){.admin-header{min-height:66px;padding:0 15px}.admin-header-title span,.sync-state{display:none}.admin-header-title h1{font-size:21px}.admin-main{padding:25px 13px 55px}.admin-intro{align-items:flex-start;flex-direction:column}.admin-intro h2{font-size:28px}.admin-intro p{line-height:1.6}.refresh-button{width:100%;justify-content:center}.stats-grid{grid-template-columns:1fr 1fr;gap:8px}.stat-card{min-height:92px;grid-template-columns:auto 1fr;padding:13px}.stat-icon{width:36px;height:36px}.stat-card strong{font-size:25px}.stat-caption,.stat-trend{display:none}.incident-console{border-radius:16px}.filter-selects{grid-template-columns:1fr}.incident-detail-panel{padding-inline:17px}.detail-hero-top,.admin-actions-card,.action-block{align-items:stretch;flex-direction:column}.detail-updated{margin-top:5px}.severity-select{width:100%}.agency-status-grid{grid-template-columns:1fr}.timeline-copy>div{flex-direction:column;gap:2px}.admin-toast{left:13px;right:13px;bottom:13px}}@media(prefers-reduced-motion:reduce){.admin-modal,.admin-toast{animation:none}}.agency-shell{--agency-accent: #c84c31;--agency-accent-dark: #963520;--agency-pale: #fdecea;--agency-sidebar: #201917;min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr);color:#1d2923;background:#f3f5f3;font-size:21px}.agency-shell .incident-photo__heading{font-size:16px}.agency-shell .incident-photo__heading>a{font-size:15px}.agency-shell .incident-photo__frame>span{font-size:14px}.agency-shell .incident-photo--compact .incident-photo__heading{font-size:14px}.agency-shell .incident-photo--compact .incident-photo__heading>a{font-size:13px}.agency-shell .incident-photo__empty{font-size:15px}.agency-shell .incident-photo__empty small{font-size:13px}.agency-theme-police{--agency-accent: #2d65a6;--agency-accent-dark: #214b7c;--agency-pale: #e9f1fb;--agency-sidebar: #142231}.agency-theme-fire{--agency-accent: #c84c31;--agency-accent-dark: #963520;--agency-pale: #fdecea;--agency-sidebar: #251815}.agency-theme-kepco{--agency-accent: #4d63a4;--agency-accent-dark: #35477e;--agency-pale: #eceffa;--agency-sidebar: #191d2d}.agency-theme-road{--agency-accent: #a77a22;--agency-accent-dark: #765514;--agency-pale: #faf1da;--agency-sidebar: #282217}.agency-theme-gas{--agency-accent: #34765a;--agency-accent-dark: #235540;--agency-pale: #e7f3ed;--agency-sidebar: #16251e}.agency-sidebar{position:fixed;inset:0 auto 0 0;z-index:80;width:238px;display:flex;flex-direction:column;padding:24px 17px 18px;color:#e6e9e7;background:radial-gradient(circle at 0 0,color-mix(in srgb,var(--agency-accent) 24%,transparent),transparent 16rem),var(--agency-sidebar)}.agency-brand{display:flex;align-items:center;gap:11px;padding:0 8px}.agency-brand .brand-mark{width:28px;height:28px;flex:0 0 auto;background:var(--agency-accent)}.agency-brand strong,.agency-brand small{display:block}.agency-brand strong{color:#fff;font-family:Manrope,sans-serif;font-size:22px;font-weight:800}.agency-brand small{margin-top:1px;color:#7d8a83;font-family:Manrope,sans-serif;font-size:12px;font-weight:800;letter-spacing:.13em}.agency-identity{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;margin-top:31px;padding:15px 12px 39px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#ffffff0b}.agency-identity-icon{display:grid;place-items:center;width:42px;height:42px;color:#fff;border-radius:13px;background:var(--agency-accent);box-shadow:0 9px 18px color-mix(in srgb,var(--agency-accent) 30%,transparent)}.agency-identity small,.agency-identity strong{display:block}.agency-identity small{color:#819088;font-size:13px}.agency-identity strong{margin-top:3px;color:#f0f4f1;font-size:15px}.duty-indicator{position:absolute;left:12px;right:12px;bottom:10px;display:flex;align-items:center;gap:6px;color:#9daba3;font-size:13px}.duty-indicator i,.polling-label i,.agency-sync i,.response-live i{width:6px;height:6px;border-radius:50%;background:#48d28b;box-shadow:0 0 0 3px #48d28b1a}.agency-nav{display:flex;flex-direction:column;gap:5px;margin-top:31px}.agency-nav>span{padding:0 11px 7px;color:#68766f;font-size:13px;font-weight:800;letter-spacing:.14em}.agency-nav a{display:flex;align-items:center;gap:11px;min-height:44px;padding:0 12px;color:#99a69f;border-radius:11px;font-size:16px;font-weight:600}.agency-nav a:hover{color:#fff;background:#ffffff0d}.agency-nav a.active{color:#fff;background:color-mix(in srgb,var(--agency-accent) 82%,#142019);box-shadow:0 10px 23px #00000038}.agency-nav a>span{display:grid;place-items:center;min-width:21px;height:20px;margin-left:auto;padding:0 5px;border-radius:6px;background:#ffffff21;font-family:Manrope,sans-serif;font-size:13px}.agency-contact-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;margin-top:auto;padding:13px 11px;color:#aeb9b3;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:#ffffff09}.agency-contact-card>svg:first-child{color:var(--agency-accent)}.agency-contact-card small,.agency-contact-card strong{display:block}.agency-contact-card small{color:#75837c;font-size:12px}.agency-contact-card strong{margin-top:3px;color:#c8d1cc;font-family:Manrope,sans-serif;font-size:14px}.agency-contact-card>svg:last-child{color:#75837c}.agency-profile{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;margin-top:12px;padding:12px 7px 1px;border-top:1px solid rgba(255,255,255,.07)}.agency-profile>span{display:grid;place-items:center;width:33px;height:33px;color:#c7d0cb;border-radius:10px;background:#ffffff14}.agency-profile strong,.agency-profile small{display:block}.agency-profile strong{color:#d7ded9;font-size:14px}.agency-profile small{margin-top:2px;color:#6d7b74;font-family:Manrope,sans-serif;font-size:12px}.agency-profile button{display:grid;place-items:center;width:29px;height:29px;color:#75837c;border:0;border-radius:8px;background:transparent;cursor:pointer}.agency-workspace{grid-column:2;min-width:0}.agency-header{position:sticky;top:0;z-index:40;min-height:72px;display:flex;justify-content:space-between;align-items:center;padding:0 31px;border-bottom:1px solid #dfe4e0;background:#f9faf9e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.agency-header-title{display:flex;align-items:center;gap:11px}.agency-header-title>button{display:none;place-items:center;width:37px;height:37px;border:1px solid #d8dfd9;border-radius:10px;background:#fff}.agency-header-title small,.agency-header-title h1{display:block}.agency-header-title small{color:var(--agency-accent);font-family:Manrope,sans-serif;font-size:12px;font-weight:800;letter-spacing:.1em}.agency-header-title h1{margin:3px 0 0;font-size:22px;letter-spacing:-.03em}.agency-header-actions{display:flex;align-items:center;gap:14px}.agency-switcher{position:relative;display:flex;align-items:center;gap:6px;min-height:37px;padding:0 28px 0 10px;color:var(--agency-accent);border:1px solid #d9e0da;border-radius:10px;background:#fff}.agency-switcher select{min-width:70px;color:#4b5951;border:0;outline:0;appearance:none;background:transparent;cursor:pointer;font-size:14px;font-weight:700}.agency-switcher>svg:last-child{position:absolute;right:8px;color:#89948e;pointer-events:none}.agency-sync{text-align:right}.agency-sync span,.agency-sync small{display:flex;align-items:center;justify-content:flex-end}.agency-sync span{gap:6px;color:#3f6051;font-size:14px;font-weight:700}.agency-sync small{margin-top:2px;color:#9aa39e;font-size:12px}.agency-bell{position:relative;display:grid;place-items:center;width:38px;height:38px;color:#546159;border:1px solid #d9e0da;border-radius:11px;background:#fff;cursor:pointer}.agency-bell i{position:absolute;width:7px;height:7px;top:7px;right:7px;border:2px solid white;border-radius:50%;background:var(--agency-accent)}.agency-main{max-width:1470px;margin:0 auto;padding:32px 32px 70px}.agency-welcome{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:23px}.agency-welcome>div>span{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:var(--agency-accent);font-size:14px;font-weight:800;letter-spacing:.06em}.agency-welcome h2{margin:0;font-size:31px;letter-spacing:-.04em}.agency-welcome p{margin:7px 0 0;color:#7c8781;font-size:16px}.agency-welcome>button{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 13px;color:#5b6860;border:1px solid #d7ded8;border-radius:10px;background:#fff;cursor:pointer;font-size:14px;font-weight:700}.agency-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:17px}.agency-stats article{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;min-height:87px;padding:15px 17px;overflow:hidden;border:1px solid #dfe5e0;border-radius:15px;background:#fff;box-shadow:0 7px 22px #2032280a}.agency-stats article>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px}.agency-stats article.new>span{color:#6d786f;background:#eef2ef}.agency-stats article.active>span{color:var(--agency-accent);background:var(--agency-pale)}.agency-stats article.done>span{color:#327759;background:#e8f4ed}.agency-stats small,.agency-stats strong{display:block}.agency-stats small{margin-bottom:4px;color:#89928d;font-size:14px}.agency-stats strong{color:#26332c;font-family:Manrope,sans-serif;font-size:27px}.agency-stats em{margin-left:3px;color:#7c8780;font-family:Noto Sans KR,sans-serif;font-size:13px;font-style:normal}.agency-stats b{position:absolute;top:12px;right:12px;color:#9aa29e;font-family:Manrope,sans-serif;font-size:12px;letter-spacing:.05em}.agency-stats article.active b{padding:3px 5px;color:var(--agency-accent);border-radius:5px;background:var(--agency-pale)}.agency-console{min-height:690px;display:grid;grid-template-columns:minmax(330px,.72fr) minmax(520px,1.28fr);overflow:hidden;border:1px solid #dbe2dc;border-radius:20px;background:#fff;box-shadow:0 14px 42px #1e312712}.agency-incident-list{min-width:0;border-right:1px solid #e0e6e1;background:#fbfcfb}.agency-list-heading{min-height:64px;display:flex;justify-content:space-between;align-items:center;padding:0 18px;border-bottom:1px solid #e6ebe7}.agency-list-heading>div{display:flex;align-items:center;gap:7px}.agency-list-heading h3{margin:0;font-size:18px}.agency-list-heading>div span{color:#8f9893;font-size:13px}.polling-label{display:flex;align-items:center;gap:6px;color:#8b958f;font-size:12px}.agency-list-filters{display:grid;grid-template-columns:1fr 105px;gap:7px;padding:12px 14px;border-bottom:1px solid #e8ece9}.agency-list-filters>label:first-child{display:flex;align-items:center;gap:7px;min-height:35px;padding:0 9px;color:#89948e;border:1px solid #dbe2dc;border-radius:9px;background:#fff}.agency-list-filters input{width:100%;min-width:0;border:0;outline:0;background:transparent;font-size:14px}.agency-status-filter{position:relative;display:flex;align-items:center}.agency-status-filter select{width:100%;height:35px;padding:0 24px 0 8px;color:#5f6a64;border:1px solid #dbe2dc;border-radius:9px;outline:0;appearance:none;background:#fff;font-size:13px}.agency-status-filter svg{position:absolute;right:7px;color:#8e9892;pointer-events:none}.agency-list-scroll{max-height:630px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cfd8d1 transparent}.agency-incident-card{position:relative;width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:11px;padding:16px 15px;text-align:left;border:0;border-bottom:1px solid #e8ece9;background:transparent;cursor:pointer}.agency-incident-card:hover,.agency-incident-card.selected{background:#fff}.agency-incident-card.selected:after{content:"";position:absolute;inset:0 0 0 auto;width:3px;background:var(--agency-accent)}.agency-severity-dot{width:8px;height:8px;margin-top:4px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 13%,transparent)}.severity-critical{color:#d84b28}.severity-high{color:#df812a}.severity-medium{color:#397ba6}.severity-low{color:#5e846f}.agency-card-body{min-width:0;display:block}.agency-card-top{display:flex;justify-content:space-between;align-items:center;gap:9px}.agency-card-top>strong{font-family:Manrope,sans-serif;font-size:15px}.agency-card-status{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700}.agency-card-status i,.joint-agency-grid div>div>span i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-assigned{color:#68776f}.status-received{color:#34755a}.status-dispatched{color:#dc6b31}.status-arrived{color:#bd5333}.status-in_progress{color:#685a9d}.status-completed{color:#347ba7}.agency-card-description{display:-webkit-box;margin-top:8px;overflow:hidden;color:#46534c;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:14px;line-height:1.5}.agency-card-location{display:flex;align-items:center;gap:4px;margin-top:9px;overflow:hidden;color:#8c9690;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.agency-card-location svg{color:var(--agency-accent)}.agency-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:11px}.agency-severity-label{padding:3px 6px;color:#fff;border-radius:5px;font-size:0}.agency-severity-label.severity-critical{background:#d84b28}.agency-severity-label.severity-high{background:#df812a}.agency-severity-label.severity-medium{background:#397ba6}.agency-severity-label.severity-low{background:#5e846f}.agency-severity-label:after{color:#fff;font-size:12px;font-weight:800}.agency-severity-label.severity-critical:after{content:"긴급"}.agency-severity-label.severity-high:after{content:"높음"}.agency-severity-label.severity-medium:after{content:"보통"}.agency-severity-label.severity-low:after{content:"낮음"}.agency-card-footer time{color:#9aa29e;font-size:12px}.agency-incident-card>svg{align-self:center;color:#b0b8b3}.agency-no-results{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#94a099}.agency-no-results strong{font-size:14px}.agency-incident-detail{min-width:0;padding:0 25px 28px}.agency-detail-hero{padding:23px 0 20px;border-bottom:1px solid #e4e9e5}.agency-detail-top{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.agency-detail-top>div>span{display:block;margin-bottom:8px;color:#758179;font-family:Manrope,sans-serif;font-size:13px;font-weight:800;letter-spacing:.07em}.agency-detail-top>div>div{display:flex;gap:5px}.agency-detail-top b{display:inline-flex;align-items:center;gap:4px;min-height:21px;padding:0 7px;border-radius:6px;font-size:12px}.agency-detail-top b[class^=severity-]{color:#fff}.agency-detail-top b.severity-critical{background:#d84b28}.agency-detail-top b.severity-high{background:#df812a}.agency-detail-top b.severity-medium{background:#397ba6}.agency-detail-top b.severity-low{background:#5e846f}.agency-detail-top b[class^=incident-]{color:#56665e;background:#edf2ee}.agency-detail-top>time{color:#9aa39e;font-size:12px}.agency-detail-hero h3{max-width:680px;margin:15px 0 8px;color:#26322b;font-size:20px;line-height:1.5;word-break:keep-all;overflow-wrap:anywhere}.agency-detail-hero>p{display:flex;align-items:center;gap:5px;margin:0;color:#7f8a84;font-size:13px}.agency-detail-hero>p svg{color:var(--agency-accent)}.agency-category-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.agency-category-list span{padding:4px 7px;color:#5d6a63;border:1px solid #dce3dd;border-radius:6px;background:#f7f9f7;font-size:12px;font-weight:700}.my-response-card{margin:17px 0;padding:17px;border:1px solid color-mix(in srgb,var(--agency-accent) 25%,#d9e1da);border-radius:15px;background:linear-gradient(120deg,color-mix(in srgb,var(--agency-pale) 65%,white),#fff)}.my-response-heading{display:flex;justify-content:space-between;align-items:center}.my-response-heading>div{display:flex;align-items:center;gap:9px}.response-agency-icon{display:grid;place-items:center;width:37px;height:37px;color:#fff;border-radius:11px;background:var(--agency-accent)}.my-response-heading small,.my-response-heading strong{display:block}.my-response-heading small{color:#7c8781;font-size:12px}.my-response-heading strong{margin-top:2px;font-size:16px}.response-live{display:flex;align-items:center;gap:6px;color:#597067;font-size:12px}.response-stepper{display:grid;grid-template-columns:repeat(6,1fr);margin:20px 0 17px}.response-step{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;color:#9aa39e}.response-step:not(:last-child):after{content:"";position:absolute;width:calc(100% - 27px);height:2px;top:11px;left:calc(50% + 14px);background:#dbe2dc}.response-step.complete:not(:last-child):after,.response-step.current:not(:last-child):after{background:var(--agency-accent)}.response-step>span{position:relative;z-index:1;display:grid;place-items:center;width:24px;height:24px;color:#7f8983;border:1px solid #d4dcd6;border-radius:50%;background:#fff;font-family:Manrope,sans-serif;font-size:12px;font-weight:800}.response-step.complete>span,.response-step.current>span{color:#fff;border-color:var(--agency-accent);background:var(--agency-accent)}.response-step.current>span{box-shadow:0 0 0 4px color-mix(in srgb,var(--agency-accent) 13%,transparent)}.response-step small{font-size:12px;font-weight:700}.response-step.current small{color:var(--agency-accent)}.next-status-button{width:100%;min-height:44px;display:flex;justify-content:space-between;align-items:center;padding:0 13px;color:#fff;border:0;border-radius:10px;background:var(--agency-accent);box-shadow:0 9px 20px color-mix(in srgb,var(--agency-accent) 22%,transparent);cursor:pointer}.next-status-button>span{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:800}.next-status-button:hover{background:var(--agency-accent-dark)}.response-complete{min-height:43px;display:flex;align-items:center;justify-content:center;gap:7px;color:#347659;border-radius:10px;background:#e7f3ec;font-size:14px;font-weight:700}.agency-detail-section{padding:18px 0;border-top:1px solid #e4e9e5}.agency-section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.agency-section-heading>div{display:flex;align-items:center;gap:6px}.agency-section-heading>div svg{color:var(--agency-accent)}.agency-section-heading h4{margin:0;font-size:16px}.agency-section-heading>span{color:#929b96;font-size:12px}.agency-section-heading>button{display:inline-flex;align-items:center;gap:6px;min-height:31px;padding:0 9px;color:var(--agency-accent);border:1px solid color-mix(in srgb,var(--agency-accent) 32%,#d9e0da);border-radius:8px;background:#fff;cursor:pointer;font-size:13px;font-weight:700}.agency-section-heading>button:disabled{color:#9ca49f;border-color:#dce2dd;background:#f1f3f2;cursor:not-allowed}.joint-agency-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.joint-agency-grid>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;min-height:53px;padding:8px 10px;border:1px solid #dfe5e0;border-radius:11px;background:#fbfcfb}.joint-agency-grid>div.mine{border-color:color-mix(in srgb,var(--agency-accent) 25%,#dfe5e0);background:color-mix(in srgb,var(--agency-pale) 45%,white)}.joint-icon{display:grid;place-items:center;width:33px;height:33px;border-radius:10px}.theme-police{color:#2d65a6;background:#e9f1fb}.theme-fire{color:#c84c31;background:#fdecea}.theme-kepco{color:#4d63a4;background:#eceffa}.theme-road{color:#a77a22;background:#faf1da}.theme-gas{color:#34765a;background:#e7f3ed}.joint-agency-grid strong{display:flex;align-items:center;gap:5px;font-size:13px}.joint-agency-grid strong em{padding:2px 4px;color:var(--agency-accent);border-radius:4px;background:var(--agency-pale);font-size:11px;font-style:normal}.joint-agency-grid div>div>span{display:flex;align-items:center;gap:4px;width:max-content;margin-top:3px;font-size:12px;font-weight:700}.agency-timeline{max-height:230px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cfd8d1 transparent}.agency-timeline-item{display:grid;grid-template-columns:19px 1fr;gap:8px;min-height:52px}.agency-timeline-item>div:first-child{display:flex;flex-direction:column;align-items:center}.agency-timeline-item>div:first-child span{display:grid;place-items:center;width:19px;height:19px;color:#9aa49e;border:1px solid #d6ddd8;border-radius:50%;background:#fff}.agency-timeline-item>div:first-child span.latest{color:#fff;border-color:var(--agency-accent);background:var(--agency-accent);box-shadow:0 0 0 4px var(--agency-pale)}.agency-timeline-item>div:first-child>i{width:1px;flex:1;background:#dde4df}.agency-timeline-item>div:last-child{min-width:0;padding:1px 0 12px}.agency-timeline-item>div:last-child>div{display:flex;justify-content:space-between;gap:12px}.agency-timeline-item strong{color:#4b5851;font-size:13px;font-weight:600;line-height:1.5;overflow-wrap:anywhere}.agency-timeline-item time{flex:0 0 auto;color:#89948e;font-family:Manrope,sans-serif;font-size:12px}.agency-timeline-item p{margin:5px 0 0;padding:6px 8px;color:#7b5c4d;border-radius:6px;background:#fff3ed;font-size:12px}.support-modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;overflow-y:auto;padding:20px;background:#0d191399;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.support-modal{width:min(460px,100%);padding:24px;border-radius:20px;background:#fff;box-shadow:0 30px 90px #08160f52;animation:agencyModalIn .22s ease-out}.support-modal-heading{display:flex;justify-content:space-between;align-items:center}.support-modal-heading>div{display:flex;align-items:center;gap:10px}.support-modal-heading>div>span{display:grid;place-items:center;width:42px;height:42px;color:var(--agency-accent);border-radius:12px;background:var(--agency-pale)}.support-modal-heading small,.support-modal-heading h2{display:block}.support-modal-heading small{color:#89938e;font-family:Manrope,sans-serif;font-size:12px;font-weight:800}.support-modal-heading h2{margin:2px 0 0;font-size:21px}.support-modal-heading>button{display:grid;place-items:center;width:34px;height:34px;color:#768179;border:0;border-radius:9px;background:#eff2f0;cursor:pointer}.support-modal>p{margin:19px 0;color:#748079;font-size:14px}.support-field{position:relative;display:block;margin-top:15px}.support-field>span{display:block;margin-bottom:7px;font-size:14px;font-weight:700}.support-field>span b{color:var(--agency-accent)}.support-field>div{position:relative;display:flex;align-items:center}.support-field select{width:100%;height:42px;padding:0 34px 0 11px;color:#4e5b54;border:1px solid #d6ded8;border-radius:10px;outline:0;appearance:none;background:#fff;font-size:14px}.support-field>div svg{position:absolute;right:11px;color:#89938e;pointer-events:none}.support-field textarea{min-height:100px;padding:12px 13px 28px;border-radius:10px;font-size:14px}.support-field>small{position:absolute;right:10px;bottom:9px;color:#9ba39f;font-size:12px}.support-notice{display:flex;align-items:flex-start;gap:7px;margin-top:14px;padding:10px;color:#7a5b4c;border-radius:9px;background:#fff2ec;font-size:13px;line-height:1.5}.support-notice svg{flex:0 0 auto;color:#e06132}.support-modal-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:8px;margin-top:18px}.support-modal-actions button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:700}.support-modal-actions button:first-child{color:#66736c;border:1px solid #d5ddd7;background:#fff}.support-modal-actions button:last-child{color:#fff;border:1px solid var(--agency-accent);background:var(--agency-accent)}.support-modal-actions button:disabled{opacity:.45;cursor:not-allowed}.agency-toast{position:fixed;z-index:120;right:22px;bottom:22px;display:flex;align-items:center;gap:8px;min-height:47px;padding:0 16px;color:#fff;border-radius:11px;background:#183a2c;box-shadow:0 16px 40px #0a231742;font-size:14px;font-weight:600;animation:toastIn .24s ease-out}.agency-sidebar-backdrop{display:none}.agency-empty-page{min-height:100vh;display:grid;place-items:center;color:#68756e;background:#f3f5f3}@keyframes agencyModalIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:1100px){.agency-shell{grid-template-columns:210px minmax(0,1fr)}.agency-sidebar{width:210px}.agency-console{grid-template-columns:minmax(300px,.65fr) minmax(440px,1.35fr)}.agency-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.agency-shell{display:block}.agency-sidebar{width:238px;transform:translate(-100%);transition:transform .22s ease}.agency-sidebar.is-open{transform:translate(0)}.agency-sidebar-backdrop{position:fixed;inset:0;z-index:70;display:block;border:0;background:#0c191273}.agency-workspace{width:100%}.agency-header-title>button{display:grid}.agency-console{grid-template-columns:1fr}.agency-incident-list{border-right:0;border-bottom:1px solid #e0e6e1}.agency-list-scroll{max-height:420px}}@media(max-width:620px){.agency-header{min-height:65px;padding:0 14px}.agency-header-title small,.agency-sync{display:none}.agency-header-title h1{font-size:19px}.agency-switcher{padding-left:8px}.agency-switcher>svg:first-child{display:none}.agency-main{padding:24px 12px 55px}.agency-welcome{align-items:stretch;flex-direction:column}.agency-welcome h2{font-size:27px;line-height:1.35}.agency-welcome p{line-height:1.55}.agency-welcome>button{justify-content:center}.agency-stats{grid-template-columns:1fr 1fr;gap:8px}.agency-stats article{min-height:82px;padding:12px}.agency-stats article:last-child{grid-column:1 / -1}.agency-console{border-radius:15px}.agency-list-filters{grid-template-columns:1fr}.agency-incident-detail{padding-inline:16px}.agency-detail-top{flex-direction:column}.response-stepper{overflow-x:auto;grid-template-columns:repeat(6,63px);padding-bottom:6px}.joint-agency-grid{grid-template-columns:1fr}.agency-timeline-item>div:last-child>div{flex-direction:column;gap:2px}.agency-toast{left:12px;right:12px;bottom:12px}}@media(prefers-reduced-motion:reduce){.support-modal,.agency-toast{animation:none}}.citizen-flow-shell{min-height:100vh;background:radial-gradient(circle at 88% 4%,rgba(205,233,217,.72),transparent 27rem),linear-gradient(180deg,#f8faf7,#f2f5f1)}.citizen-flow-main{width:min(1180px,calc(100% - 56px));max-width:none;margin:0 auto;padding:42px 0 96px}.flow-breadcrumb{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;color:#758079;font-size:13px;font-weight:600}.flow-breadcrumb a{display:inline-flex;align-items:center;gap:7px;color:#526059;transition:color .16s ease}.flow-breadcrumb a:hover{color:var(--green)}.analysis-hero{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(220px,280px);align-items:center;gap:24px;overflow:hidden;padding:34px 38px;color:#fff;border-radius:26px;background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.16),transparent 15rem),linear-gradient(125deg,#0a4f3a,#0f7353 68%,#178761);box-shadow:0 24px 58px #0c533c33}.analysis-hero:after{content:"";position:absolute;right:-50px;bottom:-90px;width:250px;height:250px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 34px #ffffff09,0 0 0 68px #ffffff06}.analysis-hero-icon{position:relative;z-index:1;display:grid;width:66px;height:66px;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:20px;background:#ffffff1f;box-shadow:inset 0 1px #fff3}.analysis-hero-copy{position:relative;z-index:1}.flow-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:8px;color:#bfe8d6;font-size:13px;font-weight:700}.analysis-hero h1,.incident-hero h1{margin:0;font-family:Manrope,Noto Sans KR,sans-serif;letter-spacing:-.045em}.analysis-hero h1{font-size:clamp(27px,3vw,38px)}.analysis-hero-copy p{max-width:600px;margin:9px 0 0;color:#effaf5cc;font-size:14px;line-height:1.75}.severity-summary{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:2px 18px;padding:18px 20px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#042c1f47;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.severity-summary span{align-self:center;color:#eaf8f1b8;font-size:12px;font-weight:600}.severity-summary strong{grid-row:span 2;align-self:center;color:#ffb08e;font-size:25px}.severity-summary small{color:#fff;font-size:11px;line-height:1.45}.severity-summary.severity-low strong,.severity-summary.severity-medium strong{color:#b9ecd7}.severity-summary.severity-high strong{color:#ffd48a}.analysis-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:20px;margin-top:20px}.flow-card{border:1px solid #e0e6e0;border-radius:22px;background:#fffffff0;box-shadow:0 15px 42px #1f312812}.classification-card,.agency-assignment-card,.responding-agencies-card,.timeline-card,.incident-summary-card{padding:26px}.flow-card-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.flow-card-heading>div{display:flex;align-items:center;gap:10px}.flow-card-heading h2{margin:0;color:#1a2721;font-size:18px;letter-spacing:-.03em}.flow-card-heading.compact{margin-bottom:16px}.section-number{display:inline-grid;min-width:28px;height:28px;place-items:center;padding:0 7px;color:var(--green);border-radius:9px;background:var(--green-pale);font-family:Manrope,sans-serif;font-size:11px;font-weight:800}.result-count,.incident-preview-id{color:#738079;font-size:12px;font-weight:700}.category-result-list{display:grid;gap:9px}.category-result-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:14px 15px;border:1px solid #e5eae5;border-radius:15px;background:#fbfcfb}.category-result-icon{display:grid;width:42px;height:42px;place-items:center;color:#0f704f;border-radius:12px;background:#e9f5ef}.category-result-item strong,.assigned-agency-list strong{display:block;color:#202b26;font-size:14px}.category-result-item p{margin:3px 0 0;color:#77817c;font-size:12px}.category-check{display:grid;width:27px;height:27px;place-items:center;color:#fff;border-radius:50%;background:var(--green)}.analysis-note{display:flex;align-items:flex-start;gap:10px;margin-top:15px;padding:13px 14px;color:#68756e;border-radius:13px;background:#f4f7f4}.analysis-note svg{flex:0 0 auto;margin-top:2px;color:#738c80}.analysis-note p{margin:0;font-size:11px;line-height:1.6}.assigned-agency-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.assigned-agency-list article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-width:0;padding:13px;border:1px solid #e6eae6;border-radius:14px}.citizen-flow-shell .agency-symbol{display:grid;width:42px;height:42px;place-items:center;color:#fff;border-radius:12px;background:#244d70;font-size:12px;font-weight:800;letter-spacing:-.03em}.citizen-flow-shell .agency-symbol.agency-fire,.agency-response.agency-fire .agency-symbol{background:#c84f3d}.citizen-flow-shell .agency-symbol.agency-kepco,.agency-response.agency-kepco .agency-symbol{background:#e28b28}.citizen-flow-shell .agency-symbol.agency-road,.agency-response.agency-road .agency-symbol{background:#3e7961}.citizen-flow-shell .agency-symbol.agency-gas,.agency-response.agency-gas .agency-symbol{background:#7865a8}.assigned-agency-list small{display:block;overflow:hidden;margin-top:3px;color:#89918d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.assignment-badge{padding:4px 7px;color:#187253;border-radius:7px;background:#e8f5ef;font-size:10px;font-weight:700}.assignment-flow{display:flex;align-items:center;margin-top:21px;padding:14px 15px;border-radius:14px;background:#f5f8f5}.assignment-flow>span:not(.flow-line){display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;color:#176c4f;font-size:10px;font-weight:700}.assignment-flow .pending{color:#9a6b32!important}.flow-line{width:100%;height:2px;margin:0 7px;background:#8fc9af}.flow-line.muted{background:#dfe5df}.report-recap-card{margin-top:20px;padding:24px 27px}.report-recap-content{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:28px}.recap-description span,.recap-meta small{display:block;margin-bottom:6px;color:#89928d;font-size:11px;font-weight:600}.recap-description p{margin:0;color:#354139;font-size:14px;line-height:1.75}.recap-meta{display:grid;gap:11px}.recap-meta>div{display:flex;align-items:center;gap:11px}.recap-meta>div>svg{flex:0 0 auto;color:#688176}.recap-meta small{margin:0 0 2px}.recap-meta strong{display:block;color:#354139;font-size:12px}.analysis-confirm-bar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:20px;padding:20px 22px 20px 25px;border:1px solid #cfe3d8;border-radius:20px;background:#eff8f3}.analysis-confirm-bar>div{display:flex;align-items:center;gap:13px}.confirm-shield{display:grid;width:43px;height:43px;flex:0 0 auto;place-items:center;color:#0e6b4e;border-radius:13px;background:#d8eee3}.analysis-confirm-bar p{margin:0;color:#647168;font-size:12px;line-height:1.55}.analysis-confirm-bar p strong{display:block;margin-bottom:2px;color:#223029;font-size:14px}.analysis-confirm-bar button,.demo-control button{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;border:0;color:#fff;border-radius:12px;background:var(--green);font-size:13px;font-weight:700;cursor:pointer;transition:transform .16s ease,background .16s ease}.analysis-confirm-bar button{min-height:48px;padding:0 20px}.analysis-confirm-bar button:hover,.demo-control button:hover:not(:disabled){background:var(--green-dark);transform:translateY(-1px)}.incident-breadcrumb{justify-content:flex-start}.incident-breadcrumb>span:nth-child(2){margin-right:auto}.connection-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #d8e2dc;border-radius:99px;background:#ffffffbf;font-size:10px}.connection-live{color:#147453;border-color:#bfe0d0;background:#ecf8f2}.connection-retrying,.connection-connecting{color:#976526;border-color:#edd9b8;background:#fff8ec}.connection-retrying svg,.connection-connecting svg{animation:spin 1.3s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.incident-hero{position:relative;overflow:hidden;padding:30px 34px 25px;color:#fff;border-radius:24px;background:radial-gradient(circle at 88% 14%,rgba(255,255,255,.14),transparent 15rem),linear-gradient(125deg,#174f3c,#0f7552);box-shadow:0 22px 54px #0f5e442e}.incident-hero:after{content:"";position:absolute;top:-80px;right:12%;width:200px;height:200px;border:28px solid rgba(255,255,255,.035);border-radius:50%}.incident-hero.incident-resolved,.incident-hero.incident-closed{background:linear-gradient(125deg,#264b55,#347167)}.incident-hero-heading{position:relative;z-index:1;display:flex;align-items:center;gap:16px}.incident-icon{display:grid;width:54px;height:54px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:#ffffff1f}.incident-hero-heading>div>span{color:#bfe6d5;font-family:Manrope,sans-serif;font-size:11px;font-weight:700}.incident-hero h1{margin-top:2px;font-size:clamp(27px,3vw,36px)}.incident-hero-heading p{margin:5px 0 0;color:#f2faf6c7;font-size:13px}.incident-hero-meta{position:absolute;z-index:2;top:34px;right:34px;display:flex;align-items:center;gap:10px}.incident-hero-meta>span{display:inline-flex;align-items:center;gap:6px;color:#eef8f3b3;font-size:10px}.incident-hero-meta .severity-pill{padding:6px 10px;color:#fff;border:1px solid rgba(255,255,255,.19);border-radius:99px;background:#621f1359;font-weight:700}.incident-hero-meta .severity-low,.incident-hero-meta .severity-medium{background:#0a463266}.incident-hero-meta .severity-high{background:#82520a61}.overall-progress{position:relative;z-index:1;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14)}.overall-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:11px}.overall-progress strong{font-family:Manrope,sans-serif;font-size:13px}.progress-track{overflow:hidden;height:6px;border-radius:99px;background:#ffffff2e}.progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9de1c2,#fff1a7);transition:width .4s ease}.incident-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.75fr);align-items:start;gap:20px;margin-top:20px}.incident-primary-column,.incident-side-column{display:grid;gap:20px}.live-dot{display:inline-flex;align-items:center;gap:5px;color:#e05242;font-family:Manrope,sans-serif;font-size:9px;font-weight:800}.live-dot span{width:7px;height:7px;border-radius:50%;background:#e05242;box-shadow:0 0 0 4px #e052421a}.responding-agencies-card .flow-card-heading>div{display:block}.responding-agencies-card .flow-card-heading h2{margin-top:3px}.agency-response-list{display:grid;gap:11px}.agency-response{padding:16px 17px 13px;border:1px solid #e3e8e4;border-radius:16px;background:#fcfdfc}.agency-response-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.agency-response-top strong{display:block;color:#25312b;font-size:14px}.agency-response-top small{display:block;margin-top:2px;color:#8b948f;font-size:10px}.agency-current-status{display:inline-flex;align-items:center;gap:4px;min-width:68px;justify-content:center;padding:6px 9px;color:#4e6056;border-radius:8px;background:#edf1ee;font-size:10px;font-weight:700}.agency-current-status.status-received,.agency-current-status.status-dispatched,.agency-current-status.status-arrived,.agency-current-status.status-in_progress{color:#136b4d;background:#e7f4ed}.agency-current-status.status-completed{color:#fff;background:#167251}.agency-stepper{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;margin-top:14px}.agency-stepper span{height:4px;border-radius:99px;background:#e4e9e5;transition:background .25s ease}.agency-stepper span.done{background:#2a9a70}.agency-step-labels{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;margin-top:5px;color:#9aa19d;font-size:8px;text-align:center}.demo-control{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:14px 15px;border:1px dashed #c9d8cf;border-radius:14px;background:#f5f8f6}.demo-control>div>span{display:flex;align-items:center;gap:6px;color:#436052;font-size:11px;font-weight:700}.demo-control p{margin:3px 0 0;color:#859089;font-size:10px}.demo-control button{min-height:38px;padding:0 13px;font-size:10px}.demo-control button:disabled{opacity:.46;cursor:not-allowed}.citizen-timeline{margin:0;padding:0;list-style:none}.citizen-timeline li{position:relative;display:grid;grid-template-columns:auto 1fr;gap:13px;min-height:64px}.citizen-timeline li>div{min-width:0}.citizen-timeline li:not(:last-child):before{content:"";position:absolute;top:31px;bottom:0;left:16px;width:1px;background:#dde5df}.timeline-node{position:relative;z-index:1;display:grid;width:33px;height:33px;place-items:center;color:#75827b;border:1px solid #dfe5e0;border-radius:50%;background:#f8faf8}.citizen-timeline li.latest .timeline-node{color:#fff;border-color:var(--green);background:var(--green);box-shadow:0 0 0 5px #eaf5ef}.citizen-timeline li>div>span{display:flex;align-items:center;gap:7px;color:#929b96;font-size:9px;font-weight:600}.citizen-timeline em{padding:2px 5px;color:#147151;border-radius:5px;background:#e8f5ef;font-style:normal;font-size:8px}.citizen-timeline p{margin:4px 0 0;color:#35423b;font-size:12px;line-height:1.55;overflow-wrap:anywhere}.summary-location{display:flex;align-items:flex-start;gap:10px;padding:13px;border-radius:13px;background:#f4f7f4}.summary-location>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;color:#187153;border-radius:10px;background:#e3f1e9}.summary-location small{display:block;margin-bottom:2px;color:#86908a;font-size:9px}.summary-location strong{color:#354039;font-size:11px;line-height:1.5}.summary-description{margin:15px 1px;color:#4e5a53;font-size:11px;line-height:1.75}.summary-categories{display:flex;flex-wrap:wrap;gap:6px}.summary-categories span{padding:5px 8px;color:#54645b;border:1px solid #dce4df;border-radius:7px;background:#fbfcfb;font-size:9px;font-weight:600}.incident-summary-card>a{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:14px;color:#177252;border-top:1px solid #e7ebe8;font-size:10px;font-weight:700}.citizen-safety-card{display:flex;gap:12px;padding:18px;color:#714724;border:1px solid #f0d8bf;border-radius:18px;background:#fff8ef}.citizen-safety-card>span{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;color:#b5612d;border-radius:12px;background:#fbe7d2}.citizen-safety-card strong{display:block;font-size:12px}.citizen-safety-card p{margin:5px 0 0;color:#8d6849;font-size:9px;line-height:1.65}.incident-id-card{padding:18px;border:1px solid #dde4df;border-radius:18px;background:#fff}.incident-id-card>div{display:flex;align-items:center;gap:7px;color:#758079;font-size:10px}.incident-id-card strong{display:block;margin:8px 0 2px;color:#27332d;font-family:Manrope,sans-serif;font-size:17px;letter-spacing:.02em}.incident-id-card small{color:#969e99;font-size:9px}@media(max-width:900px){.analysis-hero{grid-template-columns:auto 1fr}.severity-summary{grid-column:1 / -1}.analysis-grid,.incident-layout{grid-template-columns:1fr}.incident-side-column{grid-template-columns:repeat(2,minmax(0,1fr))}.incident-summary-card{grid-row:span 2}}@media(max-width:680px){.citizen-flow-main{width:min(100% - 30px,1180px);padding-top:25px}.analysis-hero{grid-template-columns:1fr;padding:25px 22px}.analysis-hero-icon{width:52px;height:52px}.analysis-hero-copy p{font-size:12px}.severity-summary{grid-column:auto}.classification-card,.agency-assignment-card,.responding-agencies-card,.timeline-card,.incident-summary-card{padding:20px}.assigned-agency-list,.report-recap-content,.incident-side-column{grid-template-columns:1fr}.assignment-flow{overflow-x:auto}.report-recap-card{padding:20px}.analysis-confirm-bar,.demo-control{align-items:stretch;flex-direction:column}.analysis-confirm-bar button,.demo-control button{width:100%}.incident-hero{padding:24px 21px 20px}.incident-hero-heading{align-items:flex-start}.incident-hero-meta{position:relative;top:auto;right:auto;flex-wrap:wrap;margin-top:17px}.overall-progress{margin-top:15px}.agency-response-top{grid-template-columns:auto 1fr}.agency-current-status{grid-column:1 / -1;justify-self:stretch}.agency-step-labels{display:none}}@media(prefers-reduced-motion:reduce){.connection-retrying svg,.connection-connecting svg{animation:none}}.auth-shell{min-height:100vh;background:#f5f8f5}.auth-main{display:grid;grid-template-columns:minmax(390px,.9fr) minmax(480px,1.1fr);width:min(1160px,calc(100% - 48px));max-width:none;min-height:calc(100vh - 118px);margin:0 auto;padding:38px 0 48px}.auth-story-panel{position:relative;overflow:hidden;display:flex;align-items:center;padding:54px;color:#fff;border-radius:28px 0 0 28px;background:radial-gradient(circle at 88% 9%,rgba(255,255,255,.13),transparent 17rem),linear-gradient(145deg,#084a37,#0d7151 78%,#158560);box-shadow:0 28px 70px #15443321}.auth-story-panel:before,.auth-story-panel:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.auth-story-panel:before{right:-125px;bottom:-130px;width:360px;height:360px}.auth-story-panel:after{right:-75px;bottom:-80px;width:260px;height:260px}.auth-story-content{position:relative;z-index:1;width:100%}.auth-story-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;color:#c8ebdb;border:1px solid rgba(255,255,255,.14);border-radius:99px;background:#ffffff14;font-size:11px;font-weight:700}.auth-story-panel h1{margin:24px 0 14px;font-family:Manrope,Noto Sans KR,sans-serif;font-size:clamp(32px,4vw,46px);line-height:1.27;letter-spacing:-.055em}.auth-story-panel h1 span{color:#a9e3c9}.auth-story-panel h1+p{max-width:410px;margin:0;color:#ebf8f2ba;font-size:13px;line-height:1.75}.auth-route-visual{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:38px 0 30px}.auth-citizen-node{display:grid;width:78px;height:78px;place-items:center;border:1px solid rgba(255,255,255,.17);border-radius:21px;background:#ffffff1a}.auth-citizen-node span{margin-top:-12px;font-size:9px;font-weight:700}.auth-route-line{position:relative;display:flex;justify-content:space-around;height:1px;background:#c1e8d673}.auth-route-line i{width:6px;height:6px;margin-top:-3px;border-radius:50%;background:#a9e3c9;box-shadow:0 0 0 4px #a9e3c917}.auth-agency-nodes{display:grid;gap:7px}.auth-agency-nodes span{display:flex;align-items:center;gap:7px;min-width:72px;padding:8px 10px;border-radius:10px;background:#ffffff1a;font-size:9px;font-weight:700}.auth-benefits{display:grid;gap:10px;margin:0;padding:0;list-style:none}.auth-benefits li{display:flex;align-items:center;gap:9px;color:#edf8f3d1;font-size:11px}.auth-benefits svg{padding:3px;color:#074a36;border-radius:50%;background:#a9e3c9}.auth-form-panel{display:grid;place-items:center;padding:46px clamp(36px,6vw,82px);border:1px solid #e1e7e2;border-left:0;border-radius:0 28px 28px 0;background:#fffffff5;box-shadow:18px 28px 70px #15443314}.auth-form-wrap{width:min(100%,420px)}.auth-heading>span{color:var(--green);font-size:11px;font-weight:800}.auth-heading h2{margin:5px 0 8px;color:#1c2922;font-size:28px;letter-spacing:-.045em}.auth-heading p{margin:0;color:#7b8580;font-size:12px;line-height:1.6}.auth-form{display:grid;gap:15px;margin-top:26px}.auth-form>label>span:first-child{display:block;margin-bottom:7px;color:#455149;font-size:11px;font-weight:700}.auth-input-wrap{display:flex;align-items:center;min-height:48px;padding:0 14px;color:#849088;border:1px solid #dce3de;border-radius:12px;background:#fbfcfb;transition:border .16s ease,box-shadow .16s ease,background .16s ease}.auth-input-wrap:focus-within{color:var(--green);border-color:#62a88d;background:#fff;box-shadow:0 0 0 4px #0e6b4e14}.auth-input-wrap input{width:100%;min-width:0;padding:0 10px;border:0;outline:0;color:#28332d;background:transparent;font-size:12px}.auth-input-wrap input::placeholder{color:#a5aca8}.auth-input-wrap button{display:grid;padding:5px;color:#7d8881;border:0;background:transparent;cursor:pointer}.password-match{flex:0 0 auto;color:var(--green)}.auth-options{display:flex;align-items:center;justify-content:space-between;gap:14px}.auth-options>button{padding:0;color:#647168;border:0;background:transparent;font-size:10px;cursor:pointer}.auth-check-row{cursor:pointer}.auth-check-row input{position:absolute;opacity:0;pointer-events:none}.auth-check-row>span{display:flex!important;align-items:center;gap:7px;margin:0!important;color:#6d7871!important;font-size:10px!important;font-weight:500!important}.auth-check-row i{display:grid;width:17px;height:17px;place-items:center;color:transparent;border:1px solid #cfd7d1;border-radius:5px;background:#fff;font-style:normal}.auth-check-row input:checked+span i{color:#fff;border-color:var(--green);background:var(--green)}.auth-error{padding:10px 12px;color:#a84739;border:1px solid #efd1cc;border-radius:10px;background:#fff4f2;font-size:10px;line-height:1.5}.auth-submit{display:flex;align-items:center;justify-content:center;gap:8px;min-height:50px;margin-top:2px;color:#fff;border:0;border-radius:12px;background:var(--green);box-shadow:0 12px 24px #0e6b4e2b;font-size:12px;font-weight:800;cursor:pointer;transition:transform .16s ease,background .16s ease}.auth-submit:hover:not(:disabled){background:var(--green-dark);transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:wait}.auth-switch{margin-top:20px;color:#87908b;font-size:10px;text-align:center}.auth-switch a{margin-left:6px;color:var(--green);font-weight:800}.auth-security-note{display:flex;align-items:center;justify-content:center;gap:6px;margin:22px 0 0;padding-top:17px;color:#99a19c;border-top:1px solid #edf0ed;font-size:9px}@media(max-width:1100px){.auth-main{grid-template-columns:1fr;width:min(760px,calc(100% - 34px))}.auth-story-panel{min-height:360px;padding:40px;border-radius:26px 26px 0 0}.auth-story-panel h1{font-size:34px}.auth-route-visual,.auth-benefits{display:none}.auth-form-panel{padding:42px;border-top:0;border-left:1px solid #e1e7e2;border-radius:0 0 26px 26px}}@media(max-width:560px){.auth-main{width:min(100% - 24px,760px);padding-top:20px}.auth-story-panel{min-height:255px;padding:27px 23px}.auth-story-panel h1{margin-top:18px;font-size:28px}.auth-form-panel{padding:32px 22px}.auth-heading h2{font-size:24px}}.my-reports-shell{min-height:100vh;font-size:21px;background:radial-gradient(circle at 88% 4%,rgba(210,237,222,.65),transparent 26rem),linear-gradient(180deg,#f8faf7,#f3f6f2)}.my-reports-shell .brand{font-size:25px}.my-reports-shell .desktop-nav,.my-reports-shell .text-button{font-size:19px}.my-reports-shell .header-user-name{font-size:17px}.my-reports-shell .logout-button{font-size:15px}.my-reports-main{width:min(1080px,calc(100% - 56px));max-width:none;margin:0 auto;padding:54px 0 96px}.my-reports-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.my-reports-hero .flow-eyebrow{margin-bottom:5px;color:var(--green);font-family:Manrope,sans-serif;font-size:15px}.my-reports-hero h1{margin:0;color:#18251f;font-size:clamp(37px,calc(4vw + 5px),49px);letter-spacing:-.055em}.my-reports-hero p{margin:8px 0 0;color:#738078;font-size:18px}.my-reports-hero>a{display:inline-flex;align-items:center;gap:7px;min-height:43px;padding:0 16px;color:#fff;border-radius:11px;background:var(--green);box-shadow:0 10px 24px #0e6b4e26;font-size:16px;font-weight:700}.report-summary-strip{display:grid;grid-template-columns:repeat(3,minmax(130px,auto)) minmax(260px,1fr);align-items:center;margin-top:30px;padding:18px 22px;border:1px solid #dde5df;border-radius:18px;background:#ffffffe0;box-shadow:0 12px 34px #21372c0d}.report-summary-strip>div{padding:0 22px;border-right:1px solid #e5eae6}.report-summary-strip>div:first-child{padding-left:0}.report-summary-strip>div span{display:block;margin-bottom:1px;color:#7a857e;font-size:14px;font-weight:600}.report-summary-strip>div strong{color:#2b3931;font-family:Manrope,sans-serif;font-size:29px}.report-summary-strip>div small{margin-left:3px;color:#8c9590;font-size:14px}.report-summary-strip>div.active strong{color:#16805a}.report-summary-strip>div.completed strong{color:#4a6873}.report-summary-strip>p{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:0;color:#849089;font-size:14px}.report-summary-strip>p svg{color:var(--green)}.report-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0 14px}.report-filter-tabs{display:flex;align-items:center;gap:5px}.report-filter-tabs button{display:flex;align-items:center;gap:6px;min-height:36px;padding:0 12px;color:#68736c;border:1px solid transparent;border-radius:9px;background:transparent;font-size:15px;font-weight:700;cursor:pointer}.report-filter-tabs button span{display:grid;min-width:18px;height:18px;place-items:center;padding:0 4px;border-radius:6px;background:#e9eeea;font-family:Manrope,sans-serif;font-size:13px}.report-filter-tabs button.active{color:#116d4d;border-color:#c9dfd4;background:#edf7f2}.report-filter-tabs button.active span{color:#fff;background:var(--green)}.report-search{display:flex;align-items:center;width:min(100%,260px);min-height:38px;padding:0 12px;color:#839088;border:1px solid #dce3de;border-radius:10px;background:#fff}.report-search input{width:100%;min-width:0;padding-left:8px;border:0;outline:0;color:#334139;background:transparent;font-size:15px}.reports-demo-note{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;color:#76572f;border:1px solid #ecd9bc;border-radius:10px;background:#fff9ef;font-size:14px}.my-report-list{display:grid;gap:11px}.my-report-card{position:relative;overflow:hidden;display:grid;grid-template-columns:5px minmax(0,1fr) minmax(230px,.55fr) auto;align-items:center;gap:18px;padding:18px 20px 18px 0;border:1px solid #e0e6e1;border-radius:17px;background:#fffffff0;box-shadow:0 10px 28px #1e34290b;transition:transform .16s ease,border .16s ease,box-shadow .16s ease}.my-report-card:hover{border-color:#bcd7ca;box-shadow:0 16px 36px #174e3817;transform:translateY(-2px)}.report-status-rail{align-self:stretch;border-radius:0 4px 4px 0;background:#cbd5cf}.report-status-rail.status-open{background:#e5a143}.report-status-rail.status-responding{background:#17815a}.report-status-rail.status-resolved,.report-status-rail.status-closed{background:#6c8790}.report-card-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px}.report-status-icon{display:grid;width:40px;height:40px;place-items:center;color:#8b682d;border-radius:12px;background:#fff4df}.report-status-icon.status-responding{color:#147452;background:#e6f4ed}.report-status-icon.status-resolved,.report-status-icon.status-closed{color:#53717b;background:#eaf0f2}.report-card-heading>div>span{display:block;color:#969e99;font-family:Manrope,sans-serif;font-size:13px;font-weight:700}.report-card-heading strong{display:block;margin-top:1px;color:#27342d;font-size:18px}.report-card-heading small{display:block;margin-top:2px;color:#8a948e;font-size:14px}.report-severity{padding:5px 8px;color:#715f3c;border-radius:7px;background:#f6f1e7;font-size:13px;font-weight:700}.report-severity.severity-critical{color:#a34536;background:#fbe9e5}.report-severity.severity-high{color:#986426;background:#fff0d9}.report-card-description{overflow:hidden;margin:12px 0 8px;color:#526058;font-size:15px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.report-card-tags{display:flex;flex-wrap:wrap;gap:5px}.report-card-tags span{padding:4px 6px;color:#657169;border:1px solid #e0e6e1;border-radius:6px;background:#fafbfa;font-size:13px;font-weight:600}.report-card-meta{display:grid;gap:9px;color:#77837c;font-size:14px}.report-card-meta span{display:flex;align-items:center;gap:7px}.report-card-meta svg{flex:0 0 auto;color:#759084}.report-card-arrow{display:inline-flex;align-items:center;gap:2px;color:#167452;font-size:14px;font-weight:700}.reports-loading,.reports-empty,.reports-error{display:grid;min-height:280px;place-items:center;align-content:center;border:1px solid #e1e6e2;border-radius:18px;background:#fff}.reports-loading{grid-template-columns:repeat(3,9px);gap:6px}.reports-loading span{width:9px;height:9px;border-radius:50%;background:#4f9a7f;animation:report-loading .9s ease-in-out infinite alternate}.reports-loading span:nth-child(2){animation-delay:.15s}.reports-loading span:nth-child(3){animation-delay:.3s}@keyframes report-loading{to{opacity:.25;transform:translateY(-5px)}}.reports-empty>span{display:grid;width:54px;height:54px;place-items:center;color:#728078;border-radius:16px;background:#eff3f0}.reports-empty strong,.reports-error strong{margin-top:13px;color:#39463f;font-size:18px}.reports-empty p,.reports-error p{margin:5px 0 0;color:#8d9691;font-size:15px}.reports-error button{margin-top:14px;padding:8px 12px;color:#fff;border:0;border-radius:8px;background:var(--green);font-size:14px;cursor:pointer}.report-help-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:16px 18px;border:1px solid #d8e5dc;border-radius:15px;background:#f0f8f3}.report-help-card>div{display:flex;align-items:center;gap:11px}.report-help-card>div>span{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;color:#0f6e4f;border-radius:11px;background:#dcefe5}.report-help-card p{margin:0;color:#758078;font-size:14px;line-height:1.5}.report-help-card p strong{display:block;color:#35443b;font-size:16px}.report-help-card>a{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;color:#126d4d;font-size:14px;font-weight:700}@media(max-width:880px){.report-summary-strip{grid-template-columns:repeat(3,1fr)}.report-summary-strip>p{grid-column:1 / -1;justify-content:flex-start;margin-top:14px;padding-top:13px;border-top:1px solid #e7ebe8}.my-report-card{grid-template-columns:5px minmax(0,1fr) auto}.report-card-meta{grid-column:2 / -1;grid-template-columns:1fr 1fr;padding-top:12px;border-top:1px solid #edf0ed}}@media(max-width:620px){.my-reports-main{width:min(100% - 28px,1080px);padding-top:34px}.my-reports-hero{align-items:flex-start;flex-direction:column}.report-summary-strip{grid-template-columns:repeat(3,1fr);padding:15px}.report-summary-strip>div{padding:0 10px}.report-list-toolbar{align-items:stretch;flex-direction:column}.report-search{width:100%}.my-report-card{grid-template-columns:4px minmax(0,1fr);gap:13px;padding-right:15px}.report-card-heading{grid-template-columns:auto 1fr}.report-severity{grid-column:1 / -1;justify-self:start}.report-card-meta{grid-column:2;grid-template-columns:1fr}.report-card-arrow{grid-column:2;justify-self:end}.report-help-card{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.reports-loading span{animation:none}}.not-found-shell{min-height:100vh;background:radial-gradient(circle at 15% 5%,rgba(203,232,216,.72),transparent 28rem),linear-gradient(180deg,#f8faf7,#f2f5f1)}.not-found-main{display:grid;align-content:center;width:min(960px,calc(100% - 46px));max-width:none;min-height:calc(100vh - 180px);margin:0 auto;padding:54px 0 80px}.not-found-card{overflow:hidden;display:grid;grid-template-columns:minmax(320px,.8fr) minmax(390px,1.2fr);min-height:410px;border:1px solid #dde5df;border-radius:28px;background:#fffffff2;box-shadow:0 28px 70px #1e3a2c1a}.not-found-visual{position:relative;overflow:hidden;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 30% 22%,rgba(255,255,255,.13),transparent 13rem),linear-gradient(140deg,#0a4d39,#0e7653)}.not-found-orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.orbit-one{width:270px;height:270px}.orbit-two{width:180px;height:180px}.not-found-icon{position:relative;z-index:2;display:grid;width:92px;height:92px;place-items:center;margin-top:-56px;border:1px solid rgba(255,255,255,.2);border-radius:27px;background:#ffffff1a;box-shadow:0 20px 45px #052b1e38;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.not-found-code{position:absolute;z-index:2;bottom:74px;font-family:Manrope,sans-serif;font-size:54px;font-weight:800;letter-spacing:.08em}.not-found-copy{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:54px 60px}.not-found-kicker{display:flex;align-items:center;gap:7px;color:var(--green);font-family:Manrope,sans-serif;font-size:10px;font-weight:800}.not-found-copy h1{margin:12px 0;color:#1c2922;font-size:clamp(30px,4vw,42px);line-height:1.25;letter-spacing:-.055em}.not-found-copy>p{max-width:420px;margin:0;color:#748078;font-size:12px;line-height:1.75}.not-found-copy code{max-width:100%;overflow:hidden;margin-top:18px;padding:7px 10px;color:#657169;border:1px solid #e0e6e1;border-radius:8px;background:#f6f8f6;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.not-found-actions{display:flex;gap:9px;margin-top:27px}.not-found-actions a,.not-found-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:43px;padding:0 15px;border-radius:10px;font-size:10px;font-weight:700;cursor:pointer}.not-found-actions a{color:#fff;background:var(--green)}.not-found-actions button{color:#536159;border:1px solid #dce3de;background:#fff}.not-found-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:15px}.not-found-links a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px 17px;border:1px solid #dde5df;border-radius:15px;background:#ffffffe6;transition:border .16s ease,transform .16s ease}.not-found-links a:hover{border-color:#bcd7ca;transform:translateY(-1px)}.not-found-links a>span{display:grid;width:39px;height:39px;place-items:center;color:#147151;border-radius:11px;background:#e8f4ee}.not-found-links strong{display:block;color:#334139;font-size:11px}.not-found-links small{display:block;margin-top:2px;color:#8a938e;font-size:9px}.not-found-links a>svg{color:#718078}@media(max-width:760px){.not-found-card{grid-template-columns:1fr}.not-found-visual{min-height:245px}.not-found-icon{margin-top:-28px}.not-found-code{bottom:28px;font-size:38px}.not-found-copy{padding:38px}}@media(max-width:520px){.not-found-main{width:min(100% - 26px,960px);padding-top:26px}.not-found-copy{padding:31px 23px}.not-found-actions{align-items:stretch;flex-direction:column;width:100%}.not-found-links{grid-template-columns:1fr}}.guide-shell{min-height:100vh;background:linear-gradient(180deg,#f8faf7,#f2f5f1)}.guide-main{width:min(1120px,calc(100% - 56px));max-width:none;margin:0 auto;padding:44px 0 100px}.guide-hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:36px;overflow:hidden;min-height:470px;padding:58px 62px;color:#fff;border-radius:30px;background:radial-gradient(circle at 89% 8%,rgba(255,255,255,.13),transparent 19rem),linear-gradient(130deg,#084a37,#0f7653 75%,#168861);box-shadow:0 28px 68px #0f4f392e}.guide-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#bee8d5;font-size:12px;font-weight:700}.guide-hero h1{margin:17px 0 14px;font-family:Manrope,Noto Sans KR,sans-serif;font-size:clamp(34px,3.5vw,38px);line-height:1.23;letter-spacing:-.06em;word-break:keep-all;overflow-wrap:normal}.guide-hero h1>span{display:block}.guide-hero h1>span:not(.guide-hero-question){color:#a9e2c8}.guide-hero-copy>p{max-width:570px;margin:0;color:#edf9f3bd;font-size:13px;line-height:1.8}.guide-hero-actions{display:flex;gap:9px;margin-top:28px}.guide-hero-actions a,.guide-cta a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:45px;padding:0 17px;color:#0b5a41;border-radius:11px;background:#fff;font-size:11px;font-weight:800}.guide-hero-actions .secondary{color:#e1f4eb;border:1px solid rgba(255,255,255,.2);background:#ffffff12}.guide-hero-visual{position:relative;display:grid;min-height:300px;place-items:center}.guide-visual-ring{position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}.ring-one{width:270px;height:270px}.ring-two{width:180px;height:180px}.guide-center-node{position:relative;z-index:2;display:grid;width:112px;height:112px;place-items:center;align-content:center;border:1px solid rgba(255,255,255,.23);border-radius:32px;background:#ffffff1f;box-shadow:0 22px 50px #03271b3d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.guide-center-node strong{margin-top:5px;font-family:Manrope,sans-serif;font-size:16px}.guide-center-node small{color:#bfe7d6;font-size:7px;font-weight:700}.guide-node{position:absolute;z-index:3;display:flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:#063b2a80;font-size:9px;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.node-police{top:15px;left:50%;transform:translate(-50%)}.node-fire{top:85px;right:5px}.node-kepco{bottom:52px;right:20px}.node-road{bottom:52px;left:20px}.node-gas{top:85px;left:5px}.guide-section{padding:78px 0}.guide-section-heading{text-align:center}.guide-section-heading>span,.guide-section-heading>div>span,.guide-small-title{color:var(--green);font-family:Manrope,sans-serif;font-size:10px;font-weight:800;letter-spacing:.06em}.guide-section-heading h2,.guide-scope-copy h2,.guide-status-heading h2{margin:8px 0;color:#1b2922;font-size:clamp(25px,3.5vw,34px);letter-spacing:-.05em}.guide-section-heading>p,.guide-status-heading>p{margin:0;color:#7b867f;font-size:11px}.guide-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:34px}.guide-step-grid article{position:relative;padding:24px;border:1px solid #dfe6e1;border-radius:19px;background:#fff;box-shadow:0 12px 32px #1d3a2b0d}.guide-step-top{display:flex;align-items:center;justify-content:space-between}.guide-step-icon{display:grid;width:44px;height:44px;place-items:center;color:#147252;border-radius:13px;background:#e7f4ed}.guide-step-top em{color:#d8dfda;font-family:Manrope,sans-serif;font-size:24px;font-style:normal;font-weight:800}.guide-step-grid h3{margin:18px 0 7px;color:#26332c;font-size:15px}.guide-step-grid p{margin:0;color:#7c8780;font-size:10px;line-height:1.7}.guide-step-arrow{position:absolute;z-index:2;top:50%;right:-18px;display:grid;width:34px;height:34px;place-items:center;color:#8ca097;border:1px solid #dbe4de;border-radius:50%;background:#f6f9f7;transform:translateY(-50%)}.guide-scope-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;padding:52px;border-radius:26px;background:#edf5f0}.guide-section-icon{display:grid;width:44px;height:44px;place-items:center;margin-bottom:15px;color:#176f52;border-radius:13px;background:#d8ebe1}.guide-scope-copy h2{margin-top:7px;font-size:28px;line-height:1.35}.guide-scope-copy>p{margin:13px 0 0;color:#728078;font-size:10px;line-height:1.75}.emergency-number-callout{display:flex;align-items:center;gap:10px;margin-top:21px;padding:12px;color:#95633a;border:1px solid #ecd5bd;border-radius:12px;background:#fff7ed}.emergency-number-callout svg{flex:0 0 auto}.emergency-number-callout strong{display:block;color:#79451f;font-size:10px}.emergency-number-callout span{font-size:8px;line-height:1.5}.guide-scope-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.guide-scope-cards article{padding:22px;border:1px solid #dce5df;border-radius:17px;background:#ffffffdb}.guide-scope-cards article>span{display:flex;align-items:center;gap:7px;color:#1b7354;font-size:11px;font-weight:800}.guide-scope-cards .scope-future>span{color:#6a5993}.guide-scope-cards ul{display:grid;gap:10px;margin:17px 0 0;padding:0;list-style:none}.guide-scope-cards li{position:relative;padding-left:12px;color:#647168;font-size:9px;line-height:1.5}.guide-scope-cards li:before{content:"";position:absolute;top:5px;left:0;width:4px;height:4px;border-radius:50%;background:#66a78d}.scope-future li:before{background:#9b8bc4}.guide-section-heading.inline{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;text-align:left}.guide-section-heading.inline p{max-width:none;flex:0 0 auto;text-align:right;white-space:nowrap}.guide-agency-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:28px}.guide-agency-grid article{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:15px;border:1px solid #dfe6e1;border-radius:15px;background:#fff}.guide-agency-grid article>svg{display:none}.guide-agency-symbol{display:grid;width:39px;height:39px;place-items:center;color:#fff;border-radius:11px;background:#285b7b;font-size:10px;font-weight:800}.guide-agency-grid .agency-fire .guide-agency-symbol{background:#c95140}.guide-agency-grid .agency-kepco .guide-agency-symbol{background:#e28c2a}.guide-agency-grid .agency-road .guide-agency-symbol{background:#438067}.guide-agency-grid .agency-gas .guide-agency-symbol{background:#7967a5}.guide-agency-grid strong{display:block;color:#334039;font-size:11px}.guide-agency-grid small{display:block;margin-top:2px;color:#8a948e;font-size:7px}.guide-agency-expansion{margin:15px 0 0;color:#7b867f;font-size:9px;text-align:right}.guide-agency-expansion strong{margin-right:7px;color:var(--green)}.guide-status-section{display:grid;grid-template-columns:.65fr 1.35fr;align-items:center;gap:45px;padding:44px 48px;color:#fff;border-radius:24px;background:linear-gradient(130deg,#123f31,#0d6950)}.guide-status-heading>span{display:flex;align-items:center;gap:7px;color:#afe1ca;font-size:10px;font-weight:700}.guide-status-heading h2{color:#fff;font-size:26px;line-height:1.35}.guide-status-heading>p{color:#ecf8f2a6;font-size:9px;line-height:1.65}.guide-status-flow{display:grid;grid-template-columns:repeat(6,1fr);margin:0;padding:0;list-style:none}.guide-status-flow li{position:relative;text-align:center}.guide-status-flow li:not(:last-child):after{content:"";position:absolute;top:16px;left:calc(50% + 18px);right:calc(-50% + 18px);height:2px;background:#ffffff2b}.guide-status-flow li.active:not(:last-child):after{background:#74c4a4}.guide-status-flow li>span{position:relative;z-index:1;display:grid;width:33px;height:33px;place-items:center;margin:0 auto 8px;color:#8faaa0;border:1px solid rgba(255,255,255,.17);border-radius:50%;background:#174b3b;font-family:Manrope,sans-serif;font-size:10px;font-weight:700}.guide-status-flow li.active>span{color:#0d573f;border-color:#9cdbc0;background:#b4e6d0}.guide-status-flow strong{display:block;font-size:9px}.guide-status-flow small{display:block;margin-top:2px;color:#e7f6ef7a;font-size:7px}.guide-faq{padding-bottom:45px}.guide-faq-list{width:min(100%,820px);margin:28px auto 0}.guide-faq details{border-bottom:1px solid #dfe5e1}.guide-faq summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 3px;color:#344139;font-size:12px;font-weight:700;cursor:pointer;list-style:none}.guide-faq summary::-webkit-details-marker{display:none}.guide-faq details[open] summary svg{transform:rotate(180deg)}.guide-faq details p{margin:-5px 0 18px;padding-right:45px;color:#7a857e;font-size:10px;line-height:1.7}.guide-cta{display:flex;align-items:center;gap:13px;padding:22px 24px;border:1px solid #cfe2d8;border-radius:18px;background:#eaf5ef}.guide-cta>span{display:grid;width:45px;height:45px;flex:0 0 auto;place-items:center;color:#116e4e;border-radius:13px;background:#d4ebdf}.guide-cta>div{margin-right:auto}.guide-cta strong{color:#28372f;font-size:13px}.guide-cta p{margin:3px 0 0;color:#77837c;font-size:9px}.guide-cta a{color:#fff;background:var(--green)}@media(max-width:1050px){.guide-hero{grid-template-columns:1fr}.guide-hero-visual{display:none}.guide-scope-section,.guide-status-section{grid-template-columns:1fr}.guide-agency-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.guide-main{width:min(100% - 28px,1120px);padding-top:26px}.guide-hero{min-height:auto;padding:34px 24px}.guide-step-grid,.guide-scope-cards{grid-template-columns:1fr}.guide-step-arrow{display:none}.guide-scope-section{padding:28px 22px}.guide-section-heading.inline{align-items:flex-start;flex-direction:column}.guide-section-heading.inline p{text-align:left;white-space:normal}.guide-agency-grid{grid-template-columns:repeat(2,1fr)}.guide-agency-expansion{text-align:left}.guide-status-section{padding:30px 22px}.guide-status-flow{overflow-x:auto;min-width:540px;padding-bottom:8px}.guide-status-section{overflow:hidden}.guide-cta{align-items:flex-start;flex-wrap:wrap}.guide-cta a{width:100%}}:root{font-family:Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17211d;background:#f5f7f3;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17211d;--muted: #66716b;--line: #dfe5df;--surface: #ffffff;--green: #0e6b4e;--green-dark: #084b38;--green-pale: #e8f4ee;--orange: #ff6b35;--orange-pale: #fff0e9;--shadow: 0 22px 65px rgba(31, 49, 40, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 8% 12%,rgba(205,233,217,.65),transparent 28rem),linear-gradient(180deg,#f8faf7,#f3f6f2)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}h1,h2,button{word-break:keep-all;overflow-wrap:normal}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:50;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1440px;margin:0 auto;padding:0 48px;background:#f8faf7e0;border-bottom:1px solid rgba(209,219,211,.75);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:11px;width:max-content;font-family:Manrope,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.03em}.brand-mark{position:relative;width:28px;height:28px;display:inline-block;border-radius:9px;background:var(--green);transform:rotate(45deg);box-shadow:inset -6px -6px #00000014}.brand-mark span:first-child,.brand-mark span:last-child{position:absolute;background:#fff;border-radius:4px}.brand-mark span:first-child{width:14px;height:5px;top:11px;left:7px}.brand-mark span:last-child{width:5px;height:14px;top:7px;left:11px}.desktop-nav{display:flex;align-items:center;gap:34px;color:#5d6862;font-size:14px;font-weight:600}.desktop-nav a{position:relative;padding:25px 0}.desktop-nav a.active{color:var(--green-dark)}.desktop-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--orange)}.header-actions{justify-self:end;display:flex;align-items:center;gap:8px}.text-button,.menu-button{border:0;background:transparent;cursor:pointer}.text-button{display:inline-flex;align-items:center;padding:10px 14px;color:#46514b;font-size:14px;font-weight:600}.header-user-action{display:flex;align-items:center;gap:7px}.header-user-name{color:#315244;font-size:12px;font-weight:700}.logout-button{padding:6px 8px;color:#7c8781;border:0;background:transparent;font-size:10px;cursor:pointer}.menu-button{display:none;padding:8px}main{max-width:1260px;margin:0 auto;padding:72px 42px 110px}.report-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,260px);align-items:end;gap:32px;margin-bottom:46px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:17px;color:var(--green);font-size:13px;font-weight:800;letter-spacing:.08em}.eyebrow-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:var(--green-pale)}.hero-copy h1{margin:0;font-size:clamp(38px,3.2vw,48px);line-height:1.22;letter-spacing:-.055em;word-break:keep-all;overflow-wrap:normal}.hero-copy h1 span{color:var(--green)}.hero-copy p{max-width:680px;margin:24px 0 0;color:var(--muted);font-size:16px;line-height:1.85;word-break:keep-all}.emergency-callout{display:flex;gap:14px;padding:19px 20px;border:1px solid #ffd9c9;border-radius:18px;background:#fff6f1d1;box-shadow:0 14px 36px #79422b12}.emergency-icon{flex:0 0 auto;display:grid;place-items:center;width:38px;height:38px;color:var(--orange);background:#fff;border-radius:12px}.emergency-callout strong,.emergency-callout span{display:block}.emergency-callout strong{margin-bottom:5px;font-size:14px}.emergency-callout span{color:#80675b;font-size:12px;line-height:1.65;word-break:keep-all}.report-layout{display:grid;grid-template-columns:minmax(0,1.24fr) minmax(340px,.76fr);border:1px solid #dce3dd;border-radius:30px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.report-form{padding:44px 48px 46px}.form-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding-bottom:31px;border-bottom:1px solid #e7ebe7}.step-kicker{display:block;margin-bottom:6px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.08em}.form-heading h2{margin:0;font-size:25px;letter-spacing:-.035em}.required-note{flex:0 0 auto;color:#87918b;font-size:12px}.required-note span,.required{color:var(--orange)}.form-section{padding:32px 0;border-bottom:1px solid #e7ebe7}.field-label{display:flex;align-items:center;gap:8px;margin-bottom:15px;font-size:15px;font-weight:700}.field-number{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:8px;color:var(--green);background:var(--green-pale);font-family:Manrope,sans-serif;font-size:12px;font-weight:800}.optional{margin-left:2px;padding:3px 7px;color:#77817b;background:#f0f3f0;border-radius:6px;font-size:10px;font-weight:700}.textarea-wrap{position:relative}textarea{display:block;width:100%;min-height:148px;padding:18px 19px 42px;resize:vertical;color:var(--ink);border:1px solid #d4dcd5;border-radius:15px;outline:none;background:#fbfcfb;font-size:14px;line-height:1.72;transition:border-color .2s,box-shadow .2s,background .2s}textarea::placeholder{color:#a2aaa5}textarea:focus,.address-search-input:focus-within{border-color:var(--green);background:#fff;box-shadow:0 0 0 4px #0e6b4e1a}.character-count{position:absolute;right:15px;bottom:13px;color:#929b96;font-family:Manrope,sans-serif;font-size:11px}.field-help{margin:9px 0 0;color:#87908b;font-size:12px;line-height:1.55}.location-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.location-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 16px;border:1px solid #cfd8d1;border-radius:13px;background:#fff;cursor:pointer;font-size:13px;font-weight:700;transition:transform .18s,border-color .18s,background .18s}.location-button:hover{transform:translateY(-1px);border-color:#9db2a4;background:#f8faf8}.location-button:disabled{cursor:wait;opacity:.65}.primary-location{color:#fff;background:var(--green);border-color:var(--green)}.primary-location:hover{background:var(--green-dark);border-color:var(--green-dark)}.address-search-panel{margin-top:12px;padding:12px;border:1px solid #d7ded8;border-radius:16px;background:#fff;box-shadow:0 18px 40px #23382c1f}.address-search-input{display:flex;align-items:center;gap:9px;min-height:44px;padding:0 13px;color:var(--green);border:1px solid #d7ded8;border-radius:11px;background:#f9faf9}.address-search-input input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px}.address-results{margin-top:7px}.address-results button{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:11px 8px;text-align:left;border:0;border-radius:9px;background:#fff;cursor:pointer}.address-results button:hover{background:#f3f7f4}.address-results button>svg:first-child{color:var(--green)}.address-results button>svg:last-child{color:#9aa39e}.address-results strong,.address-results small{display:block}.address-results strong{font-size:12px}.address-results small{margin-top:3px;color:#8a938e;font-size:10px}.address-results p{margin:0;padding:16px 8px;color:#8a938e;text-align:center;font-size:12px}.selected-address{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:72px;margin-top:12px;padding:14px;border:1px dashed #ccd5ce;border-radius:14px;background:#fafbfa}.selected-address.has-address{border-style:solid;border-color:#b9d6c8;background:#f2f8f5}.address-pin{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;color:#8b9690;background:#fff;box-shadow:0 4px 12px #30453914}.has-address .address-pin{color:var(--green)}.selected-address small,.selected-address strong,.selected-address div>span{display:block}.selected-address small{margin-bottom:3px;color:#929b96;font-size:10px}.selected-address strong{font-size:12px;line-height:1.45}.selected-address div>span{margin-top:4px;color:#728078;font-size:9px}.address-check{display:grid;place-items:center;width:26px;height:26px;color:#fff;background:var(--green);border-radius:50%}.image-section{border-bottom:0}.image-help{margin:-7px 0 14px 33px}.image-upload{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:82px;padding:14px 17px;text-align:left;border:1px dashed #bdcac0;border-radius:15px;background:#f9fbf9;cursor:pointer;transition:border-color .18s,background .18s}.image-upload:hover{border-color:var(--green);background:#f2f8f5}.upload-icon{display:grid;place-items:center;width:46px;height:46px;color:var(--green);background:var(--green-pale);border-radius:13px}.image-upload strong,.image-upload small{display:block}.image-upload strong{margin-bottom:4px;font-size:13px}.image-upload small{color:#87918b;font-size:11px}.image-upload>svg{color:#9aa49e}.image-preview{position:relative;overflow:hidden;display:grid;grid-template-columns:104px 1fr auto;align-items:center;gap:14px;min-height:96px;padding:10px 13px 10px 10px;border:1px solid #c9d8ce;border-radius:15px;background:#f6faf7}.image-preview img{width:104px;height:76px;object-fit:cover;border-radius:10px}.image-preview-info span,.image-preview-info strong{display:block}.image-preview-info span{display:flex;align-items:center;gap:6px;margin-bottom:5px;color:var(--green);font-size:11px;font-weight:700}.image-preview-info strong{overflow:hidden;max-width:250px;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.image-preview>button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:10px;background:#fff;cursor:pointer;box-shadow:0 5px 14px #2c3d3317}.form-notice{display:flex;align-items:flex-start;gap:9px;margin:4px 0 19px;padding:12px 14px;color:#785241;background:var(--orange-pale);border-radius:11px;font-size:12px;line-height:1.55}.form-notice svg{flex:0 0 auto;margin-top:1px;color:var(--orange)}.submit-area{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:5px}.privacy-note{display:flex;align-items:center;gap:8px;max-width:250px;color:#7e8983;font-size:11px;line-height:1.55}.privacy-note svg{flex:0 0 auto;color:var(--green)}.submit-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:208px;min-height:54px;padding:0 20px;color:#fff;border:0;border-radius:14px;background:var(--orange);box-shadow:0 12px 25px #ff6b3540;cursor:pointer;font-size:14px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s}.submit-button:hover{transform:translateY(-2px);background:#ed5722;box-shadow:0 16px 30px #ff6b354d}.location-panel{min-width:0;padding:31px;background:#edf2ed;border-left:1px solid #dce3dd}.map-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.map-toolbar span,.map-toolbar strong{display:block}.map-toolbar span{margin-bottom:2px;color:#849088;font-size:10px;font-weight:700;letter-spacing:.08em}.map-toolbar strong{font-size:14px}.map-toolbar button{display:grid;place-items:center;width:38px;height:38px;color:var(--green);border:1px solid #d1ddd4;border-radius:11px;background:#fff;cursor:pointer;box-shadow:0 6px 16px #273c2f14}.mock-map{position:relative;overflow:hidden;min-height:365px;border:1px solid #d4ddd6;border-radius:21px;background:linear-gradient(32deg,transparent 46%,rgba(255,255,255,.95) 46%,rgba(255,255,255,.95) 51%,transparent 51%),linear-gradient(118deg,transparent 45%,rgba(255,255,255,.8) 45%,rgba(255,255,255,.8) 51%,transparent 51%),#dfe9e1;box-shadow:inset 0 0 35px #314d3c0d}.mock-map:before,.mock-map:after{content:"";position:absolute;border:1px solid rgba(126,159,138,.4);background:#caddcf8c;border-radius:20px}.mock-map:before{width:170px;height:90px;top:22px;left:-40px;transform:rotate(-8deg)}.mock-map:after{width:140px;height:120px;right:-35px;bottom:52px;transform:rotate(12deg)}.road{position:absolute;z-index:1;display:block;background:#ffffffeb;box-shadow:0 0 0 1px #becbc199}.road-one{width:460px;height:26px;top:45%;left:-30px;transform:rotate(-14deg)}.road-two{width:28px;height:460px;top:-45px;left:57%;transform:rotate(9deg)}.road-three{width:330px;height:12px;top:23%;left:8%;transform:rotate(28deg)}.block{position:absolute;z-index:0;display:block;border:1px solid rgba(140,164,148,.25);border-radius:8px;background:#dce6decc}.block-one{width:84px;height:55px;top:20px;right:45px}.block-two{width:100px;height:48px;bottom:72px;left:30px}.block-three{width:76px;height:72px;bottom:112px;right:55px}.map-label{position:absolute;z-index:2;color:#829087;font-size:9px;font-weight:600;letter-spacing:.05em}.label-one{top:50%;left:12%;transform:rotate(-14deg)}.label-two{top:17%;left:59%;transform:rotate(9deg)}.map-pin-marker{position:absolute;z-index:4;top:45%;left:57%;transform:translate(-50%,-50%);opacity:.4;transition:opacity .25s,transform .25s}.mock-map.is-selected .map-pin-marker{opacity:1;transform:translate(-50%,-50%) scale(1.08)}.marker-pulse{position:absolute;width:70px;height:70px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:#ff6b352e;animation:pulse 2.4s ease-out infinite}.marker-icon{position:relative;display:grid;place-items:center;width:48px;height:48px;color:#fff;border:5px solid white;border-radius:50% 50% 50% 10px;background:var(--orange);box-shadow:0 9px 20px #53392d3d;transform:rotate(-45deg)}.marker-icon svg{transform:rotate(45deg)}.map-caption{position:absolute;z-index:5;left:14px;right:14px;bottom:14px;display:flex;align-items:center;gap:8px;min-height:45px;padding:10px 13px;overflow:hidden;color:#3d4a43;border:1px solid rgba(255,255,255,.9);border-radius:12px;background:#ffffffe6;box-shadow:0 8px 25px #32463a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700}.map-caption svg{flex:0 0 auto;color:var(--orange)}.response-preview{margin-top:25px;padding:24px 23px;border:1px solid #d9e1da;border-radius:19px;background:#ffffffb3}.preview-heading span,.preview-heading strong{display:block}.preview-heading span{margin-bottom:3px;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.08em}.preview-heading strong{font-size:15px}.response-preview ol{display:grid;gap:0;margin:20px 0 0;padding:0;list-style:none}.response-preview li{position:relative;display:grid;grid-template-columns:32px 1fr;gap:11px;min-height:62px}.response-preview li:not(:last-child):after{content:"";position:absolute;width:1px;height:30px;left:15px;top:33px;background:#ccd7cf}.response-preview li>span{display:grid;place-items:center;width:31px;height:31px;color:#68746d;border:1px solid #d1d9d3;border-radius:10px;background:#fff;font-family:Manrope,sans-serif;font-size:11px;font-weight:800}.response-preview li.active>span{color:#fff;background:var(--green);border-color:var(--green)}.response-preview li strong,.response-preview li small{display:block}.response-preview li strong{margin-top:1px;font-size:12px}.response-preview li small{margin-top:3px;color:#87918b;font-size:10px}footer{display:flex;justify-content:space-between;align-items:center;max-width:1260px;margin:0 auto;padding:32px 42px 45px;color:#7c8781;border-top:1px solid #dce3dd;font-size:12px}footer span{color:var(--ink);font-family:Manrope,sans-serif;font-size:15px;font-weight:800}footer p{margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.7);opacity:.8}70%,to{transform:translate(-50%,-50%) scale(1.25);opacity:0}}@media(max-width:1100px){.site-header{padding:0 28px}main{padding:56px 26px 80px}.report-hero{grid-template-columns:1fr;gap:28px}.emergency-callout{max-width:620px}.report-layout{grid-template-columns:1fr}.location-panel{border-top:1px solid #dce3dd;border-left:0}.mock-map{min-height:320px}.response-preview ol{grid-template-columns:repeat(3,1fr);gap:15px}.response-preview li{grid-template-columns:32px 1fr;min-height:0}.response-preview li:not(:last-child):after{display:none}}@media(max-width:680px){.site-header{height:64px;grid-template-columns:1fr auto;padding:0 18px}.desktop-nav,.text-button{display:none}.menu-button{display:grid;place-items:center}main{padding:37px 14px 64px}.report-hero{gap:22px;margin-bottom:28px;padding:0 5px}.eyebrow{margin-bottom:13px}.hero-copy h1{font-size:35px;line-height:1.23}.hero-copy p{margin-top:17px;font-size:14px;line-height:1.72}.emergency-callout{padding:16px;border-radius:15px}.report-layout{border-radius:21px}.report-form{padding:29px 20px 28px}.form-heading{align-items:flex-start;padding-bottom:24px}.form-heading h2{font-size:21px}.form-section{padding:27px 0}.location-actions{grid-template-columns:1fr}.image-help{margin-left:0}.image-preview{grid-template-columns:82px 1fr auto}.image-preview img{width:82px;height:68px}.image-preview-info strong{max-width:120px}.submit-area{flex-direction:column;align-items:stretch}.privacy-note{max-width:none}.submit-button{width:100%}.location-panel{padding:24px 20px 27px}.mock-map{min-height:290px}.response-preview{padding:21px 18px}.response-preview ol{grid-template-columns:1fr;gap:0}.response-preview li{min-height:59px}.response-preview li:not(:last-child):after{display:block;height:27px}footer{padding:27px 19px 35px}footer p{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
