.command-palette-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(4px);z-index:9999;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.command-palette{position:fixed;top:20%;left:50%;transform:translate(-50%);width:90%;max-width:640px;background:#1f2937;border:1px solid #374151;border-radius:12px;box-shadow:0 20px 50px #00000080;overflow:hidden;animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.command-palette-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #374151}.search-icon{width:20px;height:20px;color:#9ca3af;flex-shrink:0}.command-input{flex:1;background:transparent;border:none;outline:none;color:#f9fafb;font-size:16px;font-weight:400}.command-input::-moz-placeholder{color:#6b7280}.command-input::placeholder{color:#6b7280}.command-shortcut{padding:4px 8px;background:#374151;color:#9ca3af;font-size:12px;font-weight:500;border-radius:4px;font-family:SF Mono,Monaco,Inconsolata,Courier New,monospace}.command-list{max-height:400px;overflow-y:auto;padding:8px}.command-list::-webkit-scrollbar{width:8px}.command-list::-webkit-scrollbar-track{background:transparent}.command-list::-webkit-scrollbar-thumb{background:#374151;border-radius:4px}.command-list::-webkit-scrollbar-thumb:hover{background:#4b5563}.command-group{margin-bottom:12px}.command-group:last-child{margin-bottom:0}.command-group [cmdk-group-heading]{padding:8px 12px;color:#9ca3af;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.command-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:all .15s ease;color:#e5e7eb}.command-item:hover,.command-item[aria-selected=true]{background:#374151}.command-item[aria-selected=true]{background:#06b6d4;color:#fff}.command-item[aria-selected=true] .command-description{color:#fffc}.command-item[aria-selected=true] .command-icon{color:#fff}.command-icon{width:18px;height:18px;color:#9ca3af;flex-shrink:0}.command-content{flex:1;display:flex;flex-direction:column;gap:2px}.command-label{font-size:14px;font-weight:500;color:inherit}.command-description{font-size:12px;color:#9ca3af}.command-shortcut-badge{padding:2px 6px;background:#ffffff1a;color:#9ca3af;font-size:11px;border-radius:4px;font-family:SF Mono,Monaco,Inconsolata,Courier New,monospace}.command-arrow{width:16px;height:16px;color:#6b7280;opacity:0;transition:opacity .15s ease}.command-item:hover .command-arrow,.command-item[aria-selected=true] .command-arrow{opacity:1;color:inherit}.command-empty{padding:32px 16px;text-align:center;color:#9ca3af;font-size:14px}.command-palette-footer{padding:12px 16px;border-top:1px solid #374151;background:#111827}.command-hints{display:flex;gap:16px;align-items:center;justify-content:center}.hint{display:flex;align-items:center;gap:6px;color:#9ca3af;font-size:12px}.hint kbd{padding:2px 6px;background:#374151;color:#e5e7eb;font-size:11px;border-radius:4px;font-family:SF Mono,Monaco,Inconsolata,Courier New,monospace}@media(prefers-color-scheme:dark){.command-palette{background:#111827;border-color:#1f2937}.command-palette-header{border-bottom-color:#1f2937}.command-palette-footer{border-top-color:#1f2937;background:#0f172a}}@media(max-width:640px){.command-palette{top:10%;width:95%;max-width:none}.command-list{max-height:300px}}@media(prefers-reduced-motion:reduce){.command-palette-overlay,.command-palette,.command-item{animation:none;transition:none}}.walkthrough-overlay{position:fixed;inset:0;z-index:9999;background:#00000080;backdrop-filter:blur(4px)}.walkthrough-spotlight{position:absolute;border:3px solid var(--color-primary);border-radius:2.5rem;box-shadow:0 0 0 9999px #000000b3,0 0 20px #06b6d480,inset 0 0 20px #06b6d433;pointer-events:none;z-index:10000;transition:all var(--transition-base, .2s);animation:walkthrough-pulse 2s ease-in-out infinite}@keyframes walkthrough-pulse{0%,to{box-shadow:0 0 0 9999px #000000b3,0 0 20px #3b82f680,inset 0 0 20px #3b82f633}50%{box-shadow:0 0 0 9999px #000000b3,0 0 30px #3b82f6cc,inset 0 0 30px #3b82f666}}.walkthrough-highlight{position:relative;z-index:10001!important;outline:2px solid var(--color-primary);outline-offset:2px;transition:outline var(--transition-fast, .15s) ease}.walkthrough-modal{background:var(--bg-modal, white);border-radius:2.5rem;box-shadow:var(--shadow-xl, 0 20px 25px -5px rgba(0, 0, 0, .1));max-width:500px;width:90%;max-height:90vh;overflow-y:auto;z-index:10002}.walkthrough-position-center{top:50%;left:50%;transform:translate(-50%,-50%)}.walkthrough-position-top{top:20px;left:50%;transform:translate(-50%)}.walkthrough-position-bottom{bottom:20px;left:50%;transform:translate(-50%)}.walkthrough-position-left{top:50%;left:20px;transform:translateY(-50%)}.walkthrough-position-right{top:50%;right:20px;transform:translateY(-50%)}.walkthrough-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}.walkthrough-progress{flex:1;margin-right:16px}.walkthrough-progress-bar{height:4px;background:#3b82f6;border-radius:2px;transition:width .3s ease;margin-bottom:4px}.walkthrough-progress-text{font-size:12px;color:#6b7280}.walkthrough-actions{display:flex;gap:8px}.walkthrough-voice-toggle,.walkthrough-skip,.walkthrough-close{background:none;border:none;padding:8px;cursor:pointer;color:#6b7280;border-radius:6px;transition:all .2s ease}.walkthrough-voice-toggle:hover,.walkthrough-skip:hover,.walkthrough-close:hover{background:#f3f4f6;color:#374151}.walkthrough-content{padding:24px 20px}.walkthrough-title{font-size:20px;font-weight:600;color:#111827;margin:0 0 12px}.walkthrough-description{font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 16px}.walkthrough-image{width:100%;border-radius:8px;margin-top:24px}.walkthrough-section{margin-top:20px}.walkthrough-section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin:0 0 8px}.walkthrough-list{list-style:none;padding:0;margin:0}.walkthrough-list li{font-size:14px;color:#4b5563;padding-left:20px;position:relative;margin-bottom:6px}.walkthrough-list li:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}.walkthrough-purpose,.walkthrough-outcome,.walkthrough-mistake-text,.walkthrough-next-step-text{font-size:14px;color:#4b5563;line-height:1.6;margin:0}.walkthrough-mistakes{background:#ef44440d;border-left:3px solid #ef4444;padding:12px 16px;border-radius:4px}.walkthrough-mistakes .walkthrough-section-title{color:#ef4444}.walkthrough-next-step{background:#10b9810d;border-left:3px solid #10b981;padding:12px 16px;border-radius:4px}.walkthrough-next-step .walkthrough-section-title{color:#10b981}@media(prefers-color-scheme:dark){.walkthrough-list li,.walkthrough-purpose,.walkthrough-outcome,.walkthrough-mistake-text,.walkthrough-next-step-text{color:#e5e7eb}.walkthrough-mistakes{background:#ef44441a}.walkthrough-next-step{background:#10b9811a}}.walkthrough-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-top:1px solid #e5e7eb;gap:16px}.walkthrough-button{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.walkthrough-button-primary{background:#3b82f6;color:#fff}.walkthrough-button-primary:hover{background:#2563eb}.walkthrough-button-secondary{background:#f3f4f6;color:#374151}.walkthrough-button-secondary:hover{background:#e5e7eb}.walkthrough-button:disabled{opacity:.5;cursor:not-allowed}.walkthrough-step-indicators{display:flex;gap:8px;flex:1;justify-content:center}.walkthrough-step-indicator{width:8px;height:8px;border-radius:50%;background:#d1d5db;transition:all .2s ease}.walkthrough-step-indicator.active{background:#3b82f6;width:24px;border-radius:4px}.walkthrough-step-indicator.completed{background:#10b981}.walkthrough-confirm-overlay{position:fixed;inset:0;z-index:10003;background:#0009;display:flex;align-items:center;justify-content:center}.walkthrough-confirm-modal{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 20px 25px -5px #0000001a}.walkthrough-confirm-modal h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 12px}.walkthrough-confirm-modal p{font-size:14px;color:#6b7280;margin:0 0 20px;line-height:1.6}.walkthrough-confirm-actions{display:flex;gap:12px;justify-content:flex-end}@media(prefers-color-scheme:dark){.walkthrough-modal,.walkthrough-confirm-modal{background:#1f2937;color:#f9fafb}.walkthrough-title{color:#f9fafb}.walkthrough-description{color:#d1d5db}.walkthrough-header,.walkthrough-footer{border-color:#374151}.walkthrough-button-secondary{background:#374151;color:#f9fafb}.walkthrough-button-secondary:hover{background:#4b5563}}@media(prefers-reduced-motion:reduce){.walkthrough-spotlight,.walkthrough-modal,.walkthrough-button{transition:none;animation:none}}.walkthrough-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.help-guide-fab{position:fixed;bottom:24px;left:24px;z-index:99999;display:flex;flex-direction:column;align-items:flex-start;gap:12px}@media(max-width:768px){.help-guide-fab{bottom:72px;left:16px}}.help-guide-fab-label{height:48px;max-width:0;overflow:hidden;white-space:nowrap;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;font-size:13px;font-weight:700;letter-spacing:.03em;border-radius:24px 0 0 24px;display:flex;align-items:center;padding:0;transition:max-width .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #06b6d459}.help-guide-fab-wrap:hover .help-guide-fab-label{max-width:160px;padding:0 16px 0 18px}.help-guide-fab{position:relative;width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;box-shadow:0 4px 20px #06b6d473,0 2px 8px #00000040,inset 0 1px #ffffff26;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.help-guide-fab:hover{box-shadow:0 8px 32px #06b6d499,0 4px 12px #0000004d,inset 0 1px #fff3;transform:scale(1.08) translateY(-2px)}.help-guide-fab:active{transform:scale(.95) translateY(0)}.help-guide-fab-icon{font-size:22px;font-weight:800;line-height:1;transition:transform .3s cubic-bezier(.4,0,.2,1)}.help-guide-fab:hover .help-guide-fab-icon{transform:rotate(15deg) scale(1.1)}.help-guide-fab:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:2px solid rgba(6,182,212,0);transition:all .4s ease}.help-guide-fab:hover:after{border-color:#06b6d480;animation:helpRingRotate 2s linear infinite}@keyframes helpRingRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.help-guide-fab-pulse:before{content:"";position:absolute;inset:-6px;border-radius:50%;background:#06b6d440;animation:helpGuidePulse 2.5s ease-in-out infinite;pointer-events:none}@keyframes helpGuidePulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.45);opacity:0}}.help-guide-fab-tooltip{position:absolute;bottom:68px;left:0;background:#0f141ef2;color:#e5e7eb;font-size:12px;font-weight:500;padding:8px 12px;border-radius:8px;white-space:nowrap;pointer-events:none;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 16px #0000004d;animation:helpTooltipFade .3s ease}.help-guide-fab-tooltip:after{content:"";position:absolute;top:100%;left:20px;border:6px solid transparent;border-top-color:#0f141ef2}html.mode-light .help-guide-fab-tooltip{background:#fff!important;color:#1f2937!important;border-color:#e5e7eb!important;box-shadow:0 4px 16px #0000001f!important}html.mode-light .help-guide-fab-tooltip:after{border-top-color:#fff!important}@keyframes helpTooltipFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.help-guide-backdrop{position:fixed;inset:0;z-index:9998;background:#00000059;backdrop-filter:blur(3px)}.help-guide-panel{position:fixed;top:0;left:0;bottom:0;z-index:9999;width:440px;max-width:92vw;display:flex;flex-direction:column;overflow:hidden;background:#0b111cf7;backdrop-filter:blur(24px);border-right:1px solid rgba(255,255,255,.08);color:#e5e7eb;box-shadow:6px 0 40px #00000080}html.mode-light .help-guide-panel{background:#fffffffa!important;border-right-color:#e5e7eb!important;color:#1f2937!important;box-shadow:6px 0 40px #0000001a!important}.help-guide-header{padding:20px 24px 14px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0;background:linear-gradient(180deg,rgba(6,182,212,.08) 0%,transparent 100%)}html.mode-light .help-guide-header{border-bottom-color:#e5e7eb!important;background:linear-gradient(180deg,rgba(6,182,212,.05) 0%,transparent 100%)!important}.help-guide-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.help-guide-header-title{display:flex;align-items:center;gap:12px}.help-guide-page-icon{font-size:34px;line-height:1;filter:drop-shadow(0 2px 8px rgba(6,182,212,.4))}.help-guide-title{font-size:17px;font-weight:700;margin:0;color:#fff;line-height:1.2;letter-spacing:-.01em}html.mode-light .help-guide-title{color:#111827!important}.help-guide-subtitle{font-size:11px;color:#06b6d4;margin:3px 0 0;text-transform:uppercase;letter-spacing:.08em;font-weight:600}html.mode-light .help-guide-subtitle{color:#0891b2!important}.help-guide-header-actions{display:flex;gap:6px}.help-guide-narrate-btn,.help-guide-close-btn{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;transition:all .2s}.help-guide-narrate-btn:hover{background:#06b6d426;border-color:#06b6d44d;color:#06b6d4}.help-guide-close-btn:hover{background:#ef44441f;border-color:#ef44444d;color:#ef4444}html.mode-light .help-guide-narrate-btn,html.mode-light .help-guide-close-btn{border-color:#d1d5db!important;background:#f9fafb!important;color:#6b7280!important}html.mode-light .help-guide-narrate-btn:hover{background:#06b6d414!important;border-color:#06b6d433!important;color:#0891b2!important}html.mode-light .help-guide-close-btn:hover{background:#ef44440f!important;border-color:#ef444433!important;color:#ef4444!important}.help-guide-shortcut{font-size:11px;color:#4b5563;margin:0}.help-guide-shortcut kbd{display:inline-block;padding:1px 6px;border-radius:4px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);font-family:monospace;font-size:10px;color:#9ca3af;margin:0 2px}html.mode-light .help-guide-shortcut kbd{background:#f3f4f6!important;border-color:#d1d5db!important;color:#374151!important}.help-guide-body{flex:1;overflow-y:auto;padding:14px 20px;scroll-behavior:smooth}.help-guide-body::-webkit-scrollbar{width:3px}.help-guide-body::-webkit-scrollbar-track{background:transparent}.help-guide-body::-webkit-scrollbar-thumb{background:#06b6d44d;border-radius:2px}html.mode-light .help-guide-body::-webkit-scrollbar-thumb{background:#d1d5db!important}.help-guide-section{margin-bottom:6px;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.06);background:#ffffff05;transition:border-color .2s}.help-guide-section:hover{border-color:#06b6d426}html.mode-light .help-guide-section{border-color:#e5e7eb!important;background:#fafafa!important}html.mode-light .help-guide-section:hover{border-color:#06b6d433!important}.help-guide-section-header{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;border:none;background:none;color:inherit;cursor:pointer;font-size:13px;font-weight:600;text-align:left;transition:background .2s}.help-guide-section-header:hover{background:#06b6d40f}html.mode-light .help-guide-section-header:hover{background:#06b6d40a!important}.help-guide-section-icon{font-size:15px;flex-shrink:0}.help-guide-section-title{flex:1;color:#e5e7eb}html.mode-light .help-guide-section-title{color:#1f2937!important}.help-guide-chevron{font-size:9px;color:#4b5563;flex-shrink:0;transition:color .2s}.help-guide-section-header:hover .help-guide-chevron{color:#06b6d4}.help-guide-section-content{overflow:hidden}.help-guide-section-inner{padding:2px 14px 14px}.help-guide-purpose{font-size:13.5px;line-height:1.75;color:#cbd5e1;margin:0}html.mode-light .help-guide-purpose{color:#4b5563!important}.help-guide-what-you-see li{border-left:2px solid rgba(6,182,212,.25);padding-left:22px;margin-left:-2px}.help-guide-what-you-see li:before{content:"◉";font-size:9px;color:#06b6d4;left:6px;top:50%;transform:translateY(-2px)}.help-guide-features{display:flex;flex-direction:column;gap:8px}.help-guide-feature{padding:10px 12px;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);transition:all .2s}.help-guide-feature:hover{background:#06b6d40d;border-color:#06b6d426;transform:translate(2px)}html.mode-light .help-guide-feature{background:#fff!important;border-color:#e5e7eb!important}html.mode-light .help-guide-feature:hover{background:#06b6d408!important;border-color:#06b6d426!important}.help-guide-feature-name{font-size:12.5px;font-weight:700;color:#22d3ee;margin-bottom:3px;letter-spacing:.01em}html.mode-light .help-guide-feature-name{color:#0891b2!important}.help-guide-feature-desc{font-size:12px;line-height:1.6;color:#94a3b8;margin:0}html.mode-light .help-guide-feature-desc{color:#6b7280!important}.help-guide-list{list-style:none;padding:0;margin:0}.help-guide-list li{position:relative;padding:7px 0 7px 20px;font-size:12.5px;line-height:1.6;color:#cbd5e1;border-bottom:1px solid rgba(255,255,255,.035);transition:color .15s}.help-guide-list li:hover{color:#e5e7eb}html.mode-light .help-guide-list li{color:#4b5563!important;border-bottom-color:#f3f4f6!important}html.mode-light .help-guide-list li:hover{color:#1f2937!important}.help-guide-list li:last-child{border-bottom:none}.help-guide-list li:before{content:"▸";position:absolute;left:0;color:#06b6d4;font-weight:700}.help-guide-tips li:before{content:"💡";font-size:11px;top:8px}.help-guide-mistakes li:before{content:"⚠️";font-size:11px;top:8px}.help-guide-mistakes li{color:#fbbf24}html.mode-light .help-guide-mistakes li{color:#92400e!important}.help-guide-related{display:flex;flex-direction:column;gap:4px}.help-guide-related-link{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:8px;text-decoration:none;font-size:12.5px;font-weight:600;color:#06b6d4;background:#06b6d412;border:1px solid rgba(6,182,212,.12);transition:all .2s}.help-guide-related-link:hover{background:#06b6d426;border-color:#06b6d44d;transform:translate(3px)}html.mode-light .help-guide-related-link{background:#06b6d40d!important;border-color:#06b6d41f!important;color:#0891b2!important}.help-guide-arrow{font-size:14px;opacity:.5;transition:all .2s}.help-guide-related-link:hover .help-guide-arrow{opacity:1;transform:translate(3px)}.help-guide-footer{padding:14px 20px;border-top:1px solid rgba(255,255,255,.07);flex-shrink:0;text-align:center;background:#06b6d408}html.mode-light .help-guide-footer{border-top-color:#e5e7eb!important;background:#06b6d405!important}.help-guide-footer p{font-size:12px;color:#4b5563;margin:0}.help-guide-link{color:#06b6d4;text-decoration:none;font-weight:600}.help-guide-link:hover{text-decoration:underline;color:#22d3ee}@media(max-width:480px){.help-guide-panel{width:100vw;max-width:100vw}.help-guide-fab-wrap{bottom:16px;left:16px}.help-guide-fab{width:44px;height:44px}.help-guide-fab-icon{font-size:17px}.help-guide-fab-label{height:40px;font-size:12px}.help-guide-fab-tooltip{display:none!important}}@media(max-width:360px){.help-guide-fab-wrap{bottom:12px;left:12px}.help-guide-fab{width:40px;height:40px}}
