:root{--font-display: "Newsreader", "Iowan Old Style", Georgia, serif;--font-ui: "DM Sans", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--paper: #14110D;--cream: #1F1A14;--mist: #3A3328;--stone: #877E6E;--shade: #B8AC95;--bark: #ECE4D2;--bronze: #D89554;--bronze-dark: #9C6B2F;--moss: #8AA972;--clay: #E08068;--bg-dark: var(--paper);--bg-card: #1C1814;--bg-hover: #231F1A;--bg-surface: #2A2620;--border: var(--mist);--border-light: #4A443C;--text-primary: var(--bark);--text-secondary: var(--shade);--text-muted: var(--stone);--primary: var(--bronze);--primary-hover: #E3A66A;--primary-dim: rgba(216, 149, 84, .15);--error: #CF222E;--error-bg: rgba(207, 34, 46, .1);--radius: 10px;--radius-sm: 6px}:root[data-theme=light]{--paper: #F2EBDB;--cream: #F8F2E3;--mist: #D6CFC0;--stone: #7A7268;--shade: #4A4239;--bark: #1F1A14;--bronze: #9C6B2F;--bronze-dark: #D89554;--moss: #5C7148;--clay: #C2553D}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-ui);background:var(--bg-dark);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover)}button{font-family:var(--font-ui);cursor:pointer}img{max-width:100%}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:var(--font-ui);font-size:.875rem;font-weight:600;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-hover);color:var(--text-primary);transition:all .15s}.btn:hover{border-color:var(--primary-hover);color:var(--text-primary)}.btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn--primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);color:#fff}.btn--primary:disabled{opacity:.4;cursor:not-allowed}.btn--ghost{background:transparent;border-color:transparent;color:var(--text-secondary)}.btn--ghost:hover{color:var(--text-primary)}.btn--lg{padding:.75rem 1.5rem;font-size:.9375rem}.btn--sm{padding:.375rem .75rem;font-size:.75rem}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#14110dd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;height:56px;gap:2rem}.header-logo{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--text-primary);font-family:var(--font-display);font-size:1.125rem;font-style:italic;font-weight:500}.header-nav{display:flex;gap:.25rem}.header-link{background:none;border:none;color:var(--text-secondary);font-size:.875rem;padding:.375rem .75rem;border-radius:var(--radius-sm);transition:all .12s}.header-link:hover{color:var(--text-primary);background:var(--bg-hover)}.header-right{margin-left:auto;display:flex;align-items:center}.header-auth{display:flex;gap:.375rem}.header-user{position:relative;display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius-sm)}.header-user:hover{background:var(--bg-hover)}.header-avatar{width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.header-email{font-size:.8125rem;color:var(--text-secondary)}.header-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1}.header-dropdown{position:absolute;top:100%;right:0;z-index:2;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.25rem;min-width:160px;box-shadow:0 8px 24px #00000080}.header-dropdown-item{display:block;width:100%;text-align:left;padding:.5rem .75rem;background:none;border:none;border-radius:var(--radius-sm);color:var(--text-primary);font-size:.8125rem}.header-dropdown-item:hover{background:var(--bg-hover)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:56px}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% 90%,rgba(216,149,84,.08),transparent)}.hero-content{position:relative;z-index:1;text-align:center;padding:4rem 0 2rem}.hero-eyebrow{font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.18em;color:var(--primary);margin-bottom:1rem}.hero-title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;font-style:italic;line-height:1.08;margin-bottom:1.25rem}.hero-sub{font-size:1.0625rem;color:var(--text-secondary);max-width:520px;margin:0 auto 2rem;line-height:1.6}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.hero-preview{display:flex;max-width:680px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;height:200px}.hero-preview-sidebar{width:48px;background:var(--bg-hover);border-right:1px solid var(--border);flex-shrink:0}.hero-preview-content{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.hero-preview-bar{height:8px;width:40%;background:var(--bg-surface);border-radius:4px}.hero-preview-graph{display:flex;flex-direction:column;gap:6px}.hero-preview-node{display:flex;align-items:center;gap:6px}.hero-preview-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hero-preview-line{flex:1;height:2px;background:var(--bg-surface);border-radius:1px}.section-eyebrow{font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.18em;color:var(--primary);margin-bottom:.75rem;text-align:center}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;font-style:italic;text-align:center;line-height:1.15;margin-bottom:1rem}.section-sub{font-size:1rem;color:var(--text-secondary);text-align:center;max-width:500px;margin:0 auto 2.5rem;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:3rem}.feature-card{padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .15s}.feature-card:hover{border-color:var(--border-light)}.feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--primary-dim);border-radius:var(--radius-sm);color:var(--primary);margin-bottom:1rem}.feature-title{font-family:var(--font-display);font-size:1.125rem;font-weight:500;font-style:italic;margin-bottom:.5rem}.feature-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.6}.section--cta{background:linear-gradient(to top,rgba(216,149,84,.06),transparent)}.cta-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.cta-footnote{font-size:.75rem;color:var(--text-muted)}.footer{border-top:1px solid var(--border);padding:2rem 0}.footer-inner{display:flex;align-items:center;gap:2rem}.footer-brand{display:flex;align-items:center;gap:.375rem;font-family:var(--font-display);font-style:italic;font-size:.9375rem;color:var(--text-muted)}.footer-nav{display:flex;gap:.25rem}.footer-link{background:none;border:none;color:var(--text-muted);font-size:.8125rem;padding:.25rem .5rem;border-radius:var(--radius-sm)}.footer-link:hover{color:var(--text-primary)}.footer-copy{margin-left:auto;font-size:.75rem;color:var(--text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal-box{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem 1.5rem;width:100%;max-width:400px;position:relative;max-height:90vh;overflow-y:auto}.modal-box--wide{max-width:560px}.modal-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:var(--text-muted);font-size:1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.modal-close:hover{background:var(--bg-hover);color:var(--text-primary)}.modal-title{font-family:var(--font-display);font-size:1.5rem;font-weight:400;font-style:italic;margin-bottom:.25rem}.modal-sub{font-size:.8125rem;color:var(--text-secondary);margin-bottom:1.25rem}.modal-error{font-size:.75rem;color:var(--error);background:var(--error-bg);padding:.5rem .75rem;border-radius:var(--radius-sm);margin-bottom:.75rem}.modal-form{display:flex;flex-direction:column;gap:.75rem}.modal-row{display:flex;gap:.75rem}.modal-row .modal-field{flex:1}.modal-field{display:flex;flex-direction:column;gap:.25rem}.modal-field span{font-size:.75rem;font-weight:500;color:var(--text-primary)}.modal-field input,.modal-field select{padding:.5rem .75rem;font-family:var(--font-ui);font-size:.8125rem;background:var(--bg-dark);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;width:100%}.modal-field input:focus,.modal-field select:focus{border-color:var(--primary)}.modal-field input.input--invalid,.modal-field select.input--invalid{border-color:#e53e3e}.modal-field input.input--invalid:focus,.modal-field select.input--invalid:focus{border-color:#e53e3e}.modal-field input::placeholder{color:var(--text-muted)}.modal-submit{width:100%;justify-content:center;margin-top:.25rem}.modal-forgot{display:inline-block;background:none;border:none;padding:0;font-size:.75rem;color:var(--primary);cursor:pointer;margin-top:-.25rem;margin-bottom:.5rem;text-align:left}.modal-forgot:hover{text-decoration:underline}.modal-divider{display:flex;align-items:center;gap:.75rem;margin:.5rem 0}.modal-divider:before,.modal-divider:after{content:"";flex:1;height:1px;background:var(--border)}.modal-divider span{font-size:.75rem;color:var(--text-muted);text-transform:uppercase}.modal-google{width:100%;justify-content:center}.modal-check{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;color:var(--text-secondary);cursor:pointer}.modal-check input{margin-top:3px;accent-color:var(--primary)}.modal-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.modal-field-error{font-size:.75rem;color:var(--error);background:var(--error-bg);padding:.5rem .75rem;border-radius:var(--radius-sm);margin:0}.modal-actions .modal-submit{width:auto}.tech-tags{display:flex;flex-wrap:wrap;gap:.375rem}.tech-tag{padding:.25rem .625rem;font-size:.75rem;font-weight:500;background:var(--bg-hover);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all .12s}.tech-tag:hover{border-color:var(--primary-hover);color:var(--text-primary)}.tech-tag.active{background:var(--primary);border-color:var(--primary);color:#fff}.reg-confirm{text-align:center;padding:2rem 0}.reg-confirm-icon{width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin:0 auto 1rem}.reg-confirm h3{font-family:var(--font-display);font-size:1.25rem;font-style:italic;margin-bottom:.5rem}.reg-confirm p{font-size:.875rem;color:var(--text-secondary)}.legal-page h1{font-family:var(--font-display);font-size:2.5rem;font-style:italic;font-weight:400;margin-bottom:.5rem}.legal-date{font-size:.8125rem;color:var(--text-muted);margin-bottom:2rem}.legal-page h2{font-family:var(--font-display);font-size:1.25rem;font-style:italic;font-weight:500;margin:1.5rem 0 .5rem}.legal-page p{font-size:.9375rem;color:var(--text-secondary);line-height:1.7}details[open] .cl-chevron{transform:rotate(90deg)}.brand-page .section-title{margin-bottom:.5rem}.brand-page .section-sub{margin-bottom:3rem}.brand-section{margin-bottom:2.5rem}.brand-section h2{font-family:var(--font-display);font-size:1.25rem;font-style:italic;font-weight:500;margin-bottom:.75rem}.brand-section p{font-size:.9375rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.brand-logos{display:flex;gap:1rem}.brand-logo-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);font-size:.8125rem;color:var(--text-secondary)}.brand-colors{display:flex;gap:.75rem;flex-wrap:wrap}.brand-color{display:flex;align-items:center;gap:.625rem;font-size:.75rem;color:var(--text-secondary);line-height:1.3}.brand-swatch{width:36px;height:36px;border-radius:var(--radius-sm);border:1px solid var(--border);flex-shrink:0}.brand-fonts{display:flex;gap:1rem;flex-wrap:wrap}.brand-font{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);min-width:160px}.brand-font-sample{font-size:1.5rem;color:var(--text-primary)}.brand-font span:last-child{font-size:.75rem;color:var(--text-muted)}.dashboard{padding-top:calc(56px + 2rem);min-height:100vh}.dashboard-header{margin-bottom:2rem}.dashboard-user{display:flex;align-items:center;gap:1rem}.dashboard-avatar{width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:600}.dashboard-greeting{font-family:var(--font-display);font-size:1.5rem;font-style:italic;font-weight:400}.dashboard-email{font-size:.875rem;color:var(--text-secondary)}.dashboard-tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.dashboard-tab{background:none;border:none;padding:.625rem 1rem;font-size:.875rem;color:var(--text-secondary);border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .12s}.dashboard-tab:hover{color:var(--text-primary)}.dashboard-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.dash-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.dash-card h2{font-family:var(--font-display);font-size:1.125rem;font-style:italic;font-weight:500;margin-bottom:1rem}.dash-field{display:flex;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.dash-field:last-child{border-bottom:none}.dash-field span:first-child{color:var(--text-secondary)}.dash-field span:last-child{color:var(--text-primary)}.dash-empty{font-size:.875rem;color:var(--text-muted);padding:1rem 0}.dash-integrations{display:flex;flex-direction:column;gap:.75rem}.dash-integration{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-sm)}.dash-int-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--bg-hover);border-radius:var(--radius-sm);flex-shrink:0}.dash-int-info{flex:1}.dash-int-info strong{display:block;font-size:.875rem}.dash-int-info span{font-size:.75rem;color:var(--text-muted)}.onb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem}.onb-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem 1.5rem;max-width:480px;width:100%}.onb-steps{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.onb-dot{width:8px;height:8px;border-radius:50%;background:var(--bg-surface);transition:all .2s}.onb-dot.active{background:var(--primary);width:24px;border-radius:4px}.onb-dot.done{background:var(--primary);opacity:.5}.onb-content{text-align:center;margin-bottom:1.5rem}.onb-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;background:var(--primary-dim);border-radius:12px;color:var(--primary)}.onb-content h2{font-family:var(--font-display);font-size:1.375rem;font-style:italic;font-weight:500;margin-bottom:.75rem}.onb-content p{font-size:.875rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.onb-list{list-style:none;text-align:left;display:flex;flex-direction:column;gap:.5rem}.onb-list li{font-size:.8125rem;color:var(--text-secondary);padding-left:1.25rem;position:relative;line-height:1.4}.onb-list li:before{content:"→";position:absolute;left:0;color:var(--primary)}.onb-actions{display:flex;align-items:center;gap:.5rem}.onb-password-sent{font-size:.875rem;color:var(--primary);font-weight:500}@media(max-width:768px){.header-nav{display:none}.features-grid{grid-template-columns:1fr}.modal-row{flex-direction:column}.footer-inner{flex-direction:column;text-align:center}.footer-copy{margin-left:0}}@keyframes spin{to{transform:rotate(360deg)}}
