:root{--st-bg: #ffffff;--st-surface: #f1f5f9;--st-surface-soft: #fff7ed;--st-primary: #f39100;--st-primary-hover: #49b4e7;--st-primary-pressed: #9a3412;--st-primary-border: #c2410c;--st-navy: #0f172a;--st-navy-2: #1e293b;--st-blue-accent: #4372a2;--st-info: #49b4e7;--st-text: #0f172a;--st-text-strong: #1e293b;--st-text-muted: #64748b;--st-text-placeholder: #94a3b8;--st-border: #cbd5e1;--st-divider: #e2e8f0;--st-danger: #ef4444;--st-radius-lg: 24px;--st-radius-md: 18px;--st-shadow: 0 16px 36px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(180deg,#fff,#f8fafc);color:var(--st-text)}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}.app-shell{min-height:100vh;padding:max(24px,env(safe-area-inset-top)) 20px max(24px,env(safe-area-inset-bottom));display:flex;flex-direction:column}.app-header{display:flex;gap:18px;justify-content:space-between;align-items:flex-start;margin:0 auto 24px;max-width:880px;width:100%}.app-header h1{margin:0;font-size:clamp(2.2rem,4vw,2.95rem);line-height:1.02;color:var(--st-navy-2)}.app-header p,.app-subtitle{margin:10px 0 0;color:var(--st-text-muted);max-width:40rem;line-height:1.35;font-size:.98rem;font-weight:700}.tour-header-meta{display:inline-flex;align-items:center;gap:14px;flex-wrap:wrap}.tour-header-qn-pill{width:fit-content}.app-main{max-width:880px;margin:0 auto;width:100%;display:grid;gap:18px}.app-footer{max-width:880px;width:100%;margin:18px auto 0;color:var(--st-text-muted);font-size:.9rem;font-weight:600;text-align:center}.header-actions,.header-action-group{display:flex;gap:10px;flex-wrap:wrap}.card{background:var(--st-bg);border:1px solid var(--st-divider);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow);padding:22px}.card h2{margin:0 0 8px;font-size:1.45rem;color:var(--st-text-strong)}.card p{margin:0;color:var(--st-text-muted);line-height:1.5}.summary-card,.progress-card,.settings-card,.step-card,.completion-card{display:grid;gap:18px}.summary-topline,.card-header-row,.step-header,.progress-row{display:flex;gap:12px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.pill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-weight:700;font-size:.92rem}.home-tour-qn-pill{width:fit-content;padding-inline:14px}.pill.info{background:#49b4e726;color:var(--st-blue-accent)}.pill.neutral{background:var(--st-surface);color:var(--st-navy)}.summary-grid,.detail-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.summary-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-grid-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 26px}.summary-stats{margin-top:8px;padding-top:18px;border-top:1px solid var(--st-divider)}.summary-grid-compact-metrics{max-width:360px;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 32px}.meta-label,.eyebrow,.note-editor label{display:block;margin-bottom:8px;color:var(--st-text-muted);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.eyebrow{color:var(--st-blue-accent)}.meta-label-row{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px}.meta-label-row .meta-label{margin-bottom:0}.status-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.status-dot.open{background:#dbeef9}.status-dot.done{background:#b7e4c7}.detail-grid strong,.summary-grid strong{color:var(--st-text-strong);font-size:1.18rem;line-height:1.25}.step-section{display:grid;gap:8px;padding-top:4px;border-top:1px solid var(--st-divider)}.note-editor textarea,.number-input{width:100%;border-radius:var(--st-radius-md);border:1px solid var(--st-border);background:var(--st-bg);color:var(--st-text);padding:14px 16px}.note-editor textarea{min-height:140px;resize:vertical}.action-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.action-grid.single{grid-template-columns:1fr}.action-tile,.primary-button,.secondary-button,.nav-button,.status-button{border:1px solid transparent;border-radius:22px;min-height:58px;padding:14px 18px;font-weight:700;transition:transform .14s ease,background-color .14s ease,color .14s ease,border-color .14s ease}.action-tile:hover,.primary-button:hover,.secondary-button:hover,.nav-button:hover,.status-button:hover{transform:translateY(-1px)}.action-tile.primary,.primary-button{background:var(--st-primary);color:#fff}.action-tile.primary:hover,.primary-button:hover{background:var(--st-primary-hover)}.action-tile.navy,.nav-button,.secondary-button{background:var(--st-navy);color:#fff}.action-tile.navy:hover,.nav-button:hover,.secondary-button:hover{background:var(--st-navy-2)}.nav-button.danger,.action-tile.danger{background:#fff5f5;color:var(--st-text-strong);border-color:#ef44442e}.status-button{background:#dbeef9;color:#3b6ea5;border-color:#dbeef9}.status-button.done{background:#b7e4c7;color:#157347;border-color:#b7e4c7}.bottom-nav{display:grid;gap:14px;grid-template-columns:1fr 1fr}.progress-bar{width:100%;height:14px;border-radius:999px;background:var(--st-surface);overflow:hidden}.progress-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--st-primary),var(--st-primary-hover))}.completion-card{background:linear-gradient(180deg,#fff,#f8fafc)}.completion-badge{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:999px;background:#49b4e726;color:var(--st-blue-accent);font-weight:700}.muted-card{background:linear-gradient(180deg,#fff,#f8fafc)}.inline-error{color:var(--st-danger)!important;font-weight:700}.hidden-input{display:none}.settings-row{display:flex;gap:14px;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--st-divider)}.settings-row:first-of-type{border-top:none;padding-top:0}.settings-row.stacked{flex-direction:column;align-items:flex-start}.toggle-switch{display:inline-flex;align-items:center;gap:12px;color:var(--st-text-strong);font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-switch input{position:absolute;opacity:0;pointer-events:none}.toggle-switch.disabled{opacity:.55;cursor:not-allowed}.toggle-slider{position:relative;width:54px;height:32px;border-radius:999px;background:var(--st-border);transition:background-color .14s ease,box-shadow .14s ease;box-shadow:inset 0 0 0 1px #0f172a0f}.toggle-slider:after{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0f172a2e;transition:transform .14s ease}.toggle-switch input:checked+.toggle-slider{background:var(--st-primary)}.toggle-switch input:checked+.toggle-slider:after{transform:translate(22px)}.toggle-label{min-width:2.2rem}.settings-actions-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1rem}.settings-footer-actions{justify-content:space-between;align-items:center}.inline-tile{min-width:0;width:auto;padding-inline:1.2rem}.inline-success{margin-top:.9rem;color:#15803d;font-weight:600}.lock-screen-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(180deg,#0f172a,#1e293b)}.lock-card{width:min(100%,31rem);background:#fff;border-radius:32px;padding:2rem 2rem 2.2rem;box-shadow:0 24px 60px #0f172a47;border:1px solid #CBD5E1}.lock-card h1{margin:.3rem 0 0;color:#0f172a;text-align:center}.eyebrow{margin:0;text-align:center;color:#64748b;font-weight:700;letter-spacing:.01em;text-transform:none;font-size:.92rem}.lock-copy{color:#475569;line-height:1.5;margin:1rem 0 1.35rem;text-align:center}.lock-input{font-size:1.4rem;letter-spacing:.35em;text-align:center}.lock-pin-dots{display:flex;justify-content:center;gap:16px;margin:1rem 0}.lock-pin-dots.error{animation:lock-pin-shake .38s ease}.lock-pin-dot{width:18px;height:18px;border-radius:50%;background:#e2e8f0;border:1px solid #CBD5E1;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.lock-pin-dots.error .lock-pin-dot{background:#ef44442e;border-color:#ef444473}.lock-pin-dots.error .lock-pin-dot.filled{background:#ef4444;border-color:#ef4444}.lock-pin-dot.filled{background:#475569;border-color:#475569;transform:scale(1.04)}@keyframes lock-pin-shake{0%{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(7px)}60%{transform:translate(-5px)}80%{transform:translate(4px)}to{transform:translate(0)}}.lock-keypad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:.6rem}.lock-key{min-height:68px;border-radius:24px;border:1px solid #CBD5E1;background:linear-gradient(180deg,#fff,#f8fafc);color:#0f172a;font-size:1.3rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0f172a0f;transition:transform .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease}.lock-key:hover{transform:translateY(-1px);background:#f8fafc;border-color:#cbd5e1}.lock-key-secondary{font-size:.98rem;font-weight:700;background:#f1f5f9;color:#334155}.lock-key-placeholder{background:transparent;border:none;box-shadow:none;pointer-events:none}.lock-status{margin-top:1rem;color:#475569;text-align:center;font-weight:600}.import-card{gap:0}.import-copy{display:grid;gap:12px}.import-copy p{margin:0}.import-action{margin-top:26px}.import-button,.import-action .action-tile{width:100%}.camera-import-card{display:grid;gap:18px}.camera-import-copy{display:grid;gap:10px}.camera-import-copy h2{margin:0}.camera-import-action .action-tile{width:100%}.visual-import-card{display:grid;gap:18px}.visual-import-stage{display:grid;gap:12px}.visual-import-video-wrap{position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--st-divider);background:linear-gradient(180deg,#fff,#f8fafc);aspect-ratio:1 / 1;min-height:320px}.visual-import-video{width:100%;height:100%;object-fit:cover;display:block;background:#0f172a}.visual-import-target{position:absolute;inset:10%;border:2px solid rgba(255,255,255,.92);border-radius:24px;box-shadow:inset 0 0 0 1px #0f172a0f;pointer-events:none}.visual-import-target-grid{position:absolute;inset:12%;border:2px dashed rgba(255,255,255,.78);border-radius:18px}.visual-import-canvas{display:none}.visual-import-status-card{display:grid;gap:8px;padding:18px;border:1px solid var(--st-divider);border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc)}.visual-import-status-card strong{font-size:1.12rem;line-height:1.25;color:var(--st-text-strong)}.visual-import-status-topline{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.visual-import-progress-copy{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;color:var(--st-text-muted);font-weight:700;font-size:.95rem}.visual-import-hint{margin:0;color:var(--st-text-strong)!important;font-weight:600;line-height:1.45}.visual-import-hints-list{margin:0;padding-left:1.2rem;color:var(--st-text-strong);display:grid;gap:8px;line-height:1.5}.visual-import-hints-list li::marker{color:var(--st-info)}.visual-import-last-frame{color:var(--st-text-muted);font-weight:700}.visual-import-progress-bar{margin-top:4px}.visual-import-help-card{gap:10px}.visual-import-help-card h2{margin:0}.visual-import-actions{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:720px){.app-shell{padding-inline:14px}.app-header{flex-direction:column;margin-bottom:22px}.app-header h1{font-size:clamp(1.95rem,9vw,2.45rem)}.app-main,.app-footer{width:100%}.bottom-nav,.summary-grid.compact,.summary-grid-main,.summary-grid-compact-metrics{grid-template-columns:1fr}.summary-stats{margin-top:2px;padding-top:16px}.lock-key{min-height:58px;font-size:1.12rem}.lock-key-secondary{font-size:.9rem}}.step-room{display:inline-flex;align-items:center;width:fit-content;padding:8px 14px;border-radius:999px;background:var(--st-surface-soft);color:var(--st-primary-pressed);border:1px solid rgba(243,145,0,.2);font-weight:800;font-size:1rem}.step-status-pill{min-height:42px;padding-inline:14px}.step-meta-row{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));padding:2px 0 4px}.step-meta-item{display:grid;gap:6px;padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--st-divider)}.step-meta-item strong{font-size:1rem;line-height:1.2}.step-section-primary,.step-section-secondary,.note-section{padding-top:18px}.step-section-primary p,.step-section-secondary p{color:var(--st-text-strong);line-height:1.62;font-size:1.12rem}.step-section-primary p{font-size:1.22rem;font-weight:600}@media(max-width:720px){.step-topline{gap:14px}.step-heading-wrap h2{font-size:clamp(1.7rem,8vw,2.2rem)}.step-meta-row,.bottom-nav.bottom-nav-triplet{grid-template-columns:1fr}.step-section-primary p{font-size:1.12rem}}.progress-card-compact{gap:14px}.progress-card-compact .progress-row{align-items:center}.progress-card-compact h2{margin:0}.progress-card-compact .progress-row strong{color:var(--st-navy);font-size:1.05rem}.progress-bar-fill{background:var(--st-info)}.step-topline{display:flex;gap:16px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.step-heading-wrap{display:grid;gap:10px}.step-heading-wrap h2{margin:0;font-size:clamp(1.9rem,4.8vw,2.55rem);line-height:1.02;color:var(--st-text-strong)}.step-room-text{color:var(--st-text-strong);font-size:1.08rem;font-weight:700}.step-meta-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--st-divider);border-bottom:1px solid var(--st-divider);padding:14px 0}.step-meta-strip-item{display:grid;gap:6px;padding:0 18px;border-right:1px solid var(--st-divider)}.step-meta-strip-item:first-child{padding-left:0}.step-meta-strip-item:last-child{border-right:none;padding-right:0}.step-meta-strip-item strong{font-size:1.02rem;line-height:1.25;color:var(--st-text-strong)}.step-section-boxed{gap:10px;padding:18px 18px 20px;border:1px solid var(--st-divider);border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc)}.step-body-text{color:var(--st-text-strong);line-height:1.62;font-size:1.08rem;font-weight:400}.note-section{gap:10px}.note-section .note-editor{display:grid;gap:10px}.note-section .note-editor label{margin-bottom:0}.status-button-nav{background:#dbeef9;color:#3b6ea5;border-color:#dbeef9}.status-button-nav:hover{background:#49b4e733}.status-button.done.status-button-nav{background:#9fd9b3;color:#126a3a;border-color:#9fd9b3}.status-button.done.status-button-nav:hover{background:#22c55e33}.bottom-nav.bottom-nav-triplet{grid-template-columns:repeat(3,minmax(0,1fr))}.bottom-nav.bottom-nav-triplet .secondary-button,.bottom-nav.bottom-nav-triplet .primary-button,.bottom-nav.bottom-nav-triplet .status-button{width:100%}.app-footer{padding:2px 0 4px}@media(max-width:720px){.step-heading-wrap h2{font-size:clamp(1.7rem,8vw,2.2rem)}.step-meta-strip,.bottom-nav.bottom-nav-triplet{grid-template-columns:1fr}.step-meta-strip-item{padding:10px 0;border-right:none;border-bottom:1px solid var(--st-divider)}.step-meta-strip-item:last-child{border-bottom:none}.settings-footer-actions{flex-direction:column;align-items:stretch}.settings-footer-actions .inline-tile{width:100%}}.completion-summary-card{gap:22px}.completion-summary-header{display:grid;gap:10px}.completion-summary-header h2{margin:0;font-size:clamp(2rem,4.8vw,2.55rem);line-height:1.02}.completion-qn-pill{width:fit-content}.completion-meta-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--st-divider);border-bottom:1px solid var(--st-divider);padding:14px 0}.completion-meta-strip-item{display:grid;gap:6px;padding:0 18px;border-right:1px solid var(--st-divider)}.completion-meta-strip-item:first-child{padding-left:0}.completion-meta-strip-item:last-child{padding-right:0;border-right:none}.completion-meta-strip-item strong{font-size:1.08rem;line-height:1.25;color:var(--st-text-strong)}.completion-stats-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:18px;border:1px solid var(--st-divider);border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc)}.completion-stats-item{display:grid;gap:6px;padding:0 18px;border-right:1px solid var(--st-divider)}.completion-stats-item:first-child{padding-left:0}.completion-stats-item:last-child{padding-right:0;border-right:none}.completion-stats-item strong{font-size:1.45rem;line-height:1.1;color:var(--st-text-strong)}.overview-export-info-box{display:grid;gap:6px;margin-top:14px;padding:18px;border:1px solid var(--st-divider);border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc)}.overview-export-info-box strong{font-size:1.08rem;line-height:1.25;color:var(--st-text-strong)}.overview-export-file-name{color:var(--st-text-muted);font-weight:600;line-height:1.4;word-break:break-word}@media(max-width:720px){.completion-meta-strip,.completion-stats-strip{grid-template-columns:1fr}.completion-meta-strip-item,.completion-stats-item{padding:10px 0;border-right:none;border-bottom:1px solid var(--st-divider)}.completion-meta-strip-item:first-child,.completion-stats-item:first-child{padding-top:0}.completion-meta-strip-item:last-child,.completion-stats-item:last-child{padding-right:0;padding-bottom:0;border-bottom:none}}.overview-project-name{color:var(--st-text-muted);font-weight:700}.home-tour-card{gap:22px}.home-tour-summary-header{display:grid;gap:10px}.home-tour-summary-header h2{margin:0;font-size:clamp(1.9rem,4.6vw,2.35rem);line-height:1.02;color:var(--st-text-strong);font-weight:700}.home-tour-summary-meta{display:inline-flex;align-items:center;gap:20px;flex-wrap:wrap}.home-tour-qn-pill{width:fit-content}.home-tour-summary-project,.home-tour-summary-area{color:var(--st-text-muted);font-weight:700;font-size:1.08rem;line-height:1.2}.header-lock-button{width:56px;min-width:56px;min-height:56px;padding:0;border:1px solid var(--st-border);border-radius:16px;background:#e2e8f0;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:transform .14s ease,background-color .14s ease,color .14s ease,border-color .14s ease}.header-lock-button:hover{transform:translateY(-1px);background:#cbd5e1;color:var(--st-navy);border-color:#cbd5e1}.header-icon{width:25px;height:25px;display:block}.header-lock-icon{width:25px;height:25px;display:block;object-fit:contain}.header-icon-button{width:56px;min-width:56px;min-height:56px;padding:0;border:1px solid var(--st-border);border-radius:16px;background:#e2e8f0;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:transform .14s ease,background-color .14s ease,color .14s ease,border-color .14s ease,opacity .14s ease}.header-icon-button:hover{transform:translateY(-1px);background:#cbd5e1;color:var(--st-navy);border-color:#cbd5e1}.header-icon-button.is-active{background:#cbd5e1;border-color:#cbd5e1;color:var(--st-navy);cursor:default}.action-grid-home-tour{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:720px){.header-lock-button,.header-icon-button{width:56px;min-width:56px;min-height:56px;border-radius:16px}.action-grid-home-tour{grid-template-columns:1fr}.home-tour-summary-header h2{font-size:clamp(1.75rem,8vw,2.05rem)}.home-tour-summary-meta{gap:12px}.visual-import-actions{grid-template-columns:1fr}.home-tour-summary-project,.home-tour-summary-area{font-size:1rem}.visual-import-progress-copy{flex-direction:column;align-items:flex-start}}.progress-card-open-focus{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:22px;padding:20px 24px}.progress-open-circle{width:104px;height:104px;border-radius:999px;background:var(--st-primary);color:#fff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 14px 26px #f3910033;flex:0 0 auto}.progress-open-circle strong{color:#fff;font-size:2.3rem;line-height:1;font-weight:850}.progress-open-circle span{margin-top:4px;font-size:.9rem;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.progress-content{display:grid;gap:14px;min-width:0}.progress-row-workstate h2{margin:0;font-size:clamp(1.35rem,3vw,1.75rem);line-height:1.15}.progress-row-workstate .meta-label{margin-bottom:6px}.home-tour-card>.summary-card{padding:0;border:none;border-radius:0;box-shadow:none;background:transparent}.home-action-card{display:grid;gap:18px}.action-grid-home-main{grid-template-columns:repeat(2,minmax(0,1fr))}.home-secondary-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;padding-top:2px}.home-link-button{min-height:44px;padding:9px 14px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--st-blue-accent);font-weight:800}.home-link-button:hover{background:#49b4e71f}.home-link-button.danger-link{color:#b91c1c}.home-link-button.danger-link:hover{background:#ef44441a}.home-empty-hint{box-shadow:none}.tour-work-shell{height:100dvh;min-height:100dvh;overflow:hidden;padding:max(18px,env(safe-area-inset-top)) 20px max(16px,env(safe-area-inset-bottom))}.tour-work-shell .app-header{flex:0 0 auto;margin-bottom:14px}.tour-work-shell .app-header h1{font-size:clamp(1.9rem,3.4vw,2.6rem)}.tour-work-shell .app-subtitle{margin-top:8px}.tour-work-shell .app-main{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:14px}.tour-work-shell .progress-card{flex:0 0 auto}.tour-work-shell .step-card{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-shadow:none}.tour-bottom-bar{flex:0 0 auto;padding:14px 0 0;background:linear-gradient(180deg,#f8fafc00,#f8fafc 34%)}.step-card{gap:22px}.step-heading-wrap h2{color:var(--st-navy-2);font-weight:850}.step-room-text{color:var(--st-navy);font-size:1.1rem;font-weight:850}.step-meta-strip{border-top-color:var(--st-border);border-bottom-color:var(--st-border)}.step-meta-strip-item strong{color:#b91c1c;font-size:1.08rem;font-weight:850}.status-dot.open{background:var(--st-primary)}.status-dot.done{background:#15803d}.step-section-boxed{border-color:var(--st-border);background:#fff;box-shadow:0 8px 18px #0f172a0a}.step-section-boxed .meta-label{color:var(--st-navy-2);font-size:.82rem}.step-body-text{color:var(--st-navy);font-size:clamp(1.12rem,2.3vw,1.25rem);line-height:1.48;font-weight:650}.note-section{padding-top:18px;border-top:1px solid var(--st-border)}.note-editor textarea{min-height:128px;border-color:var(--st-border);color:var(--st-navy);font-size:1.05rem;line-height:1.45}.note-editor textarea::placeholder{color:#64748b}.status-button-nav{background:#bfe5f7;color:#1e5f91;border-color:#bfe5f7}.status-button-nav:hover{background:#a9dcf4}.status-button.done.status-button-nav{background:#dcfce7;color:#166534;border-color:#86efac}.status-button.done.status-button-nav:hover{background:#bbf7d0}@media(max-width:720px){.progress-card-open-focus{grid-template-columns:1fr;gap:16px}.progress-open-circle{width:92px;height:92px;justify-self:start}.progress-open-circle strong{font-size:2rem}.action-grid-home-main{grid-template-columns:1fr}.tour-work-shell{padding-inline:14px}.tour-work-shell .app-header{gap:12px}.tour-work-shell .header-action-group{gap:8px}.tour-bottom-bar{grid-template-columns:1fr}}.tour-work-shell{padding:max(12px,env(safe-area-inset-top)) 14px max(10px,env(safe-area-inset-bottom))}.tour-work-shell .app-header{align-items:center;margin-bottom:10px;gap:10px}.tour-work-shell .app-header h1{font-size:clamp(1.55rem,5vw,2.05rem);line-height:1}.tour-work-shell .app-subtitle{margin-top:6px;font-size:.9rem}.tour-work-shell .pill{padding:6px 10px;font-size:.82rem}.tour-work-shell .header-actions,.tour-work-shell .header-action-group{gap:8px}.tour-work-shell .header-icon-button,.tour-work-shell .header-lock-button{width:44px;min-width:44px;min-height:44px;border-radius:14px}.tour-work-shell .header-icon,.tour-work-shell .header-lock-icon{width:21px;height:21px}.tour-work-shell .app-main{gap:10px}.tour-work-shell .card{border-radius:18px}.tour-work-shell .progress-card-open-focus{grid-template-columns:auto minmax(0,1fr);gap:14px;padding:12px 14px;align-items:center}.tour-work-shell .progress-open-circle{width:72px;height:72px;box-shadow:0 8px 18px #f391002e}.tour-work-shell .progress-open-circle strong{font-size:1.75rem}.tour-work-shell .progress-open-circle span{font-size:.68rem;margin-top:2px}.tour-work-shell .progress-content{gap:9px}.tour-work-shell .progress-row-workstate{align-items:flex-end;gap:10px}.tour-work-shell .progress-row-workstate h2{font-size:clamp(1.05rem,3.8vw,1.25rem);line-height:1.15}.tour-work-shell .progress-row-workstate .meta-label{margin-bottom:3px;font-size:.68rem}.tour-work-shell .progress-row-workstate>strong{font-size:1rem}.tour-work-shell .progress-bar{height:10px}.tour-work-shell .step-card{padding:16px 16px 14px;gap:14px}.tour-work-shell .step-heading-wrap{gap:5px}.tour-work-shell .step-heading-wrap h2{font-size:clamp(1.55rem,6vw,2.05rem);line-height:1.05}.tour-work-shell .step-room-text{font-size:.98rem}.tour-work-shell .step-meta-strip{grid-template-columns:repeat(3,minmax(0,1fr));padding:10px 0}.tour-work-shell .step-meta-strip-item{padding:0 10px;border-right:1px solid var(--st-divider);border-bottom:none}.tour-work-shell .step-meta-strip-item:first-child{padding-left:0}.tour-work-shell .step-meta-strip-item:last-child{padding-right:0;border-right:none}.tour-work-shell .meta-label,.tour-work-shell .eyebrow,.tour-work-shell .note-editor label{font-size:.68rem;margin-bottom:5px}.tour-work-shell .step-meta-strip-item strong{font-size:.92rem}.tour-work-shell .step-section-boxed{padding:12px 14px;border-radius:16px}.tour-work-shell .step-body-text{font-size:clamp(1rem,3.8vw,1.12rem);line-height:1.42}.tour-work-shell .note-section{padding-top:12px}.tour-work-shell .note-editor textarea{min-height:92px;padding:12px 14px;font-size:.98rem;line-height:1.38}.tour-bottom-bar{grid-template-columns:1fr 1fr 1fr!important;gap:8px;padding:10px 0 2px}.tour-bottom-bar .secondary-button,.tour-bottom-bar .primary-button,.tour-bottom-bar .status-button{min-height:50px;padding:10px 8px;border-radius:16px;font-size:clamp(.86rem,3.2vw,1rem);line-height:1.1;white-space:normal}.tour-bottom-bar .secondary-button:disabled{opacity:.55}.home-tour-card{gap:14px;padding:18px}.home-tour-summary-header h2{font-size:clamp(1.75rem,7vw,2.25rem)}.home-tour-summary-meta{gap:10px 14px}.home-tour-card .completion-meta-strip,.home-tour-card .completion-stats-strip{grid-template-columns:repeat(3,minmax(0,1fr));padding:10px 0}.home-tour-card .completion-stats-strip{padding:12px;border-radius:16px}.home-tour-card .completion-meta-strip-item,.home-tour-card .completion-stats-item{padding:0 10px;border-right:1px solid var(--st-divider);border-bottom:none}.home-tour-card .completion-meta-strip-item:first-child,.home-tour-card .completion-stats-item:first-child{padding-left:0}.home-tour-card .completion-meta-strip-item:last-child,.home-tour-card .completion-stats-item:last-child{padding-right:0;border-right:none}.home-tour-card .completion-meta-strip-item strong,.home-tour-card .completion-stats-item strong{font-size:clamp(.98rem,3.6vw,1.16rem)}.home-tour-card .completion-stats-item strong{font-size:clamp(1.35rem,5vw,1.7rem)}.home-action-card{padding:18px;gap:14px}.home-action-card .action-grid-home-main{gap:12px}.home-action-card .action-tile{min-height:54px;border-radius:18px}.home-secondary-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-link-button{min-height:48px;padding:10px 12px;border-radius:16px;background:#f8fafc;border:1px solid var(--st-border);color:var(--st-blue-accent);box-shadow:0 6px 14px #0f172a0a}.home-link-button:hover{background:#eef6fb;border-color:#49b4e759}.home-link-button.danger-link{grid-column:1 / -1;background:#fff7f7;border-color:#ef444438;color:#b91c1c}.home-link-button.danger-link:hover{background:#fff1f2}@media(max-width:720px){.app-shell:not(.tour-work-shell){padding-inline:12px}.app-shell:not(.tour-work-shell) .app-header h1{font-size:clamp(1.95rem,8vw,2.45rem)}.app-shell:not(.tour-work-shell) .header-icon-button,.app-shell:not(.tour-work-shell) .header-lock-button{width:50px;min-width:50px;min-height:50px;border-radius:16px}.home-tour-card .completion-meta-strip,.home-tour-card .completion-stats-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.home-tour-card .meta-label{font-size:.66rem}.home-action-card .action-grid-home-main{grid-template-columns:1fr}}.app-shell{padding-bottom:max(14px,env(safe-area-inset-bottom))}.app-header-fixed{align-items:center;margin-bottom:18px}.app-header-fixed h1{font-size:clamp(1.55rem,5vw,2.05rem);line-height:1;letter-spacing:-.02em}.app-header-fixed .header-actions{align-items:center}.app-global-bottom-nav{position:sticky;bottom:max(8px,env(safe-area-inset-bottom));z-index:20;max-width:880px;width:100%;margin:18px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:8px;border:1px solid var(--st-divider);border-radius:24px;background:#fffffff0;box-shadow:0 16px 38px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bottom-nav-item{min-height:56px;padding:8px 6px;border:1px solid transparent;border-radius:18px;background:transparent;color:var(--st-text-muted);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-weight:800}.bottom-nav-item:hover{background:#f8fafc;color:var(--st-navy)}.bottom-nav-item.is-active{background:var(--st-navy);color:#fff}.bottom-nav-item:disabled{opacity:.38;cursor:not-allowed}.bottom-nav-icon{font-size:1.15rem;line-height:1}.home-tour-summary-header h2{font-weight:850}.home-action-card .action-grid-home-main{grid-template-columns:1fr}.home-action-card .action-tile{min-height:64px;font-size:1.08rem;font-weight:850}.stations-overview-card,.more-card{display:grid;gap:18px}.stations-overview-header,.more-header{display:grid;gap:8px}.stations-overview-header h2,.more-header h2{margin:0;font-size:clamp(1.75rem,7vw,2.25rem);line-height:1.05;color:var(--st-navy-2);font-weight:850}.stations-counter-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}.station-list,.more-list{display:grid;gap:10px}.station-card{width:100%;min-height:76px;padding:14px;border:1px solid var(--st-divider);border-radius:18px;background:#fff;color:var(--st-text);display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;text-align:left;box-shadow:0 8px 18px #0f172a0a}.station-card:hover{transform:translateY(-1px)}.station-card-open{background:#fff}.station-card-done{background:#ecfdf3;border-color:#bbf7d0}.station-card-problem{background:#fff7ed;border-color:#f3910059}.station-card.is-current{border-color:var(--st-info);box-shadow:0 0 0 2px #49b4e729,0 8px 18px #0f172a0a}.station-number{width:36px;height:36px;border-radius:999px;background:#f1f5f9;color:var(--st-navy);display:inline-flex;align-items:center;justify-content:center;font-weight:850}.station-content{min-width:0;display:grid;gap:4px}.station-content strong{color:var(--st-navy);font-size:1.02rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.station-content span{color:var(--st-text-muted);font-size:.9rem;font-weight:700;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.station-status-badge{justify-self:end;padding:7px 10px;border-radius:999px;font-size:.78rem;line-height:1;font-weight:850}.station-status-open{background:#f1f5f9;color:var(--st-text-muted)}.station-status-done{background:#bbf7d0;color:#166534}.station-status-problem{background:#ffedd5;color:#c2410c}.more-list-item{width:100%;min-height:72px;padding:14px;border:1px solid var(--st-divider);border-radius:18px;background:#fff;color:var(--st-text);display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;text-align:left}.more-list-item:hover{background:#f8fafc;transform:translateY(-1px)}.more-list-icon{width:42px;height:42px;border-radius:14px;background:#f1f5f9;color:var(--st-navy);display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:850}.more-list-item strong{display:block;color:var(--st-navy);font-size:1.02rem;line-height:1.2}.more-list-item small{display:block;margin-top:4px;color:var(--st-text-muted);font-size:.88rem;line-height:1.25;font-weight:650}.more-list-item-danger .more-list-icon{background:#fff1f2}.tour-work-shell .app-global-bottom-nav{flex:0 0 auto;margin-top:10px}.tour-work-shell .app-header-fixed h1{font-size:clamp(1.35rem,5vw,1.75rem)}@media(max-width:720px){.app-header-fixed{flex-direction:row;align-items:center}.app-header-fixed h1{font-size:clamp(1.45rem,7vw,1.85rem)!important}.app-global-bottom-nav{margin-top:14px;border-radius:22px}.bottom-nav-item{min-height:54px}.station-card{grid-template-columns:auto minmax(0,1fr)}.station-status-badge{grid-column:2;justify-self:start;margin-top:2px}}:root{--st-bottom-nav-height: 94px;--st-bottom-nav-gap: 14px;--st-bottom-nav-reserved-space: calc(var(--st-bottom-nav-height) + var(--st-bottom-nav-gap))}.app-shell,.tour-work-shell{padding-bottom:0}.app-main{padding-bottom:calc(var(--st-bottom-nav-reserved-space) + max(10px,env(safe-area-inset-bottom)))}.app-header-fixed{margin-bottom:16px}.app-header-fixed h1,.tour-work-shell .app-header-fixed h1,.app-shell:not(.tour-work-shell) .app-header h1{font-size:clamp(1.35rem,5.1vw,1.65rem)!important;line-height:1.05;letter-spacing:-.025em}.app-global-bottom-nav{position:fixed;left:50%;right:auto;bottom:max(10px,env(safe-area-inset-bottom));transform:translate(-50%);z-index:80;width:min(calc(100% - 28px),880px);max-width:880px;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:8px;border:1px solid rgba(203,213,225,.92);border-radius:24px;background:#fffffff5;box-shadow:0 -4px 28px #0f172a1a,0 18px 42px #0f172a1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.bottom-nav-item{min-height:58px;gap:4px}.bottom-nav-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.bottom-nav-svg{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.bottom-nav-item.is-active .bottom-nav-svg{stroke-width:2.45}.bottom-nav-label{font-size:.76rem;line-height:1}.tour-work-shell .app-main{padding-bottom:calc(var(--st-bottom-nav-reserved-space) + max(8px,env(safe-area-inset-bottom)))}.tour-work-shell .app-global-bottom-nav{flex:none;margin:0}.tour-bottom-bar{margin-bottom:4px}@media(max-width:720px){:root{--st-bottom-nav-height: 92px;--st-bottom-nav-gap: 12px}.app-shell:not(.tour-work-shell){padding-inline:12px}.app-header-fixed{margin-bottom:14px}.app-header-fixed h1,.tour-work-shell .app-header-fixed h1,.app-shell:not(.tour-work-shell) .app-header h1{font-size:clamp(1.28rem,5.6vw,1.52rem)!important}.app-global-bottom-nav{width:min(calc(100% - 24px),880px);bottom:max(8px,env(safe-area-inset-bottom));border-radius:22px}.bottom-nav-item{min-height:56px;border-radius:17px}.bottom-nav-svg{width:22px;height:22px}}:root{--st-done-bg: #bbf7d0;--st-done-text: #166534;--st-tour-action-height: 76px;--st-tour-action-gap: 12px}.app-header-fixed,.tour-work-shell .app-header-fixed,.app-shell:not(.tour-work-shell) .app-header-fixed{min-height:52px;align-items:center;margin-bottom:14px}.app-header-actions-fixed{align-items:center;gap:8px}.header-open-count-button{width:46px;min-width:46px;height:46px;border:1px solid transparent;border-radius:999px;background:var(--st-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.18rem;line-height:1;font-weight:900;box-shadow:0 10px 22px #f391002e;transition:transform .14s ease,background-color .14s ease,box-shadow .14s ease}.header-open-count-button:hover,.header-open-count-button:active{transform:translateY(-1px);background:#fb9a05;box-shadow:0 12px 26px #f3910038}.header-lock-button.header-lock-button-icon-only,.tour-work-shell .header-lock-button.header-lock-button-icon-only,.app-shell:not(.tour-work-shell) .header-lock-button.header-lock-button-icon-only{width:46px;min-width:46px;min-height:46px;padding:0;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--st-navy);box-shadow:none}.header-lock-button.header-lock-button-icon-only:hover,.header-lock-button.header-lock-button-icon-only:active{transform:translateY(-1px);background:#e2e8f0c7;border-color:#cbd5e1bf}.header-lock-button.header-lock-button-icon-only .header-lock-icon,.tour-work-shell .header-lock-button.header-lock-button-icon-only .header-lock-icon{width:22px;height:22px}.app-modal-backdrop{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:22px;background:#0f172a5c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.app-dialog{width:min(100%,440px);display:grid;gap:18px;padding:22px}.app-dialog-copy{display:grid;gap:8px}.app-dialog-copy h2{margin:0;color:var(--st-navy);font-size:1.35rem;line-height:1.1}.app-dialog-copy p{color:var(--st-text-muted);font-weight:650;line-height:1.45}.app-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.app-dialog-button{min-height:52px;border-radius:16px;border:1px solid var(--st-border);font-weight:850}.app-dialog-button.secondary{background:#fff;color:var(--st-navy)}.app-dialog-button.primary{background:var(--st-primary);color:#fff;border-color:var(--st-primary)}.bottom-nav-location-svg{transform:translateY(-1px) rotate(0)}.tour-work-shell{height:100dvh;min-height:100dvh;overflow:hidden}.tour-work-shell .app-header-fixed,.tour-work-shell .app-header-fixed h1,.app-header-fixed h1,.app-shell:not(.tour-work-shell) .app-header h1{font-size:clamp(1.28rem,5.6vw,1.52rem)!important}.tour-work-shell .app-main{gap:0;padding-bottom:calc(var(--st-bottom-nav-reserved-space) + var(--st-tour-action-height) + var(--st-tour-action-gap) + max(8px,env(safe-area-inset-bottom)))}.tour-work-shell .progress-card,.tour-work-shell .progress-card-open-focus{display:none!important}.tour-work-shell .step-card.tour-step-card-focused{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:22px;gap:18px;border-radius:22px;box-shadow:var(--st-shadow)}.tour-work-shell .step-topline{align-items:flex-start;gap:14px}.step-position-label{margin-top:3px;color:var(--st-text-muted);font-size:.92rem;line-height:1.2;font-weight:750;white-space:nowrap}.tour-work-shell .step-heading-wrap h2{font-size:clamp(1.7rem,7vw,2.2rem);color:var(--st-navy-2);font-weight:850}.tour-work-shell .step-room-text{color:var(--st-navy);font-size:1.02rem;font-weight:850}.step-meta-strip.step-meta-strip-compact,.tour-work-shell .step-meta-strip.step-meta-strip-compact{grid-template-columns:repeat(2,minmax(0,1fr));padding:13px 0}.step-meta-strip.step-meta-strip-compact .step-meta-strip-item,.tour-work-shell .step-meta-strip.step-meta-strip-compact .step-meta-strip-item{border-right:1px solid var(--st-divider);border-bottom:none;padding:0 16px}.step-meta-strip.step-meta-strip-compact .step-meta-strip-item:first-child,.tour-work-shell .step-meta-strip.step-meta-strip-compact .step-meta-strip-item:first-child{padding-left:0}.step-meta-strip.step-meta-strip-compact .step-meta-strip-item:last-child,.tour-work-shell .step-meta-strip.step-meta-strip-compact .step-meta-strip-item:last-child{padding-right:0;border-right:none}.step-section-plain,.tour-work-shell .step-section-plain{display:grid;gap:9px;padding:16px 0 0;border-top:1px solid var(--st-divider)}.step-section-plain .step-body-text,.tour-work-shell .step-section-plain .step-body-text{margin:0;color:var(--st-navy);font-size:clamp(1.02rem,3.9vw,1.14rem);line-height:1.5;font-weight:500}.tour-work-shell .note-section{padding-top:16px;border-top:1px solid var(--st-divider)}.tour-work-shell .note-editor textarea{min-height:112px;font-size:1rem;line-height:1.42}.tour-step-action-bar{position:fixed;left:50%;bottom:calc(max(10px,env(safe-area-inset-bottom)) + var(--st-bottom-nav-height) + var(--st-tour-action-gap));transform:translate(-50%);z-index:79;width:min(calc(100% - 28px),880px);min-height:var(--st-tour-action-height);padding:10px 12px;border:1px solid rgba(203,213,225,.92);border-radius:22px;background:#fffffff5;box-shadow:0 -4px 24px #0f172a14,0 14px 34px #0f172a1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;gap:12px}.tour-step-arrow-group{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.tour-step-arrow-button{width:50px;height:50px;border-radius:17px;border:1px solid var(--st-border);background:#f8fafc;color:var(--st-navy);display:inline-flex;align-items:center;justify-content:center;transition:transform .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease}.tour-step-arrow-button:hover,.tour-step-arrow-button:active{transform:translateY(-1px);background:#eef6fb;border-color:#49b4e75c}.tour-step-arrow-button.is-next{background:#fff7ed;border-color:#f3910047;color:var(--st-primary-pressed)}.tour-step-arrow-button.is-next:hover,.tour-step-arrow-button.is-next:active{background:#ffedd5;border-color:#f391006b}.tour-action-icon{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.tour-status-segment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));flex:1 1 260px;max-width:330px;min-width:190px;padding:4px;border:1px solid var(--st-border);border-radius:18px;background:#f8fafc;box-shadow:inset 0 0 0 1px #0f172a08}.tour-status-segment-button{min-height:44px;padding:8px 12px;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--st-text-muted);font-weight:850;transition:background-color .14s ease,color .14s ease,border-color .14s ease,box-shadow .14s ease}.tour-status-segment-button.is-open.is-active{background:#fff;color:var(--st-navy);border-color:var(--st-border);box-shadow:0 4px 12px #0f172a0f}.tour-status-segment-button.is-done.is-active{background:var(--st-done-bg);color:var(--st-done-text);border-color:#86efac;box-shadow:0 4px 12px #1665341a}@media(max-width:720px){.header-open-count-button,.header-lock-button.header-lock-button-icon-only,.tour-work-shell .header-lock-button.header-lock-button-icon-only,.app-shell:not(.tour-work-shell) .header-lock-button.header-lock-button-icon-only{width:44px;min-width:44px;height:44px;min-height:44px}.header-open-count-button{font-size:1.08rem}.tour-work-shell .step-card.tour-step-card-focused{padding:18px 18px 16px;border-radius:20px}.step-position-label{font-size:.84rem}.step-meta-strip.step-meta-strip-compact,.tour-work-shell .step-meta-strip.step-meta-strip-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.tour-step-action-bar{width:min(calc(100% - 24px),880px);bottom:calc(max(8px,env(safe-area-inset-bottom)) + var(--st-bottom-nav-height) + var(--st-tour-action-gap));min-height:72px;padding:9px 10px;border-radius:21px}.tour-step-arrow-button{width:48px;height:48px;border-radius:16px}.tour-status-segment{min-width:168px}.tour-status-segment-button{min-height:42px;padding-inline:9px;font-size:.88rem}.app-dialog-actions{grid-template-columns:1fr}}.tour-work-shell .step-card.tour-step-card-focused{gap:0;padding:22px}.step-card-header,.tour-work-shell .step-card-header{display:grid;gap:10px;margin:-22px -22px 0;padding:22px 22px 20px;border-radius:22px 22px 0 0;background:linear-gradient(180deg,#f3f8fc,#f8fbff)}.step-card-header h2,.tour-work-shell .step-card-header h2{margin:0;color:var(--st-navy-2);font-size:clamp(1.55rem,6.2vw,2.05rem);line-height:1.04;font-weight:850}.step-card-orientation-row,.tour-work-shell .step-card-orientation-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.tour-work-shell .step-room-text,.step-room-text{color:var(--st-navy);font-size:clamp(.98rem,3.9vw,1.06rem);font-weight:850;line-height:1.22}.step-position-label,.tour-work-shell .step-position-label{margin:0;color:var(--st-text-muted);font-size:clamp(.86rem,3.2vw,.96rem);line-height:1.2;font-weight:750;white-space:nowrap}.step-meta-strip.step-meta-strip-compact,.tour-work-shell .step-meta-strip.step-meta-strip-compact{margin-top:0;padding:18px 0;border-top:none;border-bottom:none}.step-section-plain,.tour-work-shell .step-section-plain{padding:18px 0;border-top:1px solid var(--st-divider)}.step-section-plain .step-body-text,.tour-work-shell .step-section-plain .step-body-text{color:var(--st-navy);font-weight:400;font-size:clamp(1.02rem,4vw,1.14rem);line-height:1.52}.tour-work-shell .note-section{padding:18px 0 0;border-top:1px solid var(--st-divider)}.tour-step-arrow-group{gap:10px}.tour-step-arrow-button{width:72px;height:50px;border-radius:17px;background:#f8fafc;color:var(--st-navy)}.tour-step-arrow-button.is-next{background:#49b4e71f;border-color:#49b4e761;color:#2f6698}.tour-step-arrow-button.is-next:hover,.tour-step-arrow-button.is-next:active{background:#49b4e733;border-color:#49b4e785}.tour-step-arrow-button:disabled{background:#e5e7eb;color:#94a3b8;border-color:#e2e8f0;opacity:.9}.tour-status-segment{position:relative;overflow:hidden;padding:4px;border:1px solid var(--st-border);border-radius:18px;background:#f8fafc}.tour-status-segment-indicator{position:absolute;top:4px;bottom:4px;left:4px;width:calc((100% - 8px)/2);border-radius:14px;background:var(--st-primary);box-shadow:0 6px 16px #f391002e;transition:transform .19s ease,background-color .19s ease,box-shadow .19s ease}.tour-status-segment.is-done-active .tour-status-segment-indicator{transform:translate(100%);background:var(--st-done-bg);box-shadow:0 6px 16px #16653421}.tour-status-segment-button{position:relative;z-index:1;min-height:44px;border:none;border-radius:14px;background:transparent;box-shadow:none;color:var(--st-text-muted);transition:color .16s ease}.tour-status-segment-button.is-active,.tour-status-segment-button.is-open.is-active,.tour-status-segment-button.is-done.is-active{background:transparent;border-color:transparent;box-shadow:none}.tour-status-segment-button.is-open.is-active{color:#fff}.tour-status-segment-button.is-done.is-active{color:var(--st-done-text)}@media(max-width:720px){.tour-work-shell .step-card.tour-step-card-focused{padding:18px}.step-card-header,.tour-work-shell .step-card-header{margin:-18px -18px 0;padding:18px 18px 17px;border-radius:20px 20px 0 0}.tour-step-arrow-button{width:70px;height:48px}.tour-action-icon{width:24px;height:24px}.tour-status-segment{min-width:178px}}.tour-work-shell .step-card.tour-step-card-focused.is-open .step-card-header,.step-card.tour-step-card-focused.is-open .step-card-header{background:linear-gradient(180deg,#f1f5f9,#f8fafc)}.tour-work-shell .step-card.tour-step-card-focused.is-done .step-card-header,.step-card.tour-step-card-focused.is-done .step-card-header{background:linear-gradient(180deg,#ecfdf3,#f5fff8)}.tour-status-segment{flex:0 1 262px;width:262px;max-width:262px;min-width:226px}@media(max-width:720px){.tour-step-action-bar{gap:10px}.tour-status-segment{flex-basis:clamp(198px,48vw,246px);width:clamp(198px,48vw,246px);max-width:clamp(198px,48vw,246px);min-width:198px}}@media(max-width:430px){.tour-step-action-bar{padding-inline:8px;gap:8px}.tour-step-arrow-group{gap:8px}.tour-step-arrow-button{width:60px}.tour-status-segment{flex-basis:188px;width:188px;min-width:188px;max-width:188px}.tour-status-segment-button{padding-inline:7px;font-size:.84rem}}.action-tile.success{background:#22c55e;color:#fff}.action-tile.success:hover,.action-tile.success:active{background:#16a34a}.tour-work-shell .step-card.tour-step-card-focused.is-open .step-card-header,.step-card.tour-step-card-focused.is-open .step-card-header{background:linear-gradient(180deg,#fff1d8,#fff8ec)}.tour-work-shell .step-card.tour-step-card-focused.is-done .step-card-header,.step-card.tour-step-card-focused.is-done .step-card-header{background:linear-gradient(180deg,#dcfce7,#effdf4)}.tour-step-action-bar{min-height:62px;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.tour-step-arrow-group{gap:0;overflow:hidden;border:1px solid var(--st-border);border-radius:18px;background:#f8fafc;box-shadow:0 8px 22px #0f172a0f}.tour-step-arrow-button,.tour-step-arrow-button.is-next{width:72px;height:54px;border:none;border-radius:0;background:transparent;color:var(--st-navy)}.tour-step-arrow-button+.tour-step-arrow-button{border-left:1px solid var(--st-border)}.tour-step-arrow-button:hover,.tour-step-arrow-button:active,.tour-step-arrow-button.is-next:hover,.tour-step-arrow-button.is-next:active{transform:none;background:#eef6fb;color:#2f6698}.tour-step-arrow-button:disabled{background:transparent;color:#cbd5e1;border-color:transparent;opacity:1}.tour-status-segment{background:#f8fafc;box-shadow:0 8px 22px #0f172a0f}.tour-status-segment.is-open-active .tour-status-segment-indicator{background:var(--st-primary);box-shadow:0 7px 18px #f391003d}.tour-status-segment.is-done-active .tour-status-segment-indicator{background:#bbf7d0;box-shadow:0 7px 18px #16653429}@media(max-width:720px){.tour-step-action-bar{min-height:60px;padding:0 2px}.tour-step-arrow-button,.tour-step-arrow-button.is-next{width:70px;height:52px}}@media(max-width:430px){.tour-step-arrow-button,.tour-step-arrow-button.is-next{width:62px}}:root{--st-status-done-strong: #22c55e;--st-status-done-strong-hover: #16a34a;--st-status-done-surface: #dcfce7;--st-status-open-surface: #fff1d8}.header-open-count-button.is-open{background:var(--st-primary);color:#fff;box-shadow:0 10px 22px #f391002e}.header-open-count-button.is-open:hover,.header-open-count-button.is-open:active{background:#fb9a05;box-shadow:0 12px 26px #f3910038}.header-open-count-button.is-done{background:var(--st-status-done-strong);color:#fff;box-shadow:0 10px 22px #22c55e2e}.header-open-count-button.is-done:hover,.header-open-count-button.is-done:active{background:var(--st-status-done-strong-hover);box-shadow:0 12px 26px #22c55e38}.tour-work-shell .step-card.tour-step-card-focused,.step-card.tour-step-card-focused{display:flex;flex-direction:column;overflow:hidden;min-height:0}.step-card-header,.tour-work-shell .step-card-header{flex:0 0 auto;align-content:start;justify-content:start}.step-card-body,.tour-work-shell .step-card-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:2px}.tour-work-shell .step-card.tour-step-card-focused.is-open .step-card-header,.step-card.tour-step-card-focused.is-open .step-card-header{background:linear-gradient(180deg,var(--st-status-open-surface) 0%,#fff8ec 100%)}.tour-work-shell .step-card.tour-step-card-focused.is-done .step-card-header,.step-card.tour-step-card-focused.is-done .step-card-header{background:linear-gradient(180deg,var(--st-status-done-surface) 0%,#effdf4 100%)}.tour-status-segment.is-done-active .tour-status-segment-indicator{background:var(--st-status-done-strong);box-shadow:0 7px 18px #22c55e3d}.tour-status-segment-button.is-done.is-active{color:#fff}:root{--st-app-header-height: 56px;--st-app-header-gap: 14px;--st-app-inline-padding: 20px;--st-app-top-padding: max(18px, env(safe-area-inset-top));--st-app-bottom-reserve: calc(var(--st-bottom-nav-height) + var(--st-bottom-nav-gap) + max(10px, env(safe-area-inset-bottom)));--st-tour-bottom-reserve: calc(var(--st-bottom-nav-height) + var(--st-tour-action-height) + var(--st-tour-action-gap) + max(10px, env(safe-area-inset-bottom)))}html,body,#root{width:100%;height:100%;min-height:100%;overflow:hidden}body{min-height:100dvh}.app-shell,.tour-work-shell,.app-shell:not(.tour-work-shell){height:100dvh;min-height:100dvh;max-height:100dvh;overflow:hidden;padding:var(--st-app-top-padding) var(--st-app-inline-padding) var(--st-app-bottom-reserve);display:flex;flex-direction:column}.tour-work-shell{padding-bottom:var(--st-tour-bottom-reserve)}.app-header,.app-header-fixed,.tour-work-shell .app-header,.tour-work-shell .app-header-fixed,.app-shell:not(.tour-work-shell) .app-header-fixed{flex:0 0 var(--st-app-header-height);min-height:var(--st-app-header-height);max-height:var(--st-app-header-height);height:var(--st-app-header-height);margin:0 auto var(--st-app-header-gap);padding:0;align-items:center}.app-header-fixed h1,.tour-work-shell .app-header-fixed h1,.app-shell:not(.tour-work-shell) .app-header h1,.tour-work-shell .app-header h1{font-size:clamp(1.28rem,5.6vw,1.52rem)!important;line-height:1.05;margin:0}.app-header-actions-fixed,.header-actions{align-items:center;flex-wrap:nowrap}.app-main,.tour-work-shell .app-main,.app-shell:not(.tour-work-shell) .app-main{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:0!important;align-content:start}.tour-work-shell .app-main{overflow:hidden}.app-global-bottom-nav{bottom:max(10px,env(safe-area-inset-bottom))}.tour-step-action-bar{bottom:calc(max(10px,env(safe-area-inset-bottom)) + var(--st-bottom-nav-height) + var(--st-tour-action-gap))}@media(max-width:720px){:root{--st-app-header-height: 52px;--st-app-header-gap: 12px;--st-app-inline-padding: 12px;--st-app-top-padding: max(14px, env(safe-area-inset-top));--st-app-bottom-reserve: calc(var(--st-bottom-nav-height) + var(--st-bottom-nav-gap) + max(8px, env(safe-area-inset-bottom)));--st-tour-bottom-reserve: calc(var(--st-bottom-nav-height) + var(--st-tour-action-height) + var(--st-tour-action-gap) + max(8px, env(safe-area-inset-bottom)))}.app-global-bottom-nav{bottom:max(8px,env(safe-area-inset-bottom))}.tour-step-action-bar{bottom:calc(max(8px,env(safe-area-inset-bottom)) + var(--st-bottom-nav-height) + var(--st-tour-action-gap))}}.stations-overview-card{height:100%;min-height:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px;padding:22px 22px 16px;box-shadow:none}.stations-overview-header{position:relative;z-index:2;display:grid;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--st-divider);background:var(--st-bg)}.stations-overview-title-row h2{margin:0;font-size:clamp(1.75rem,6vw,2.15rem);line-height:1.05;color:var(--st-navy-2);font-weight:850}.stations-header-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.stations-summary-text{display:inline-flex;align-items:center;gap:14px;width:fit-content;color:var(--st-navy-2);font-weight:700;font-size:.88rem;line-height:1.2}.stations-summary-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.stations-summary-dot{width:8px;height:8px;border-radius:999px;flex:0 0 auto}.stations-summary-dot-open{background:var(--st-primary)}.stations-summary-dot-done{background:#22c55e}.station-filter-switch{display:inline-flex;align-items:center;gap:10px;color:var(--st-navy);font-weight:850;font-size:.96rem;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.station-filter-switch input{position:absolute;opacity:0;pointer-events:none}.station-filter-slider{position:relative;width:54px;height:32px;border-radius:999px;background:#cbd5e1;border:1px solid #cbd5e1;box-shadow:inset 0 0 0 1px #0f172a0a;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.station-filter-slider:after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 2px 8px #0f172a2e;transition:transform .16s ease}.station-filter-switch input:checked+.station-filter-slider{background:var(--st-primary);border-color:var(--st-primary);box-shadow:0 8px 18px #f391002e}.station-filter-switch input:checked+.station-filter-slider:after{transform:translate(22px)}.station-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:grid;align-content:start;gap:12px;padding:2px 2px 8px;background:transparent}.station-card{min-height:82px;padding:14px 16px;border-radius:20px;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;border-color:#cbd5e1e6;box-shadow:none}.station-card-open{background:#fff1db;border-color:#f3910038}.station-card-done{background:#dcfce7;border-color:#22c55e42}.station-card-problem{background:#fff7ed;border-color:#ef444447}.station-card.is-current{border-color:var(--st-info);box-shadow:0 0 0 2px #49b4e72e}.station-number{width:40px;height:40px;background:#fff;color:var(--st-navy);border:none;font-size:1rem;font-weight:900}.station-card-open .station-number{background:var(--st-primary);color:#fff;border:none}.station-card-done .station-number{background:#22c55e;color:#fff;border:none}.station-card-problem .station-number{background:#ef4444;color:#fff;border:none}.station-content{gap:4px}.station-content strong{color:#b91c1c;font-size:1.08rem;font-weight:850}.station-content span{color:var(--st-navy);font-size:.92rem;font-weight:650;line-height:1.25}.station-status-badge{min-width:76px;justify-content:center;padding:9px 12px;border-radius:999px;color:#fff;font-size:.8rem;font-weight:900}.station-status-open{background:var(--st-primary);color:#fff}.station-status-done{background:#22c55e;color:#fff}.station-status-problem{background:#ef4444;color:#fff}.station-empty-state{min-height:180px;border:1px dashed var(--st-border);border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafc);display:grid;align-content:center;justify-items:center;gap:8px;padding:24px;text-align:center}.station-empty-state strong{color:var(--st-navy);font-size:1.1rem}.station-empty-state span{color:var(--st-text-muted);font-weight:700;line-height:1.4}@media(max-width:720px){.stations-overview-card{padding:18px 18px 14px;gap:12px}.stations-overview-title-row h2{font-size:clamp(1.7rem,8vw,2.05rem)}.stations-header-controls{align-items:flex-start}.station-filter-switch{width:100%;justify-content:space-between;padding-top:2px}.station-card{grid-template-columns:auto minmax(0,1fr);align-items:center}}.home-tour-summary-body{display:grid;gap:16px}.home-tour-main-grid{grid-template-columns:1fr .9fr 1fr;gap:0;padding-top:16px;border-top:1px solid var(--st-divider)}.home-tour-main-grid>div{padding-inline:16px;border-left:1px solid var(--st-divider)}.home-tour-main-grid>div:first-child{padding-left:0;border-left:0}.home-tour-validity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding-top:16px;border-top:1px solid var(--st-divider)}.home-tour-validity-grid>div{padding-inline:16px;border-left:1px solid var(--st-divider)}.home-tour-validity-grid>div:first-child{padding-left:0;border-left:0}.home-summary-stats-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--st-divider);border-radius:22px;overflow:hidden;background:#f8fafcbf}.home-summary-stat-item{display:grid;align-content:start;gap:12px;min-width:0;padding:18px 18px 16px;border-left:1px solid var(--st-divider)}.home-summary-stat-item:first-child{border-left:0}.home-summary-stat-item .meta-label-row{margin-bottom:0}.home-summary-stat-item .status-dot{width:9px;height:9px}.home-summary-stat-item strong{color:var(--st-text-strong);font-size:1.72rem;line-height:1;font-weight:850}@media(max-width:520px){.home-tour-main-grid{grid-template-columns:1fr .9fr 1fr}.home-tour-main-grid>div,.home-tour-validity-grid>div{padding-inline:14px}.home-tour-main-grid>div:first-child,.home-tour-validity-grid>div:first-child{padding-left:0}.home-tour-validity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-summary-stat-item{padding-inline:14px}.home-summary-stat-item strong{font-size:1.55rem}}.home-tour-summary-area{color:var(--st-text-muted);font-weight:700;font-size:1.08rem;line-height:1.2}.home-tour-validity-grid,.home-tour-time-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding-top:16px;border-top:1px solid var(--st-divider)}.home-tour-validity-grid>div,.home-tour-time-grid>div{padding-inline:16px;border-left:1px solid var(--st-divider)}.home-tour-validity-grid>div:first-child,.home-tour-time-grid>div:first-child{padding-left:0;border-left:0}@media(max-width:720px){.home-tour-summary-area{font-size:1rem}}@media(max-width:520px){.home-tour-validity-grid,.home-tour-time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-tour-validity-grid>div,.home-tour-time-grid>div{padding-inline:14px}.home-tour-validity-grid>div:first-child,.home-tour-time-grid>div:first-child{padding-left:0}}.home-summary-stat-item>.meta-label,.home-summary-stat-item>.meta-label-row{min-height:18px;margin-bottom:0;display:inline-flex;align-items:center}.home-summary-stat-item>.meta-label{display:flex}.step-card-header,.tour-work-shell .step-card-header{justify-content:stretch;width:auto}.step-card-orientation-row,.tour-work-shell .step-card-orientation-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:14px}.step-position-label,.tour-work-shell .step-position-label{justify-self:end;text-align:right}.more-card{height:100%;min-height:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px;padding:24px 22px 16px;box-shadow:none}.more-header{position:relative;z-index:2;display:grid;gap:10px;padding-bottom:16px;border-bottom:1px solid var(--st-divider);background:var(--st-bg)}.more-header h2{margin:0;font-size:clamp(1.85rem,7vw,2.35rem);line-height:1.04;color:var(--st-navy-2);font-weight:850;letter-spacing:-.035em}.more-header p{max-width:34rem;color:var(--st-text-muted);font-size:1.02rem;line-height:1.4;font-weight:600}.more-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:grid;align-content:start;gap:12px;padding:2px 2px 4px;background:transparent}.more-list-item{min-height:78px;padding:15px 16px;border:1px solid var(--st-border);border-radius:19px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 8px 18px #0f172a0b;transition:transform .14s ease,background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.more-list-item:hover,.more-list-item:active{background:#f8fafc;border-color:#b6c4d6;box-shadow:0 10px 22px #0f172a11;transform:translateY(-1px)}.more-list-icon{width:48px;height:48px;border-radius:16px;background:#eef2f7;color:var(--st-navy);border:1px solid #e2e8f0;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.more-list-icon-svg{width:25px;height:25px;display:block;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.more-list-item strong{display:block;color:var(--st-navy);font-size:1.06rem;line-height:1.18;font-weight:850}.more-list-item small{display:block;margin-top:5px;color:#52627a;font-size:.91rem;line-height:1.25;font-weight:700}.more-list-item-danger{border-color:#ef444438}.more-list-item-danger strong,.more-list-item-danger .more-list-icon{color:#b91c1c}.more-list-item-danger:hover,.more-list-item-danger:active{border-color:#ef444457;background:snow}@media(max-width:720px){.more-card{padding:20px 18px 14px;gap:12px}.more-header{padding-bottom:14px}.more-header h2{font-size:clamp(1.75rem,8vw,2.1rem)}.more-header p{font-size:.98rem}.more-list-item{min-height:76px;padding:14px}.more-list-icon{width:46px;height:46px}}.app-main:has(>.more-card){overflow:hidden;display:flex;flex-direction:column}.app-main:has(>.more-card)>.more-card{flex:1 1 auto;width:100%}.more-list{flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-gutter:stable}.more-list-item{flex:0 0 auto;min-height:78px;background:#fff;border-color:#cbd5e1;box-shadow:none}.more-list-item:hover,.more-list-item:active{background:#f8fafc;border-color:#b8c6d8;box-shadow:none}.more-list-icon{background:#f1f5f9;border-color:#e2e8f0;box-shadow:none}.more-list-item-danger{border-color:#cbd5e1f2}.more-list-item-danger .more-list-icon{background:#fff1f2;border-color:#ffe4e6}.more-list-item-danger:hover,.more-list-item-danger:active{background:snow;border-color:#ef444447}@media(max-width:720px){.app-main:has(>.more-card){overflow:hidden}.more-card{padding:18px 16px 14px}.more-list{gap:10px;padding:2px 2px 8px}.more-list-item{min-height:78px;padding:13px 14px;gap:12px;grid-template-columns:auto minmax(0,1fr)}.more-list-icon{width:44px;height:44px;border-radius:15px}.more-list-icon-svg{width:23px;height:23px}.more-list-item strong{font-size:1.02rem}.more-list-item small{font-size:.88rem;line-height:1.22}}.app-main:has(>.settings-card-modern){overflow:hidden;display:flex;flex-direction:column}.app-main:has(>.settings-card-modern)>.settings-card-modern{flex:1 1 auto;width:100%}.settings-card-modern{display:flex;flex-direction:column;min-height:0;overflow:hidden;gap:0;padding:22px 22px 16px;box-shadow:none}.settings-card-header{flex:0 0 auto;display:grid;gap:8px;padding-bottom:16px;border-bottom:1px solid var(--st-divider);background:var(--st-bg)}.settings-card-header h2{margin:0;color:var(--st-navy-2);font-size:clamp(1.75rem,7vw,2.25rem);line-height:1.05;font-weight:850;letter-spacing:-.035em}.settings-card-header p{max-width:34rem;color:var(--st-text-muted);font-size:1rem;line-height:1.4;font-weight:650}.settings-card-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:grid;align-content:start;gap:14px;padding:16px 2px 14px;scrollbar-gutter:stable}.settings-card-footer{flex:0 0 auto;padding-top:14px;border-top:1px solid var(--st-divider);background:var(--st-bg)}.settings-panel{display:grid;gap:14px;padding:16px;border:1px solid var(--st-border);border-radius:20px;background:#fff}.settings-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.settings-panel-head h3{margin:0;color:var(--st-navy);font-size:1.18rem;line-height:1.15;font-weight:850}.settings-panel-copy{color:var(--st-text-muted)!important;font-size:.96rem;line-height:1.42!important;font-weight:650}.settings-status-chip{flex:0 0 auto;display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:999px;background:#f1f5f9;color:var(--st-text-muted);border:1px solid var(--st-divider);font-size:.82rem;line-height:1;font-weight:850;white-space:nowrap}.settings-status-chip-active{background:#dcfce7;color:#166534;border-color:#bbf7d0}.settings-button-row{display:flex;flex-wrap:wrap;gap:10px}.settings-primary-button,.settings-secondary-button,.settings-back-button,.settings-text-button,.settings-choice{border:1px solid var(--st-border);font-weight:850;transition:transform .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease}.settings-primary-button,.settings-secondary-button{min-height:50px;padding:12px 16px;border-radius:16px}.settings-primary-button{background:var(--st-primary);border-color:var(--st-primary);color:#fff}.settings-primary-button:hover,.settings-primary-button:active{background:#fb9a05;border-color:#fb9a05;transform:translateY(-1px)}.settings-secondary-button{background:#fff;color:var(--st-navy)}.settings-secondary-button:hover,.settings-secondary-button:active{background:#f8fafc;transform:translateY(-1px)}.settings-secondary-button.danger{color:#b91c1c}.settings-pin-setup{display:grid;gap:14px;padding:14px;border:1px solid var(--st-divider);border-radius:18px;background:#f8fafc}.settings-pin-setup-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.settings-pin-setup-head strong{display:block;color:var(--st-navy);font-size:1.05rem;line-height:1.2;font-weight:850}.settings-pin-setup-head small{display:block;margin-top:4px;color:var(--st-text-muted);font-size:.9rem;line-height:1.3;font-weight:650}.settings-text-button{min-height:38px;padding:8px 11px;border-radius:999px;background:#fff;color:var(--st-text-muted);white-space:nowrap}.settings-text-button:hover,.settings-text-button:active{color:var(--st-navy);background:#f1f5f9}.settings-pin-setup .lock-pin-dots{margin:.2rem 0 .1rem}.settings-pin-keypad{gap:10px;margin-top:0}.settings-pin-keypad .lock-key{min-height:54px;border-radius:18px;background:#fff;box-shadow:none;font-size:1.12rem}.settings-pin-keypad .lock-key:hover,.settings-pin-keypad .lock-key:active{background:#f1f5f9;box-shadow:none}.settings-pin-keypad .lock-key-secondary{font-size:.88rem}.settings-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.settings-choice{min-height:46px;padding:10px 8px;border-radius:15px;background:#fff;color:var(--st-navy);font-size:.9rem}.settings-choice:hover,.settings-choice:active{background:#f8fafc;transform:translateY(-1px)}.settings-choice.is-active{background:var(--st-navy);color:#fff;border-color:var(--st-navy)}.settings-back-button{min-height:46px;padding:10px 16px;border-radius:16px;background:#fff;color:var(--st-navy)}.settings-back-button:hover,.settings-back-button:active{background:#f8fafc;transform:translateY(-1px)}.settings-card-modern .inline-success,.settings-card-modern .inline-error{margin-top:0;padding:11px 13px;border-radius:14px;background:#f8fafc;font-weight:750;line-height:1.35}.settings-card-modern .inline-success{background:#f0fdf4}.settings-card-modern .inline-error{background:#fff1f2}@media(max-width:720px){.settings-card-modern{padding:18px 16px 14px}.settings-card-header{padding-bottom:14px}.settings-card-header h2{font-size:clamp(1.75rem,8vw,2.1rem)}.settings-card-header p{font-size:.96rem}.settings-card-body{gap:12px;padding-top:14px;padding-bottom:12px}.settings-panel{padding:14px;border-radius:19px}.settings-panel-head{align-items:flex-start}.settings-button-row{display:grid;grid-template-columns:1fr}.settings-primary-button,.settings-secondary-button{width:100%}.settings-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-pin-keypad .lock-key{min-height:50px;border-radius:17px}}.settings-card-header p,.settings-panel-copy,.settings-pin-setup-head small{font-weight:550}.settings-card-modern .inline-success,.settings-card-modern .inline-error{font-weight:650}.settings-back-button{background:#f1f5f9;border-color:var(--st-border);color:var(--st-navy)}.settings-back-button:hover,.settings-back-button:active{background:#e2e8f0;border-color:#cbd5e1;color:var(--st-navy)}.settings-secondary-button.danger{background:var(--st-navy);border-color:var(--st-navy);color:#fff}.settings-secondary-button.danger:hover,.settings-secondary-button.danger:active{background:var(--st-navy-2);border-color:var(--st-navy-2);color:#fff}.settings-segment-control{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:5px;border:1px solid var(--st-border);border-radius:999px;background:#f8fafc}.settings-segment-option{min-height:46px;padding:9px 6px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--st-text-muted);font-size:.9rem;line-height:1;font-weight:850;white-space:nowrap;transition:transform .14s ease,background-color .14s ease,color .14s ease,border-color .14s ease,box-shadow .14s ease}.settings-segment-option:hover,.settings-segment-option:active{background:#fff;color:var(--st-navy)}.settings-segment-option.is-active{background:var(--st-primary);border-color:var(--st-primary);color:#fff;box-shadow:0 8px 18px #f391002e}.settings-segment-option.is-active.is-off-active{background:var(--st-navy);border-color:var(--st-navy);box-shadow:none}@media(max-width:380px){.settings-segment-option{font-size:.78rem;min-height:42px;padding-inline:4px}}.settings-segment-control{position:relative;gap:0;overflow:hidden}.settings-segment-indicator{position:absolute;top:5px;bottom:5px;left:5px;z-index:0;width:calc((100% - 10px)/5);border-radius:999px;background:var(--st-primary);box-shadow:0 8px 18px #f391002e;transform:translate(calc(var(--settings-segment-index, 0) * 100%));transition:transform .21s ease,background-color .21s ease,box-shadow .21s ease;pointer-events:none}.settings-segment-control.is-off-active .settings-segment-indicator{background:var(--st-navy);box-shadow:none}.settings-segment-option{position:relative;z-index:1;background:transparent;box-shadow:none}.settings-segment-option:hover,.settings-segment-option:active{background:#ffffffb8}.settings-segment-option.is-active,.settings-segment-option.is-active.is-off-active{background:transparent;border-color:transparent;color:#fff;box-shadow:none}.settings-segment-option.is-active:hover,.settings-segment-option.is-active:active{background:transparent;color:#fff}.app-main:has(>.info-card-modern){overflow:hidden;display:flex;flex-direction:column}.app-main:has(>.info-card-modern)>.info-card-modern{flex:1 1 auto;width:100%}.info-card-modern{display:flex;flex-direction:column;min-height:0;overflow:hidden;gap:0;padding:22px 22px 16px;box-shadow:none}.info-card-header{flex:0 0 auto;display:grid;gap:8px;padding-bottom:16px;border-bottom:1px solid var(--st-divider);background:var(--st-bg)}.info-card-header h2{margin:0;color:var(--st-navy-2);font-size:clamp(1.75rem,7vw,2.25rem);line-height:1.05;font-weight:850;letter-spacing:-.035em}.info-card-header p{max-width:34rem;color:var(--st-text-muted);font-size:1rem;line-height:1.4;font-weight:550}.info-card-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:grid;align-content:start;gap:14px;padding:16px 2px 14px;scrollbar-gutter:stable}.info-card-footer{flex:0 0 auto;padding-top:14px;border-top:1px solid var(--st-divider);background:var(--st-bg)}.info-panel{display:grid;gap:8px;padding:16px;border:1px solid var(--st-border);border-radius:20px;background:#fff}.info-panel-hero{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px}.info-panel h3{margin:0;color:var(--st-navy);font-size:1.32rem;line-height:1.15;font-weight:850}.info-panel strong{color:#b91c1c;font-size:1.08rem;line-height:1.25;font-weight:850}.info-panel p{margin:0;color:var(--st-text-muted);font-size:.96rem;line-height:1.42;font-weight:550}.info-version-pill{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:999px;background:#f1f5f9;color:var(--st-navy);border:1px solid var(--st-divider);font-size:.84rem;line-height:1;font-weight:850;white-space:nowrap}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}@media(max-width:720px){.info-card-modern{padding:18px 16px 14px}.info-card-header{padding-bottom:14px}.info-card-header h2{font-size:clamp(1.75rem,8vw,2.1rem)}.info-card-header p{font-size:.96rem}.info-card-body{gap:12px;padding-top:14px;padding-bottom:12px}.info-panel{padding:14px;border-radius:19px}.info-panel-hero,.info-grid{grid-template-columns:1fr}.info-version-pill{width:fit-content}}.app-main:has(>.help-card-modern){overflow:hidden;display:flex;flex-direction:column}.app-main:has(>.help-card-modern)>.help-card-modern{flex:1 1 auto;width:100%}.help-card-modern{display:flex;flex-direction:column;min-height:0;overflow:hidden;gap:0;padding:22px 22px 16px;box-shadow:none}.help-card-header{flex:0 0 auto;display:grid;gap:8px;padding-bottom:16px;border-bottom:1px solid var(--st-divider);background:var(--st-bg)}.help-card-header h2{margin:0;color:var(--st-navy-2);font-size:clamp(1.75rem,7vw,2.25rem);line-height:1.05;font-weight:850;letter-spacing:-.035em}.help-card-header p{max-width:34rem;color:var(--st-text-muted);font-size:1rem;line-height:1.4;font-weight:550}.help-card-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:grid;align-content:start;gap:12px;padding:16px 2px 14px;scrollbar-gutter:stable}.help-card-footer{flex:0 0 auto;padding-top:14px;border-top:1px solid var(--st-divider);background:var(--st-bg)}.help-panel{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;padding:16px;border:1px solid var(--st-border);border-radius:20px;background:#fff}.help-panel-icon{width:42px;height:42px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-top:1px}.help-icon-svg{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.help-panel-orange .help-panel-icon{background:#fff7ed;color:var(--st-primary)}.help-panel-green .help-panel-icon{background:#dcfce7;color:#16a34a}.help-panel-blue .help-panel-icon{background:#e0f2fe;color:var(--st-info)}.help-panel-navy .help-panel-icon{background:#eef2ff;color:var(--st-navy)}.help-panel-slate .help-panel-icon{background:#f1f5f9;color:#475569}.help-panel-content{min-width:0;display:grid;gap:7px}.help-panel h3{margin:0;color:#b91c1c;font-size:1.08rem;line-height:1.18;font-weight:850}.help-panel p{margin:0;color:var(--st-text-muted);font-size:.94rem;line-height:1.42;font-weight:500}@media(max-width:720px){.help-card-modern{padding:18px 16px 14px}.help-card-header{padding-bottom:14px}.help-card-header h2{font-size:clamp(1.75rem,8vw,2.1rem)}.help-card-header p{font-size:.96rem}.help-card-body{gap:11px;padding-top:14px;padding-bottom:12px}.help-panel{gap:12px;padding:14px;border-radius:19px}.help-panel-icon{width:38px;height:38px;border-radius:14px}.help-icon-svg{width:21px;height:21px}}.help-panel-list{margin:2px 0 0;padding-left:1.05rem;display:grid;gap:5px;color:var(--st-text-muted);font-size:.94rem;line-height:1.42;font-weight:500}.help-panel-list li::marker{color:currentColor;font-size:.8em}.help-panel-orange .help-panel-list li::marker{color:var(--st-primary)}.help-panel-green .help-panel-list li::marker{color:#16a34a}.help-panel-blue .help-panel-list li::marker{color:var(--st-info)}.help-panel-navy .help-panel-list li::marker{color:var(--st-navy)}.help-panel-slate .help-panel-list li::marker{color:#475569}.help-counter-icon{width:30px;height:30px;border-radius:999px;background:var(--st-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;font-weight:900;box-shadow:0 8px 18px #f391002e}@media(max-width:720px){.help-panel-list{font-size:.92rem;gap:4px}.help-counter-icon{width:28px;height:28px;font-size:.95rem}}.import-card-modern{display:grid;gap:18px}.import-card-modern .import-copy{display:grid;gap:8px}.import-card-modern .import-copy h2{margin:0;font-size:clamp(1.75rem,7vw,2.25rem);line-height:1.05;color:var(--st-navy-2);font-weight:850}.import-card-modern .import-copy p{color:var(--st-text-muted);font-weight:600;line-height:1.45}.import-card-modern .import-action{display:grid;gap:10px;margin-top:8px;margin-bottom:10px}.import-method-note-card{display:grid;gap:8px;margin-top:8px;padding:18px 18px 16px;border:1px solid var(--st-divider);border-radius:18px;background:#f8fafc;color:var(--st-text-muted);font-weight:600;line-height:1.42}.import-method-note-card h3{margin:0 0 2px;color:var(--st-navy);font-size:clamp(1.12rem,4.4vw,1.34rem);line-height:1.15;font-weight:850}.import-method-note-card p{margin:0}.import-method-current{color:var(--st-navy);font-weight:850;font-size:1.02rem}.import-method-change-hint{padding-top:6px;border-top:1px solid var(--st-divider);font-size:.95rem}.import-method-change-hint strong{color:var(--st-navy);font-weight:850}.app-main:has(>.import-method-card-modern){flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.app-main:has(>.import-method-card-modern)>.import-method-card-modern{flex:1 1 auto;min-height:0}.import-method-card-modern{display:flex;flex-direction:column;gap:0;overflow:hidden;padding:0;box-shadow:none}.import-method-card-header{flex:0 0 auto;display:grid;gap:8px;padding:20px 20px 16px;border-bottom:1px solid var(--st-divider);background:#fff}.import-method-card-header h2{margin:0;font-size:clamp(1.75rem,7vw,2.25rem);line-height:1.05;color:var(--st-navy-2);font-weight:850}.import-method-card-header p{color:var(--st-text-muted);font-weight:600;line-height:1.45}.import-method-card-body{flex:1 1 auto;min-height:0;display:grid;align-content:start;gap:12px;padding:16px 20px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff}.import-method-card-footer{flex:0 0 auto;display:flex;justify-content:flex-start;padding:14px 20px 18px;border-top:1px solid var(--st-divider);background:#fff}.import-method-option{width:100%;min-height:92px;padding:14px;border:1px solid var(--st-border);border-radius:18px;background:#fff;color:var(--st-text);display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:flex-start;text-align:left;transition:transform .14s ease,background-color .14s ease,border-color .14s ease}.import-method-option:hover,.import-method-option:active{transform:translateY(-1px);background:#f8fafc;border-color:#94a3b8}.import-method-option.is-selected{border-color:#f39100b8;background:#fffaf2}.import-method-option.is-disabled{cursor:pointer;background:#fff}.import-method-check{width:34px;height:34px;margin-top:2px;border-radius:12px;border:2px solid var(--st-border);background:#fff;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.import-method-check.is-checked{background:var(--st-primary);border-color:var(--st-primary)}.import-method-option.is-disabled .import-method-check{background:#f8fafc;border-color:#dbe3ed}.import-method-check-svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.import-method-option-copy{display:grid;gap:6px;min-width:0}.import-method-option-title-row{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.import-method-option-title-row strong{color:var(--st-navy);font-size:1.04rem;line-height:1.2;font-weight:850}.import-method-option-copy>span:not(.import-method-option-title-row),.import-method-option-copy small{color:var(--st-text-muted);font-size:.9rem;line-height:1.35;font-weight:600}.import-method-option-copy small{color:var(--st-navy-2)}.import-method-badge{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;font-size:.72rem;line-height:1;font-weight:850}.import-method-badge{background:#49b4e724;color:var(--st-blue-accent)}@media(max-width:720px){.import-card-modern{gap:16px}.import-card-modern .import-copy h2,.import-method-card-header h2{font-size:clamp(1.6rem,7.5vw,2rem)}.import-method-card-header{padding:18px 18px 14px}.import-method-card-body{padding:14px 18px}.import-method-card-footer{padding:12px 18px 16px}.import-method-option{min-height:88px;padding:12px}.import-method-check{width:32px;height:32px;border-radius:11px}.import-method-check-svg{width:20px;height:20px}}.app-shell:has(.more-card){height:100dvh;min-height:100dvh;overflow:hidden}.app-shell:has(.more-card) .app-header-fixed{flex:0 0 auto}.app-main:has(>.more-card){flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.app-main:has(>.more-card)>.more-card{flex:1 1 auto;min-height:0;width:100%}.more-card{display:flex;flex-direction:column;min-height:0;overflow:hidden}.more-header{flex:0 0 auto}.more-list{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;align-content:start}.more-list-item{min-height:78px}.tour-remove-dialog{width:min(100%,520px)}.tour-remove-dialog-actions{grid-template-columns:1fr 1fr 1fr}.app-dialog-button.danger{background:var(--st-navy);color:#fff;border-color:var(--st-navy)}.app-dialog-button.danger:hover,.app-dialog-button.danger:active{background:var(--st-navy-2);border-color:var(--st-navy-2)}@media(max-width:720px){.app-shell:has(.more-card){height:100dvh;min-height:100dvh}.more-list{padding-bottom:12px}.more-list-item{min-height:78px}.tour-remove-dialog-actions{grid-template-columns:1fr}}.more-list{display:flex;flex-direction:column;align-items:stretch}.more-list-item{flex:0 0 auto;min-height:92px;height:auto;align-items:center}.more-list-item small{overflow:visible}@media(max-width:720px){.more-list{gap:12px}.more-list-item{min-height:96px;padding-top:14px;padding-bottom:14px}}.more-section{display:flex;flex-direction:column;gap:10px;flex:0 0 auto}.more-section+.more-section{padding-top:8px;margin-top:2px;border-top:1px solid var(--st-divider)}.more-section-label{margin:0 0 2px;color:var(--st-text-muted);font-size:.74rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.more-list-item:disabled{opacity:.48;transform:none;cursor:not-allowed}.more-list-item:disabled:hover,.more-list-item:disabled:active{background:#fff;transform:none}.legal-card .info-panel p+p{margin-top:4px}.legal-list{margin:0;padding-left:1.15rem;color:var(--st-text-muted);font-size:.96rem;line-height:1.45;font-weight:550;display:grid;gap:7px}.legal-list li::marker{color:var(--st-info)}.privacy-intro-panel{border-color:#49b4e747;background:#eff8fc}.privacy-intro-panel .meta-label{color:var(--st-info)}.privacy-note-panel{border-color:#64748b38;background:#f8fafc}@media(max-width:720px){.more-section+.more-section{padding-top:10px}}.info-license-panel{align-items:start}.info-secondary-button{justify-self:start;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:0;border-radius:999px;background:var(--st-navy);color:#fff;font:inherit;font-size:.92rem;line-height:1;font-weight:850;cursor:pointer;transition:transform .14s ease,background .14s ease}.info-secondary-button:active{transform:translateY(1px)}.licenses-card-body{display:flex;flex-direction:column}.licenses-text{flex:1 1 auto;min-height:0;margin:0;padding:16px;border:1px solid var(--st-border);border-radius:20px;background:#fff;color:var(--st-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem;line-height:1.48;white-space:pre-wrap;overflow:auto;-webkit-overflow-scrolling:touch}.licenses-error-panel{border-color:#f3910047;background:#fff7ed}@media(max-width:720px){.licenses-text{padding:14px;border-radius:18px;font-size:.74rem;line-height:1.46}.info-secondary-button{width:100%}}.expired-tour-card{display:grid;gap:18px;background:linear-gradient(180deg,#fff,#f8fafc)}.expired-tour-eyebrow{width:fit-content;display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:var(--st-surface-soft);color:var(--st-primary);font-size:.82rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.expired-tour-copy{display:grid;gap:10px}.expired-tour-copy h2{margin:0;font-size:clamp(1.8rem,5vw,2.6rem);line-height:1.05;color:var(--st-navy)}.expired-tour-copy p{color:var(--st-text-muted);font-weight:650;line-height:1.5}.expired-tour-copy strong{color:var(--st-navy)}.expired-tour-export-box{display:grid;gap:6px;padding:18px;border:1px solid var(--st-divider);border-radius:18px;background:#fff}.expired-tour-export-box strong{font-size:1.08rem;line-height:1.25;color:var(--st-text-strong)}.expired-tour-export-box p{margin-top:4px;color:var(--st-text-muted);font-weight:650}.expired-tour-actions{display:grid;gap:12px}.expired-tour-actions .action-tile{min-height:70px}.action-tile.secondary{background:#fff;color:var(--st-navy);border-color:var(--st-border)}.import-error-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:flex-start;margin-top:10px;padding:16px;border:1px solid rgba(239,68,68,.24);border-radius:18px;background:#fef2f2d1;color:var(--st-text-strong)}.import-error-card-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;background:#ef444414;border:1px solid rgba(239,68,68,.12);color:#dc2626;flex:0 0 auto}.import-error-card-icon-svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.import-error-card-copy{display:grid;gap:7px;min-width:0}.import-error-card-title{margin:0;color:#b91c1c;font-size:1.08rem;line-height:1.2;font-weight:850}.import-error-card-copy p{margin:0;color:var(--st-text-muted);font-size:.98rem;line-height:1.38;font-weight:650}@media(max-width:420px){.import-error-card{grid-template-columns:1fr}}.step-meta-strip-item strong{color:var(--st-text-strong)}.station-content strong,.help-panel h3,.info-panel strong{color:var(--st-navy)}.import-error-card-title{color:#b91c1c}.home-tour-summary-header h2{font-size:clamp(1.75rem,6vw,2.15rem)}@media(max-width:720px){.home-tour-summary-header h2{font-size:clamp(1.7rem,8vw,2.05rem)}}
