:root{font-family:Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1c1917;--bg-deep: #1c120a;--bg-deep-alt: #2a2415;--bg-glow: rgba(253, 203, 110, .08);--panel-bg: #2a2415;--panel-bg-soft: rgba(248, 241, 228, .9);--panel-bg-strong: rgba(245, 237, 224, .96);--panel-border: rgba(200, 160, 80, .22);--text-strong: #1c120a;--text-muted: #5c4a2a;--surface-elevated: rgba(245, 239, 224, .94);--surface-card: rgba(255, 250, 242, .96);--shell-gap: 16px;--shell-padding-top: 24px;--shell-padding-x: 24px;--shell-padding-bottom: 56px;--top-bar-min-height: 52px;--sidebar-width: 280px;--content-min-height: calc( 100vh - var(--shell-padding-top) - var(--top-bar-min-height) - var(--shell-gap) - var(--shell-padding-bottom) );background:var(--bg-deep)}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{min-height:100vh;background:var(--bg-deep);overflow-x:hidden;overflow-y:auto}button,input{font:inherit}button:focus-visible,input:focus-visible{outline:3px solid rgba(253,203,110,.9);outline-offset:2px;box-shadow:0 0 0 4px #fdcb6e38}.app-shell{position:relative;min-height:100vh;padding:var(--shell-padding-top) var(--shell-padding-x) var(--shell-padding-bottom)}.app-shell,.app-shell *{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.app-shell input,.app-shell textarea,.app-shell select,.app-shell [contenteditable=true]{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text}.app-shell:before,.app-shell:after{content:"";position:fixed;left:0;right:0;background:var(--bg-deep);pointer-events:none;z-index:18}.app-shell:before{top:0;height:calc(var(--shell-padding-top) + var(--top-bar-min-height))}.app-shell:after{top:calc(var(--shell-padding-top) + var(--top-bar-min-height));height:var(--shell-gap)}.top-bar:before,.top-bar:after,.main-layout:before,.main-layout:after{content:"";position:fixed;top:0;bottom:0;width:var(--shell-padding-x);background:var(--bg-deep);pointer-events:none;z-index:18}.top-bar:before,.main-layout:before{left:0}.top-bar:after,.main-layout:after{right:0}.main-layout{position:relative;margin-top:calc(var(--top-bar-min-height) + var(--shell-gap));min-height:var(--content-min-height)}.sidebar{position:fixed;top:calc(var(--shell-padding-top) + var(--top-bar-min-height) + var(--shell-gap));left:var(--shell-padding-x);bottom:var(--shell-padding-bottom);width:var(--sidebar-width);z-index:19;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:12px;padding:12px 0 18px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;min-width:0;min-height:var(--content-min-height);transform:translate(0);opacity:1;transition:opacity .25s ease,transform .25s ease,padding .25s ease,border-color .25s ease}.app-shell.is-initial-assessment-loading .sidebar{top:var(--shell-padding-top);min-height:calc(100vh - var(--shell-padding-top) - var(--shell-padding-bottom))}.sidebar::-webkit-scrollbar{display:none}.sidebar-empty{margin:0;padding:20px 16px;color:#c8b89a;font-size:.88rem;line-height:1.5}.sidebar-mobile-heading{display:none}.round-tabs-shell{position:fixed;top:var(--shell-padding-top);left:var(--shell-padding-x);z-index:21;width:var(--sidebar-width);height:56px;padding:5px 10px;border:1px solid var(--panel-border);border-radius:12px;background:var(--panel-bg);box-shadow:0 4px 24px #0208044d}.round-tabs{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);min-width:0;padding:2px;border:1px solid rgba(253,203,110,.16);border-radius:8px;background:#0c08052e}.round-tab{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;min-height:38px;padding:6px 5px;border:1px solid transparent;border-radius:6px;background:transparent;color:#f5ead0ad;cursor:pointer;font-size:.72rem;font-weight:800;letter-spacing:0;text-align:center;transition:background-color .16s ease,color .16s ease}.round-tab.is-selected{border-color:#fdcb6e47;background:#fdcb6e1a;color:#f5ead0}.round-tab:not(.is-selected):hover{background:#fdcb6e0f;color:#fff4d2}.round-tab-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.round-current-badge{display:inline-flex;align-items:center;justify-content:center;height:16px;flex:0 0 auto;padding:0 5px;border-radius:999px;border:1px solid rgba(255,232,169,.7);background:#fdcb6eeb;color:#241707;font-size:9px;font-weight:900;line-height:1;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.round-tab.is-selected .round-current-badge{border-color:#ffe8a9d1;background:#fdcb6e;color:#1c120a}.mobile-group-switcher{display:none}.accordion{border-bottom:1px solid var(--panel-border)}.accordion:last-child{border-bottom:none}.accordion-trigger{display:flex;align-items:center;gap:6px;width:100%;padding:10px 14px;border:0;background:transparent;color:#e0d0b8;font-size:.84rem;font-weight:600;text-align:left;cursor:pointer;background-position:center;background-size:cover;background-repeat:no-repeat;transition:background-color .18s ease,transform .18s ease}.accordion-trigger.has-background{min-height:56px;color:#fff5e6}.accordion-trigger:hover{background:#fdcb6e0f}.accordion-trigger.has-background:hover{background-color:transparent;transform:translateY(-1px)}.accordion-index{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#fdcb6e2e;color:#fdcb6e;font-size:.74rem;font-weight:700;display:flex;align-items:center;justify-content:center}.accordion-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accordion-count{flex-shrink:0;color:#a08060;font-size:.78rem}.accordion-chevron{flex-shrink:0;color:#a08060;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center}.accordion-chevron svg{font-size:1rem}.accordion-error{margin:0;padding:8px 14px 10px;color:#f87171;font-size:.82rem}.accordion-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .16s ease}.accordion-panel.is-open{grid-template-rows:1fr}.accordion-panel-inner{overflow:hidden}.accordion-panel-inner>*{opacity:0;transform:translateY(-4px);transition:opacity .12s ease,transform .12s ease}.accordion-panel.is-open .accordion-panel-inner>*{opacity:1;transform:translateY(0)}.accordion-items{list-style:none;margin:0;padding:0 0 4px}.accordion-items-header{display:grid;grid-template-columns:24px minmax(0,1fr) 44px;align-items:center;column-gap:6px;min-height:28px;padding:8px 10px 4px 14px;color:#8f7655;font-size:.64rem;font-weight:800;letter-spacing:0}.accordion-items-header span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accordion-items-header span:nth-child(3){justify-self:end}.accordion-item-btn{display:grid;grid-template-columns:24px minmax(0,1fr) 44px;grid-template-rows:16px 10px;align-items:center;column-gap:6px;row-gap:0;width:100%;height:36px;min-height:36px;padding:4px 10px 4px 14px;border:0;background:transparent;color:#c8b89a;font-size:.8rem;text-align:left;cursor:pointer}.accordion-item-btn.has-tie-break{min-height:36px}.accordion-item-btn:hover{background:#fdcb6e0f}.accordion-item-btn.active{background:#fdcb6e1f}.accordion-item-rank{grid-column:1;grid-row:1 / 3;align-self:center;flex-shrink:0;width:16px;height:16px;margin-top:0;border-radius:4px;background:#fdcb6e2e;color:#fdcb6e;font-size:.64rem;font-weight:700;display:flex;align-items:center;justify-content:center}.accordion-item-name{grid-column:2;grid-row:1 / 3;align-self:center;flex:1;min-width:0;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accordion-item-score{grid-column:3;grid-row:1 / 3;align-self:center;justify-self:end;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:700;color:#fdcb6e}.accordion-item-btn.has-tie-break .accordion-item-rank{align-self:center;margin-top:0}.accordion-item-btn.has-tie-break .accordion-item-score{grid-row:1;align-self:end}.accordion-item-tie-break,.accordion-item-sub{grid-column:2 / 4;grid-row:2;align-self:start;justify-self:end;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;line-height:1;font-weight:600;color:#c8b89a}.accordion-pagination{display:flex;align-items:center;justify-content:space-between;padding:4px 14px 8px;gap:8px}.accordion-page-btn{min-height:32px;padding:5px 10px;border:1px solid rgba(200,160,80,.3);border-radius:6px;background:#fdcb6e1a;color:#e0d0b8;font-size:.76rem;font-weight:600;cursor:pointer}.accordion-page-btn:hover:not(:disabled){background:#fdcb6e33}.accordion-page-btn:disabled{opacity:.4;cursor:not-allowed}.accordion-page-info{font-size:.82rem;color:#a08060;font-weight:600}.content-area{display:flex;flex-direction:column;background:#f5efe0;border:1px solid var(--panel-border);border-radius:12px;padding:20px 24px;margin-left:calc(var(--sidebar-width) + var(--shell-gap));min-width:0;min-height:var(--content-min-height)}.content-area.is-empty{height:var(--content-min-height);overflow:hidden}.content-empty{display:flex;flex:1;align-items:center;justify-content:center;min-height:0;color:#5c4a2a;font-size:.96rem}.content-empty-card{display:grid;gap:12px;max-width:460px;padding:28px 24px;border:1px solid rgba(200,160,80,.18);border-radius:20px;background:#ffffffb8;box-shadow:0 20px 40px #1c120a14;text-align:center}.content-empty-card p{margin:0}.content-empty-eyebrow{color:#7a5a08;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.content-empty-title{margin:0;color:#1c120a;font-size:clamp(1.2rem,2vw,1.6rem);line-height:1.2}.content-empty-description{color:#5c4a2a;font-size:.94rem;font-weight:600;line-height:1.6}.content-empty-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px}.item-detail-panel{display:grid;gap:24px;min-width:0;width:100%}.detail-section{padding:20px;border:1px solid var(--panel-border);border-radius:14px;background:#ffffffb8;min-width:0}.sample-result-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);gap:0;margin-bottom:18px;border:1px solid rgba(208,208,208,.9);border-radius:14px;overflow:hidden;background:#eee}.sample-result-content{padding:16px 18px}.sample-result-line,.sample-result-subline,.sample-result-private-note,.sample-result-meta p{margin:0;color:#1c120a;word-break:break-word}.sample-result-line{font-size:1rem;font-weight:700}.sample-result-line strong{font-weight:800}.sample-result-subline{margin-top:6px;color:#5c4a2a;font-size:.9rem;font-weight:600}.sample-result-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:14px}.sample-result-meta p{color:#3d2d18;font-size:.88rem;font-weight:600}.sample-result-private-note{margin-top:10px;color:#6b5a43;font-size:.88rem;font-weight:600}.sample-result-score{display:flex;align-items:center;justify-content:center;padding:16px;background:#003b40;color:#fff}.sample-result-score-box{display:flex;gap:10px}.sample-result-score-value{font-size:clamp(2.2rem,3vw,3rem);line-height:1;font-weight:800}.sample-result-score-total{align-self:flex-end;color:#ffffffb8;font-size:.9rem;font-weight:700;line-height:1;white-space:nowrap;text-align:left}.summary-chart-card{margin-bottom:18px;padding:18px;border:1px solid rgba(208,208,208,.9);border-radius:14px;background:#ffffffe6;min-width:0}.summary-chart-title{margin:0 0 14px;color:#1c120a;font-size:1.05rem}.desc-result-mobile-like{display:grid;gap:20px;min-width:0}.desc-top-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;min-width:0}.desc-column{display:grid;gap:16px;align-items:start;min-width:0}.desc-intensity-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;border:1px solid #c0c0c0;border-radius:20px;background:#fff}.desc-intensity-block{display:grid;gap:0;border:1px solid #eaeaea;border-radius:10px;overflow:hidden;background:#fff}.desc-intensity-block.is-horizontal{grid-template-columns:120px 1fr;align-items:center}.desc-intensity-title{display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 10px;background:#eaeaea;color:#666;font-size:.92rem;font-weight:700;text-align:center}.desc-intensity-words{display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-height:58px;padding:12px 14px}.desc-intensity-block.is-horizontal .desc-intensity-title{min-height:100%}.desc-intensity-word{font-weight:700;color:#d4d4d4;line-height:1}.desc-intensity-word.has-value.is-low{color:#4f83cc}.desc-intensity-word.has-value.is-medium{color:#888}.desc-intensity-word.has-value.is-high{color:#f08a24}.desc-section-chart{display:flex;align-items:center;justify-content:center}.desc-bottom-grid{display:grid;grid-template-columns:minmax(240px,1fr) minmax(0,2fr);gap:20px;min-width:0}.desc-multi-intensity{display:grid;gap:16px;padding:18px;border:1px solid #c0c0c0;border-radius:20px;background:#fff}.desc-cloud-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px;border:1px solid #c0c0c0;border-radius:20px;background:#fff;min-width:0}.desc-cloud-card{border:1px solid #eaeaea;border-radius:10px;overflow:hidden;background:#fff}.desc-cloud-title{display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 10px;background:#eaeaea;color:#666;font-size:.92rem;font-weight:700;text-align:center}.desc-cloud-body{padding:6px}.result-word-empty{display:flex;align-items:center;justify-content:center;min-height:80px;margin:0;padding:16px;color:#64748b;font-size:.92rem;font-weight:600;text-align:center}.aff-result-mobile-like{display:grid;gap:18px;min-width:0}.aff-chart-shell{align-self:center;justify-self:center;width:min(100%,760px);max-width:100%;padding:6px;border:1px solid rgba(47,45,44,1);border-radius:14px;background:#2f2d2c}.aff-defect-card{border:1px solid #eaeaea;border-radius:10px;overflow:hidden;background:#fff}.aff-defect-title{display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 10px;background:#eaeaea;color:#666;font-size:.92rem;font-weight:700;text-align:center}.aff-defect-body{padding:6px}.detail-section-title{margin:0 0 16px;font-size:1rem;color:#1c120a}.detail-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap}.detail-section-heading{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.detail-section-header .detail-section-title{margin:0}.fab{position:fixed;right:28px;bottom:28px;z-index:200;width:52px;height:52px;border:0;border-radius:50%;background:#fdcb6e;color:#1c120a;font-size:1.3rem;font-weight:700;cursor:pointer;box-shadow:0 6px 24px #02080473;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease}.fab:hover{transform:scale(1.08);box-shadow:0 8px 32px #0208048c}.fab svg{font-size:1.55rem}.mobile-scroll-top-fab,.mobile-sidebar-backdrop{display:none}.query-panel{position:fixed;right:28px;bottom:92px;z-index:200;width:min(400px,calc(100vw - 32px));max-height:calc(100vh - 120px);overflow-y:auto;padding:16px;border:1px solid var(--panel-border);border-radius:12px;background:var(--panel-bg-strong);box-shadow:0 12px 40px #02080466}.top-bar{position:fixed;top:var(--shell-padding-top);left:var(--shell-padding-x);right:var(--shell-padding-x);z-index:20;display:flex;align-items:center;justify-content:flex-end;gap:10px;height:56px;padding:0 16px;border:1px solid var(--panel-border);border-radius:12px;background:var(--panel-bg);box-shadow:0 4px 24px #0208044d;flex-shrink:0}.app-shell.has-round-tabs .top-bar,.app-shell.is-initial-assessment-loading .top-bar{left:calc(var(--shell-padding-x) + var(--sidebar-width) + var(--shell-gap))}.top-bar-spacer{flex:1}.top-bar-actions-group{display:inline-flex;align-items:center;gap:10px;margin-right:8px}.top-bar-text-action{padding:0;border:0;background:transparent;color:#f6d58a;font:inherit;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.top-bar-text-action:hover{color:#ffe6ad}.top-bar-text-action:disabled{opacity:.6;cursor:wait}.top-bar-text-action svg{display:block;flex:0 0 auto;font-size:1rem}.top-bar-meta{color:#fff4d6d1;font-size:.92rem;white-space:nowrap}.top-bar-actions-group .top-bar-meta{padding-left:10px;border-left:1px solid rgba(255,244,214,.24)}.sidebar-toggle-btn{flex-shrink:0;width:36px;height:36px;border:1px solid rgba(200,160,80,.3);border-radius:10px;background:#fdcb6e1f;color:#fdcb6e;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.sidebar-toggle-btn:hover{background:#fdcb6e38}.sidebar-toggle-btn svg{font-size:1.2rem}.main-layout.sidebar-hidden{margin-top:calc(var(--top-bar-min-height) + var(--shell-gap))}.main-layout.sidebar-hidden .sidebar{opacity:0;transform:translate(-16px);pointer-events:none;padding-inline:0;border-color:transparent;overflow:hidden}.main-layout.sidebar-hidden .content-area{margin-left:0}.clock-label{display:flex;flex-direction:column;align-items:center;flex:0 0 146px;gap:2px;width:146px;min-width:146px;padding:7px 14px;border-radius:8px;background:#fdcb6e;color:#1c120a;text-align:center;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.countdown-deadline{font-size:.78rem;font-weight:700;opacity:.84;line-height:1}.countdown-time{font-size:.96rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.06em;line-height:1;white-space:nowrap}.monitor-chip{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:8px;background:#fdcb6e2e;color:#1c120a;font-size:.88rem;font-weight:700;letter-spacing:.04em}.monitor-chip.is-connecting{background:#fdcb6e38}.monitor-chip.is-active{background:#003b402e;color:#f0fbfc}.monitor-chip.is-retrying{background:#f59e0b38;color:#fff7e8}.monitor-chip.is-error{background:#b91c1c38;color:#fff0f0}.monitor-chip-indicator{width:10px;height:10px;border-radius:50%;background:currentColor;box-shadow:0 0 0 0 currentColor;animation:monitor-pulse 1.6s ease-out infinite}.monitor-chip-copy{display:flex;flex-direction:column;gap:1px}.monitor-chip-copy strong,.monitor-chip-copy span{color:inherit;line-height:1.1}.monitor-chip-copy span{font-size:.76rem;font-weight:600;opacity:.82}.query-dropdown-title{margin:0 0 14px;color:var(--text-strong);font-size:.88rem;font-weight:700}.eyebrow{margin:0 0 8px;color:#fdcb6e;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.query-form{display:grid;grid-template-columns:1fr;gap:16px;align-items:end}.query-set-list{display:grid;gap:12px}.query-set-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:16px;border:1px solid rgba(200,160,80,.2);border-radius:18px;background:var(--panel-bg-soft)}.query-set-header{display:flex;justify-content:space-between;align-items:center;grid-column:1 / -1;gap:12px}.query-set-header strong{color:var(--text-strong)}.query-set-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.query-set-actions span{color:var(--text-muted);font-size:.92rem;font-weight:600}.query-field-full{display:grid;gap:8px;grid-column:1 / -1}.query-field-label{color:var(--text-strong);font-weight:600}.query-note{color:#7a5a08;font-size:.84rem;font-weight:600;line-height:1.35}.query-form input{width:100%;padding:12px 14px;border:1px solid rgba(200,160,80,.28);border-radius:14px;background:#fffffff5;color:var(--text-strong)}.query-form input:focus-visible{outline:3px solid rgba(253,203,110,.85);border-color:#fdcb6e}.query-form button{height:48px;border:0;border-radius:14px;background:linear-gradient(135deg,#b8860b,#7a5a08);color:#fff;font-weight:700;cursor:pointer}.button-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.secondary-button{background:linear-gradient(135deg,#7a5a08,#4a3505)}.danger-button{background:linear-gradient(135deg,#dc2626,#b91c1c)}.ghost-button{height:40px;padding:0 14px;border:1px solid rgba(200,160,80,.3);border-radius:12px;background:#ffffffeb;color:var(--text-strong);font-weight:700;cursor:pointer}.accordion-trigger:disabled{cursor:not-allowed;opacity:.72}.query-form button:disabled{opacity:.7;cursor:wait}.status{margin:16px 0 0;padding:12px 14px;border-radius:14px}.status.error{background:#fee2e2;color:#b91c1c}.status.info{background:#fef3c7;color:#92400e}.content-empty-card .status.info{justify-self:center;width:fit-content;max-width:100%;margin-top:6px;padding:7px 12px;border:1px solid rgba(253,203,110,.32);border-radius:999px;background:#fdcb6e26;color:#5c3a07;font-size:.82rem;font-weight:700;line-height:1.2;cursor:default}.react-debug-panel{margin-top:16px;padding:18px 20px;border:1px dashed rgba(234,88,12,.45);border-radius:18px;background:linear-gradient(135deg,#fff7edf2,#fffbebf2)}.react-debug-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.react-debug-header h2{margin:0;font-size:1rem}.react-debug-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.react-debug-summary span{padding:6px 10px;border-radius:999px;background:#ffffffeb;color:#9a3412;font-size:.84rem;font-weight:700}.inline-error{margin:0 0 16px;padding:12px 14px;border-radius:14px;background:#fee2e2;color:#b91c1c}.empty-state{margin:0;padding:0 16px 16px;color:#64748b;font-weight:600}.monitor-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:16px}.monitor-summary-item{display:grid;gap:6px;padding:14px;border-radius:14px;background:var(--surface-card)}.monitor-summary dt,.monitor-summary dd{margin:0}.monitor-summary dt{color:#475569;font-size:.88rem;font-weight:700}.monitor-summary dd{color:#0f172a;font-weight:700;word-break:break-word}.monitor-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border-radius:999px;background:#94a3b82e;color:#334155;font-size:.8rem;font-weight:700;white-space:nowrap}.monitor-status-badge.is-connecting{background:#fdcb6e38;color:#7a5a08}.monitor-status-badge.is-active{background:#003b401f;color:#003b40}.monitor-status-badge.is-retrying{background:#f59e0b2e;color:#9a3412}.monitor-status-badge.is-error{background:#b91c1c1f;color:#b91c1c}.chart-error-fallback{display:grid;gap:8px;align-items:center;justify-items:center;min-height:180px;padding:20px;border:1px dashed rgba(185,28,28,.28);border-radius:14px;background:linear-gradient(135deg,#fef2f2f5,#fff7edf5);text-align:center}.chart-error-title,.chart-error-description{margin:0}.chart-error-title{color:#991b1b;font-size:.98rem;font-weight:800}.chart-error-description{max-width:420px;color:#7f1d1d;font-size:.9rem;font-weight:600;line-height:1.5}pre{margin:0;max-width:100%;padding:16px;overflow:auto;border-radius:14px;background:#0f172a;color:#e2e8f0;font-family:Cascadia Code,Consolas,monospace;font-size:.92rem;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}@keyframes monitor-pulse{0%{transform:scale(.95);box-shadow:0 0 #ffffff61}70%{transform:scale(1);box-shadow:0 0 0 10px #fff0}to{transform:scale(.95);box-shadow:0 0 #fff0}}@keyframes mobile-sample-page-in-next{0%{opacity:.35;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@keyframes mobile-sample-page-in-prev{0%{opacity:.35;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}.accordion-items.is-swipe-next{animation:mobile-sample-page-in-next .18s cubic-bezier(.22,1,.36,1) both}.accordion-items.is-swipe-prev{animation:mobile-sample-page-in-prev .18s cubic-bezier(.22,1,.36,1) both}@media (max-width: 640px){:root{--shell-gap: 12px;--shell-padding-top: 10px;--shell-padding-x: 10px;--shell-padding-bottom: 12px;--content-min-height: auto}button,[role=button],.accordion-item-btn,.mobile-group-tab,.accordion-page-btn,.sidebar-toggle-btn,.top-bar-text-action,.mobile-result-back-btn,.splash-start{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.app-shell,.app-shell *{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.app-shell input,.app-shell textarea,.app-shell [contenteditable=true]{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text}.app-shell{--mobile-sticky-top-bar-offset: 10px;--mobile-sticky-top-bar-height: 83px;--mobile-sticky-drawer-gap: 12px;--mobile-sticky-drawer-bottom-gap: 10px;min-height:100vh;padding:calc(var(--mobile-sticky-top-bar-offset) + var(--mobile-sticky-top-bar-height)) 10px 10px}.app-shell.is-mobile-result-mode{--mobile-result-header-height: 56px;min-height:100dvh;padding:var(--mobile-result-header-height) 0 0;background:#f7f7f7}.app-shell.is-mobile-report-open:not(.is-mobile-result-mode){padding-top:calc(var(--mobile-sticky-top-bar-offset) + var(--mobile-sticky-top-bar-height))}.app-shell.is-mobile-report-open:not(.is-mobile-result-mode):before{content:"";position:fixed;top:0;right:0;left:0;z-index:70;display:block;height:calc(var(--mobile-sticky-top-bar-offset) + var(--mobile-sticky-top-bar-height) + var(--mobile-sticky-drawer-gap));background:var(--bg-deep);pointer-events:none}.app-shell:before,.app-shell:after,.top-bar:before,.top-bar:after,.main-layout:before,.main-layout:after{display:none}.app-shell:not(.is-mobile-result-mode):before{content:"";position:fixed;top:0;right:0;left:0;z-index:70;display:block;height:calc(var(--mobile-sticky-top-bar-offset) + var(--mobile-sticky-top-bar-height) + var(--mobile-sticky-drawer-gap));background:var(--bg-deep);pointer-events:none}.main-layout{display:grid;gap:12px;margin-top:12px;min-height:0;overflow:visible}.main-layout.sidebar-hidden{gap:12px;margin-top:12px}.app-shell.is-mobile-result-mode .main-layout{gap:0;margin-top:0}.top-bar{position:fixed;top:var(--mobile-sticky-top-bar-offset);left:10px;right:10px;z-index:80;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;column-gap:8px;row-gap:4px;min-height:0;height:var(--mobile-sticky-top-bar-height);padding:6px 8px;align-items:center;align-content:center;border-radius:10px}.app-shell.is-mobile-report-open:not(.is-mobile-result-mode) .top-bar{position:fixed;top:var(--mobile-sticky-top-bar-offset);left:10px;right:10px;z-index:80}.app-shell.is-mobile-result-mode .top-bar{position:fixed;top:0;left:0;right:0;z-index:80;grid-template-columns:44px minmax(0,1fr) 44px;gap:0;min-height:var(--mobile-result-header-height);padding:6px 14px;border:0;border-radius:0;background:#f7f7f7;box-shadow:0 1px #1111110f}.mobile-result-back-btn,.mobile-result-top-spacer{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px}.mobile-result-back-btn{border:0;border-radius:999px;background:transparent;color:#111;cursor:pointer}.mobile-result-back-btn:focus-visible{outline:3px solid rgba(0,71,77,.28);outline-offset:2px}.mobile-result-top-title{align-self:center;justify-self:center;margin:0;color:#111;font-size:.98rem;font-weight:900;line-height:1.2;text-align:center}.top-bar-spacer{display:none}.top-bar-actions-group{display:contents}.top-bar-text-action{grid-column:3;grid-row:2;justify-self:end;width:44px;min-width:44px;min-height:44px;padding:0;border:1px solid rgba(253,203,110,.24);border-radius:10px;background:#fdcb6e1a}.top-bar-text-action span{display:none}.top-bar-meta{grid-column:2 / 4;grid-row:1;justify-self:end;max-width:100%;overflow:hidden;color:#fff4d6c2;font-size:.68rem;font-weight:700;line-height:1.15;text-align:right;text-overflow:ellipsis;white-space:nowrap}.top-bar-actions-group .top-bar-meta{padding-left:0;border-left:0}.sidebar-toggle-btn{grid-column:1;grid-row:2;width:44px;height:44px;border:1px solid rgba(253,203,110,.24);border-radius:10px;background:#fdcb6e1a;color:#f6d58a}.sidebar-toggle-btn:hover{background:#fdcb6e1a}.sidebar-toggle-btn:disabled{opacity:.6;cursor:default}.sidebar-toggle-btn:active:not(:disabled){background:#fdcb6e2e}.clock-label{grid-column:2;grid-row:2;width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:2px;min-height:44px;padding:5px 8px;border-radius:8px}.countdown-deadline{font-size:.68rem;font-weight:700;opacity:.84;line-height:1.1}.countdown-time{justify-self:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;letter-spacing:0;text-align:center}.sidebar{position:fixed;top:calc(var(--mobile-sticky-top-bar-offset, 10px) + var(--mobile-sticky-top-bar-height, 83px) + var(--mobile-sticky-drawer-gap, 12px));left:10px;bottom:auto;z-index:30;width:min(340px,calc(100vw - 48px));max-width:100%;min-height:0;max-height:calc(100dvh - var(--mobile-sticky-top-bar-offset, 10px) - var(--mobile-sticky-top-bar-height, 83px) - var(--mobile-sticky-drawer-gap, 12px) - var(--mobile-sticky-drawer-bottom-gap, 10px));padding:0 0 18px;border-radius:12px;overflow:hidden auto;overflow-y:auto;clip-path:inset(0 round 12px);opacity:1;visibility:visible;transform:translateZ(0);will-change:opacity,transform;backface-visibility:hidden;contain:layout paint;box-shadow:0 18px 42px #0208046b;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain;transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1),border-color .2s ease,visibility 0s linear 0s}.sidebar::-webkit-scrollbar{width:0;height:0;display:none}.main-layout.sidebar-hidden .sidebar{display:block;max-height:calc(100dvh - var(--mobile-sticky-top-bar-offset, 10px) - var(--mobile-sticky-top-bar-height, 83px) - var(--mobile-sticky-drawer-gap, 12px) - var(--mobile-sticky-drawer-bottom-gap, 10px));overflow:hidden auto;overflow-y:auto;opacity:0;visibility:hidden;transform:translate3d(calc(-100vw - 100%),0,0);pointer-events:none;transition:opacity .14s ease,transform .2s ease,border-color .16s ease,visibility 0s linear .22s}.mobile-sidebar-backdrop{position:fixed;top:calc(var(--mobile-sticky-top-bar-offset, 10px) + var(--mobile-sticky-top-bar-height, 83px) + var(--mobile-sticky-drawer-gap, 12px));right:0;bottom:0;left:0;z-index:24;display:block;min-width:100%;min-height:100%;padding:0;border:0;border-radius:12px;background:#0a080557;cursor:default;opacity:0;visibility:hidden;pointer-events:none;transform:translateZ(0);will-change:opacity;transition:opacity .16s ease,visibility 0s linear .16s}.mobile-sidebar-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .16s ease,visibility 0s linear 0s}.sidebar-mobile-heading{display:none}.sidebar-mobile-heading span:last-child{color:#c8b89a;font-size:.78rem;font-weight:700;white-space:nowrap}.round-tabs-shell{position:sticky;top:0;left:auto;z-index:3;width:100%;height:auto;padding:10px 10px 8px;border:0;border-radius:10px 10px 0 0;box-shadow:none;background:var(--panel-bg);overflow:hidden;box-sizing:border-box}.round-tab{min-height:44px}.round-current-badge{height:15px;padding:0 4px;font-size:8px}.mobile-group-switcher-shell{display:none}.mobile-group-switcher-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;z-index:2;width:42px;pointer-events:none;background:linear-gradient(90deg,#0d090500,#0d0905eb)}.mobile-group-switcher{display:flex;gap:8px;padding:8px 42px 8px 8px;overflow-x:auto;overflow-y:hidden;scroll-padding-inline:8px;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.mobile-group-switcher::-webkit-scrollbar{display:none}.mobile-group-tab{flex:0 0 clamp(156px,48vw,188px);display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;min-height:58px;padding:7px 10px;border:1px solid rgba(253,203,110,.16);border-radius:8px;background:#1c160ca3;background-clip:padding-box;background-position:center;background-size:cover;background-repeat:no-repeat;color:#d8c8a8;cursor:pointer;overflow:hidden;scroll-snap-align:start;text-align:left}.mobile-group-tab.is-active{border-color:#fdcb6eb8;background-color:#fdcb6e29;color:#fff4d2}.mobile-group-tab.is-pressed:not(:disabled),.mobile-group-tab:active:not(:disabled){border-color:#fdcb6eb8;background-color:#fdcb6e29;color:#fff4d2}.mobile-group-tab.is-active.is-pressed:not(:disabled),.mobile-group-tab.is-active:active:not(:disabled){border-color:#fdcb6eb8;background-color:#fdcb6e29;color:#fff4d2}.mobile-group-tab:disabled{cursor:not-allowed;opacity:.55}.mobile-group-tab-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#fdcb6e2e;color:#fdcb6e}.mobile-group-tab-icon svg{font-size:.95rem}.mobile-group-tab-title,.mobile-group-tab-count{min-width:0}.mobile-group-tab-title{display:grid;gap:1px;align-self:center;justify-items:start;font-size:.76rem;font-weight:800;line-height:1.12;text-align:left}.mobile-group-tab-primary,.mobile-group-tab-secondary{min-width:0;overflow:visible;text-overflow:clip;white-space:normal;word-break:keep-all}.mobile-group-tab-primary{color:#f5ead0;font-size:.76rem}.mobile-group-tab-secondary{color:#f5ead0;font-size:.76rem;font-weight:800;overflow:visible;text-overflow:clip;white-space:normal;word-break:keep-all}.mobile-group-tab-count{align-self:start;color:#f1cf83;font-size:.68rem;font-weight:800;overflow:visible;white-space:nowrap}.sidebar .accordion{border-bottom:0}.sidebar .accordion:first-of-type{margin-top:0}.sidebar .accordion:last-of-type{margin-bottom:0}.sidebar .accordion:not(.is-open){display:block}.sidebar .accordion.is-open>.accordion-trigger{display:flex}.sidebar-empty{padding:16px 14px}.accordion-trigger{min-height:44px;padding:8px 12px;gap:8px;border-left:0;font-size:.86rem}.accordion-trigger.has-background{min-height:56px;background-color:#1c160cc2;color:#f5ead0}.accordion-trigger.is-open,.accordion-trigger.has-background.is-open{background-color:#fdcb6e21;color:#fff8e8;box-shadow:inset 0 -1px #fdcb6e2e}.accordion-trigger.has-background:hover,.accordion-trigger.has-background.is-open:hover{transform:none}.accordion-index{width:22px;height:22px;background:#fdcb6e33}.accordion-title{font-weight:800}.accordion-count{min-width:46px;color:#f1cf83;font-size:.8rem;font-weight:800;text-align:right}.accordion-chevron{width:22px;height:22px;color:#f1cf83}.accordion-panel.is-open{background:#0c080538;border-top:1px solid rgba(253,203,110,.18)}.accordion-items-header{grid-template-columns:32px minmax(0,1fr) 64px;padding:8px 12px 4px 14px}.accordion-items{touch-action:pan-y}.accordion-item-btn{grid-template-columns:32px minmax(0,1fr) 64px;grid-template-rows:22px 16px;min-height:52px;height:52px;padding:7px 12px 7px 14px;font-size:.84rem}.accordion-item-btn:hover{background:transparent}.accordion-item-btn.active:hover{background:#fdcb6e1f}.accordion-item-btn.is-pressed,.accordion-item-btn:active{background:#fdcb6e1a}.accordion-item-btn.active.is-pressed,.accordion-item-btn.active:active{background:#fdcb6e1f}.accordion-item-btn.has-tie-break{min-height:52px;height:52px}.accordion-item-rank{width:22px;height:22px;font-size:.7rem}.accordion-item-score{font-size:.8rem}.accordion-item-tie-break,.accordion-item-sub{font-size:.66rem}.accordion-pagination{padding:8px 14px 14px}.accordion-page-btn,.ghost-button{min-height:44px}.accordion-page-btn{min-width:44px}.accordion-page-btn:hover:not(:disabled){background:#fdcb6e1a}.accordion-page-btn:active:not(:disabled){background:#fdcb6e38}.top-bar-text-action:active{background:#fdcb6e2e}.mobile-result-back-btn:active{background:#00474d14}.splash-start:active{filter:brightness(.92);box-shadow:0 10px 22px #00000047,0 0 0 4px #fdcb6e1f,inset 0 1px #fdcb6e14;transform:translateY(1px)}.mobile-scroll-top-fab{position:fixed;right:16px;bottom:calc(env(safe-area-inset-bottom,0px) + 18px);z-index:210;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:0;border-radius:999px;background:#003b40;color:#fff;box-shadow:0 12px 28px #1111113d;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px) scale(.96);transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease}.mobile-scroll-top-fab.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.mobile-scroll-top-fab:active{background:#005158;box-shadow:0 8px 20px #11111138;transform:translateY(1px) scale(.98)}.mobile-scroll-top-fab svg{font-size:1.75rem}.content-area{position:relative;z-index:1;margin-left:0;min-height:0;padding:14px;scroll-margin-top:12px;transition:none}.content-area.is-empty{position:fixed;top:calc(var(--mobile-sticky-top-bar-offset, 10px) + var(--mobile-sticky-top-bar-height, 83px) + var(--mobile-sticky-drawer-gap, 12px));right:10px;bottom:var(--mobile-sticky-drawer-bottom-gap, 10px);left:10px;height:auto;min-height:0;overflow:hidden}.content-area.is-empty .content-empty{width:100%;min-height:100%}.content-area.is-empty .content-empty-card{align-content:center;width:100%;max-width:none;min-height:100%;padding:24px 18px;border-radius:10px}.content-area.is-mobile-report{padding:14px;border:1px solid var(--panel-border);border-radius:12px;background:#f5efe0}.content-area.is-mobile-report .detail-section{padding:16px 14px 18px;border:1px solid rgba(200,160,80,.18);border-radius:12px;background:#ffffffb8}.app-shell.is-mobile-result-mode .content-area.is-mobile-report{padding:0;border:0;border-radius:0;background:#f7f7f7}.app-shell.is-mobile-result-mode .content-area.is-mobile-report .detail-section{padding:14px 16px 24px;border:0;border-radius:0;background:#f7f7f7}.app-shell.is-mobile-result-mode .content-area.is-mobile-report .detail-section-header{display:none}.content-area.is-mobile-report .detail-section-header{justify-content:flex-start;margin-bottom:14px}.content-area.is-mobile-report .detail-section-title{margin:0;color:#111;font-size:1rem;font-weight:900;text-align:left}.mobile-result-sheet{display:grid;gap:26px;color:#111}.mobile-sample-summary-card{display:grid;grid-template-columns:minmax(0,1fr) 90px;overflow:hidden;border:1px solid #e8e8e8;border-radius:7px;background:#eee}.mobile-sample-summary-copy{display:grid;gap:3px;padding:16px 14px;color:#1f1f1f;font-size:.74rem;font-weight:700;line-height:1.32}.mobile-sample-summary-copy p{margin:0}.mobile-sample-summary-line{margin-bottom:3px;font-size:.86rem;font-weight:900}.mobile-sample-summary-subline{margin-bottom:5px;color:#5c4a2a;font-size:.82rem;font-weight:600}.mobile-sample-score-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:112px;padding:14px 10px;background:#003b40;color:#fff;text-align:center}.mobile-sample-score-value{font-size:1.32rem;font-weight:900;line-height:1}.mobile-sample-score-range{min-height:1em;margin-top:8px;color:#ffffffb8;font-size:.58rem;font-weight:800;line-height:1.2}.mobile-result-section{display:grid;gap:12px}.mobile-result-section-title{margin:0;color:#111;font-size:1.04rem;font-weight:900}.mobile-result-motion-spacer{min-height:860px;border-radius:8px;background:linear-gradient(#eee,#eee) 0 0 / 46% 14px no-repeat,linear-gradient(#f3f3f3,#f3f3f3) 0 44px / 100% 220px no-repeat,linear-gradient(#eee,#eee) 0 306px / 52% 14px no-repeat,linear-gradient(#f3f3f3,#f3f3f3) 0 350px / 100% 180px no-repeat,linear-gradient(#eee,#eee) 0 572px / 45% 14px no-repeat,linear-gradient(#f3f3f3,#f3f3f3) 0 616px / 100% 220px no-repeat}.mobile-result-chart-card{overflow:hidden;border:1px solid #dedede;border-radius:8px;background:#fff}.mobile-result-chart-card.is-combined{padding:8px 6px 2px}.mobile-result-sheet .desc-result-mobile-like,.mobile-result-sheet .aff-result-mobile-like{gap:22px}.mobile-result-sheet .desc-top-grid,.mobile-result-sheet .desc-bottom-grid{grid-template-columns:1fr;gap:22px}.mobile-result-sheet .desc-column{gap:16px}.mobile-result-sheet .desc-intensity-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:0;border:0;border-radius:0;background:transparent}.mobile-result-sheet .desc-intensity-block{border-color:#e6e6e6;border-radius:8px}.mobile-result-sheet .desc-intensity-title,.mobile-result-sheet .desc-cloud-title,.mobile-result-sheet .aff-defect-title{min-height:36px;background:#ebebeb;color:#6b6b6b;font-size:.72rem}.mobile-result-sheet .desc-intensity-words{min-height:48px;padding:9px 10px}.mobile-result-sheet .desc-intensity-word{color:#ddd}.mobile-result-sheet .desc-intensity-word.has-value.is-low{color:#72c6ee}.mobile-result-sheet .desc-intensity-word.has-value.is-medium{color:#f2bd20}.mobile-result-sheet .desc-intensity-word.has-value.is-high{color:#f28d2a}.mobile-result-sheet .desc-section-chart{overflow:hidden;border-radius:8px}.mobile-result-sheet .desc-multi-intensity{gap:8px;padding:0;border:0;border-radius:0;background:transparent}.mobile-result-sheet .desc-intensity-block.is-horizontal{grid-template-columns:98px minmax(0,1fr)}.mobile-result-sheet .desc-intensity-block.is-horizontal .desc-intensity-title{min-height:100%}.mobile-result-sheet .desc-cloud-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:0;border:0;border-radius:0;background:transparent}.mobile-result-sheet .desc-cloud-card,.mobile-result-sheet .aff-defect-card{border-color:#e6e6e6;border-radius:8px}.mobile-result-sheet .desc-cloud-body{min-height:92px}.mobile-result-sheet .aff-chart-shell{width:100%;padding:3px;border-radius:8px}.mobile-result-sheet .aff-defect-body{min-height:120px}.mobile-result-sheet .aff-defect-body.is-empty{display:flex;align-items:center;justify-content:center}.mobile-result-sheet .aff-defect-body.is-empty .result-word-empty{width:100%;min-height:0}.react-debug-panel{display:none}.content-area.is-empty{height:auto;min-height:240px;overflow:visible}.monitor-chip{width:100%;justify-content:center}.content-empty-card{width:100%;padding:22px 18px;border-radius:12px}.query-set-card{grid-template-columns:1fr}.sample-result-card{grid-template-columns:1fr;border-radius:12px}.sample-result-score{justify-content:flex-start;padding:14px 18px}.sample-result-score-box{flex-wrap:wrap;align-items:flex-end}.sample-result-score-value{font-size:2.1rem}.sample-result-score-total{white-space:normal}.summary-chart-card{padding:14px;border-radius:12px;overflow:hidden}.desc-top-grid{grid-template-columns:1fr}.desc-intensity-pair{grid-template-columns:1fr;padding:12px;border-radius:12px}.desc-intensity-block.is-horizontal{grid-template-columns:1fr}.desc-intensity-block.is-horizontal .desc-intensity-title{min-height:42px}.desc-bottom-grid{grid-template-columns:1fr}.desc-multi-intensity{padding:12px;border-radius:12px}.desc-cloud-group{grid-template-columns:1fr;padding:12px;border-radius:12px}.aff-chart-shell{width:100%;padding:4px}.chart-error-fallback{min-height:160px;padding:16px}}@media (max-width: 430px){.app-shell{padding:12px}.top-bar{padding:10px 12px}.content-area,.detail-section,.summary-chart-card{padding:12px}.desc-intensity-words{gap:6px;padding:10px}.desc-intensity-word{min-width:0;overflow-wrap:anywhere}}.splash-screen{position:relative;display:grid;grid-template-rows:auto auto auto auto;row-gap:24px;align-content:center;align-items:center;justify-items:center;min-height:100vh;padding:48px 24px 52px;background-color:#1c120a;background-size:cover;background-position:center;isolation:isolate;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.splash-screen:before,.splash-screen:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.splash-screen:before{background:radial-gradient(ellipse at center,#fdcb6e1a,#1c120a00 58%),linear-gradient(180deg,#0806043d,#0806040a 34%,#08060480)}.splash-screen:after{background:linear-gradient(90deg,#07040257,#07040200 18%,#07040200 82%,#07040257),linear-gradient(0deg,#0704025c,#07040200 32%)}.splash-screen img{-webkit-user-drag:none}.splash-screen>*{position:relative;z-index:1}.splash-screen.is-countdown-complete:before{animation:splashScreenCompleteGlow 1.4s cubic-bezier(.22,1,.36,1) both}.splash-aroma-burst{position:absolute;top:50%;left:50%;z-index:4;width:min(680px,96vw);height:min(360px,52vh);overflow:visible;pointer-events:none;mix-blend-mode:screen;transform:translate(-50%,-38%)}.splash-aroma-burst:before{content:"";position:absolute;left:50%;top:62%;width:min(420px,76vw);height:min(180px,26vh);border-radius:50%;background:radial-gradient(ellipse at center,#ffde8a47,#fdcb6e1f 36%,#fdcb6e00 72%);filter:blur(8px);opacity:0;transform:translate(-50%,-50%) scale(.52);animation:splashAromaGlow 1.2s ease-out both}.splash-aroma-particle{--particle-x: 0px;--particle-y: -120px;--particle-delay: 0ms;--particle-size: 5px;--particle-scale: 1;position:absolute;left:50%;top:62%;width:var(--particle-size);height:var(--particle-size);border-radius:999px;background:radial-gradient(circle,#fff7cf,#f9d47a 42%,#fdcb6e00 72%);box-shadow:0 0 10px #ffe6a0ad,0 0 22px #fdcb6e47;opacity:0;transform:translate(-50%,-50%) scale(.35);animation:splashAromaParticle 1.5s cubic-bezier(.2,.78,.18,1) var(--particle-delay) both}.splash-aroma-particle:nth-child(1){--particle-x: -260px;--particle-y: -96px;--particle-delay: 20ms;--particle-size: 5px;--particle-scale: .86}.splash-aroma-particle:nth-child(2){--particle-x: -204px;--particle-y: -146px;--particle-delay: 80ms;--particle-size: 7px;--particle-scale: 1.05}.splash-aroma-particle:nth-child(3){--particle-x: -150px;--particle-y: -202px;--particle-delay: .14s;--particle-size: 4px;--particle-scale: 1.18}.splash-aroma-particle:nth-child(4){--particle-x: -94px;--particle-y: -124px;--particle-delay: 0ms;--particle-size: 6px;--particle-scale: 1.04}.splash-aroma-particle:nth-child(5){--particle-x: -44px;--particle-y: -220px;--particle-delay: 90ms;--particle-size: 5px;--particle-scale: .92}.splash-aroma-particle:nth-child(6){--particle-x: 18px;--particle-y: -176px;--particle-delay: 50ms;--particle-size: 42px;--particle-scale: 1}.splash-aroma-particle:nth-child(7){--particle-x: 68px;--particle-y: -236px;--particle-delay: .13s;--particle-size: 6px;--particle-scale: 1.08}.splash-aroma-particle:nth-child(8){--particle-x: 122px;--particle-y: -132px;--particle-delay: 30ms;--particle-size: 5px;--particle-scale: .86}.splash-aroma-particle:nth-child(9){--particle-x: 176px;--particle-y: -196px;--particle-delay: .11s;--particle-size: 36px;--particle-scale: 1.1}.splash-aroma-particle:nth-child(10){--particle-x: 236px;--particle-y: -104px;--particle-delay: 70ms;--particle-size: 6px;--particle-scale: .98}.splash-aroma-particle:nth-child(11){--particle-x: -236px;--particle-y: -32px;--particle-delay: .17s;--particle-size: 4px;--particle-scale: .78}.splash-aroma-particle:nth-child(12){--particle-x: -118px;--particle-y: -58px;--particle-delay: .21s;--particle-size: 34px;--particle-scale: .95}.splash-aroma-particle:nth-child(13){--particle-x: -12px;--particle-y: -92px;--particle-delay: .16s;--particle-size: 5px;--particle-scale: 1.12}.splash-aroma-particle:nth-child(14){--particle-x: 84px;--particle-y: -62px;--particle-delay: .22s;--particle-size: 4px;--particle-scale: .86}.splash-aroma-particle:nth-child(15){--particle-x: 202px;--particle-y: -48px;--particle-delay: .18s;--particle-size: 38px;--particle-scale: 1.02}.splash-aroma-particle:nth-child(16){--particle-x: -32px;--particle-y: -256px;--particle-delay: .26s;--particle-size: 3px;--particle-scale: .75}.splash-aroma-particle:nth-child(17){--particle-x: 146px;--particle-y: -254px;--particle-delay: .25s;--particle-size: 4px;--particle-scale: .9}.splash-aroma-particle:nth-child(18){--particle-x: -184px;--particle-y: -244px;--particle-delay: .24s;--particle-size: 3px;--particle-scale: .78}.splash-aroma-particle:nth-child(3n){width:3px;height:var(--particle-size);min-height:34px;border-radius:999px;background:linear-gradient(180deg,#fff7cf00,#ffe6a07a,#fdcb6e00);filter:blur(1.6px);box-shadow:0 0 18px #ffda863d}.splash-countdown{position:relative;z-index:3;justify-self:center;width:min(486px,calc(100vw - 48px));margin:6px 0;padding:clamp(16px,1.7vw,19px) clamp(18px,2vw,24px) clamp(17px,1.9vw,21px);border:1px solid rgba(253,203,110,.3);border-radius:8px;background:linear-gradient(180deg,#38220fb8,#0e0906a3),linear-gradient(90deg,#fdcb6e1a,#fff0,#fdcb6e14);color:#e0d0b8;box-shadow:0 24px 48px #00000057,inset 0 1px #ffecb829,inset 0 -1px #0000005c;-webkit-backdrop-filter:blur(10px) saturate(116%);backdrop-filter:blur(10px) saturate(116%);pointer-events:none}.splash-screen.is-final-countdown .splash-countdown{border-color:#fdcb6e7a;box-shadow:0 26px 56px #00000061,0 0 32px #fdcb6e2e,inset 0 1px #ffecb838,inset 0 -1px #0000005c}.splash-screen.is-countdown-complete .splash-countdown{border-color:#ffde8aa3;animation:splashCountdownCompleteGlow 1.3s cubic-bezier(.22,1,.36,1) both}.splash-countdown-label{margin:0 0 10px;color:#ffe5aec2;font-size:.76rem;font-weight:800;line-height:1}.splash-countdown-body{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;min-height:33px;margin-top:0}.splash-countdown-prefix{display:inline-flex;align-items:center;align-self:center;flex:0 0 74px;justify-content:center;width:74px;min-width:74px;min-height:33px;color:#f4d58d;font-size:clamp(18px,1.8vw,24px);font-weight:800;line-height:1;letter-spacing:0;white-space:nowrap;text-shadow:0 5px 16px rgba(0,0,0,.28)}.splash-countdown-units{display:inline-flex;flex:0 1 auto;align-items:center;justify-content:center;gap:8px;min-width:0;width:auto}.splash-countdown-message{display:flex;align-items:center;justify-content:center;width:100%;min-height:33px;color:#ffe9b6;font-size:clamp(18px,1.75vw,26px);font-weight:800;line-height:1.25;text-align:center;word-break:keep-all;text-shadow:0 2px 10px rgba(0,0,0,.36)}.splash-countdown-unit{display:inline-flex;align-items:baseline;gap:2px;width:38px;min-width:0;justify-content:center;white-space:nowrap}.splash-countdown-value{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:0;min-height:33px;border:0;border-radius:0;background:transparent;color:#ffe9b6;font-size:clamp(18px,1.8vw,24px);font-weight:800;line-height:1;font-variant-numeric:tabular-nums;box-shadow:none;text-shadow:0 2px 10px rgba(0,0,0,.36)}.splash-countdown-number{display:inline-block;width:2ch;text-align:right;animation:splashCountdownNumberTick .22s ease-out}.splash-screen.is-final-countdown .splash-countdown-number{animation:splashCountdownNumberTick .22s ease-out,splashFinalCountdownPop .56s cubic-bezier(.18,.89,.32,1.28)}.splash-screen.is-countdown-complete .splash-countdown-message{animation:splashCompleteMessage .76s ease-out both}.splash-countdown-unit-label{color:#ffe5aeb8;font-size:.72rem;font-weight:800;line-height:1;text-shadow:0 3px 12px rgba(0,0,0,.32)}@keyframes splashCountdownNumberTick{0%{opacity:.92;transform:translateY(1px)}to{opacity:1;transform:translateY(0)}}@keyframes splashFinalCountdownPop{0%{transform:scale(.96)}45%{transform:scale(1.16);text-shadow:0 0 14px rgba(255,229,174,.6),0 2px 12px rgba(0,0,0,.42)}to{transform:scale(1)}}@keyframes splashCountdownCompleteGlow{0%{transform:scale(1);box-shadow:0 24px 48px #00000057,inset 0 1px #ffecb829,inset 0 -1px #0000005c}34%{transform:scale(1.018);box-shadow:0 30px 64px #00000061,0 0 44px #fdcb6e57,0 0 0 1px #ffecb847,inset 0 1px #ffecb847,inset 0 -1px #0000005c}to{transform:scale(1);box-shadow:0 24px 48px #00000057,0 0 28px #fdcb6e2e,inset 0 1px #ffecb82e,inset 0 -1px #0000005c}}@keyframes splashScreenCompleteGlow{0%{opacity:1}34%{background:radial-gradient(ellipse at center,#fdcb6e3d,#1c120a00 62%),linear-gradient(180deg,#08060447,#08060405 34%,#08060475)}to{background:radial-gradient(ellipse at center,#fdcb6e24,#1c120a00 58%),linear-gradient(180deg,#0806043d,#0806040a 34%,#08060480)}}@keyframes splashAromaGlow{0%{opacity:0;transform:translate(-50%,-50%) scale(.52)}28%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.22)}}@keyframes splashAromaParticle{0%{opacity:0;transform:translate(-50%,-50%) scale(.35)}16%{opacity:.95}68%{opacity:.68}to{opacity:0;transform:translate(calc(-50% + var(--particle-x)),calc(-50% + var(--particle-y))) scale(var(--particle-scale))}}@keyframes splashCompleteMessage{0%{opacity:.74;transform:translateY(3px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.splash-countdown-number{animation:none}}.splash-logo-area{position:relative;z-index:2;align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;height:250px;width:min(90vw,1320px);isolation:isolate;overflow:visible;pointer-events:none}.splash-logo-area:before{content:"";position:absolute;top:-18%;right:-6%;bottom:-18%;left:-6%;z-index:0;border-radius:50%;background:radial-gradient(ellipse at center,#1c120a9e,#1c120a6b 42%,#1c120a29 66%,#1c120a00 82%);filter:blur(10px);pointer-events:none}.splash-logo-area:after{content:"";position:absolute;top:8%;right:-8%;bottom:8%;left:-8%;z-index:2;background:linear-gradient(105deg,#fff4d200 34%,#fff4d257,#fdcb6e00 62%);opacity:0;mix-blend-mode:screen;pointer-events:none;transform:translate(-68%) skew(-16deg)}.splash-screen.is-countdown-complete .splash-logo-area:after{animation:splashLogoShimmer 1.2s .18s cubic-bezier(.22,1,.36,1) both}.splash-logo{position:relative;z-index:1;display:block;width:100%;max-height:min(50vh,520px);object-fit:contain;transform:scale(1.45);transform-origin:center;pointer-events:none}@keyframes splashLogoShimmer{0%{opacity:0;transform:translate(-68%) skew(-16deg)}22%{opacity:.9}to{opacity:0;transform:translate(68%) skew(-16deg)}}.splash-organizer-line{position:relative;z-index:1;max-width:min(88vw,920px);margin:0;color:#ffefcdc7;font-size:clamp(11px,1.05vw,14px);font-weight:700;line-height:1.35;text-align:center;word-break:keep-all;text-shadow:0 4px 16px rgba(0,0,0,.42)}.splash-credit-info{position:relative;z-index:5;display:grid;gap:8px;justify-items:center;max-width:min(88vw,920px);margin-top:0;transform:translateY(90px)}.splash-footer-info{--partner-strip-height: 88px;position:absolute;left:50%;bottom:0;display:grid;gap:0;justify-items:center;width:min(94vw,1040px);max-width:min(94vw,1040px);height:var(--partner-strip-height);min-height:var(--partner-strip-height);margin-top:0;padding-top:0;transform:translate(-50%)}.splash-partner-banners{--partner-logo-width: 96px;--partner-logo-height: 30px;position:relative;z-index:0;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:12px;box-sizing:border-box;width:min(90vw,1040px);height:var(--partner-strip-height);min-height:var(--partner-strip-height);padding:11px 18px;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;pointer-events:none}.splash-partner-banners:after{content:"";position:absolute;z-index:0;top:0;left:50%;width:100vw;height:100%;background:#fff;-webkit-mask-image:none;mask-image:none;transform:translate(-50%);pointer-events:none}.splash-partner-logo{position:relative;z-index:1;display:block;flex:0 0 var(--partner-logo-width);min-width:0;width:var(--partner-logo-width);height:var(--partner-logo-height);max-width:var(--partner-logo-width);max-height:var(--partner-logo-height);object-fit:contain;opacity:1;filter:drop-shadow(0 1px 3px rgba(255,239,205,.16)) drop-shadow(0 4px 10px rgba(0,0,0,.44)) saturate(1) contrast(1.04) brightness(1.05)}.splash-partner-logo.is-compact{--partner-logo-width: 52px;--partner-logo-height: 44px}.splash-partner-logo.is-sewoong{--partner-logo-width: 122px;--partner-logo-height: 30px}.splash-app-note{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 10px;max-width:min(88vw,720px);margin:0;padding:7px 0 0;border:0;border-top:1px solid rgba(253,203,110,.18);border-radius:0;background:transparent;color:#e0d0b8c7;font-size:clamp(11px,.98vw,14px);font-weight:600;line-height:1.35;text-align:center;box-shadow:none;text-shadow:0 3px 12px rgba(0,0,0,.34);-webkit-backdrop-filter:none;backdrop-filter:none}.splash-app-note-link{color:#fdcb6ee0;font-weight:800;line-height:inherit;text-decoration:none;border-bottom:1px solid rgba(253,203,110,.3);white-space:nowrap;transition:border-color .18s ease,color .18s ease,text-shadow .18s ease}.splash-powered-label{color:#c8b89a9e;font-weight:600}.splash-powered-brand-group{display:inline-flex;align-items:center;gap:6px;min-width:0;white-space:nowrap}.splash-powered-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:2px;border:1px solid rgba(253,203,110,.22);border-radius:5px;background:#fff6dce0;box-shadow:inset 0 1px #fff9,0 2px 6px #00000024;flex:0 0 auto}.splash-powered-icon{display:block;width:100%;height:100%;object-fit:contain}.splash-powered-brand{color:#fdcb6ee6;font-weight:800;letter-spacing:0;white-space:nowrap}.splash-app-note-links{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;gap:4px 10px}.splash-app-note-links:before{content:"·";color:#c8b89a9e;font-weight:700}.splash-app-note-link:focus-visible{border-color:#fdcb6e;color:#e0d0b8;outline:2px solid rgba(253,203,110,.52);outline-offset:3px;text-shadow:0 0 16px rgba(253,203,110,.34)}.splash-start{position:relative;top:14px;z-index:5;display:inline-flex;align-items:center;justify-content:center;gap:9px;width:min(334px,calc(100vw - 48px));min-height:56px;padding:0 28px;border-radius:12px;border:1px solid rgba(253,203,110,.44);background:linear-gradient(180deg,#68441c80,#1f130ab8),#1c120a9e;color:#ffd479;font-size:18px;font-weight:800;line-height:1.1;text-align:center;text-shadow:0 3px 14px rgba(0,0,0,.38);box-shadow:0 16px 32px #00000047,inset 0 1px #ffecb829,inset 0 -1px #00000042;-webkit-backdrop-filter:blur(10px) saturate(112%);backdrop-filter:blur(10px) saturate(112%);cursor:pointer;pointer-events:auto;touch-action:manipulation;overflow:hidden;transition:transform .18s ease,border-color .18s ease,color .18s ease,filter .18s ease,box-shadow .18s ease}.splash-start:after{content:"";position:absolute;top:-72%;left:-44%;width:28%;height:244%;background:linear-gradient(90deg,#fff0,#fff8dc94,#fff0);opacity:0;pointer-events:none;transform:rotate(28deg)}.splash-start.is-active{border-color:#ffe5aebd;background:linear-gradient(135deg,#c58b36,#f4d58d 46%,#d59d42);color:#1a0f05;text-shadow:0 1px 0 rgba(255,246,218,.42);box-shadow:0 18px 38px #00000057,0 0 24px #fdcb6e61,inset 0 1px #ffffff6b,inset 0 -1px #6f410e52;animation:splashStartActiveGlow 2.4s ease-in-out infinite}.splash-start.is-active:after{animation:splashStartShimmer 2.6s .42s cubic-bezier(.19,1,.22,1) infinite}.splash-start:hover:not(:disabled),.splash-start:focus-visible{border-color:#fdcb6ea3;color:#ffe8b0;filter:brightness(1.08);box-shadow:0 18px 36px #00000057,0 0 0 4px #fdcb6e24,inset 0 1px #fdcb6e1f;transform:translateY(-2px)}.splash-start.is-active:hover:not(:disabled),.splash-start.is-active:focus-visible{border-color:#fff4d2db;color:#1a0f05;filter:brightness(1.04);box-shadow:0 22px 44px #00000061,0 0 0 4px #fdcb6e2e,0 0 34px #fdcb6e7a,inset 0 1px #ffffff8a}.splash-start:disabled{border-color:#fdcb6e38;color:#c8b89abd;background:linear-gradient(180deg,#3422136b,#130d0980),#1c120a80;box-shadow:0 10px 22px #00000038,inset 0 1px #fdcb6e0d;cursor:not-allowed;filter:saturate(.82);transform:none}.splash-start:disabled:after{display:none}@keyframes splashStartShimmer{0%{left:-48%;opacity:0}18%{opacity:1}52%{left:122%;opacity:0}to{left:122%;opacity:0}}@keyframes splashStartActiveGlow{0%,to{box-shadow:0 18px 38px #00000057,0 0 20px #fdcb6e52,inset 0 1px #ffffff6b,inset 0 -1px #6f410e52}50%{box-shadow:0 20px 42px #0000005c,0 0 34px #fdcb6e7a,inset 0 1px #ffffff80,inset 0 -1px #6f410e52}}@media (prefers-reduced-motion: reduce){.splash-screen.is-countdown-complete:before,.splash-screen.is-countdown-complete .splash-countdown,.splash-screen.is-final-countdown .splash-countdown-number,.splash-screen.is-countdown-complete .splash-countdown-message,.splash-screen.is-countdown-complete .splash-logo-area:after,.splash-start.is-active{animation:none}.splash-aroma-burst,.splash-start.is-active:after{display:none}}@media (max-width: 640px){.splash-screen{min-height:100dvh;grid-template-rows:auto auto auto auto;justify-content:center;gap:16px;width:100vw;max-width:100vw;padding:calc(env(safe-area-inset-top,0px) + 14px) max(18px,env(safe-area-inset-right,0px)) calc(env(safe-area-inset-bottom,0px) + 34px) max(18px,env(safe-area-inset-left,0px));box-sizing:border-box}.splash-aroma-burst{top:51%;width:100vw;height:42vh;transform:translate(-50%,-34%) scale(.82)}.splash-countdown{justify-self:center;width:min(100%,calc(100vw - 36px),408px);max-width:calc(100vw - 36px);margin:4px 0;padding:13px 12px 14px;text-align:center}.splash-countdown-body{display:flex;align-items:center;justify-content:center;gap:6px;min-height:33px;margin-top:0}.splash-countdown-label{margin-bottom:8px}.splash-countdown-message{min-height:33px;font-size:clamp(18px,5vw,22px)}.splash-countdown-prefix{display:inline-flex;justify-content:center;align-self:center;flex-basis:56px;width:56px;min-width:56px;min-height:33px;font-size:clamp(16px,4.8vw,20px)}.splash-countdown-units{display:inline-flex;flex-wrap:nowrap;gap:6px;width:auto}.splash-countdown-value{min-height:33px;font-size:clamp(16px,4.8vw,20px)}.splash-countdown-unit{width:34px}.splash-countdown-unit-label{font-size:clamp(10px,2.8vw,11px)}.splash-logo-area{align-self:start;justify-self:center;height:clamp(130px,20vh,170px);width:min(100%,600px);gap:14px}.splash-logo{max-height:min(32vh,240px)}.splash-organizer-line{max-width:92vw;font-size:clamp(11px,3.1vw,13px)}.splash-credit-info{justify-self:center;max-width:92vw;gap:5px;transform:translateY(46px)}.splash-app-note{max-width:min(92vw,420px);font-size:.72rem}.splash-footer-info{--partner-strip-height: calc(60px + env(safe-area-inset-bottom, 0px)) ;bottom:0;max-width:92vw;width:92vw;height:var(--partner-strip-height);min-height:var(--partner-strip-height);gap:0;padding-top:0}.splash-partner-banners{--partner-logo-width: clamp(28px, 7.8vw, 56px);--partner-logo-height: clamp(12px, 3.25vw, 22px);gap:clamp(2px,.8vw,5px);width:min(100%,560px);height:var(--partner-strip-height);min-height:var(--partner-strip-height);padding:10px 6px}.splash-partner-banners:after{height:100%}.splash-partner-logo{width:var(--partner-logo-width);height:var(--partner-logo-height);max-width:var(--partner-logo-width);max-height:var(--partner-logo-height)}.splash-partner-logo.is-compact{--partner-logo-width: clamp(20px, 5.6vw, 36px);--partner-logo-height: clamp(20px, 5.8vw, 32px)}.splash-partner-logo.is-sewoong{--partner-logo-width: clamp(40px, 9vw, 68px);--partner-logo-height: clamp(12px, 3.25vw, 22px)}.splash-start{top:8px;width:min(318px,calc(100vw - 44px));max-width:calc(100vw - 44px);min-height:52px;padding:0 22px;font-size:clamp(16px,4.6vw,18px)}}
