:root,[data-theme=dark]{--bg-base: #0c0c0f;--bg-surface: #141418;--bg-elevated: #1c1c21;--bg-hover: #252529;--bg-active: #2d2d32;--text-primary: #ececef;--text-secondary: #b4b4bc;--text-tertiary: #8b8b95;--text-muted: #6e6e78;--text-faint: #505058;--border-subtle: rgba(255, 255, 255, .06);--border-default: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .15);--color-optimal: #5ee89c;--color-optimal-text: #5ee89c;--color-optimal-soft: rgba(94, 232, 156, .12);--color-optimal-muted: rgba(94, 232, 156, .25);--color-attention: #f5c842;--color-attention-text: #f5c842;--color-attention-soft: rgba(245, 200, 66, .12);--color-attention-muted: rgba(245, 200, 66, .25);--color-problem: #f07070;--color-problem-text: #f07070;--color-problem-soft: rgba(240, 112, 112, .12);--color-problem-muted: rgba(240, 112, 112, .25);--color-accent: #5ee89c;--color-accent-hover: #7aedb2;--color-accent-soft: rgba(94, 232, 156, .12);--color-accent-text: #0c0c0f;--focus-ring: rgba(94, 232, 156, .4);--karoo-bg: #000000;--karoo-text: #ffffff;--karoo-dim: #8e8e93;--karoo-divider: #2a2a2e;--karoo-bar-left: #8e8e93;--karoo-bar-right: #48484c;--karoo-optimal: #5ee89c;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .4);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .6);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .7);--glow-accent: 0 0 20px rgba(94, 232, 156, .15);--glow-optimal: 0 0 16px rgba(94, 232, 156, .2);--glow-attention: 0 0 16px rgba(245, 200, 66, .2);--glow-problem: 0 0 16px rgba(240, 112, 112, .2);--overlay-light: rgba(255, 255, 255, .03);--overlay-medium: rgba(255, 255, 255, .06);color-scheme:dark}[data-theme=light]{--bg-base: #f8f8fa;--bg-surface: #ffffff;--bg-elevated: #f3f3f6;--bg-hover: #ebebef;--bg-active: #e0e0e6;--text-primary: #1a1a1f;--text-secondary: #46464f;--text-tertiary: #6b6b76;--text-muted: #8e8e9a;--text-faint: #acacb8;--border-subtle: rgba(0, 0, 0, .06);--border-default: rgba(0, 0, 0, .1);--border-strong: rgba(0, 0, 0, .15);--color-optimal: #1a9f53;--color-optimal-text: #0f7a3d;--color-optimal-soft: rgba(26, 159, 83, .1);--color-optimal-muted: rgba(26, 159, 83, .18);--color-attention: #c6930a;--color-attention-text: #9a7208;--color-attention-soft: rgba(198, 147, 10, .1);--color-attention-muted: rgba(198, 147, 10, .18);--color-problem: #d93a3a;--color-problem-text: #b82e2e;--color-problem-soft: rgba(217, 58, 58, .08);--color-problem-muted: rgba(217, 58, 58, .15);--color-accent: #1a9f53;--color-accent-hover: #158445;--color-accent-soft: rgba(26, 159, 83, .1);--color-accent-text: #ffffff;--focus-ring: rgba(26, 159, 83, .35);--karoo-bg: #000000;--karoo-text: #ffffff;--karoo-dim: #8e8e93;--karoo-divider: #2a2a2e;--karoo-bar-left: #8e8e93;--karoo-bar-right: #48484c;--karoo-optimal: #5ee89c;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .1);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .12);--glow-accent: 0 0 20px rgba(26, 159, 83, .1);--glow-optimal: 0 0 16px rgba(26, 159, 83, .12);--glow-attention: 0 0 16px rgba(198, 147, 10, .12);--glow-problem: 0 0 16px rgba(217, 58, 58, .12);--overlay-light: rgba(0, 0, 0, .02);--overlay-medium: rgba(0, 0, 0, .04);color-scheme:light}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background-color:var(--bg-base);color:var(--text-primary);line-height:1.6;min-height:100vh;transition:background-color .2s ease,color .2s ease}::selection{background:var(--color-accent-soft);color:var(--text-primary)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}a{color:var(--color-accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-accent-hover)}button{font-family:inherit;cursor:pointer;border:none;transition:all .15s ease}button:disabled{opacity:.5;cursor:not-allowed}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:500;line-height:1.4;border:1px solid transparent}.btn-primary{background:var(--color-accent);color:var(--color-accent-text);font-weight:600}.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:var(--shadow-md),var(--glow-accent)}.btn-secondary{background:var(--bg-elevated);color:var(--text-primary);border-color:var(--border-default)}.btn-secondary:hover{background:var(--bg-hover);border-color:var(--border-strong)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--bg-hover);color:var(--text-primary)}.btn-danger{background:var(--color-problem);color:#fff;font-weight:600}.btn-danger:hover{background:var(--color-problem-text);box-shadow:var(--shadow-md),var(--glow-problem)}.btn-sm{padding:6px 12px;font-size:13px}.btn-lg{padding:14px 28px;font-size:16px}.card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:16px;padding:24px;transition:all .2s ease}.card-elevated{background:var(--bg-elevated);box-shadow:var(--shadow-sm)}.card-interactive:hover{border-color:var(--border-default);box-shadow:var(--shadow-md);transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container-sm{max-width:640px}.container-md{max-width:960px}.text-optimal{color:var(--color-optimal-text)}.text-attention{color:var(--color-attention-text)}.text-problem{color:var(--color-problem-text)}.bg-optimal{background-color:var(--color-optimal-soft);color:var(--color-optimal-text)}.bg-attention{background-color:var(--color-attention-soft);color:var(--color-attention-text)}.bg-problem{background-color:var(--color-problem-soft);color:var(--color-problem-text)}input,textarea,select{font-family:inherit;font-size:14px;padding:10px 14px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:8px;color:var(--text-primary);transition:all .15s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--focus-ring)}input::placeholder,textarea::placeholder{color:var(--text-muted)}.spinner{width:32px;height:32px;border:3px solid var(--border-default);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}.spinner-sm{width:20px;height:20px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.animate-in{animation:fadeIn .3s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}*{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.15s;transition-timing-function:ease}.no-transitions *{transition:none!important}.page{padding:40px 0 80px;min-height:100vh}.page-header{display:flex;align-items:center;gap:12px;margin-bottom:32px}.page-header h1{font-size:28px;font-weight:600;color:var(--text-primary);letter-spacing:-.5px}.back-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:var(--text-secondary);transition:all .15s ease;flex-shrink:0}.back-link:hover{background:var(--bg-hover);color:var(--text-primary)}.stats-strip{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:12px;margin-bottom:28px;padding:18px 22px;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stats-strip::-webkit-scrollbar{display:none}.stat-chip{display:flex;align-items:baseline;gap:5px;padding:8px 14px;background:var(--bg-base);border-radius:8px;flex-shrink:0;white-space:nowrap}.stat-chip.highlight{background:var(--color-optimal-soft)}.stat-chip-val{font-size:16px;font-weight:600;color:var(--text-primary)}.stat-chip-val.optimal{color:var(--color-optimal-text)}.stat-chip-val.attention{color:var(--color-attention-text)}.stat-chip-val.problem{color:var(--color-problem-text)}.stat-chip-label{display:inline-flex;align-items:center;font-size:12px;color:var(--text-muted)}.view-toggle{margin-left:auto;display:flex;gap:4px;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:10px;padding:4px}.view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--text-muted);background:transparent;cursor:pointer;transition:all .15s}.view-btn:hover{color:var(--text-secondary)}.view-btn.active{background:var(--bg-elevated);color:var(--text-primary)}.loading-state,.error-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 24px;color:var(--text-tertiary);gap:16px}.empty-icon{width:88px;height:88px;display:flex;align-items:center;justify-content:center;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:22px;color:var(--text-muted);margin-bottom:8px}.empty-state h3{font-size:20px;font-weight:600;color:var(--text-primary)}.empty-state p{font-size:15px;color:var(--text-secondary);text-align:center;max-width:320px}.back-btn-link{margin-top:16px;font-size:14px;color:var(--text-tertiary)}.back-btn-link:hover{color:var(--text-primary)}.retry-btn{padding:12px 24px;background:var(--color-accent);color:var(--color-accent-text);border-radius:12px;font-size:15px;font-weight:500}.loading-inline{display:flex;justify-content:center;padding:28px}.data-table-wrapper{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:14px;overflow:hidden}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th{text-align:left;padding:14px 18px;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;background:var(--bg-elevated);border-bottom:1px solid var(--border-subtle)}.data-table td{padding:14px 18px;border-bottom:1px solid var(--border-subtle);vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:var(--bg-hover)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.data-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:14px;padding:18px;transition:border-color .15s ease}.data-card:hover{border-color:var(--border-default)}.pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:36px;padding-top:28px;border-top:1px solid var(--border-subtle)}.page-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.page-btn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.page-btn:disabled{opacity:.3;cursor:not-allowed}.page-info{font-size:14px;color:var(--text-secondary);min-width:130px;text-align:center}.section{margin-bottom:36px}.section-header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.section-header svg{color:var(--text-muted)}.section-header h2{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-tertiary)}.section-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:16px;padding:22px}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:8px;font-size:12px;font-weight:600}.status-badge.completed{background:var(--color-optimal-soft);color:var(--color-optimal-text)}.status-badge.incomplete{background:var(--bg-elevated);color:var(--text-muted)}@media(max-width:768px){.container{padding:0 20px}.page{padding:28px 0 100px}.page-header{margin-bottom:24px}.page-header h1{font-size:24px}.back-link{width:36px;height:36px;border-radius:10px}.stats-strip{padding:14px 18px;gap:10px;margin-bottom:24px;border-radius:12px}.stat-chip{padding:6px 12px}.stat-chip-val{font-size:14px}.stat-chip-label{font-size:11px}.view-toggle{display:flex}.view-btn{width:32px;height:32px}.data-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:12px}.data-table-wrapper::-webkit-scrollbar{display:none}.data-table{min-width:500px;font-size:13px}.data-table th{padding:12px 14px;font-size:10px}.data-table td{padding:12px 14px}.cards-grid{grid-template-columns:1fr;gap:14px}.section-card{padding:18px;border-radius:14px}.loading-state,.error-state,.empty-state{padding:70px 20px}.empty-icon{width:72px;height:72px;border-radius:18px}.empty-state h3{font-size:18px}.empty-state p{font-size:14px}.pagination{gap:14px;margin-top:28px;padding-top:24px}.page-btn{width:40px;height:40px;border-radius:10px}.page-info{font-size:13px;min-width:110px}}@media(max-width:480px){.container{padding:0 16px}.page{padding:24px 0 90px}.page-header h1{font-size:22px}.stats-strip{padding:12px 14px;gap:8px;border-radius:10px}.stat-chip{padding:5px 10px}.stat-chip-val{font-size:13px}.stat-chip-label{font-size:10px}.data-table{min-width:400px;font-size:12px}.data-table th{padding:10px 8px;font-size:9px}.data-table td{padding:10px 8px}.section-card{padding:16px;border-radius:12px}.empty-icon{width:64px;height:64px;border-radius:16px}.empty-icon svg{width:32px;height:32px}}.driver-popover.kpedal-tour-popover{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:14px;box-shadow:var(--shadow-xl);color:var(--text-primary);max-width:340px}.driver-popover.kpedal-tour-popover .driver-popover-title{font-size:17px;font-weight:600;color:var(--text-primary);margin-bottom:8px;line-height:1.3}.driver-popover.kpedal-tour-popover .driver-popover-description{font-size:14px;line-height:1.55;color:var(--text-secondary)}.driver-popover.kpedal-tour-popover .driver-popover-description strong{color:var(--text-primary);font-weight:600}.driver-popover.kpedal-tour-popover .driver-popover-description a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.driver-popover.kpedal-tour-popover .driver-popover-description a:hover{color:var(--color-accent-hover)}.driver-popover.kpedal-tour-popover .skip-tour-link{display:inline;margin:0;padding:0;background:none;border:none;color:var(--text-muted);font-size:12px;font-weight:400;cursor:pointer;text-decoration:none;opacity:.7;transition:opacity .15s ease}.driver-popover.kpedal-tour-popover .skip-tour-link:hover{opacity:1;color:var(--text-secondary)}.driver-popover.kpedal-tour-popover .driver-popover-progress-text{font-size:12px;color:var(--text-muted);font-weight:500}.driver-popover.kpedal-tour-popover .driver-popover-footer{margin-top:16px;padding-top:12px;border-top:1px solid var(--border-subtle)}.driver-popover.kpedal-tour-popover .driver-popover-navigation-btns{gap:8px}.driver-popover.kpedal-tour-popover .driver-popover-prev-btn,.driver-popover.kpedal-tour-popover .driver-popover-next-btn{font-size:13px;font-weight:600;padding:8px 16px;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;box-shadow:none!important;text-shadow:none!important;outline:none}.driver-popover.kpedal-tour-popover .driver-popover-prev-btn{background:var(--bg-hover);color:var(--text-secondary)}.driver-popover.kpedal-tour-popover .driver-popover-prev-btn:hover{background:var(--bg-active);color:var(--text-primary)}.driver-popover.kpedal-tour-popover .driver-popover-next-btn{background:var(--color-accent);color:var(--color-accent-text)}.driver-popover.kpedal-tour-popover .driver-popover-next-btn:hover{background:var(--color-accent-hover)}.driver-popover.kpedal-tour-popover .driver-popover-prev-btn:focus,.driver-popover.kpedal-tour-popover .driver-popover-next-btn:focus{outline:none;box-shadow:0 0 0 2px var(--color-accent-soft)}.driver-popover.kpedal-tour-popover .driver-popover-close-btn{position:absolute;top:12px;right:12px;color:var(--text-muted);font-size:18px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s ease;background:transparent;border:none;cursor:pointer;padding:0;line-height:1}.driver-popover.kpedal-tour-popover .driver-popover-close-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.driver-popover.kpedal-tour-popover .driver-popover-close-btn:focus{outline:none;background:var(--bg-hover)}.driver-popover.kpedal-tour-popover .driver-popover-arrow{border:8px solid transparent}.driver-popover.kpedal-tour-popover .driver-popover-arrow-side-left{border-right-color:var(--bg-elevated)}.driver-popover.kpedal-tour-popover .driver-popover-arrow-side-right{border-left-color:var(--bg-elevated)}.driver-popover.kpedal-tour-popover .driver-popover-arrow-side-top{border-bottom-color:var(--bg-elevated)}.driver-popover.kpedal-tour-popover .driver-popover-arrow-side-bottom{border-top-color:var(--bg-elevated)}.driver-active .driver-overlay{opacity:.75}.driver-popover{transition:opacity .2s ease,transform .2s ease}.demo-tour-btn{background:var(--bg-hover);border:1px solid var(--border-default);color:var(--text-secondary);padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:6px}.demo-tour-btn:hover{background:var(--bg-active);color:var(--text-primary);border-color:var(--border-strong)}.demo-tour-btn svg{width:14px;height:14px}.loading-screen.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg-base)}.loading-content.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:24px}.loading-logo.svelte-12qhfyh{display:flex;align-items:center;gap:10px}.loading-dot.svelte-12qhfyh{width:10px;height:10px;background:var(--color-optimal);border-radius:50%}.loading-text.svelte-12qhfyh{font-size:20px;font-weight:700;color:var(--text-primary);letter-spacing:-.3px}.navbar.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:var(--bg-base);border-bottom:1px solid var(--border-subtle)}.nav-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:0 24px;height:52px;display:flex;align-items:center;gap:48px}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:8px;text-decoration:none}.logo-dot.svelte-12qhfyh{width:8px;height:8px;background:var(--color-optimal);border-radius:50%}.logo-text.svelte-12qhfyh{font-size:15px;font-weight:600;color:var(--text-primary);letter-spacing:-.3px}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:24px}.nav-link.svelte-12qhfyh{color:var(--text-secondary);font-size:14px;font-weight:500;text-decoration:none;transition:color .15s ease}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--text-primary)}.bottom-nav.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;justify-content:space-around;align-items:center;height:64px;background:var(--bg-base);border-top:1px solid var(--border-subtle);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav-item.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;color:var(--text-muted);text-decoration:none;transition:color .15s}.bottom-nav-item.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:22px;height:22px}.bottom-nav-item.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:10px;font-weight:500}.bottom-nav-item.active.svelte-12qhfyh{color:var(--text-primary)}.bottom-nav-item.active.svelte-12qhfyh svg:where(.svelte-12qhfyh){stroke-width:2.5}.desktop-only.svelte-12qhfyh{display:flex}.mobile-only.svelte-12qhfyh{display:none}.nav-right.svelte-12qhfyh{display:flex;align-items:center;gap:12px;margin-left:auto}.lang-select.svelte-12qhfyh{appearance:none;height:36px;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:8px;padding:0 28px 0 12px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .15s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.lang-select.svelte-12qhfyh:hover{border-color:var(--border-default);color:var(--text-primary)}.lang-select.svelte-12qhfyh:focus{outline:none;border-color:var(--color-accent)}.lang-select.svelte-12qhfyh option:where(.svelte-12qhfyh){background:var(--bg-surface);color:var(--text-primary)}.icon-btn.svelte-12qhfyh{height:36px;width:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.icon-btn.svelte-12qhfyh:hover{border-color:var(--border-default);color:var(--text-primary)}.theme-toggle-btn.svelte-12qhfyh{position:relative}.logout-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;transition:all .15s ease}.logout-btn.svelte-12qhfyh:hover{color:var(--color-problem)}.auto-badge.svelte-12qhfyh{position:absolute;bottom:-4px;right:-4px;width:14px;height:14px;background:#22c55e;color:#fff;font-size:9px;font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 1px 3px #0006;border:1.5px solid var(--bg-base)}.avatar-link.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.avatar-link.svelte-12qhfyh:hover{opacity:.8}.avatar.svelte-12qhfyh{width:28px;height:28px;border-radius:50%;object-fit:cover}.avatar-placeholder.svelte-12qhfyh{width:28px;height:28px;border-radius:50%;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:var(--text-secondary)}.main-content.svelte-12qhfyh{min-height:100vh}.main-content.with-nav.svelte-12qhfyh{min-height:calc(100vh - 52px)}.demo-banner.svelte-12qhfyh{background:var(--bg-elevated);border-bottom:1px solid var(--border-subtle);padding:10px 24px;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.demo-banner-content.svelte-12qhfyh{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.demo-badge.svelte-12qhfyh{background:var(--color-attention-soft);color:var(--color-attention-text);padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.demo-text.svelte-12qhfyh{font-size:13px;color:var(--text-secondary)}.demo-actions.svelte-12qhfyh{display:flex;align-items:center;gap:8px}.demo-signup-btn.svelte-12qhfyh{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--bg-base);border:1px solid var(--border-default);border-radius:6px;font-size:12px;font-weight:500;color:var(--text-primary);cursor:pointer;transition:all .15s ease}.demo-signup-btn.svelte-12qhfyh:hover{background:var(--bg-hover);border-color:var(--border-strong)}.demo-tour-btn.svelte-12qhfyh{display:flex;align-items:center;gap:4px;padding:6px 10px;background:transparent;border:1px solid var(--border-subtle);border-radius:6px;font-size:12px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.demo-tour-btn.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text-primary)}.demo-tour-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:14px;height:14px}@media(max-width:768px){.desktop-only.svelte-12qhfyh{display:none}.mobile-only.svelte-12qhfyh{display:flex}.nav-container.svelte-12qhfyh{padding:0 16px;height:48px}.main-content.with-nav.svelte-12qhfyh{min-height:calc(100vh - 48px);padding-bottom:72px}.demo-banner.svelte-12qhfyh{padding:8px 16px;gap:8px}.demo-text.svelte-12qhfyh{font-size:12px}.demo-actions.svelte-12qhfyh{gap:6px}.demo-signup-btn.svelte-12qhfyh{padding:5px 10px;font-size:11px}.demo-tour-btn.svelte-12qhfyh{padding:5px 8px;font-size:11px}}@media(max-width:480px){.nav-container.svelte-12qhfyh{padding:0 12px}.nav-right.svelte-12qhfyh{gap:8px}.lang-select.svelte-12qhfyh{height:32px;padding:0 22px 0 8px;font-size:11px;background-position:right 5px center}.icon-btn.svelte-12qhfyh{height:32px;width:32px}.icon-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:16px;height:16px}.logout-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:16px;height:16px}.bottom-nav.svelte-12qhfyh{height:60px}.bottom-nav-item.svelte-12qhfyh{padding:6px 4px;gap:2px}.bottom-nav-item.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:20px;height:20px}.bottom-nav-item.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:9px}.demo-banner.svelte-12qhfyh{padding:8px 12px;gap:8px}.demo-banner-content.svelte-12qhfyh{display:none}.demo-actions.svelte-12qhfyh{width:100%;justify-content:center;gap:8px}.demo-signup-btn.svelte-12qhfyh{padding:6px 12px;font-size:11px}.demo-tour-btn.svelte-12qhfyh{padding:6px 10px;font-size:11px}}
