:root{--dark-blue:#0b2b3b;--dark-blue-light:#0f3a50;--dark-blue-lighter:#14495f;--accent-green:#16a34a;--accent-green-hover:#15803d;--accent-orange:#f59e0b;--accent-orange-hover:#d97706;--primary:#3b82f6;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 12px 32px #0000001f;--shadow-xl:0 20px 48px #00000029;--transition:.2s ease;--white-70:#ffffffb3;--white-50:#ffffff80;--white-35:#ffffff59;--white-25:#ffffff40;--white-10:#ffffff1a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--gray-800);background:var(--white);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.btn{border-radius:var(--radius-md);transition:all var(--transition);cursor:pointer;text-align:center;border:2px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent-green);color:var(--white);border-color:var(--accent-green)}.btn-primary:hover{background:var(--accent-green-hover);border-color:var(--accent-green-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--accent-orange);color:var(--white);border-color:var(--accent-orange)}.btn-secondary:hover{background:var(--accent-orange-hover);border-color:var(--accent-orange-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary:focus-visible,.btn-secondary:focus-visible{outline-offset:3px;outline:2px solid #3b82f6}.btn-outline{color:var(--dark-blue);border-color:var(--gray-300);background:0 0}.btn-outline:hover{border-color:var(--dark-blue);background:var(--gray-50)}.btn-lg{border-radius:var(--radius-md);padding:16px 36px;font-size:1.1rem}.section-label{text-align:center;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-green);margin-bottom:12px;font-size:.8rem;font-weight:700}.section-title{text-align:center;color:var(--dark-blue);letter-spacing:-.02em;margin-bottom:16px;font-size:2.2rem;font-weight:800}.section-title--light{color:var(--white)!important}.section-subtitle{text-align:center;color:var(--gray-500);max-width:520px;margin:0 auto 60px;font-size:1.05rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes floatHint{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-5px)}}.animate-fade-in-up{animation:.6s forwards fadeInUp}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#ffffffeb;justify-content:space-between;align-items:center;height:64px;padding:0 40px;display:flex;position:sticky;top:0}.nav-logo{color:var(--dark-blue);white-space:nowrap;letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:var(--gray-600);transition:color var(--transition);font-size:.9rem;font-weight:500}.nav-links a:hover{color:var(--dark-blue)}.nav-btn{background:var(--accent-green);transition:all var(--transition);border-radius:var(--radius-sm)!important;color:var(--white)!important;padding:8px 20px!important;font-size:.875rem!important;font-weight:600!important}.nav-btn:hover{background:var(--accent-green-hover);transform:translateY(-1px)}.nav-btn-outline{border:1.5px solid var(--gray-300);color:var(--dark-blue)!important;background:0 0!important}.nav-btn-outline:hover{border-color:var(--dark-blue);transform:translateY(-1px);background:var(--gray-50)!important}.nav-hamburger{color:var(--dark-blue);background:0 0;border:none;font-size:1.5rem;display:none}.nav-link-active{position:relative;color:var(--dark-blue)!important}.nav-links a.nav-link-active:after{content:"";background:var(--accent-green);border-radius:1px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.nav-btn.nav-link-active{box-shadow:0 0 0 2px var(--accent-green)}@media (max-width:768px){.navbar{padding:0 20px}.nav-hamburger{display:block}.nav-links{background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-md);flex-direction:column;gap:16px;padding:20px;display:none;position:absolute;top:64px;left:0;right:0}.nav-links.open{display:flex}}.hero{text-align:center;background:linear-gradient(170deg, var(--dark-blue) 0%, var(--dark-blue-light) 60%, var(--dark-blue-lighter) 100%);color:var(--white);padding:100px 40px 80px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#16a34a14 0%,#0000 60%);width:60%;height:200%;position:absolute;top:-50%;left:-10%}.hero-trust-badge{color:var(--white-70);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:8px;margin:0 auto 18px;padding:6px 14px 6px 8px;font-size:12.5px;font-weight:500;display:inline-flex;position:relative}.hero-trust-badge .dots{align-items:center;display:flex}.hero-trust-badge .dot{border:2px solid var(--dark-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-right:-8px;font-size:10px;font-weight:700;display:inline-flex}.hero-trust-badge .dot:first-child{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.hero-trust-badge .dot:nth-child(2){background:linear-gradient(135deg,#f59e0b,#b45309)}.hero-trust-badge .dot:nth-child(3){background:linear-gradient(135deg,#10b981,#047857)}.hero-trust-badge .dot:nth-child(4){background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.hero-trust-badge b{color:#fff;font-weight:700}.hero-title{letter-spacing:-.03em;z-index:2;max-width:820px;margin:0 auto 20px;font-size:3.2rem;font-weight:800;line-height:1.15;position:relative}.hero-title span{color:var(--accent-green)}.hero-subtitle{color:var(--white-70);max-width:560px;margin:0 auto 40px;font-size:1.2rem;line-height:1.7}.hero-cta{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:60px;display:inline-flex}.hero-screenshot{aspect-ratio:900/420;background:linear-gradient(135deg, var(--dark-blue-lighter) 0%, #16a34a26 50%, #f59e0b1a 100%);border-radius:var(--radius-xl);border:1px solid var(--white-10);max-width:900px;box-shadow:var(--shadow-xl);justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative;overflow:hidden}.hero-screenshot:before{content:"";background:repeating-linear-gradient(0deg,#0000,#0000 39px,#ffffff08 39px 40px),repeating-linear-gradient(90deg,#0000,#0000 39px,#ffffff08 39px 40px);position:absolute;inset:0}.hero-screenshot-label{color:var(--white-25);letter-spacing:.1em;text-transform:uppercase;z-index:1;font-size:1rem;font-weight:600}.hero-demo-hint{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);pointer-events:none;z-index:5;white-space:nowrap;background:#3b82f6e6;border-radius:24px;flex-direction:column;align-items:center;gap:2px;padding:10px 20px;font-size:.85rem;font-weight:500;animation:2s ease-in-out infinite floatHint;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.hero-demo-hint small{opacity:.7;font-size:.7rem;font-weight:400}.hero-demo-total{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--white);z-index:5;background:#0b2b3bd9;border-radius:8px;align-items:center;gap:10px;padding:6px 14px;font-size:.8rem;font-weight:600;display:flex;position:absolute;top:42px;right:12px}.hero-demo-clear{color:var(--white);cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:4px;padding:2px 8px;font-size:.7rem}.hero-demo-clear:hover{background:#ffffff40}.hero-demo-live{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);letter-spacing:.3px;z-index:6;pointer-events:none;white-space:nowrap;background:#0b2b3beb;border-radius:10px;padding:5px 18px;font-size:.75rem;font-weight:700;position:absolute;bottom:8px;left:50%;transform:translate(-50%);box-shadow:0 2px 12px #0000004d}.hero-demo-kbd-row{flex-wrap:wrap;justify-content:center;gap:6px;max-width:460px;margin-top:6px;display:flex}.hero-demo-kbd-chip{color:#ffffffd9;white-space:nowrap;background:#ffffff26;border-radius:10px;align-items:center;gap:4px;padding:2px 7px;font-size:.65rem;font-weight:500;display:inline-flex}.hero-demo-kbd-chip kbd{color:#0b2b3b;text-align:center;background:#ffffffeb;border:1px solid #00000014;border-radius:4px;min-width:16px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.6rem;font-weight:700;box-shadow:0 1px #0000001a}.hero-demo-status{color:#fff;letter-spacing:.2px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:7;pointer-events:none;border-radius:999px;padding:5px 12px;font-size:.72rem;font-weight:600;animation:.25s ease-out slidePillIn;position:absolute;top:78px;left:192px;box-shadow:0 3px 12px #00000040}.hero-demo-status-gap{background:#64748beb;border:1px solid #ffffff2e}.hero-demo-status-move{background:#2563ebe0;border:1px solid #ffffff38}.hero-demo-status-drag{background:#ea580ceb;border:1px solid #ffffff38}@keyframes slidePillIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.hero-demo-shortcuts{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e2e8f0;z-index:8;background:#0f172af2;border:1px solid #ffffff1a;border-radius:12px;width:236px;padding:12px 14px;font-size:.72rem;animation:.25s ease-out slidePillIn;position:absolute;top:78px;right:12px;box-shadow:0 10px 30px #00000059}.hero-demo-shortcuts-hd{color:#fde047;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;font-size:.78rem;font-weight:700;display:flex}.hero-demo-shortcuts-hd button{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:.8rem;line-height:1}.hero-demo-shortcuts-hd button:hover{color:#fff}.hero-demo-shortcuts-grid{color:#e2e8f0e6;grid-template-columns:1fr 1fr;gap:5px 10px;font-size:.7rem;display:grid}.hero-demo-shortcuts-grid div{align-items:center;gap:6px;line-height:1.3;display:flex}.hero-demo-shortcuts-sep{text-transform:uppercase;letter-spacing:.5px;border-top:1px solid #ffffff14;grid-column:1/-1;margin-top:5px;padding-top:5px;color:#fff6!important;font-size:.6rem!important}.hero-demo-shortcuts-grid kbd{color:#0b2b3b;text-align:center;background:#ffffffeb;border:1px solid #0000001a;border-radius:4px;flex-shrink:0;min-width:18px;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.65rem;font-weight:700;box-shadow:0 1px #0000001a}@media (max-width:768px){.hero{padding:60px 20px 50px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-screenshot{aspect-ratio:900/420;max-width:100%}}.features{max-width:1100px;margin:0 auto;padding:100px 40px}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--transition);padding:32px 28px}.feature-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{margin-bottom:16px;font-size:2rem;display:block}.feature-card h3{color:var(--dark-blue);margin-bottom:8px;font-size:1.1rem;font-weight:700}.feature-card p{color:var(--gray-500);font-size:.92rem;line-height:1.6}.features-grid-interactive{position:relative}.feature-card.clickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.features-grid.has-active .feature-card:not(.is-active){opacity:.4;filter:grayscale(.5);pointer-events:none;transition:all .5s cubic-bezier(.4,0,.2,1);transform:scale(.85)}.feature-card.is-active{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f626, var(--shadow-lg);transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(-4px)}.feature-expanded{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:24px;animation:.35s cubic-bezier(.4,0,.2,1) fadeIn;display:flex;position:fixed;inset:0}.feature-expanded-inner{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:680px;padding:56px 64px;animation:.4s cubic-bezier(.16,1,.3,1) scaleIn;position:relative;box-shadow:0 12px 32px #0000002e}.feature-expanded-close{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.3rem;line-height:1;position:absolute;top:16px;right:20px}.feature-expanded-close:hover{color:var(--dark-blue)}.feature-expanded-close:focus-visible{outline:2px solid var(--accent,#0d9488);outline-offset:2px;border-radius:4px}.feature-expanded-icon{margin-bottom:20px;font-size:3rem;display:block}.feature-expanded-inner h3{color:var(--dark-blue);margin-bottom:20px;font-size:1.6rem;font-weight:700;animation:.45s cubic-bezier(.16,1,.3,1) 50ms both slideUp}.feature-expanded-inner p{color:var(--gray-600);font-size:1.05rem;line-height:1.85;animation:.5s cubic-bezier(.16,1,.3,1) .12s both slideUp}@media (max-width:768px){.features{padding:60px 20px}.features-grid{grid-template-columns:1fr;gap:16px}.section-title{font-size:1.6rem}}.demo-section{text-align:center;max-width:900px;margin:0 auto;padding:80px 40px}.demo-video-placeholder{aspect-ratio:16/9;background:var(--gray-900);border-radius:var(--radius-lg);flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:32px;display:flex;position:relative;overflow:hidden}.demo-play-button{background:#ffffff26;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:background .2s,transform .2s;display:flex}.demo-video-placeholder:hover .demo-play-button{background:#ffffff40;transform:scale(1.08)}.demo-caption{color:#ffffff80;letter-spacing:.02em;margin-top:16px;font-size:.9rem}.demo-coming-soon{color:#ffffffb3;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;top:16px;right:16px}@media (max-width:768px){.demo-section{padding:60px 20px}.demo-play-button{width:56px;height:56px}.demo-play-button svg{width:24px;height:24px}}.how-it-works{max-width:1100px;margin:0 auto;padding:100px 40px}.how-it-works-grid{justify-content:center;align-items:flex-start;gap:0;display:flex}.how-it-works-step{text-align:center;flex:1;max-width:280px;padding:0 16px}.step-number{background:var(--accent-green);width:56px;height:56px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.4rem;font-weight:800;display:flex;box-shadow:0 4px 16px #16a34a40}.step-title{color:var(--dark-blue);margin-bottom:10px;font-size:1.15rem;font-weight:700}.step-description{color:var(--gray-500);font-size:.92rem;line-height:1.65}.how-it-works-connector{color:var(--gray-300);flex-shrink:0;justify-content:center;align-items:center;padding-top:16px;display:flex}@media (max-width:768px){.how-it-works{padding:60px 20px}.how-it-works-grid{flex-direction:column;align-items:center;gap:8px}.how-it-works-step{max-width:100%}.how-it-works-connector{padding-top:0;transform:rotate(90deg)}}.stats-section{background:linear-gradient(170deg, var(--dark-blue) 0%, var(--dark-blue-light) 100%);color:var(--white);padding:100px 40px}.stats-section .section-label{color:var(--accent-green)}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:32px;max-width:900px;margin:0 auto;display:grid}.stat-item{flex-direction:column;gap:8px;display:flex}.stat-number{letter-spacing:-.02em;color:var(--white);font-size:2.8rem;font-weight:800;line-height:1}.stat-label{color:#fff9;font-size:.9rem;font-weight:500}@media (max-width:768px){.stats-section{padding:60px 20px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:32px 16px}.stat-number{font-size:2rem}}.logo-bar-section{text-align:center;background:var(--gray-50);padding:60px 40px}.logo-bar-heading{text-transform:uppercase;letter-spacing:.12em;color:var(--gray-400);margin-bottom:28px;font-size:.8rem;font-weight:600}.logo-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:36px 48px;max-width:1000px;margin:0 auto;display:flex}.logo-bar-item{color:var(--gray-300);letter-spacing:.04em;white-space:nowrap;font-size:1.1rem;font-weight:600}@media (max-width:768px){.logo-bar-section{padding:40px 20px}.logo-bar{gap:24px 32px}.logo-bar-item{font-size:.95rem}}.testimonials{max-width:1100px;margin:0 auto;padding:100px 40px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--transition);flex-direction:column;padding:32px 28px;display:flex}.testimonial-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.testimonial-stars{gap:2px;margin-bottom:16px;display:flex}.testimonial-quote{color:var(--gray-600);flex:1;margin-bottom:24px;font-size:.95rem;font-style:normal;line-height:1.75}.testimonial-author{border-top:1px solid var(--gray-100);align-items:center;gap:12px;padding-top:20px;display:flex}.testimonial-avatar{background:var(--dark-blue);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.testimonial-name{color:var(--dark-blue);font-size:.9rem;font-weight:700}.testimonial-role{color:var(--gray-400);margin-top:2px;font-size:.8rem}@media (max-width:768px){.testimonials{padding:60px 20px}.testimonials-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-template-columns:1fr;gap:16px;overflow-x:auto}.testimonial-card{scroll-snap-align:center}}.use-cases{background:var(--gray-50);padding:100px 40px}.use-cases-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.use-case-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--transition);padding:36px 28px}.use-case-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.use-case-icon{border-radius:var(--radius-md);width:56px;height:56px;color:var(--accent-green);background:#16a34a14;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.use-case-title{color:var(--dark-blue);margin-bottom:16px;font-size:1.15rem;font-weight:700}.use-case-benefits{margin:0;padding:0;list-style:none}.use-case-benefits li{color:var(--gray-600);align-items:flex-start;gap:8px;padding:6px 0;font-size:.9rem;line-height:1.5;display:flex}.use-case-benefits li:before{content:"✓";color:var(--accent-green);flex-shrink:0;font-weight:700}@media (max-width:768px){.use-cases{padding:60px 20px}.use-cases-grid{grid-template-columns:1fr;gap:16px}}.pricing-page{max-width:1100px;margin:0 auto;padding:80px 40px 100px}.pricing-toggle{justify-content:center;align-items:center;gap:12px;margin-bottom:48px;display:flex}.pricing-toggle span{color:var(--gray-500);font-size:.9rem;font-weight:500}.pricing-toggle span.active{color:var(--dark-blue);font-weight:700}.toggle-switch{background:var(--gray-300);cursor:pointer;width:48px;height:26px;transition:background var(--transition);border:none;border-radius:13px;position:relative}.toggle-switch.on{background:var(--accent-green)}.toggle-switch:after{content:"";background:var(--white);width:20px;height:20px;transition:transform var(--transition);box-shadow:var(--shadow-sm);border-radius:50%;position:absolute;top:3px;left:3px}.toggle-switch.on:after{transform:translate(22px)}.pricing-badge{background:var(--accent-orange);color:var(--white);text-transform:uppercase;letter-spacing:.08em;border-radius:20px;margin-left:8px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-block}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.pricing-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--transition);padding:36px 28px}.pricing-card:hover{box-shadow:var(--shadow-lg)}.pricing-card.popular{border:2px solid var(--accent-green);box-shadow:var(--shadow-lg);position:relative;transform:scale(1.03)}.pricing-card-label{color:var(--dark-blue);margin-bottom:8px;font-size:1.1rem;font-weight:700}.pricing-price{color:var(--dark-blue);margin-bottom:4px;font-size:2.8rem;font-weight:800;line-height:1}.pricing-price-suffix{color:var(--gray-400);font-size:.9rem;font-weight:500}.pricing-price-note{color:var(--gray-400);min-height:20px;margin-bottom:24px;font-size:.8rem}.pricing-features{margin-bottom:28px}.pricing-features li{color:var(--gray-600);align-items:flex-start;gap:8px;padding:6px 0;font-size:.9rem;display:flex}.pricing-features li:before{content:"✓";color:var(--accent-green);flex-shrink:0;font-weight:700}.pricing-card .btn{width:100%}@media (max-width:768px){.pricing-page{padding:40px 20px 60px}.pricing-grid{grid-template-columns:1fr;gap:16px}.pricing-card.popular{transform:none}}.why-us{color:#fff;text-align:center;background:#0b2b3b;padding:100px 40px}.why-us .section-label{color:#5eead4}.why-us .section-title{color:#fff}.why-us .section-subtitle{color:#ffffffa6}.why-us-grid{text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;grid-template-columns:1.1fr 1fr 1fr;gap:0;max-width:1100px;margin:48px auto 0;display:grid;overflow:hidden}.why-us-col{border-right:1px solid #ffffff14;padding:32px 28px}.why-us-col:last-child{border-right:none}.why-us-col.ours{background:linear-gradient(#0d94882e,#0d94880a);border-left:3px solid #14b8a6}.why-us-col-hdr{text-transform:uppercase;letter-spacing:.8px;color:#ffffff80;margin-bottom:16px;font-size:11px;font-weight:700}.why-us-col.ours .why-us-col-hdr{color:#5eead4}.why-us-col-name{letter-spacing:-.01em;margin:0 0 20px;font-size:18px;font-weight:700}.why-us-col-name .chip{color:#0b2b3b;text-transform:uppercase;letter-spacing:.5px;vertical-align:middle;background:#14b8a6;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.why-us-feat{color:#ffffffd9;border-bottom:1px solid #ffffff0f;align-items:flex-start;gap:10px;padding:9px 0;font-size:13.5px;display:flex}.why-us-feat:last-child{border-bottom:none}.why-us-feat-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;font-size:14px;display:inline-flex}.why-us-feat-icon.yes{color:#5eead4;background:#14b8a633}.why-us-feat-icon.no{color:#fca5a5;background:#ef444426}.why-us-feat-icon.partial{color:#fbbf24;background:#f59e0b26}@media (max-width:840px){.why-us-grid{grid-template-columns:1fr}.why-us-col{border-bottom:1px solid #ffffff14;border-right:none}.why-us-col:last-child{border-bottom:none}.why-us-col.ours{border-top:3px solid #14b8a6;border-left:none}}.faq-section{background:#f8fafc;padding:100px 40px}.faq-list{flex-direction:column;gap:12px;max-width:760px;margin:40px auto 0;display:flex}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.faq-item:hover{border-color:#cbd5e1}.faq-item[open]{border-color:#0d9488;box-shadow:0 4px 14px #0d948814}.faq-question{cursor:pointer;color:#0f172a;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-size:15px;font-weight:700;list-style:none;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";color:#64748b;flex-shrink:0;font-size:22px;font-weight:400;line-height:1;transition:transform .2s}.faq-item[open] .faq-question:after{color:#0d9488;transform:rotate(45deg)}.faq-answer{color:#475569;padding:0 22px 20px;font-size:14px;line-height:1.65}.faq-answer p{margin:0 0 10px}.faq-answer p:last-child{margin-bottom:0}[data-theme=dark] .faq-section{background:#0f172a}[data-theme=dark] .faq-item{background:#1e293b;border-color:#334155}[data-theme=dark] .faq-item:hover{border-color:#475569}[data-theme=dark] .faq-question{color:#f1f5f9}[data-theme=dark] .faq-question:after{color:#94a3b8}[data-theme=dark] .faq-answer{color:#cbd5e1}.cta-banner{text-align:center;background:linear-gradient(135deg, var(--dark-blue) 0%, var(--dark-blue-lighter) 50%, var(--accent-green) 150%);color:var(--white);padding:80px 40px}.cta-banner-title{letter-spacing:-.02em;margin-bottom:16px;font-size:2.4rem;font-weight:800}.cta-banner-subtitle{color:var(--white-70);max-width:520px;margin:0 auto 36px;font-size:1.1rem;line-height:1.7}.cta-banner-btn{font-size:1.1rem}@media (max-width:768px){.cta-banner{padding:60px 20px}.cta-banner-title{font-size:1.6rem}}.footer{background:var(--dark-blue);color:var(--white-50);text-align:center;padding:40px;font-size:.85rem}.footer a{color:var(--white-70);transition:color var(--transition)}.footer a:hover{color:var(--white)}@media (max-width:768px){.footer{padding:32px 20px}}.footer-pro{background:var(--dark-blue);color:var(--white-70);font-size:.9rem}.footer-pro-inner{max-width:1100px;margin:0 auto;padding:64px 40px 0}.footer-pro-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.footer-logo{color:var(--white);margin-bottom:12px;font-size:1.15rem;font-weight:700}.footer-tagline{color:var(--white-50);max-width:280px;margin-bottom:20px;font-size:.85rem;line-height:1.7}.footer-social{gap:16px;display:flex}.footer-social a{color:#fff6;transition:color var(--transition);align-items:center;display:flex}.footer-social a:hover{color:var(--white)}.footer-col-title{text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:16px;font-size:.85rem;font-weight:700}.footer-col-links{flex-direction:column;gap:10px;display:flex}.footer-col-links li a{color:var(--white-50);transition:color var(--transition);font-size:.85rem}.footer-col-links li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--white-10);color:var(--white-35);justify-content:space-between;align-items:center;padding:24px 0;font-size:.8rem;display:flex}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a{color:var(--white-35);transition:color var(--transition)}.footer-bottom-links a:hover{color:var(--white)}@media (max-width:768px){.footer-pro-inner{padding:40px 20px 0}.footer-pro-grid{grid-template-columns:1fr;gap:32px;padding-bottom:32px}.footer-tagline{max-width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:12px;padding:20px 0}}.auth-page{background:#f5f7fa;justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:24px;display:flex}.auth-card{background:var(--white);border-radius:12px;width:100%;max-width:420px;padding:40px 32px;box-shadow:0 2px 16px #00000014}.auth-title{text-align:center;color:var(--dark-blue);margin-bottom:24px;font-size:28px;font-weight:700}.auth-subtitle{color:var(--gray-500);text-align:center;margin-bottom:8px;font-size:14px}.auth-error{color:#dc2626;background:#fef2f2;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:14px}.auth-success{color:var(--accent-green);text-align:center;background:#f0fdf4;border-radius:8px;margin-bottom:16px;padding:16px;font-size:15px}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-label{color:var(--gray-700);flex-direction:column;gap:6px;font-size:14px;font-weight:500;display:flex}.auth-input{border:1px solid var(--gray-300);transition:border-color var(--transition);border-radius:8px;outline:none;padding:10px 14px;font-size:15px}.auth-input:focus{border-color:var(--dark-blue)}.auth-btn{background:var(--dark-blue);color:var(--white);cursor:pointer;transition:background var(--transition);border:none;border-radius:8px;margin-top:4px;padding:12px;font-size:16px;font-weight:600}.auth-btn:hover{background:var(--dark-blue-light)}.auth-btn:disabled{opacity:.7;cursor:not-allowed}.auth-divider{align-items:center;gap:12px;margin:24px 0;display:flex}.auth-divider-line{background:var(--gray-200);flex:1;height:1px}.auth-divider-text{color:var(--gray-400);font-size:13px}.auth-google-btn{border:1px solid var(--gray-300);background:var(--white);cursor:pointer;width:100%;color:var(--gray-700);transition:background var(--transition);border-radius:8px;justify-content:center;align-items:center;padding:10px;font-size:15px;font-weight:500;display:flex}.auth-google-btn:hover{background:var(--gray-50)}.auth-switch{text-align:center;color:var(--gray-500);margin-top:24px;font-size:14px}.auth-switch a{color:#2563eb;font-weight:500}.auth-switch a:hover{text-decoration:underline}.auth-forgot-row{text-align:right}.auth-forgot-link{color:#2563eb;font-size:13px}.auth-forgot-link:hover{text-decoration:underline}.auth-spinner{vertical-align:middle;animation:.75s linear infinite auth-spin;display:inline-block}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (max-width:480px){.auth-card{padding:32px 20px}.auth-title{font-size:24px}}.dash-loading{color:#6b7280;justify-content:center;align-items:center;height:calc(100vh - 64px);font-size:18px;display:flex}.dash-page{max-width:1400px;margin:0 auto;padding:32px 32px 80px}.dash-stats-hero{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:28px;display:grid}.dash-continue{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:18px;margin-bottom:22px;padding:18px 22px;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.dash-continue:hover{border-color:var(--cont-color,#0d9488);box-shadow:0 6px 18px #0f172a14}.dash-continue-side{background:var(--cont-color,#0d9488);border-radius:3px;flex-shrink:0;align-self:stretch;width:6px}.dash-continue-body{flex:1;min-width:0}.dash-continue-kicker{letter-spacing:1.5px;text-transform:uppercase;color:var(--cont-color,#0d9488);margin-bottom:4px;font-size:11px;font-weight:700}.dash-continue-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:20px;font-weight:700;line-height:1.3;overflow:hidden}.dash-continue-meta{color:#64748b;font-size:13px}.dash-continue-cta{background:var(--cont-color,#0d9488);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;padding:11px 22px;font-family:inherit;font-size:14px;font-weight:700;transition:filter .12s}.dash-continue-cta:hover{filter:brightness(1.08)}[data-theme=dark] .dash-continue{background:#1e293b;border-color:#334155}[data-theme=dark] .dash-continue:hover{border-color:var(--cont-color,#14b8a6);box-shadow:0 6px 18px #0006}[data-theme=dark] .dash-continue-title{color:#f1f5f9}[data-theme=dark] .dash-continue-meta{color:#94a3b8}.dash-tab-count{color:#475569;vertical-align:1px;background:#e2e8f0;border-radius:999px;margin-left:6px;padding:1px 8px;font-size:11px;font-weight:700;line-height:1.5;display:inline-block}.dash-tab.active .dash-tab-count{color:#fff;background:#0d9488}[data-theme=dark] .dash-tab-count{color:#cbd5e1;background:#334155}[data-theme=dark] .dash-tab.active .dash-tab-count{color:#0f172a;background:#14b8a6}.dash-tools-subhead{letter-spacing:.5px;text-transform:uppercase;color:#475569;align-items:baseline;gap:8px;margin:0 0 10px;font-size:12px;font-weight:700;display:flex}.dash-tools-subhead-hint{text-transform:none;letter-spacing:0;color:#94a3b8;font-size:11px;font-weight:500}[data-theme=dark] .dash-tools-subhead{color:#cbd5e1}[data-theme=dark] .dash-tools-subhead-hint{color:#64748b}.dash-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px;transition:transform .15s,box-shadow .15s,border-color .15s;position:relative;overflow:hidden}.dash-stat-card:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a0f}.dash-stat-card:before{content:"";background:var(--stat-accent,#0d9488);border-radius:4px 0 0 4px;width:4px;position:absolute;top:0;bottom:0;left:0}.dash-stat-card.accent-teal{--stat-accent:#0d9488}.dash-stat-card.accent-navy{--stat-accent:#0b2b3b}.dash-stat-card.accent-amber{--stat-accent:#f59e0b}.dash-stat-card.accent-violet{--stat-accent:#8b5cf6}.dash-stat-card.accent-rose{--stat-accent:#e11d48}.dash-stat-card.accent-emerald{--stat-accent:#059669}.dash-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;font-size:11px;font-weight:600}.dash-stat-value{color:#0f172a;letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:28px;font-weight:800;line-height:1}.dash-stat-delta{color:#64748b;align-items:center;gap:4px;margin-top:6px;font-size:12px;display:flex}.dash-stat-delta.up{color:#059669}.dash-stat-delta.down{color:#dc2626}[data-theme=dark] .dash-stat-card{background:#1e293b;border-color:#334155}[data-theme=dark] .dash-stat-card:hover{border-color:#475569;box-shadow:0 4px 14px #0000004d}[data-theme=dark] .dash-stat-label{color:#94a3b8}[data-theme=dark] .dash-stat-value{color:#f1f5f9}[data-theme=dark] .dash-stat-delta{color:#94a3b8}.dash-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.dash-header-left{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.dash-header-titlerow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.dash-title{color:#0b2b3b;letter-spacing:-.02em;font-size:28px;font-weight:800;line-height:1.1}.dash-subtitle{color:#64748b;margin:0;font-size:14px;line-height:1.5}.dash-tier-badge{color:#0369a1;text-transform:uppercase;letter-spacing:.6px;background:linear-gradient(135deg,#e0f2fe,#dbeafe);border:1px solid #bae6fd;border-radius:999px;padding:4px 11px;font-size:11px;font-weight:700}.dash-header-right{align-items:center;gap:12px;display:flex}.dash-user-info{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;font-size:13px;text-decoration:none;transition:background .12s,border-color .12s}.dash-user-info:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.dash-new-btn{color:#fff;cursor:pointer;letter-spacing:.1px;background:linear-gradient(135deg,#0d9488,#0f766e);border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 8px #0d948840}.dash-new-btn:hover:not(:disabled){background:linear-gradient(135deg,#0f766e,#115e59);transform:translateY(-1px);box-shadow:0 4px 14px #0d948859}.dash-new-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}[data-theme=dark] .dash-subtitle{color:#94a3b8}[data-theme=dark] .dash-user-info{color:#cbd5e1;background:#1e293b;border-color:#334155}[data-theme=dark] .dash-user-info:hover{color:#f1f5f9;background:#334155;border-color:#475569}.dash-tabs{border-bottom:2px solid #e5e7eb;gap:4px;margin-bottom:24px;display:flex}.dash-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 20px;font-size:15px;font-weight:500}.dash-tab.active{color:#0b2b3b;border-bottom:2px solid #0b2b3b}.dash-empty{text-align:center;background:#fff;border:2px dashed #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:14px;padding:80px 24px;display:flex}.dash-empty-icon{opacity:.5;margin-bottom:4px;font-size:52px}.dash-empty-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:20px;font-weight:700}.dash-empty-text{color:#64748b;max-width:420px;margin:0;font-size:14px;line-height:1.6}[data-theme=dark] .dash-empty{background:#1e293b;border-color:#334155}[data-theme=dark] .dash-empty-title{color:#f1f5f9}.dash-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.dash-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:transform .15s,box-shadow .15s,border-color .15s;position:relative;overflow:hidden}.dash-card:hover{border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 10px 28px #0f172a1f}.dash-card-color{background:var(--card-color,#3b82f6);flex-shrink:0;width:100%;height:6px;transition:height .15s}.dash-card:hover .dash-card-color{height:8px}.dash-card-body{flex-direction:column;gap:8px;padding:18px 20px 16px;display:flex}.dash-card-title-row{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:2px;display:flex}.dash-card-title{color:#0f172a;cursor:text;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;flex:1;min-width:0;margin:0;font-size:17px;font-weight:700;overflow:hidden}.dash-card-status{text-transform:uppercase;letter-spacing:.5px;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:600}.dash-card-status.active{color:#15803d;background:#dcfce7}.dash-card-status.archived{color:#92400e;background:#fef3c7}.dash-rename-input{color:#0f172a;box-sizing:border-box;letter-spacing:-.01em;border:2px solid #0d9488;border-radius:6px;outline:none;width:100%;padding:4px 8px;font-size:17px;font-weight:700}.dash-card-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:10px;margin-top:2px;font-size:12px;display:flex}.dash-card-meta-chip{color:#475569;background:#f1f5f9;border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-weight:500;display:inline-flex}.dash-card-meta-chip svg{width:11px;height:11px}.dash-card-meta-date{color:#94a3b8;margin-left:auto;font-size:12px}.dash-card-actions{border-top:1px solid #f1f5f9;align-items:center;gap:6px;margin-top:8px;padding-top:12px;display:flex}.dash-card-open-btn{color:#fff;text-align:center;background:#0b2b3b;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .12s;display:flex}.dash-card-open-btn:hover{background:#062030}.dash-card-action-btn{color:#64748b;cursor:pointer;opacity:0;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:14px;transition:all .12s;display:flex}.dash-card:hover .dash-card-action-btn{opacity:1}.dash-card-action-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#e2e8f0}.dash-card-action-btn.danger:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}[data-theme=dark] .dash-card:hover{border-color:#60a5fa;box-shadow:0 10px 28px #0006}[data-theme=dark] .dash-card-meta-chip{color:#cbd5e1;background:#334155}[data-theme=dark] .dash-card-meta-date{color:#64748b}[data-theme=dark] .dash-card-actions{border-top-color:#334155}[data-theme=dark] .dash-card-action-btn{color:#94a3b8}[data-theme=dark] .dash-card-action-btn:hover{color:#f1f5f9;background:#334155;border-color:#475569}[data-theme=dark] .dash-card-action-btn.danger:hover{color:#fca5a5;background:#450a0a;border-color:#7f1d1d}[data-theme=dark] .dash-card-status.active{color:#6ee7b7;background:#064e3b}[data-theme=dark] .dash-card-status.archived{color:#fcd34d;background:#422006}.dash-upgrade-toast{color:#fff;z-index:1000;background:#16a34a;border-radius:8px;padding:12px 24px;font-size:15px;font-weight:600;animation:.3s fadeIn;position:fixed;top:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.dash-tabs-row{justify-content:space-between;align-items:flex-end;margin-bottom:0;display:flex}.dash-tabs-row .dash-tabs{margin-bottom:0}.dash-activity-toggle{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .15s,color .15s}.dash-activity-toggle:hover,.dash-activity-toggle.active{color:#0b2b3b;background:#f3f4f6}.dash-activity-panel{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:20px;padding:16px 20px;animation:.2s fadeIn}.dash-activity-title{color:#374151;margin:0 0 12px;font-size:14px;font-weight:600}.dash-activity-empty{color:#9ca3af;margin:0;font-size:13px}.dash-activity-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.dash-activity-item{color:#4b5563;align-items:center;gap:10px;font-size:13px;display:flex}.dash-activity-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dash-activity-text strong{color:#111827;font-weight:600}.dash-toolbar{align-items:center;gap:12px;margin-bottom:20px;display:flex}.dash-search{background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1;align-items:center;gap:8px;max-width:400px;padding:0 12px;transition:border-color .15s;display:flex}.dash-search:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dash-search-icon{color:#9ca3af;flex-shrink:0}.dash-search-input{color:#111827;background:0 0;border:none;outline:none;width:100%;padding:9px 0;font-size:14px}.dash-search-input::placeholder{color:#9ca3af}.dash-sort{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:9px 12px;font-size:14px;transition:border-color .15s}.dash-sort:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media (max-width:640px){.dash-title{font-size:22px}.dash-header{flex-direction:column;align-items:flex-start}.dash-grid{grid-template-columns:1fr}.dash-toolbar{flex-direction:column}.dash-search{max-width:100%}.dash-sort{width:100%}.dash-tabs-row{flex-direction:column;align-items:flex-start;gap:8px}}.dash-tools-section{border-top:1px solid #e2e8f0;margin-top:40px;padding-top:32px}.dash-tools-title{color:#0f172a;margin:0 0 4px;font-size:22px;font-weight:800}.dash-tools-subtitle{color:#64748b;margin:0 0 20px;font-size:14px}.dash-tools-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.dash-tool-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:14px;padding:16px 18px;transition:all .2s;display:flex;position:relative}.dash-tool-card:hover{border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 16px #3b82f61f}.dash-tool-card.needs-project{opacity:.85}.dash-tool-card.needs-project:hover{border-color:#f59e0b;box-shadow:0 4px 16px #f59e0b1f}.dash-tool-icon{flex-shrink:0;font-size:28px}.dash-tool-info{flex:1;min-width:0}.dash-tool-name{color:#0f172a;margin:0 0 2px;font-size:14px;font-weight:700}.dash-tool-desc{color:#64748b;margin:0;font-size:12px;line-height:1.4}.dash-tool-badge{color:#92400e;background:#fef3c7;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:600;position:absolute;top:8px;right:10px}.tool-picker-ov{z-index:9500;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;animation:.15s ease-out toolPickerFade;display:flex;position:fixed;inset:0}@keyframes toolPickerFade{0%{opacity:0}to{opacity:1}}.tool-picker-dlg{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:480px;max-height:80vh;animation:.2s ease-out toolPickerSlide;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}@keyframes toolPickerSlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.tool-picker-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 24px 16px;display:flex}.tool-picker-title{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.tool-picker-icon{flex-shrink:0;font-size:28px;line-height:1}.tool-picker-title h3{color:#0b2b3b;margin:0 0 2px;font-size:17px;font-weight:700}.tool-picker-title p{color:#64748b;margin:0;font-size:12px;line-height:1.4}.tool-picker-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;line-height:1;transition:background .15s;display:flex}.tool-picker-close:hover{background:#e2e8f0}.tool-picker-search{border:1px solid #cbd5e1;border-radius:10px;outline:none;margin:12px 24px 0;padding:10px 14px;font-size:14px;transition:border-color .15s}.tool-picker-search:focus{border-color:#2563eb}.tool-picker-list{flex-direction:column;flex:1;gap:4px;padding:12px;display:flex;overflow-y:auto}.tool-picker-item{cursor:pointer;text-align:left;font:inherit;color:inherit;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;transition:background .12s,border-color .12s;display:flex}.tool-picker-item:hover{background:#f8fafc;border-color:#e2e8f0}.tool-picker-item-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.tool-picker-item-info{flex:1;min-width:0}.tool-picker-item-name{color:#0b2b3b;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.tool-picker-item-meta{color:#94a3b8;margin-top:2px;font-size:11px}.tool-picker-item-arrow{color:#cbd5e1;font-size:16px;transition:transform .15s,color .15s}.tool-picker-item:hover .tool-picker-item-arrow{color:#2563eb;transform:translate(2px)}.tool-picker-empty{text-align:center;color:#94a3b8;padding:24px 16px;font-size:13px}.tool-picker-foot{border-top:1px solid #f1f5f9;justify-content:flex-end;padding:12px 24px;display:flex}.tool-picker-cancel{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 16px;font-size:13px;transition:background .12s}.tool-picker-cancel:hover{background:#f1f5f9}.acct-page{gap:32px;max-width:1100px;min-height:calc(100vh - 64px);margin:0 auto;padding:32px 24px;display:flex}.acct-loading{color:#6b7280;justify-content:center;align-items:center;height:calc(100vh - 64px);font-size:18px;display:flex}.acct-sidebar{flex-direction:column;flex-shrink:0;align-self:flex-start;gap:16px;width:280px;display:flex;position:sticky;top:96px}.acct-avatar-card{text-align:center;background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:28px 24px;box-shadow:0 1px 8px #0000000f}.acct-avatar{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#0b2b3b 0%,#1e5775 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 14px;font-size:26px;font-weight:700;display:flex}.acct-avatar-name{color:#111827;margin-bottom:4px;font-size:17px;font-weight:700}.acct-avatar-email{color:#9ca3af;word-break:break-all;margin-bottom:12px;font-size:13px}.acct-avatar-tier{margin-top:4px}.acct-tier-pill{border-radius:20px;padding:4px 14px;font-size:12px;font-weight:700;display:inline-block}.acct-side-nav{background:#fff;border:1px solid #f3f4f6;border-radius:14px;flex-direction:column;gap:2px;padding:8px;display:flex;box-shadow:0 1px 8px #0000000f}.acct-side-link{color:#6b7280;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:11px 16px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.acct-side-link.active{color:#fff;background:#0b2b3b;font-weight:600}.acct-side-link-icon{text-align:center;width:22px;font-size:16px}.acct-stats{background:#fff;border:1px solid #f3f4f6;border-radius:14px;flex-direction:column;gap:10px;padding:18px 20px;display:flex;box-shadow:0 1px 8px #0000000f}.acct-stat-row{justify-content:space-between;align-items:center;display:flex}.acct-stat-label{color:#9ca3af;font-size:13px}.acct-stat-value{color:#374151;font-size:13px;font-weight:600}.acct-btn-back{color:#374151;cursor:pointer;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:500}.acct-main{flex:1;min-width:0}.acct-section{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:36px 40px;box-shadow:0 1px 8px #0000000f}.acct-section-header{border-bottom:1px solid #f3f4f6;margin-bottom:28px;padding-bottom:20px}.acct-section-title{color:#0b2b3b;margin-bottom:6px;font-size:22px;font-weight:700}.acct-section-desc{color:#9ca3af;font-size:14px;line-height:1.5}.acct-field-grid{grid-template-columns:1fr 1fr;gap:20px 24px;display:grid}.acct-field{flex-direction:column;display:flex}.acct-label{color:#374151;text-transform:uppercase;letter-spacing:.6px;margin-bottom:7px;font-size:12px;font-weight:600}.acct-input{color:#111827;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.acct-input:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.acct-hint{color:#d1d5db;margin-top:5px;font-size:12px}.acct-form-footer{justify-content:flex-end;margin-top:28px;display:flex}.acct-btn-primary{color:#fff;cursor:pointer;background:#0b2b3b;border:none;border-radius:10px;padding:11px 28px;font-size:14px;font-weight:600;transition:background .2s}.acct-btn-primary.saved{background:#10b981}.acct-btn-primary.outline{color:#0b2b3b;background:0 0;border:1.5px solid #0b2b3b}.acct-plan-card{background:#f9fafb;border:1px solid #f3f4f6;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;padding:24px 28px;display:flex}.acct-plan-card-left{align-items:center;gap:16px;display:flex}.acct-plan-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:700;display:flex}.acct-plan-name{color:#111827;margin-bottom:4px;font-size:18px;font-weight:700}.acct-plan-meta{align-items:center;gap:12px;display:flex}.acct-plan-status-active{color:#059669;background:#d1fae5;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:700}.acct-plan-status-inactive{color:#d97706;text-transform:capitalize;background:#fef3c7;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:700}.acct-plan-renew{color:#9ca3af;font-size:13px}.acct-plan-actions{flex-wrap:wrap;gap:10px;display:flex}.acct-usage-section{margin-top:4px}.acct-usage-title{color:#374151;margin-bottom:16px;font-size:15px;font-weight:700}.acct-usage-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.acct-usage-card{background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;padding:20px 22px}.acct-usage-number{color:#0b2b3b;margin-bottom:4px;font-size:28px;font-weight:800;line-height:1}.acct-usage-label{color:#9ca3af;margin-bottom:12px;font-size:13px}.acct-usage-bar{background:#e5e7eb;border-radius:3px;height:6px;margin-bottom:6px;overflow:hidden}.acct-usage-fill{background:linear-gradient(90deg,#3b82f6,#0b2b3b);border-radius:3px;height:100%;transition:width .5s}.acct-usage-limit{color:#d1d5db;font-size:12px}.acct-security-card{background:#f9fafb;border:1px solid #f3f4f6;border-radius:14px;padding:24px 28px}.acct-security-card.danger{border-color:#fecaca;margin-top:24px}.acct-security-card.mt{margin-top:24px}.acct-security-card-header{margin-bottom:20px}.acct-security-card-title{color:#111827;margin-bottom:4px;font-size:16px;font-weight:700}.acct-security-card-title.danger{color:#dc2626}.acct-security-card-desc{color:#9ca3af;font-size:13px}.acct-alert{border-radius:10px;margin-top:12px;margin-bottom:4px;padding:10px 16px;font-size:13px;font-weight:500}.acct-alert.error{color:#dc2626;background:#fef2f2}.acct-alert.success{color:#16a34a;background:#f0fdf4}.acct-session-row{align-items:center;gap:14px;padding:12px 0;display:flex}.acct-session-icon{background:#e0f2fe;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.acct-session-device{color:#111827;font-size:14px;font-weight:600}.acct-session-meta{color:#9ca3af;margin-top:2px;font-size:12px}.acct-btn-danger{color:#dc2626;cursor:pointer;background:0 0;border:1.5px solid #dc2626;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:600}.acct-team-upgrade{text-align:center;background:#f9fafb;border:1px dashed #d1d5db;border-radius:14px;padding:48px 24px}.acct-team-upgrade-icon{margin-bottom:16px;font-size:40px}.acct-team-upgrade-title{color:#111827;margin-bottom:8px;font-size:18px;font-weight:700}.acct-team-upgrade-desc{color:#6b7280;margin-bottom:24px;font-size:14px}.acct-team-list{background:#fff;border:1px solid #f3f4f6;border-radius:14px;margin-bottom:24px;padding:24px 28px}.acct-team-list-title{color:#111827;margin-bottom:16px;font-size:15px;font-weight:700}.acct-team-member{border-bottom:1px solid #f3f4f6;align-items:center;gap:14px;padding:12px 0;display:flex}.acct-team-member:last-child{border-bottom:none}.acct-team-member-avatar{color:#fff;background:#0b2b3b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.acct-team-member-info{flex:1;min-width:0}.acct-team-member-name{color:#111827;font-size:14px;font-weight:600}.acct-team-member-email{color:#9ca3af;margin-top:2px;font-size:12px}.acct-team-member-role{border-radius:20px;flex-shrink:0;padding:4px 12px;font-size:12px;font-weight:600}.acct-team-member-role.owner{color:#92400e;background:#fef3c7}.acct-team-invite{background:#fff;border:1px solid #f3f4f6;border-radius:14px;padding:24px 28px}.acct-team-invite-title{color:#111827;margin-bottom:16px;font-size:15px;font-weight:700}.acct-team-invite-fields{align-items:center;gap:12px;display:flex}.acct-team-invite-email{flex:1}.acct-team-invite-role{flex-shrink:0;width:130px}.acct-team-invite-note{color:#9ca3af;margin-top:12px;font-size:12px}@media (max-width:768px){.acct-page{flex-direction:column}.acct-sidebar{flex-flow:wrap;width:100%;position:static}.acct-avatar-card{width:100%}.acct-side-nav{flex-direction:row;width:100%;overflow-x:auto}.acct-stats,.acct-btn-back{width:100%}.acct-section{padding:24px 20px}.acct-field-grid,.acct-usage-grid{grid-template-columns:1fr}.acct-plan-card{flex-direction:column;align-items:flex-start}.acct-team-invite-fields{flex-direction:column}.acct-team-invite-role{width:100%}}.legal-page{background:var(--bg-primary,#fff);min-height:70vh;color:var(--text-primary,#0f172a);padding:80px 24px 120px}.legal-container{max-width:760px;margin:0 auto;font-size:.95rem;line-height:1.7}.legal-container h1{letter-spacing:-.02em;margin:0 0 6px;font-size:2.4rem;font-weight:800}.legal-container h2{color:var(--text-primary,#0b2b3b);margin:36px 0 10px;font-size:1.3rem;font-weight:700}.legal-updated{color:var(--text-secondary,#64748b);margin:0 0 32px;font-size:.85rem}.legal-container section{margin-bottom:10px}.legal-container p,.legal-container li{color:var(--text-secondary,#475569)}.legal-container ul{padding-left:22px}.legal-container a{color:var(--accent,#0d9488);text-underline-offset:3px;text-decoration:underline}.legal-container a:hover{opacity:.85}[data-theme=dark] .legal-page{background:var(--dark-blue,#0f172a);color:#e2e8f0}[data-theme=dark] .legal-container h1,[data-theme=dark] .legal-container h2{color:#f1f5f9}[data-theme=dark] .legal-container p,[data-theme=dark] .legal-container li{color:#cbd5e1}.error-page{background:var(--dark-blue);min-height:100vh;color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 24px;display:flex}.error-page-icon{opacity:.9;margin-bottom:24px}.error-page-code{letter-spacing:-.04em;color:var(--white-25);margin-bottom:8px;font-size:clamp(5rem,15vw,10rem);font-weight:800;line-height:1}.error-page-heading{margin-bottom:12px;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700}.error-page-desc{color:var(--white-70);max-width:440px;margin-bottom:32px;font-size:1.05rem;line-height:1.6}.error-page-digest{color:var(--white-35);margin-bottom:24px;font-family:monospace;font-size:.8rem}.error-page-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.error-page-btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);border:none;justify-content:center;align-items:center;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.error-page-btn-primary{background:var(--accent-green);color:var(--white)}.error-page-btn-primary:hover{background:var(--accent-green-hover);transform:translateY(-1px)}.error-page-btn-secondary{color:var(--white);border:1.5px solid var(--white-25);background:0 0}.error-page-btn-secondary:hover{border-color:var(--white-50);background:var(--white-10);transform:translateY(-1px)}@keyframes skeleton-pulse{0%,to{opacity:.15}50%{opacity:.3}}.skeleton-page{background:var(--gray-50);min-height:100vh;padding:40px}.skeleton-box{background:var(--gray-300);border-radius:var(--radius-sm);animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.skeleton-title{width:240px;height:32px}.skeleton-btn{border-radius:var(--radius-sm);width:140px;height:40px}.skeleton-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.skeleton-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:24px}.skeleton-card-top{width:100%;height:20px;margin-bottom:16px}.skeleton-card-line{width:80%;height:14px;margin-bottom:10px}.skeleton-card-line-short{width:50%}.skeleton-account-layout{gap:32px;display:flex}.skeleton-sidebar{flex-direction:column;flex-shrink:0;gap:12px;width:220px;display:flex}.skeleton-sidebar-item{border-radius:var(--radius-sm);width:100%;height:40px}.skeleton-account-main{flex-direction:column;flex:1;gap:20px;display:flex}.skeleton-section{border-radius:var(--radius-md);width:100%;height:120px}.skeleton-section-short{height:80px}@media (max-width:768px){.skeleton-page{padding:24px 16px}.skeleton-account-layout{flex-direction:column}.skeleton-sidebar{flex-direction:row;width:100%;overflow-x:auto}.skeleton-sidebar-item{min-width:100px}}.contact-hero{background:var(--dark-blue);color:var(--white);text-align:center;padding:120px 24px 64px}.contact-hero-title{letter-spacing:-.02em;margin-bottom:16px;font-size:2.75rem;font-weight:800}.contact-hero-subtitle{color:var(--white-70);max-width:560px;margin:0 auto;font-size:1.15rem;line-height:1.6}.contact-section{max-width:1080px;margin:0 auto;padding:64px 24px 96px}.contact-grid{grid-template-columns:1fr 380px;align-items:start;gap:56px;display:grid}.contact-form-wrapper{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:40px}.contact-form{flex-direction:column;gap:24px;display:flex}.contact-form-group{flex-direction:column;gap:6px;display:flex}.contact-form-group label{color:var(--gray-700);font-size:.875rem;font-weight:600}.contact-form-group input,.contact-form-group select,.contact-form-group textarea{border:1px solid var(--gray-300);border-radius:var(--radius-sm);color:var(--gray-900);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);padding:12px 14px;font-family:inherit;font-size:.95rem}.contact-form-group input:focus,.contact-form-group select:focus,.contact-form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f626}.contact-form-group textarea{resize:vertical;min-height:120px}.contact-submit-btn{align-self:flex-start;padding:12px 32px;font-size:.95rem;font-weight:600}.contact-success{text-align:center;padding:48px 24px}.contact-success-icon{color:var(--accent-green);margin-bottom:16px}.contact-success h3{color:var(--gray-900);margin-bottom:8px;font-size:1.5rem;font-weight:700}.contact-success p{color:var(--gray-500);line-height:1.6}.contact-info{flex-direction:column;gap:20px;display:flex}.contact-info-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);align-items:flex-start;gap:16px;padding:20px;display:flex}.contact-info-icon{background:var(--dark-blue);width:44px;height:44px;color:var(--white);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-card h4{color:var(--gray-900);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:.875rem;font-weight:700}.contact-info-card p{color:var(--gray-600);font-size:.95rem;line-height:1.5}.contact-info-card a{color:var(--primary);text-decoration:none}.contact-info-card a:hover{text-decoration:underline}.contact-hours p+p{margin-top:2px}@media (max-width:768px){.contact-hero-title{font-size:2rem}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-form-wrapper{padding:24px}}.changelog-hero{background:var(--dark-blue);color:var(--white);text-align:center;padding:120px 24px 64px}.changelog-hero-title{letter-spacing:-.02em;margin-bottom:16px;font-size:2.75rem;font-weight:800}.changelog-hero-subtitle{color:var(--white-70);max-width:520px;margin:0 auto;font-size:1.15rem;line-height:1.6}.changelog-section{max-width:760px;margin:0 auto;padding:64px 24px 96px}.changelog-timeline{padding-left:40px;position:relative}.changelog-timeline:before{content:"";background:var(--gray-200);border-radius:1px;width:2px;position:absolute;top:8px;bottom:8px;left:7px}.changelog-entry{margin-bottom:48px;position:relative}.changelog-entry:last-child{margin-bottom:0}.changelog-marker{background:var(--dark-blue);border:3px solid var(--white);width:16px;height:16px;box-shadow:0 0 0 2px var(--gray-200);z-index:1;border-radius:50%;position:absolute;top:6px;left:-40px}.changelog-content{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:28px}.changelog-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.changelog-badge{background:var(--dark-blue);color:var(--white);letter-spacing:.02em;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.changelog-date{color:var(--gray-400);font-size:.875rem;font-weight:500}.changelog-entry-title{color:var(--gray-900);margin-bottom:16px;font-size:1.25rem;font-weight:700}.changelog-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.changelog-list li{color:var(--gray-600);padding-left:20px;font-size:.925rem;line-height:1.55;position:relative}.changelog-list li:before{content:"";background:var(--accent-green);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.onboarding-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;animation:.25s onboarding-fade-in;display:flex;position:fixed;inset:0}@keyframes onboarding-fade-in{0%{opacity:0}to{opacity:1}}.onboarding-modal{background:var(--white,#fff);text-align:center;border-radius:16px;width:90%;max-width:480px;padding:48px 40px 36px;animation:.3s onboarding-slide-up;position:relative;box-shadow:0 12px 32px #00000038}@keyframes onboarding-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.onboarding-skip{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:14px;transition:color .15s,background .15s;position:absolute;top:16px;right:20px}.onboarding-skip:hover{color:#475569;background:#f1f5f9}.onboarding-icon{margin-bottom:16px;font-size:56px;line-height:1}.onboarding-title{color:#0f172a;margin:0 0 12px;font-size:22px;font-weight:700}.onboarding-desc{color:#475569;margin:0 0 28px;font-size:15px;line-height:1.6}.onboarding-dots{justify-content:center;gap:8px;margin-bottom:24px;display:flex}.onboarding-dot{background:#cbd5e1;border-radius:50%;width:10px;height:10px;transition:background .2s,transform .2s}.onboarding-dot.active{background:#3b82f6;transform:scale(1.25)}.onboarding-actions{justify-content:center;gap:12px;display:flex}.onboarding-btn{cursor:pointer;border:none;border-radius:8px;padding:10px 28px;font-size:15px;font-weight:600;transition:background .15s,transform .1s}.onboarding-btn:active{transform:scale(.97)}.onboarding-btn.primary{color:#fff;background:#3b82f6}.onboarding-btn.primary:hover{background:#2563eb}.onboarding-btn.secondary{color:#334155;background:#f1f5f9}.onboarding-btn.secondary:hover{background:#e2e8f0}@media (max-width:480px){.onboarding-modal{padding:36px 24px 28px}.onboarding-icon{font-size:44px}.onboarding-title{font-size:19px}}.template-overlay{z-index:9998;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;justify-content:center;align-items:center;animation:.2s onboarding-fade-in;display:flex;position:fixed;inset:0}.template-modal{background:var(--white,#fff);border-radius:16px;width:92%;max-width:640px;padding:32px;animation:.25s onboarding-slide-up;box-shadow:0 12px 32px #0003}.template-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.template-modal-title{color:#0f172a;margin:0;font-size:20px;font-weight:700}.template-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:0 4px;font-size:26px;line-height:1;transition:color .15s,background .15s}.template-close:hover{color:#334155;background:#f1f5f9}.template-subtitle{color:#64748b;margin:0 0 24px;font-size:14px}.template-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.template-card{text-align:center;cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;padding:24px 16px 20px;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex}.template-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 16px #3b82f626}.template-card:active{transform:translateY(0)}.template-card-icon{margin-bottom:10px;font-size:36px;line-height:1}.template-card-name{color:#0f172a;margin:0 0 6px;font-size:16px;font-weight:700}.template-card-desc{color:#64748b;margin:0 0 10px;font-size:13px;line-height:1.5}.template-card-badge{color:#3b82f6;background:#eff6ff;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}@media (max-width:540px){.template-grid{grid-template-columns:1fr}.template-modal{padding:24px 20px}}@media (max-width:768px){.changelog-hero-title{font-size:2rem}.changelog-timeline{padding-left:32px}.changelog-marker{left:-32px}.changelog-content{padding:20px}}.scroll-reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.scroll-reveal.revealed{opacity:1;transform:none}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.toast{pointer-events:auto;border-radius:var(--radius-md);color:#fff;box-shadow:var(--shadow-lg);align-items:center;gap:10px;min-width:260px;max-width:400px;padding:12px 18px;font-size:.9rem;font-weight:500;animation:.35s forwards toast-slide-in;display:flex}.toast-success{background:#16a34a}.toast-error{background:#dc2626}.toast-info{background:#2563eb}.toast-icon{flex-shrink:0;font-size:1.1rem}.toast-message{flex:1}.toast-close{color:#fffc;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:1.2rem;line-height:1}.toast-close:hover{color:#fff}@keyframes toast-slide-in{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@media (max-width:500px){.toast-container{bottom:16px;left:16px;right:16px}.toast{min-width:0;max-width:none}}.nav-theme-toggle{border-radius:var(--radius-sm);color:#ffffffd9;cursor:pointer;background:0 0;border:1px solid #fff3;justify-content:center;align-items:center;margin-right:4px;padding:6px 8px;transition:background .2s,border-color .2s;display:flex}.nav-theme-toggle:hover{background:#ffffff1a;border-color:#fff6}.nav-icon-cluster{border-left:1px solid #0f172a1a;align-items:center;gap:4px;height:28px;margin-left:2px;padding-left:10px;display:flex}.nav-icon-btn{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,border-color .15s,color .15s;display:flex;position:relative}.nav-icon-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#e2e8f0}.nav-icon-btn.has-notification:after{content:"";background:#ef4444;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:6px}.nav-user-wrap{position:relative}.nav-user-pill{cursor:pointer;color:inherit;font-family:inherit;font-size:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;max-width:220px;padding:4px 10px 4px 4px;transition:all .15s;display:inline-flex}.nav-user-pill:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0d}.nav-user-avatar{color:#fff;letter-spacing:.4px;text-transform:uppercase;background:linear-gradient(135deg,#0d9488,#0f766e);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11.5px;font-weight:700;display:flex;box-shadow:0 1px 3px #0d948840}.nav-user-avatar.lg{width:44px;height:44px;font-size:15px;box-shadow:0 2px 6px #0d94884d}.nav-user-info{flex-direction:column;align-items:flex-start;gap:1px;min-width:0;line-height:1.15;display:flex}.nav-user-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:13px;font-weight:600;overflow:hidden}.nav-user-tier{text-transform:uppercase;letter-spacing:.4px;color:#475569;background:#f1f5f9;border-radius:999px;margin-top:1px;padding:1px 7px;font-size:9.5px;font-weight:700}.nav-user-chev{color:#94a3b8;flex-shrink:0;transition:transform .2s}.nav-user-chev.open{color:#0d9488;transform:rotate(180deg)}.nav-user-menu{z-index:500;background:#fff;border:1px solid #e2e8f0;border-radius:14px;min-width:280px;animation:.15s ease-out navUserMenuIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 16px 40px #0f172a26,0 2px 8px #0f172a0f}@keyframes navUserMenuIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-user-menu-hdr{background:linear-gradient(#f8fafc,#fff);border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:16px 18px 14px;display:flex}.nav-user-menu-hdr-info{flex:1;min-width:0}.nav-user-menu-hdr-name{color:#0f172a;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.nav-user-menu-hdr-email{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.nav-user-menu-tier{background:#fafbfc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 18px;font-size:12px;display:flex}.nav-user-menu-upgrade{color:#0d9488;align-items:center;gap:3px;font-size:12px;font-weight:700;text-decoration:none;transition:color .12s;display:inline-flex}.nav-user-menu-upgrade:hover{color:#0f766e}.nav-user-menu-sep{background:#f1f5f9;height:1px;margin:4px 0}.nav-user-menu-item{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:11px;width:100%;padding:10px 18px;font-family:inherit;font-size:13px;text-decoration:none;transition:background .1s,color .1s;display:flex}.nav-user-menu-item:hover{color:#0f766e;background:#f0fdfa}.nav-user-menu-item svg{color:#64748b;flex-shrink:0;transition:color .1s}.nav-user-menu-item:hover svg{color:#0d9488}.nav-user-menu-item>span:first-of-type{flex:1}.nav-user-menu-item.danger{color:#dc2626}.nav-user-menu-item.danger:hover{color:#b91c1c;background:#fef2f2}.nav-user-menu-item.danger svg{color:#dc2626}.nav-user-menu-item.danger:hover svg{color:#b91c1c}.nav-user-menu-kbd{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;flex-shrink:0;padding:2px 6px;font-family:SF Mono,ui-monospace,Cascadia Code,Menlo,monospace;font-size:10.5px;box-shadow:inset 0 -1px #e2e8f0}@media (max-width:768px){.nav-icon-cluster{border-left:none;justify-content:flex-end;width:100%;padding-left:0}.nav-user-menu{min-width:auto;left:12px;right:12px}.nav-user-pill .nav-user-info{display:none}}[data-theme=dark] .nav-icon-cluster{border-left-color:#ffffff1a}[data-theme=dark] .nav-icon-btn{color:#cbd5e1}[data-theme=dark] .nav-icon-btn:hover{color:#f1f5f9;background:#1e293b;border-color:#334155}[data-theme=dark] .nav-icon-btn.has-notification:after{border-color:#0f172a}[data-theme=dark] .nav-user-pill{background:#1e293b;border-color:#334155}[data-theme=dark] .nav-user-pill:hover{background:#263449;border-color:#475569}[data-theme=dark] .nav-user-name{color:#f1f5f9}[data-theme=dark] .nav-user-chev{color:#64748b}[data-theme=dark] .nav-user-menu{background:#1e293b;border-color:#334155;box-shadow:0 16px 40px #00000073,0 2px 8px #00000040}[data-theme=dark] .nav-user-menu-hdr{background:linear-gradient(#0f172a,#1e293b);border-bottom-color:#334155}[data-theme=dark] .nav-user-menu-hdr-name{color:#f1f5f9}[data-theme=dark] .nav-user-menu-hdr-email{color:#94a3b8}[data-theme=dark] .nav-user-menu-tier{background:#263449;border-bottom-color:#334155}[data-theme=dark] .nav-user-menu-sep{background:#334155}[data-theme=dark] .nav-user-menu-item{color:#e2e8f0}[data-theme=dark] .nav-user-menu-item:hover{color:#6ee7b7;background:#064e3b}[data-theme=dark] .nav-user-menu-item svg{color:#94a3b8}[data-theme=dark] .nav-user-menu-item:hover svg{color:#6ee7b7}[data-theme=dark] .nav-user-menu-item.danger{color:#fca5a5}[data-theme=dark] .nav-user-menu-item.danger:hover{color:#fecaca;background:#450a0a}[data-theme=dark] .nav-user-menu-kbd{color:#94a3b8;background:#0f172a;border-color:#334155}[data-theme=dark] body{color:#e2e8f0;background:#0f172a}[data-theme=dark] .navbar{background:#0f172af2;border-bottom-color:#334155}[data-theme=dark] .nav-theme-toggle{border-color:#ffffff26}[data-theme=dark] .nav-logo{color:#f1f5f9}[data-theme=dark] .nav-links a{color:#94a3b8}[data-theme=dark] .nav-links a:hover{color:#f1f5f9}[data-theme=dark] .nav-link-active{color:#f1f5f9!important}[data-theme=dark] .nav-btn-outline{border-color:#334155;color:#e2e8f0!important;background:0 0!important}[data-theme=dark] .nav-btn-outline:hover{border-color:#475569;background:#1e293b!important}[data-theme=dark] .nav-hamburger{color:#f1f5f9}[data-theme=dark] .hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}[data-theme=dark] .hero-title{color:#f1f5f9}[data-theme=dark] .hero-subtitle{color:#94a3b8}[data-theme=dark] .feature-card{background:linear-gradient(#1e293b,#172032);border-color:#334155}[data-theme=dark] .feature-card:hover{border-color:#5eead4;box-shadow:0 10px 28px #14b8a61f}[data-theme=dark] .feature-card h3{color:#f1f5f9}[data-theme=dark] .feature-card p{color:#cbd5e1}[data-theme=dark] .feature-icon,[data-theme=dark] .feature-icon svg{color:#5eead4}[data-theme=dark] .features{background:0 0}[data-theme=dark] .section-title{color:#f1f5f9}[data-theme=dark] .section-subtitle{color:#94a3b8}[data-theme=dark] .section-label{color:#5eead4}[data-theme=dark] .feature-card.is-active{background:linear-gradient(#0f2029,#0a1620);border-color:#14b8a6;box-shadow:0 12px 32px #14b8a62e}[data-theme=dark] .features-grid.has-active .feature-card:not(.is-active){opacity:.4}[data-theme=dark] .feature-card.is-active h3{color:#5eead4}[data-theme=dark] .how-it-works{background:#1e293b}[data-theme=dark] .how-it-works-step{background:#0f172a;border-color:#334155}[data-theme=dark] .step-title{color:#f1f5f9}[data-theme=dark] .step-description{color:#94a3b8}[data-theme=dark] .how-it-works-connector{color:#475569}[data-theme=dark] .stats-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}[data-theme=dark] .stat-number{color:#f1f5f9}[data-theme=dark] .stat-label{color:#94a3b8}[data-theme=dark] .logo-bar-section{background:#1e293b}[data-theme=dark] .logo-bar-heading{color:#64748b}[data-theme=dark] .logo-bar-item{color:#475569}[data-theme=dark] .demo-section{background:#0f172a}[data-theme=dark] .demo-video-placeholder{background:#0a0f1a;box-shadow:0 2px 16px #0000004d}[data-theme=dark] .testimonials{background:#0f172a}[data-theme=dark] .testimonial-card{background:#1e293b;border-color:#334155}[data-theme=dark] .testimonial-quote{color:#cbd5e1}[data-theme=dark] .testimonial-name{color:#f1f5f9}[data-theme=dark] .testimonial-role{color:#94a3b8}[data-theme=dark] .use-cases{background:#1e293b}[data-theme=dark] .use-case-card{background:#0f172a;border-color:#334155}[data-theme=dark] .use-case-card:hover{border-color:#475569}[data-theme=dark] .use-case-title{color:#f1f5f9}[data-theme=dark] .use-case-benefits li{color:#94a3b8}[data-theme=dark] .cta-banner{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)}[data-theme=dark] .cta-banner-title{color:#f1f5f9}[data-theme=dark] .cta-banner-subtitle{color:#94a3b8}[data-theme=dark] .footer-pro{background:#0f172a;border-top-color:#334155}[data-theme=dark] .footer-tagline{color:#94a3b8}[data-theme=dark] .footer-col-title{color:#f1f5f9}[data-theme=dark] .footer-col-links a{color:#94a3b8}[data-theme=dark] .footer-col-links a:hover{color:#e2e8f0}[data-theme=dark] .footer-bottom{color:#64748b;border-top-color:#334155}[data-theme=dark] .footer-bottom-links a{color:#64748b}[data-theme=dark] .pricing-section{background:#0f172a}[data-theme=dark] .pricing-card{background:#1e293b;border-color:#334155}[data-theme=dark] .pricing-card:hover{border-color:#475569}[data-theme=dark] .pricing-card-title{color:#f1f5f9}[data-theme=dark] .pricing-card-description{color:#94a3b8}[data-theme=dark] .pricing-price{color:#f1f5f9}[data-theme=dark] .pricing-feature{color:#94a3b8}[data-theme=dark] .auth-page{background:#0f172a}[data-theme=dark] .auth-card{background:#1e293b;border-color:#334155}[data-theme=dark] .auth-title{color:#f1f5f9}[data-theme=dark] .auth-subtitle{color:#94a3b8}[data-theme=dark] .auth-error{color:#fca5a5;background:#451a1a;border-color:#7f1d1d}[data-theme=dark] .auth-success{color:#86efac;background:#052e16;border-color:#14532d}[data-theme=dark] .auth-label{color:#cbd5e1}[data-theme=dark] .auth-input{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .auth-input:focus{border-color:#60a5fa}[data-theme=dark] .auth-btn{color:#fff;background:#2563eb}[data-theme=dark] .auth-btn:hover{background:#3b82f6}[data-theme=dark] .auth-switch{color:#94a3b8}[data-theme=dark] .auth-switch a{color:#60a5fa}[data-theme=dark] .auth-google-btn{color:#e2e8f0;background:#1e293b;border-color:#334155}[data-theme=dark] .auth-google-btn:hover,[data-theme=dark] .auth-divider-line{background:#334155}[data-theme=dark] .auth-divider-text{color:#64748b}[data-theme=dark] .auth-forgot-link{color:#60a5fa}[data-theme=dark] .dash-page{background:#0f172a}[data-theme=dark] .dash-title{color:#f1f5f9}[data-theme=dark] .dash-user-info{color:#cbd5e1}[data-theme=dark] .dash-user-info:hover{color:#f1f5f9}[data-theme=dark] .dash-new-btn{color:#fff;background:#3b82f6}[data-theme=dark] .dash-new-btn:hover:not(:disabled){background:#2563eb}[data-theme=dark] .dash-new-btn:disabled{color:#64748b;background:#334155}[data-theme=dark] .dash-tier-badge{color:#93c5fd;background:#172554}[data-theme=dark] .dash-workspace-sel{color:#e2e8f0!important;background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .dash-card-open-btn{color:#fff;background:#3b82f6}[data-theme=dark] .dash-card-open-btn:hover{background:#2563eb}[data-theme=dark] .dash-card-action-btn{color:#e2e8f0;background:#334155;border-color:#475569}[data-theme=dark] .dash-card-action-btn:hover{background:#475569}[data-theme=dark] .dash-card-action-btn.danger{color:#fca5a5;background:#3f1d1d;border-color:#7f1d1d}[data-theme=dark] .dash-card-action-btn.danger:hover{color:#fff;background:#7f1d1d}[data-theme=dark] .dash-tabs{border-bottom-color:#334155}[data-theme=dark] .dash-activity-toggle{color:#cbd5e1;background:#1e293b;border-color:#334155}[data-theme=dark] .dash-activity-toggle:hover,[data-theme=dark] .dash-activity-toggle.active{color:#f1f5f9;background:#334155}[data-theme=dark] .dash-upgrade-toast{color:#d1fae5;background:#065f46}[data-theme=dark] .dash-card{background:#1e293b;border-color:#334155}[data-theme=dark] .dash-card:hover{border-color:#475569}[data-theme=dark] .dash-card-title{color:#f1f5f9}[data-theme=dark] .dash-card-meta{color:#94a3b8}[data-theme=dark] .dash-toolbar{border-color:#334155}[data-theme=dark] .dash-search{background:#1e293b;border-color:#334155}[data-theme=dark] .dash-search:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}[data-theme=dark] .dash-search-icon{color:#64748b}[data-theme=dark] .dash-search-input{color:#e2e8f0;background:0 0}[data-theme=dark] .dash-search-input::placeholder{color:#64748b}[data-theme=dark] .dash-sort{color:#e2e8f0;background:#1e293b;border-color:#334155}[data-theme=dark] .dash-tab{color:#94a3b8}[data-theme=dark] .dash-tab.active{color:#f1f5f9}[data-theme=dark] .dash-empty-text{color:#94a3b8}[data-theme=dark] .dash-activity-panel{background:#1e293b;border-color:#334155}[data-theme=dark] .dash-activity-text{color:#94a3b8}[data-theme=dark] .dash-tools-section{border-top-color:#334155}[data-theme=dark] .dash-tools-title{color:#f1f5f9}[data-theme=dark] .dash-tools-subtitle{color:#94a3b8}[data-theme=dark] .dash-tool-card{background:#1e293b;border-color:#334155}[data-theme=dark] .dash-tool-card:hover{border-color:#3b82f6}[data-theme=dark] .dash-tool-name{color:#f1f5f9}[data-theme=dark] .dash-tool-desc{color:#94a3b8}[data-theme=dark] .dash-tool-badge{color:#fbbf24;background:#422006}[data-theme=dark] .tool-picker-dlg{color:#f1f5f9;background:#1e293b}[data-theme=dark] .tool-picker-head{border-bottom-color:#334155}[data-theme=dark] .tool-picker-title h3{color:#f1f5f9}[data-theme=dark] .tool-picker-title p{color:#94a3b8}[data-theme=dark] .tool-picker-close{color:#cbd5e1;background:#334155}[data-theme=dark] .tool-picker-close:hover{background:#475569}[data-theme=dark] .tool-picker-search{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .tool-picker-search:focus{border-color:#3b82f6}[data-theme=dark] .tool-picker-item:hover{background:#0f172a;border-color:#334155}[data-theme=dark] .tool-picker-item-name{color:#f1f5f9}[data-theme=dark] .tool-picker-item-meta{color:#64748b}[data-theme=dark] .tool-picker-item-arrow{color:#475569}[data-theme=dark] .tool-picker-foot{border-top-color:#334155}[data-theme=dark] .tool-picker-cancel{color:#cbd5e1;background:#1e293b;border-color:#334155}[data-theme=dark] .tool-picker-cancel:hover{background:#0f172a}.shortcuts-page{max-width:820px;min-height:calc(100vh - 64px);margin:0 auto;padding:48px 24px 80px}.shortcuts-header{text-align:center;margin-bottom:48px}.shortcuts-title{color:#0b2b3b;margin-bottom:8px;font-size:32px;font-weight:800}.shortcuts-subtitle{color:#6b7280;font-size:16px}.shortcuts-group{margin-bottom:36px}.shortcuts-group-title{color:#0b2b3b;border-bottom:2px solid #e5e7eb;margin-bottom:12px;padding-bottom:8px;font-size:16px;font-weight:700}.shortcuts-table{border-collapse:collapse;width:100%}.shortcuts-table tr{border-bottom:1px solid #f3f4f6}.shortcuts-table tr:last-child{border-bottom:none}.shortcuts-table td{color:#374151;vertical-align:middle;padding:10px 0;font-size:14px}.shortcuts-table td:first-child{width:200px;padding-right:24px}.shortcuts-table td:last-child{color:#6b7280}kbd{color:#374151;white-space:nowrap;background:#f9fafb;border:1px solid #d1d5db;border-bottom-width:2px;border-radius:6px;padding:3px 8px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,Consolas,monospace;font-size:12px;font-weight:600;line-height:1.4;display:inline-block;box-shadow:0 1px #0000000f}@media (max-width:640px){.shortcuts-page{padding:32px 16px 60px}.shortcuts-title{font-size:24px}.shortcuts-table td:first-child{width:140px;padding-right:12px}}[data-theme=dark] .shortcuts-page{background:#0f172a}[data-theme=dark] .shortcuts-title{color:#f1f5f9}[data-theme=dark] .shortcuts-subtitle{color:#94a3b8}[data-theme=dark] .shortcuts-group-title{color:#e2e8f0;border-bottom-color:#334155}[data-theme=dark] .shortcuts-table tr{border-bottom-color:#1e293b}[data-theme=dark] .shortcuts-table td{color:#e2e8f0}[data-theme=dark] .shortcuts-table td:last-child{color:#94a3b8}[data-theme=dark] kbd{color:#e2e8f0;background:#1e293b;border-color:#475569}[data-theme=dark] .acct-team-upgrade{background:#1e293b;border-color:#334155}[data-theme=dark] .acct-team-upgrade-title{color:#f1f5f9}[data-theme=dark] .acct-team-upgrade-desc{color:#94a3b8}[data-theme=dark] .acct-team-list{background:#1e293b;border-color:#334155}[data-theme=dark] .acct-team-list-title,[data-theme=dark] .acct-team-member-name{color:#f1f5f9}[data-theme=dark] .acct-team-member-email{color:#64748b}[data-theme=dark] .acct-team-invite{background:#1e293b;border-color:#334155}[data-theme=dark] .acct-team-invite-title{color:#f1f5f9}[data-theme=dark] body{background:radial-gradient(at top,#1e293b 0%,#0f172a 50%) fixed}[data-theme=dark] .acct-avatar-card{background:#1e293b;border-color:#334155;box-shadow:0 1px 8px #0000004d}[data-theme=dark] .acct-avatar-name{color:#f1f5f9}[data-theme=dark] .acct-avatar-email{color:#94a3b8}[data-theme=dark] .acct-side-nav{background:#1e293b;border-color:#334155}[data-theme=dark] .acct-side-link{color:#cbd5e1}[data-theme=dark] .acct-side-link:hover{color:#f1f5f9;background:#334155}[data-theme=dark] .acct-side-link.active{color:#5eead4;background:#0f172a}[data-theme=dark] .acct-side-link-icon{filter:brightness(1.1)}[data-theme=dark] .acct-stats{background:#1e293b;border-color:#334155}[data-theme=dark] .acct-stat-label{color:#94a3b8}[data-theme=dark] .acct-stat-value{color:#f1f5f9}[data-theme=dark] .acct-stat-row+.acct-stat-row{border-top-color:#334155}[data-theme=dark] .acct-section{background:#1e293b;border-color:#334155;box-shadow:0 1px 8px #0000004d}[data-theme=dark] .acct-section-header{border-bottom-color:#334155}[data-theme=dark] .acct-section-title{color:#f1f5f9}[data-theme=dark] .acct-section-desc,[data-theme=dark] .acct-label{color:#94a3b8}[data-theme=dark] .acct-input,[data-theme=dark] .acct-input:not([type=color]){color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .acct-input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a62e}[data-theme=dark] .acct-input::placeholder{color:#64748b}[data-theme=dark] .acct-input:disabled{color:#64748b;cursor:not-allowed;background:#0f172a}[data-theme=dark] .acct-hint{color:#64748b}[data-theme=dark] .acct-form-footer{border-top-color:#334155}[data-theme=dark] .acct-btn-primary{background:linear-gradient(135deg,#0d9488,#0f766e);box-shadow:0 2px 8px #0d948859}[data-theme=dark] .acct-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#0f766e,#115e59)}[data-theme=dark] .acct-btn-danger{color:#fca5a5;background:#1e293b;border-color:#7f1d1d}[data-theme=dark] .acct-btn-danger:hover{background:#450a0a;border-color:#dc2626}[data-theme=dark] .acct-btn-back{color:#94a3b8;background:0 0}[data-theme=dark] .acct-btn-back:hover{color:#f1f5f9;background:#334155}[data-theme=dark] .acct-plan-card{background:#1e293b;border-color:#334155}[data-theme=dark] .acct-plan-name{color:#f1f5f9}[data-theme=dark] .acct-plan-meta,[data-theme=dark] .acct-plan-renew{color:#94a3b8}[data-theme=dark] .acct-plan-status-active{color:#6ee7b7;background:#064e3b}[data-theme=dark] .acct-plan-status-inactive{color:#fcd34d;background:#422006}[data-theme=dark] .acct-plan-icon{color:#cbd5e1;background:#334155}[data-theme=dark] .acct-usage-card,[data-theme=dark] .acct-usage-section{background:#1e293b;border-color:#334155}[data-theme=dark] .acct-usage-title{color:#f1f5f9}[data-theme=dark] .acct-usage-label{color:#cbd5e1}[data-theme=dark] .acct-usage-number{color:#f1f5f9}[data-theme=dark] .acct-usage-limit{color:#94a3b8}[data-theme=dark] .acct-usage-bar{background:#334155}[data-theme=dark] .acct-security-card{background:#1e293b;border-color:#334155}[data-theme=dark] .acct-security-card-title{color:#f1f5f9}[data-theme=dark] .acct-security-card-desc{color:#94a3b8}[data-theme=dark] .acct-pw-form{border-top-color:#334155}[data-theme=dark] .acct-session-row{background:#0f172a;border-color:#334155}[data-theme=dark] .acct-session-device{color:#f1f5f9}[data-theme=dark] .acct-session-meta{color:#94a3b8}[data-theme=dark] .acct-session-icon{color:#cbd5e1;background:#334155}[data-theme=dark] .acct-page:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at 15% 30%,#0d94880f 0%,#0000 40%),radial-gradient(circle at 85% 70%,#8b5cf60d 0%,#0000 40%);position:fixed;inset:64px 0 0}.guide-page{color:#0f172a;max-width:1040px;margin:0 auto;padding:80px 24px 120px}.guide-header{text-align:center;margin-bottom:40px}.guide-title{letter-spacing:-.02em;margin:0 0 10px;font-size:40px;font-weight:800}.guide-subtitle{color:#64748b;max-width:620px;margin:0 auto 24px;font-size:16px}.guide-search{color:#0f172a;background:#fff;border:2px solid #e2e8f0;border-radius:10px;outline:none;width:min(460px,100%);padding:12px 16px;font-size:14px;transition:border-color .15s,box-shadow .15s}.guide-search:focus{border-color:#0b2b3b;box-shadow:0 0 0 4px #0b2b3b14}.guide-toc{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:48px;padding-bottom:32px;display:flex}.guide-toc-link{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.guide-toc-link:hover{color:#fff;background:#0b2b3b;border-color:#0b2b3b}.guide-section{margin-bottom:56px;scroll-margin-top:80px}.guide-section-title{align-items:center;gap:10px;margin:0 0 20px;font-size:24px;font-weight:700;display:flex}.guide-items{flex-direction:column;gap:12px;display:flex}.guide-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.guide-item:hover{border-color:#cbd5e1}.guide-item[open]{border-color:#0b2b3b;box-shadow:0 4px 16px #0b2b3b0f}.guide-item-summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:16px 20px;font-weight:600;list-style:none;display:flex}.guide-item-summary::-webkit-details-marker{display:none}.guide-item-title{font-size:15px}.guide-chev{color:#64748b;flex-shrink:0;transition:transform .2s}.guide-item[open] .guide-chev{transform:rotate(180deg)}.guide-item-body{border-top:1px solid #f1f5f9;grid-template-columns:240px 1fr;gap:20px;padding:16px 20px 20px;display:grid}.guide-item-text{color:#475569;font-size:14px;line-height:1.6}.guide-item-text p{margin:0 0 12px}.guide-item-link{color:#0b2b3b;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.guide-item-link:hover{text-decoration:underline}.guide-shot{aspect-ratio:16/10;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.guide-shot img{object-fit:cover;width:100%;height:100%;display:block}.guide-shot-fallback{color:#94a3b8;pointer-events:none;opacity:0;font-size:12px;font-style:italic;position:absolute}.guide-shot-empty .guide-shot-fallback{opacity:1}.guide-empty{text-align:center;color:#64748b;padding:40px 0;font-size:14px}.guide-footer{text-align:center;color:#64748b;border-top:1px solid #e2e8f0;margin-top:64px;padding-top:32px;font-size:14px}.guide-footer a{color:#0b2b3b;font-weight:600;text-decoration:none}.guide-footer a:hover{text-decoration:underline}@media (max-width:720px){.guide-page{padding:60px 16px 80px}.guide-title{font-size:28px}.guide-item-body{grid-template-columns:1fr}.guide-shot{max-width:320px}}[data-theme=dark] .guide-page{color:#e2e8f0}[data-theme=dark] .guide-subtitle{color:#94a3b8}[data-theme=dark] .guide-search{color:#e2e8f0;background:#1e293b;border-color:#334155}[data-theme=dark] .guide-search:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa26}[data-theme=dark] .guide-toc{border-bottom-color:#334155}[data-theme=dark] .guide-toc-link{color:#e2e8f0;background:#1e293b;border-color:#334155}[data-theme=dark] .guide-toc-link:hover{color:#0f172a;background:#60a5fa;border-color:#60a5fa}[data-theme=dark] .guide-item{background:#1e293b;border-color:#334155}[data-theme=dark] .guide-item:hover{border-color:#475569}[data-theme=dark] .guide-item[open]{border-color:#60a5fa;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .guide-item-body{border-top-color:#334155}[data-theme=dark] .guide-item-text{color:#cbd5e1}[data-theme=dark] .guide-item-link{color:#60a5fa}[data-theme=dark] .guide-shot{background:linear-gradient(135deg,#0f172a,#1e293b);border-color:#334155}[data-theme=dark] .guide-shot-fallback{color:#64748b}[data-theme=dark] .guide-footer{color:#94a3b8;border-top-color:#334155}[data-theme=dark] .guide-footer a{color:#60a5fa}.guide2-page{color:#0f172a;background:#f8fafc;min-height:100vh}.guide2-hero{color:#fff;text-align:center;background:linear-gradient(#0b2b3b 0%,#083040 100%);padding:70px 32px 56px;position:relative;overflow:hidden}.guide2-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d94882e 0%,#0000 60%);width:70%;height:180%;position:absolute;top:-40%;left:-10%}.guide2-hero-eyebrow{text-transform:uppercase;letter-spacing:1.5px;color:#5eead4;margin:0 0 12px;font-size:12px;font-weight:700;position:relative}.guide2-hero-title{letter-spacing:-.02em;max-width:820px;margin:0 auto 16px;font-size:38px;font-weight:800;line-height:1.15;position:relative}.guide2-hero-title span{color:#5eead4}.guide2-hero-sub{color:#ffffffbf;max-width:640px;margin:0 auto 28px;font-size:15px;line-height:1.65;position:relative}.guide2-search-wrap{z-index:2;max-width:560px;margin:0 auto 20px;position:relative}.guide2-search-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.guide2-search{color:#0f172a;background:#fff;border:none;border-radius:12px;outline:none;width:100%;padding:14px 46px 14px 44px;font-family:inherit;font-size:15px;box-shadow:0 8px 24px #0003}.guide2-search:focus{box-shadow:0 0 0 4px #5eead44d,0 8px 24px #0003}.guide2-search-clear{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;line-height:1;transition:background .12s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.guide2-search-clear:hover{color:#0f172a;background:#e2e8f0}.guide2-hero-stats{color:#ffffff8c;flex-wrap:wrap;justify-content:center;gap:24px;margin-top:18px;font-size:12.5px;display:flex;position:relative}.guide2-hero-stats b{color:#fff;margin-right:4px;font-weight:700}.guide2-layout{grid-template-columns:260px 1fr;align-items:flex-start;gap:32px;max-width:1200px;margin:0 auto;padding:40px 24px 80px;display:grid}.guide2-toc{background:#fff;border:1px solid #e2e8f0;border-radius:14px;max-height:calc(100vh - 120px);padding:14px 10px;position:sticky;top:88px;overflow-y:auto;box-shadow:0 1px 4px #00000008}.guide2-toc-title{text-transform:uppercase;letter-spacing:.8px;color:#64748b;border-bottom:1px solid #f1f5f9;margin-bottom:6px;padding:4px 10px 8px;font-size:11px;font-weight:700}.guide2-toc nav{flex-direction:column;gap:1px;display:flex}.guide2-toc-link{color:#475569;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;text-decoration:none;transition:all .12s;display:flex}.guide2-toc-link:hover{color:#0f172a;background:#f1f5f9}.guide2-toc-link.active{color:#0f766e;background:#ccfbf1;font-weight:600}.guide2-toc-link.active .guide2-toc-tag{color:#14b8a6}.guide2-toc-icon{flex-shrink:0;justify-content:center;width:22px;font-size:15px;display:flex}.guide2-toc-label{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.guide2-toc-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.guide2-toc-tag{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;font-weight:400;overflow:hidden}.guide2-toc-cta{text-align:center;background:linear-gradient(135deg,#f0fdfa,#ecfdf5);border:1px solid #a7f3d0;border-radius:12px;margin-top:12px;padding:14px 12px}.guide2-toc-cta p{color:#047857;margin:0 0 8px;font-size:12px;font-weight:600}.guide2-toc-cta-btn{color:#fff;background:#0d9488;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;text-decoration:none;transition:background .12s;display:inline-block}.guide2-toc-cta-btn:hover{background:#0f766e}.guide2-main{min-width:0}.guide2-section{margin-bottom:36px;scroll-margin-top:80px}.guide2-section-head{border-bottom:2px solid #e2e8f0;align-items:center;gap:14px;margin-bottom:14px;padding-bottom:14px;display:flex}.guide2-section-icon{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border:1px solid #a7f3d0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.guide2-section-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 2px;font-size:22px;font-weight:800}.guide2-section-tag{color:#64748b;margin:0;font-size:12.5px;font-weight:500}.guide2-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:8px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.guide2-item:hover{border-color:#cbd5e1}.guide2-item[open]{border-color:#0d9488;box-shadow:0 4px 14px #0d948814}.guide2-item-sum{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;list-style:none;display:flex}.guide2-item-sum::-webkit-details-marker{display:none}.guide2-item-title{color:#0f172a;flex:1;font-size:14.5px;font-weight:600;line-height:1.4}.guide2-item-chev{color:#94a3b8;flex-shrink:0;transition:transform .2s}.guide2-item[open] .guide2-item-chev{color:#0d9488;transform:rotate(180deg)}.guide2-item-body{border-top:1px solid #f1f5f9;padding:4px 18px 18px}.guide2-item-body-text{color:#334155;margin:12px 0 0;font-size:13.5px;line-height:1.65}.guide2-kbd-row{flex-wrap:wrap;align-items:center;gap:6px;margin-top:14px;display:flex}.guide2-kbd-label{text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-right:4px;font-size:11px;font-weight:700}.guide2-kbd{color:#0f172a;background:linear-gradient(#f8fafc,#e2e8f0);border:1px solid #cbd5e1;border-bottom-width:2px;border-radius:5px;align-items:center;padding:3px 8px;font-family:SF Mono,ui-monospace,Cascadia Code,Menlo,monospace;font-size:11.5px;font-weight:600;display:inline-flex;box-shadow:0 1px #0000000f}.guide2-steps{counter-reset:steps;margin:14px 0 0;padding:0;list-style:none}.guide2-steps li{counter-increment:steps;color:#334155;padding:7px 0 7px 34px;font-size:13.5px;line-height:1.6;position:relative}.guide2-steps li:before{content:counter(steps);color:#fff;background:#0d9488;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-family:inherit;font-size:11px;font-weight:700;display:flex;position:absolute;top:6px;left:0}.guide2-list{margin:14px 0 0;padding-left:0;list-style:none}.guide2-list li{color:#334155;padding:5px 0 5px 20px;font-size:13.5px;line-height:1.6;position:relative}.guide2-list li:before{content:"";background:#14b8a6;border-radius:50%;width:6px;height:6px;position:absolute;top:14px;left:4px}.guide2-callout{border-left:3px solid;border-radius:10px;margin-top:14px;padding:12px 16px;font-size:13px;line-height:1.6}.guide2-callout p{margin:0}.guide2-callout p+p{margin-top:6px}.guide2-callout-label{text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:700}.guide2-callout.tip{color:#1e40af;background:#eff6ff;border-left-color:#3b82f6}.guide2-callout.tip .guide2-callout-label{color:#2563eb}.guide2-callout.pro{color:#0f766e;background:#f0fdfa;border-left-color:#14b8a6}.guide2-callout.pro .guide2-callout-label{color:#0d9488}.guide2-callout.warn{color:#92400e;background:#fffbeb;border-left-color:#f59e0b}.guide2-callout.warn .guide2-callout-label{color:#b45309}.guide2-item-link{color:#fff;background:#0b2b3b;border-radius:8px;margin-top:14px;padding:7px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .12s;display:inline-block}.guide2-item-link:hover{background:#062030}.guide2-empty{text-align:center;background:#fff;border:2px dashed #e2e8f0;border-radius:14px;padding:60px 24px}.guide2-empty-icon{opacity:.5;margin-bottom:12px;font-size:44px}.guide2-empty h3{color:#0f172a;margin:0 0 6px;font-size:17px}.guide2-empty p{color:#64748b;margin:0;font-size:13.5px}.guide2-footer{text-align:center;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-top:48px;padding:24px;font-size:14px}.guide2-footer a{color:#0d9488;font-weight:600;text-decoration:none}.guide2-footer a:hover{text-decoration:underline}@media (max-width:900px){.guide2-hero{padding:50px 20px 40px}.guide2-hero-title{font-size:28px}.guide2-hero-sub{font-size:14px}.guide2-layout{grid-template-columns:1fr;gap:20px;padding:24px 16px 60px}.guide2-toc{max-height:none;position:static}.guide2-toc nav{flex-direction:row;gap:6px;padding-bottom:4px;overflow-x:auto}.guide2-toc-link{flex-shrink:0}.guide2-toc-label{flex-direction:row;gap:6px}.guide2-toc-tag,.guide2-toc-cta{display:none}.guide2-section-title{font-size:18px}.guide2-section-icon{width:38px;height:38px;font-size:18px}}[data-theme=dark] .guide2-page{color:#e2e8f0;background:#0f172a}[data-theme=dark] .guide2-toc{background:#1e293b;border-color:#334155}[data-theme=dark] .guide2-toc-title{color:#94a3b8;border-bottom-color:#334155}[data-theme=dark] .guide2-toc-link{color:#94a3b8}[data-theme=dark] .guide2-toc-link:hover{color:#f1f5f9;background:#334155}[data-theme=dark] .guide2-toc-link.active{color:#6ee7b7;background:#064e3b}[data-theme=dark] .guide2-toc-tag{color:#64748b}[data-theme=dark] .guide2-toc-cta{background:linear-gradient(135deg,#064e3b,#042f2e);border-color:#065f46}[data-theme=dark] .guide2-toc-cta p{color:#6ee7b7}[data-theme=dark] .guide2-section-head{border-bottom-color:#334155}[data-theme=dark] .guide2-section-icon{background:linear-gradient(135deg,#064e3b,#042f2e);border-color:#065f46}[data-theme=dark] .guide2-section-title{color:#f1f5f9}[data-theme=dark] .guide2-section-tag{color:#94a3b8}[data-theme=dark] .guide2-item{background:#1e293b;border-color:#334155}[data-theme=dark] .guide2-item:hover{border-color:#475569}[data-theme=dark] .guide2-item[open]{border-color:#14b8a6;box-shadow:0 4px 14px #14b8a626}[data-theme=dark] .guide2-item-title{color:#f1f5f9}[data-theme=dark] .guide2-item-body{border-top-color:#334155}[data-theme=dark] .guide2-item-body-text{color:#cbd5e1}[data-theme=dark] .guide2-kbd-label{color:#94a3b8}[data-theme=dark] .guide2-kbd{color:#f1f5f9;background:linear-gradient(#334155,#1e293b);border-color:#475569}[data-theme=dark] .guide2-steps li,[data-theme=dark] .guide2-list li{color:#cbd5e1}[data-theme=dark] .guide2-callout.tip{color:#bfdbfe;background:#1e3a5f}[data-theme=dark] .guide2-callout.tip .guide2-callout-label{color:#93c5fd}[data-theme=dark] .guide2-callout.pro{color:#6ee7b7;background:#064e3b}[data-theme=dark] .guide2-callout.pro .guide2-callout-label{color:#5eead4}[data-theme=dark] .guide2-callout.warn{color:#fcd34d;background:#422006}[data-theme=dark] .guide2-callout.warn .guide2-callout-label{color:#fbbf24}[data-theme=dark] .guide2-empty{background:#1e293b;border-color:#334155}[data-theme=dark] .guide2-empty h3{color:#f1f5f9}[data-theme=dark] .guide2-empty p{color:#94a3b8}[data-theme=dark] .guide2-footer{color:#cbd5e1;background:#1e293b;border-color:#334155}.asm-page{color:#0f172a;background:#f8fafc;grid-template-columns:360px 1fr;min-height:calc(100vh - 64px);display:grid}.asm-loading{color:#64748b;grid-column:1/-1;justify-content:center;align-items:center;padding:120px 24px;font-size:15px;display:flex}.asm-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;height:calc(100vh - 64px);display:flex;position:sticky;top:64px;overflow:hidden}.asm-sidebar-head{border-bottom:1px solid #f1f5f9;padding:20px 20px 12px}.asm-title{letter-spacing:-.01em;margin:0 0 6px;font-size:20px;font-weight:700}.asm-subtitle{color:#64748b;margin:0 0 10px;font-size:13px;line-height:1.4}.asm-back{color:#0b2b3b;font-size:13px;font-weight:500;text-decoration:none}.asm-back:hover{text-decoration:underline}.asm-toolbar{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:8px;padding:12px 20px;display:flex}.asm-search,.asm-cat-filter{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-size:13px;transition:border-color .15s,box-shadow .15s}.asm-search:focus,.asm-cat-filter:focus{border-color:#0b2b3b;box-shadow:0 0 0 3px #0b2b3b14}.asm-actions{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:8px;padding:12px 20px;display:flex}.asm-list{flex:1;padding:8px 12px 20px;overflow-y:auto}.asm-empty{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:10px;padding:20px 12px;font-size:13px;line-height:1.5}.asm-empty b{color:#0f172a;font-weight:600}.asm-row{cursor:pointer;border:1px solid #0000;border-radius:8px;flex-direction:column;gap:4px;margin-bottom:4px;padding:10px 12px;transition:background .12s,border-color .12s;display:flex}.asm-row:hover{background:#f1f5f9}.asm-row.selected{background:#e0f2fe;border-color:#0284c7}.asm-row-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.asm-row-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:600;overflow:hidden}.asm-row-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:999px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:600}.asm-row-badge.preset{color:#92400e;background:#fef3c7}.asm-row-meta{color:#64748b;justify-content:space-between;gap:8px;font-size:12px;display:flex}.asm-row-cat{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.asm-row-price{color:#0f766e;white-space:nowrap;flex-shrink:0;font-weight:600}.asm-main{max-height:calc(100vh - 64px);padding:32px 40px 80px;overflow-y:auto}.asm-placeholder{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:120px 24px;display:flex}.asm-placeholder-icon{margin-bottom:16px;font-size:48px}.asm-placeholder h3{color:#0f172a;margin:0 0 8px;font-size:20px;font-weight:700}.asm-placeholder p{margin:0;font-size:14px}.asm-editor{flex-direction:column;gap:20px;max-width:960px;margin:0 auto;display:flex}.asm-editor-head{justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:8px;display:flex}.asm-name-input{color:#0f172a;letter-spacing:-.01em;background:0 0;border:1px solid #0000;border-radius:8px;outline:none;width:100%;margin-bottom:6px;padding:6px 10px;font-size:24px;font-weight:700;transition:background .12s,border-color .12s}.asm-name-input:not(:disabled):hover{background:#f8fafc}.asm-name-input:not(:disabled):focus{background:#fff;border-color:#0b2b3b;box-shadow:0 0 0 3px #0b2b3b14}.asm-name-input:disabled{cursor:default;color:#0f172a}.asm-cat-select{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:6px 10px;font-size:13px}.asm-cat-select:disabled{cursor:default;background:#f8fafc}.asm-editor-actions{flex-shrink:0;gap:8px;display:flex}.asm-desc{color:#0f172a;resize:vertical;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;min-height:48px;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .12s,box-shadow .12s}.asm-desc:focus{border-color:#0b2b3b;box-shadow:0 0 0 3px #0b2b3b14}.asm-desc:disabled{cursor:default;background:#f8fafc}.asm-summary{background:linear-gradient(135deg,#ecfdf5 0%,#f0fdf4 100%);border:1px solid #a7f3d0;border-radius:12px;flex-direction:column;gap:6px;padding:16px 20px;display:flex}.asm-summary-row{color:#475569;justify-content:space-between;align-items:center;font-size:13px;display:flex}.asm-summary-row b{color:#0f172a;font-variant-numeric:tabular-nums}.asm-summary-final{border-top:1px solid #a7f3d0;justify-content:space-between;align-items:baseline;margin-top:6px;padding-top:10px;font-size:14px;font-weight:600;display:flex}.asm-final-price{color:#059669;font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:22px;font-weight:800}.asm-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px 20px}.asm-section-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.asm-section-head h3{letter-spacing:-.01em;margin:0;font-size:15px;font-weight:700}.asm-empty-mini{color:#94a3b8;text-align:center;padding:16px 12px;font-size:13px;font-style:italic}.asm-table{flex-direction:column;gap:4px;display:flex;overflow-x:auto}.asm-table-head,.asm-table-row{grid-template-columns:1.6fr 1.1fr .8fr .8fr .8fr .7fr .9fr 32px;align-items:center;gap:6px;min-width:640px;display:grid}.asm-labor-table .asm-table-head,.asm-labor-table .asm-table-row{grid-template-columns:1fr 1.6fr .8fr .8fr .9fr 32px;min-width:520px}.asm-table-head{text-transform:uppercase;letter-spacing:.5px;color:#64748b;border-bottom:1px solid #f1f5f9;margin-bottom:4px;padding:0 6px 6px;font-size:11px;font-weight:600}.asm-table-row{padding:4px 0}.asm-table-row input[type=text],.asm-table-row input[type=number],.asm-table-row select{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;padding:6px 8px;font-family:inherit;font-size:13px;transition:border-color .12s,box-shadow .12s}.asm-table-row input[type=number]{font-variant-numeric:tabular-nums;text-align:right}.asm-table-row input:focus,.asm-table-row select:focus{border-color:#0b2b3b;box-shadow:0 0 0 2px #0b2b3b14}.asm-table-row input:disabled,.asm-table-row select:disabled{color:#475569;cursor:default;background:#f8fafc}.asm-computed{color:#0f766e;font-variant-numeric:tabular-nums;text-align:right;padding:6px 8px;font-size:13px;font-weight:600}.asm-del-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:14px;transition:background .12s,color .12s;display:flex}.asm-del-btn:hover{color:#dc2626;background:#fee2e2;border-color:#fecaca}.asm-markup-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.asm-markup-grid label{color:#0f172a;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.asm-markup-grid label>span{font-size:13px;font-weight:600}.asm-markup-grid input[type=number]{color:#0f172a;font-variant-numeric:tabular-nums;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:8px 10px;font-size:14px;font-weight:600;transition:border-color .12s,box-shadow .12s}.asm-markup-grid input[type=number]:focus{border-color:#0b2b3b;box-shadow:0 0 0 3px #0b2b3b14}.asm-markup-grid input[type=number]:disabled{cursor:default;background:#f8fafc}.asm-markup-grid small{color:#64748b;font-size:11px;font-weight:400;line-height:1.4}.asm-preset-banner{color:#78350f;background:#fef3c7;border:1px solid #fcd34d;border-radius:10px;padding:14px 18px;font-size:13px;line-height:1.5}.asm-preset-banner b{color:#78350f;font-weight:700}.asm-btn{color:#0f172a;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #0000;border-radius:8px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s,border-color .12s,color .12s}.asm-btn:hover{background:#e2e8f0}.asm-btn-primary{color:#fff;background:#0b2b3b}.asm-btn-primary:hover{background:#062030}.asm-btn-alt{color:#fff;background:#f59e0b}.asm-btn-alt:hover{background:#d97706}.asm-btn-danger{color:#dc2626;background:#fff;border-color:#fca5a5}.asm-btn-danger:hover{background:#fef2f2;border-color:#dc2626}.asm-btn-small{padding:5px 10px;font-size:12px}@media (max-width:900px){.asm-page{grid-template-columns:1fr}.asm-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;height:auto;max-height:40vh;position:static}.asm-main{max-height:none;padding:24px 16px 80px}.asm-editor-head{flex-direction:column}.asm-editor-actions{width:100%}.asm-editor-actions .asm-btn{flex:1}.asm-markup-grid{grid-template-columns:1fr}}[data-theme=dark] .asm-page{color:#e2e8f0;background:#0f172a}[data-theme=dark] .asm-sidebar{background:#1e293b;border-right-color:#334155}[data-theme=dark] .asm-sidebar-head,[data-theme=dark] .asm-toolbar,[data-theme=dark] .asm-actions{border-bottom-color:#334155}[data-theme=dark] .asm-title{color:#f1f5f9}[data-theme=dark] .asm-subtitle{color:#94a3b8}[data-theme=dark] .asm-back{color:#60a5fa}[data-theme=dark] .asm-search,[data-theme=dark] .asm-cat-filter{color:#e2e8f0;background:#0f172a;border-color:#334155}[data-theme=dark] .asm-search:focus,[data-theme=dark] .asm-cat-filter:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}[data-theme=dark] .asm-empty{color:#94a3b8;background:#0f172a;border-color:#334155}[data-theme=dark] .asm-empty b{color:#f1f5f9}[data-theme=dark] .asm-row:hover{background:#334155}[data-theme=dark] .asm-row.selected{background:#1e3a5f;border-color:#60a5fa}[data-theme=dark] .asm-row-name{color:#f1f5f9}[data-theme=dark] .asm-row-meta{color:#94a3b8}[data-theme=dark] .asm-row-price{color:#34d399}[data-theme=dark] .asm-row-badge.preset{color:#fcd34d;background:#78350f}[data-theme=dark] .asm-placeholder{color:#94a3b8}[data-theme=dark] .asm-placeholder h3,[data-theme=dark] .asm-name-input{color:#f1f5f9}[data-theme=dark] .asm-name-input:not(:disabled):hover{background:#1e293b}[data-theme=dark] .asm-name-input:not(:disabled):focus{background:#0f172a;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}[data-theme=dark] .asm-name-input:disabled{color:#e2e8f0}[data-theme=dark] .asm-cat-select,[data-theme=dark] .asm-desc,[data-theme=dark] .asm-table-row input[type=text],[data-theme=dark] .asm-table-row input[type=number],[data-theme=dark] .asm-table-row select,[data-theme=dark] .asm-markup-grid input[type=number]{color:#e2e8f0;background:#0f172a;border-color:#334155}[data-theme=dark] .asm-cat-select:disabled,[data-theme=dark] .asm-desc:disabled,[data-theme=dark] .asm-table-row input:disabled,[data-theme=dark] .asm-table-row select:disabled,[data-theme=dark] .asm-markup-grid input[type=number]:disabled{color:#94a3b8;background:#1e293b}[data-theme=dark] .asm-desc:focus,[data-theme=dark] .asm-table-row input:focus,[data-theme=dark] .asm-table-row select:focus,[data-theme=dark] .asm-markup-grid input[type=number]:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}[data-theme=dark] .asm-summary{background:linear-gradient(135deg,#064e3b 0%,#022c22 100%);border-color:#065f46}[data-theme=dark] .asm-summary-row{color:#cbd5e1}[data-theme=dark] .asm-summary-row b{color:#f1f5f9}[data-theme=dark] .asm-summary-final{border-top-color:#065f46}[data-theme=dark] .asm-final-price{color:#34d399}[data-theme=dark] .asm-section{background:#1e293b;border-color:#334155}[data-theme=dark] .asm-section-head{border-bottom-color:#334155}[data-theme=dark] .asm-table-head{color:#94a3b8;border-bottom-color:#334155}[data-theme=dark] .asm-empty-mini{color:#64748b}[data-theme=dark] .asm-computed{color:#34d399}[data-theme=dark] .asm-del-btn{color:#64748b}[data-theme=dark] .asm-del-btn:hover{color:#fca5a5;background:#450a0a;border-color:#7f1d1d}[data-theme=dark] .asm-markup-grid label{color:#e2e8f0}[data-theme=dark] .asm-markup-grid small{color:#94a3b8}[data-theme=dark] .asm-preset-banner{color:#fcd34d;background:#422006;border-color:#78350f}[data-theme=dark] .asm-preset-banner b{color:#fcd34d}[data-theme=dark] .asm-btn{color:#e2e8f0;background:#334155}[data-theme=dark] .asm-btn:hover{background:#475569}[data-theme=dark] .asm-btn-primary{color:#0f172a;background:#60a5fa}[data-theme=dark] .asm-btn-primary:hover{background:#3b82f6}[data-theme=dark] .asm-btn-alt{color:#0f172a;background:#f59e0b}[data-theme=dark] .asm-btn-alt:hover{background:#d97706}[data-theme=dark] .asm-btn-danger{color:#fca5a5;background:#1e293b;border-color:#7f1d1d}[data-theme=dark] .asm-btn-danger:hover{background:#450a0a;border-color:#dc2626}
