:root{--wot-font-sans:Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;--wot-font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--wot-surface-base:#f4f3ee;--wot-surface-raised:#fff;--wot-surface-subtle:#eceee8;--wot-surface-strong:#173f34;--wot-text-primary:#17211d;--wot-text-secondary:#46534e;--wot-text-muted:#59645f;--wot-border:#c8cec8;--wot-divider:#dce0da;--wot-focus:#0b6bcb;--wot-info:#255f8f;--wot-info-soft:#edf5fb;--wot-success:#24644f;--wot-success-soft:#eaf5ef;--wot-warning:#755a16;--wot-warning-soft:#fbf4da;--wot-danger:#9b3f35;--wot-danger-soft:#fff0ed;--wot-blocked:#6f3140;--wot-blocked-soft:#f8ecef;--wot-muted-soft:#f0f1ee;--wot-space-1:4px;--wot-space-2:8px;--wot-space-3:12px;--wot-space-4:16px;--wot-space-5:20px;--wot-space-6:24px;--wot-radius-small:6px;--wot-radius-medium:8px;--wot-radius-large:12px;--wot-touch-target:44px}.wot-skip-link{z-index:100;border:2px solid var(--wot-focus);border-radius:var(--wot-radius-small);background:var(--wot-surface-raised);color:var(--wot-text-primary);padding:10px 14px;font-weight:800;position:fixed;top:8px;left:8px;translate:0 -160%}.wot-skip-link:focus{translate:0}.wot-kicker{color:var(--wot-success);letter-spacing:.07em;margin:0;font-size:12px;font-weight:850}.wot-fixture-banner{align-items:center;gap:var(--wot-space-2);border-radius:var(--wot-radius-small);min-height:36px;color:var(--wot-text-secondary);background:#f7f7f3;border:1px dashed #8c9691;padding:7px 10px;font-size:12px;line-height:1.45;display:flex}.wot-fixture-banner strong{color:var(--wot-text-primary);white-space:nowrap}.wot-status-chip{white-space:nowrap;border:1px solid;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:2px 8px;font-size:12px;font-weight:800;line-height:1.25;display:inline-flex}.wot-status-symbol{border:1px solid;border-radius:50%;place-items:center;width:14px;height:14px;font-size:10px;line-height:1;display:inline-grid}.wot-tone-neutral{color:var(--wot-text-secondary);background:var(--wot-muted-soft)}.wot-tone-info{color:var(--wot-info);background:var(--wot-info-soft)}.wot-tone-success{color:var(--wot-success);background:var(--wot-success-soft)}.wot-tone-warning{color:var(--wot-warning);background:var(--wot-warning-soft)}.wot-tone-danger{color:var(--wot-danger);background:var(--wot-danger-soft)}.wot-tone-blocked{color:var(--wot-blocked);background:var(--wot-blocked-soft)}.wot-tone-muted,.wot-tone-unknown{color:var(--wot-text-muted);background:var(--wot-muted-soft)}.wot-risk-banner{gap:var(--wot-space-3);border-radius:var(--wot-radius-medium);padding:var(--wot-space-3) var(--wot-space-4);border:1px solid;border-left-width:4px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;display:grid}.wot-risk-icon{border:1px solid;border-radius:50%;place-items:center;width:24px;height:24px;font-size:13px;font-weight:900;display:grid}.wot-risk-copy{color:var(--wot-text-primary);font-size:14px;line-height:1.5}.wot-risk-copy>div{color:var(--wot-text-secondary);margin-top:3px;font-size:13px}.wot-risk-action{align-self:center}.wot-validation-panel{border:1px solid var(--wot-border);border-radius:var(--wot-radius-medium);background:var(--wot-surface-raised);overflow:hidden}.wot-validation-header{padding:var(--wot-space-4);border-bottom:1px solid var(--wot-divider)}.wot-validation-header h2{color:var(--wot-text-primary);letter-spacing:-.02em;margin:5px 0 6px;font-size:17px}.wot-validation-header>p:last-child{color:var(--wot-text-secondary);margin:0;font-size:12px;line-height:1.5}.wot-validation-list{margin:0;padding:0;list-style:none}.wot-validation-list li{gap:var(--wot-space-2);padding:var(--wot-space-3) var(--wot-space-4);border-bottom:1px solid var(--wot-divider);display:grid}.wot-validation-list li:last-child{border-bottom:0}.wot-validation-list p{color:var(--wot-text-secondary);margin:0;font-size:12px;line-height:1.5}.wot-validation-list a{width:fit-content;color:var(--wot-info);font-size:12px;font-weight:750}.wot-section-header{justify-content:space-between;align-items:flex-start;gap:var(--wot-space-4);display:flex}.wot-section-header h2,.wot-card-header h2{color:var(--wot-text-primary);letter-spacing:-.025em;margin:4px 0 0;font-size:19px;line-height:1.35}.wot-section-description{max-width:720px;color:var(--wot-text-secondary);margin:6px 0 0;font-size:13px;line-height:1.55}.wot-card{border:1px solid var(--wot-border);border-radius:var(--wot-radius-medium);background:var(--wot-surface-raised);overflow:hidden}.wot-card-header{justify-content:space-between;align-items:flex-start;gap:var(--wot-space-3);padding:var(--wot-space-4);border-bottom:1px solid var(--wot-divider);display:flex}.wot-card-meta{flex:none}.wot-card-body{padding:var(--wot-space-4)}.wot-table-scroll{border:1px solid var(--wot-border);border-radius:var(--wot-radius-medium);background:var(--wot-surface-raised);max-width:100%;overflow-x:auto}.wot-table-scroll:focus-visible{outline:3px solid var(--wot-focus);outline-offset:2px}.wot-dense-table{border-collapse:collapse;width:100%;min-width:720px;color:var(--wot-text-primary);font-variant-numeric:tabular-nums;font-size:13px}.wot-dense-table caption{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.wot-dense-table th,.wot-dense-table td{border-bottom:1px solid var(--wot-divider);text-align:left;vertical-align:top;padding:11px 12px}.wot-dense-table thead th{z-index:1;color:var(--wot-text-secondary);background:#e8ebe5;font-size:12px;font-weight:800;position:sticky;top:0}.wot-dense-table tbody th{font-weight:780}.wot-dense-table tbody tr:last-child th,.wot-dense-table tbody tr:last-child td{border-bottom:0}.wot-dense-table tbody tr:hover{background:#f6f7f3}.wot-field{gap:6px;display:grid}.wot-field label{color:var(--wot-text-primary);font-size:13px;font-weight:800}.wot-field input,.wot-field select,.wot-field textarea{width:100%;min-height:var(--wot-touch-target);border-radius:var(--wot-radius-small);background:var(--wot-surface-raised);color:var(--wot-text-primary);border:1px solid #8d9691;padding:9px 11px}.wot-field-hint,.wot-inline-error{margin:0;font-size:12px;line-height:1.45}.wot-field-hint{color:var(--wot-text-muted)}.wot-inline-error{color:var(--wot-danger);align-items:center;gap:6px;font-weight:700;display:flex}.wot-inline-error>span{border:1px solid;border-radius:50%;place-items:center;width:17px;height:17px;font-size:10px;display:grid}.wot-button,.wot-action-items a{min-height:var(--wot-touch-target);border-radius:var(--wot-radius-small);text-align:center;border:1px solid #0000;justify-content:center;align-items:center;padding:9px 13px;font-size:14px;font-weight:800;line-height:1.25;text-decoration:none;display:inline-flex}.wot-button-primary,.wot-action-items a:first-child{border-color:var(--wot-surface-strong);background:var(--wot-surface-strong);color:#fff}.wot-button-secondary,.wot-action-items a:not(:first-child){background:var(--wot-surface-raised);color:var(--wot-text-primary);border-color:#7f8984}.wot-button-danger{border-color:var(--wot-danger);background:var(--wot-danger);color:#fff}.wot-button:disabled{color:#505a55;cursor:not-allowed;background:#e3e6e1;border-color:#b4bbb6}.wot-action-bar{gap:var(--wot-space-2);padding-top:var(--wot-space-3);display:grid}.wot-action-items{gap:var(--wot-space-2);flex-wrap:wrap;display:flex}.wot-action-bar>p{color:var(--wot-text-muted);margin:0;font-size:12px;line-height:1.45}.wot-state-panel{gap:var(--wot-space-3);border-radius:var(--wot-radius-medium);min-height:132px;padding:var(--wot-space-4);border:1px solid;grid-template-columns:auto minmax(0,1fr);align-content:start;display:grid}.wot-state-symbol{border:1px solid;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid}.wot-state-panel h3{color:var(--wot-text-primary);margin:2px 0 5px;font-size:15px}.wot-state-panel p{color:var(--wot-text-secondary);margin:0;font-size:13px;line-height:1.5}.wot-state-action{margin-top:var(--wot-space-3)}.wot-sensitive-reveal{gap:var(--wot-space-3);border:1px solid var(--wot-border);border-radius:var(--wot-radius-medium);padding:var(--wot-space-3);background:var(--wot-surface-subtle);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.wot-sensitive-reveal>span{font-family:var(--wot-font-mono);letter-spacing:.12em}.wot-sensitive-reveal strong{font-size:13px}.wot-sensitive-reveal p{color:var(--wot-text-muted);margin:3px 0 0;font-size:12px}.wot-sensitive-reveal .wot-visually-muted{grid-column:2/-1;margin:-6px 0 0}.wot-app-shell{background:var(--wot-surface-base);min-height:100vh;color:var(--wot-text-primary);font-family:var(--wot-font-sans);grid-template-columns:232px minmax(0,1fr);display:grid}.wot-app-sidebar{background:var(--wot-surface-strong);color:#f4f7f5;border-right:1px solid #35574e;flex-direction:column;height:100vh;display:flex;position:sticky;top:0}.wot-brand-lockup{align-items:center;gap:var(--wot-space-3);min-height:78px;padding:var(--wot-space-4);border-bottom:1px solid #45665d;display:flex}.wot-brand-lockup>span,.wot-mobile-brand{border-radius:var(--wot-radius-medium);width:36px;height:36px;color:var(--wot-surface-strong);background:#f4f7f5;border:1px solid;flex:none;place-items:center;font-size:14px;font-weight:900;display:grid}.wot-brand-lockup strong,.wot-brand-lockup small{display:block}.wot-brand-lockup strong{font-size:14px}.wot-brand-lockup small{color:#c4d1cc;margin-top:3px;font-size:11px}.wot-navigation ul{padding:var(--wot-space-3);margin:0;list-style:none}.wot-navigation a{min-height:var(--wot-touch-target);gap:var(--wot-space-2);border-radius:var(--wot-radius-small);color:inherit;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;padding:8px 10px;font-size:13px;font-weight:720;text-decoration:none;display:grid}.wot-app-sidebar .wot-navigation a{color:#dce6e2}.wot-app-sidebar .wot-navigation a:hover,.wot-app-sidebar .wot-navigation a[aria-current=page]{color:#fff;background:#295247}.wot-nav-icon{border-radius:var(--wot-radius-small);border:1px solid;place-items:center;width:22px;height:22px;font-size:10px;font-weight:900;display:grid}.wot-navigation small{font-variant-numeric:tabular-nums;font-size:10px}.wot-sidebar-note{margin:auto var(--wot-space-4) var(--wot-space-4);color:#b9c8c2;font-size:11px;line-height:1.5}.wot-app-workspace{min-width:0}.wot-context-header{justify-content:space-between;align-items:center;gap:var(--wot-space-4);min-height:96px;padding:var(--wot-space-4) var(--wot-space-6);border-bottom:1px solid var(--wot-border);background:var(--wot-surface-raised);display:flex}.wot-context-header h1{letter-spacing:-.025em;max-width:760px;margin:4px 0;font-size:19px;line-height:1.35}.wot-context-header p:last-child{color:var(--wot-text-muted);margin:0;font-size:12px}.wot-role-label{border-left:3px solid var(--wot-success);background:var(--wot-surface-subtle);color:var(--wot-text-secondary);white-space:nowrap;padding:7px 10px;font-size:12px;font-weight:750}.wot-admin-wizard{gap:var(--wot-space-4);min-width:0;padding:var(--wot-space-4);grid-template-columns:164px minmax(0,1fr) 276px;align-items:start;display:grid}.wot-wizard-steps{border:1px solid var(--wot-border);border-radius:var(--wot-radius-medium);background:var(--wot-surface-raised);overflow:hidden}.wot-wizard-steps ol{margin:0;padding:0;list-style:none}.wot-wizard-steps li{gap:var(--wot-space-2);border-bottom:1px solid var(--wot-divider);grid-template-columns:28px 1fr;align-items:center;min-height:50px;padding:8px 10px;display:grid}.wot-wizard-steps li:last-child{border-bottom:0}.wot-wizard-steps li[data-state=current]{border-left:3px solid var(--wot-success);background:var(--wot-success-soft);padding-left:7px}.wot-wizard-steps li[data-state=blocked]{color:var(--wot-blocked);background:var(--wot-blocked-soft)}.wot-wizard-steps li>span{color:var(--wot-text-muted);font-family:var(--wot-font-mono);font-size:11px}.wot-wizard-steps strong,.wot-wizard-steps small{display:block}.wot-wizard-steps strong{font-size:12px}.wot-wizard-steps small{color:var(--wot-text-muted);margin-top:3px;font-size:10px}.wot-wizard-main{gap:var(--wot-space-4);min-width:0;display:grid}.wot-mobile-stage{min-height:100vh;color:var(--wot-text-primary);font-family:var(--wot-font-sans);background:#dfe3dc}.wot-mobile-shell{border-right:1px solid var(--wot-border);border-left:1px solid var(--wot-border);background:var(--wot-surface-base);flex-direction:column;width:min(100%,430px);min-height:100vh;margin:0 auto;display:flex}.wot-mobile-header{align-items:center;gap:var(--wot-space-3);min-height:72px;padding:var(--wot-space-3) var(--wot-space-4);border-bottom:1px solid var(--wot-border);background:var(--wot-surface-strong);color:#fff;display:flex}.wot-mobile-header p,.wot-mobile-header small{margin:0}.wot-mobile-header p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.wot-mobile-header small{color:#d3dfda;margin-top:3px;font-size:11px;display:block}.wot-mobile-shell>main{align-content:start;gap:var(--wot-space-3);padding:var(--wot-space-3);flex:1;display:grid}.wot-mobile-shell>.wot-navigation{z-index:10;border-top:1px solid var(--wot-border);background:#fffffffa;margin-top:auto;position:sticky;bottom:0}.wot-mobile-shell>.wot-navigation ul{padding:4px 3px max(4px, env(safe-area-inset-bottom));grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.wot-mobile-shell>.wot-navigation a{min-width:0;min-height:52px;color:var(--wot-text-muted);flex-direction:column;justify-content:center;gap:3px;padding:4px 2px;font-size:11px;display:flex}.wot-mobile-shell>.wot-navigation a[aria-current=page]{background:var(--wot-success-soft);color:var(--wot-surface-strong)}.wot-mobile-shell>.wot-navigation .wot-nav-icon{border:0;width:21px;height:21px;font-size:11px}.wot-mobile-shell>.wot-navigation small{display:none}.wot-staff-context{z-index:5;padding:var(--wot-space-3) var(--wot-space-4);background:var(--wot-surface-strong);color:#fff;border-bottom:1px solid #3f6258;position:sticky;top:0}.wot-staff-context .wot-kicker{color:#cfe0d9}.wot-staff-context h1{margin:4px 0;font-size:17px;line-height:1.4}.wot-staff-context p:last-child{color:#d4dfdb;margin:0;font-size:12px}@media (max-width:1180px){.wot-admin-wizard{grid-template-columns:150px minmax(0,1fr)}.wot-wizard-validation{grid-column:2}}@media (max-width:820px){.wot-app-shell{grid-template-columns:1fr}.wot-app-sidebar{height:auto;position:static}.wot-app-sidebar .wot-navigation ul{display:flex;overflow-x:auto}.wot-app-sidebar .wot-navigation li{flex:none}.wot-sidebar-note{display:none}.wot-context-header{padding:var(--wot-space-4);flex-direction:column;align-items:flex-start}.wot-admin-wizard{grid-template-columns:1fr}.wot-wizard-validation{grid-column:auto}}@media (max-width:480px){.wot-mobile-shell{border-left:0;border-right:0}.wot-risk-banner{padding:var(--wot-space-3);grid-template-columns:auto minmax(0,1fr)}.wot-risk-action{grid-column:2;width:100%}.wot-action-items{grid-template-columns:1fr;display:grid}.wot-action-items>*{width:100%}.wot-sensitive-reveal{grid-template-columns:auto minmax(0,1fr)}.wot-sensitive-reveal .wot-button,.wot-sensitive-reveal .wot-visually-muted{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){.wot-app-shell *,.wot-mobile-stage *,.wot-app-shell :before,.wot-mobile-stage :before,.wot-app-shell :after,.wot-mobile-stage :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--wot-font-sans);background:var(--wot-surface-base);color:var(--wot-text-primary);font-synthesis:none;text-rendering:optimizelegibility}*{box-sizing:border-box}html{background:var(--wot-surface-base);min-width:320px}body{background:var(--wot-surface-base);min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--wot-focus);outline-offset:3px}::selection{color:var(--wot-text-primary);background:#cfe6dd}
