:root{color-scheme:light;--bg: #1a2332;--surface: #f1faee;--surface-2: #d7eeee;--ink: #1a2332;--muted: #546a75;--line: #a8dadc;--green: #2d8b8b;--green-dark: #1a2332;--lime: #a8dadc;--amber: #d69b4a;--red: #b85d57;--shadow: 0 18px 50px rgba(4, 13, 24, .22);font-family:DejaVu Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top right,rgba(45,139,139,.26),transparent 34rem),linear-gradient(180deg,#1a2332,#223247 38%,#f1faee 38% 100%);color:var(--ink)}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}main{min-height:100vh}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(18px,4vw,48px);background:#1a2332eb;border-bottom:1px solid rgba(168,218,220,.26);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:12px;color:var(--surface);background:transparent;font-weight:800;text-align:left}.brand small{display:block;color:var(--line);font-size:12px;font-weight:650}.brand-mark{display:grid;width:40px;height:40px;place-items:center;color:var(--green-dark);background:var(--line);border-radius:8px}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}nav button,footer button,.ghost{padding:9px 12px;color:var(--line);background:transparent;border-radius:7px}nav button.active,nav button:hover,footer button:hover,.ghost:hover{color:var(--surface);background:#a8dadc29}.notice{position:fixed;right:18px;bottom:18px;z-index:20;display:flex;align-items:center;max-width:min(420px,calc(100vw - 36px));gap:10px;padding:14px 16px;color:#fff;background:var(--green-dark);border-radius:8px;box-shadow:var(--shadow)}.hero-band{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:28px;align-items:stretch;padding:clamp(36px,6vw,72px) clamp(18px,4vw,48px) 28px;color:#fff;background:linear-gradient(125deg,#1a2332f7,#2d8b8bd1),url(https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1600&q=80) center/cover}.hero-copy{display:flex;flex-direction:column;justify-content:center;min-height:430px;max-width:850px}.eyebrow{margin:0 0 10px;color:var(--lime);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:0}h1,h2,h3,p{margin-top:0}h1{max-width:900px;margin-bottom:18px;font-size:clamp(38px,6vw,74px);line-height:.96;letter-spacing:0}h2{font-size:20px;letter-spacing:0}.hero-copy p:not(.eyebrow){max-width:690px;color:#ffffffd6;font-size:18px;line-height:1.6}.hero-actions,.row-actions{display:flex;flex-wrap:wrap;gap:12px}.primary,.secondary,.danger-btn,.icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:12px 16px;border-radius:8px;font-weight:800}.primary{color:#fff;background:var(--green)}.primary:hover{background:#246f75}.secondary{color:var(--ink);background:var(--surface);border:1px solid var(--line)}.secondary:hover,.icon-btn:hover{background:#d7eeee}.danger-btn{color:#fff;background:var(--red)}.wide{width:100%}.icon-btn{width:44px;padding:0;color:var(--ink);background:var(--surface);border:1px solid var(--line)}.hero-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-content:end}.metric{min-height:128px;padding:18px;background:#a8dadc24;border:1px solid rgba(168,218,220,.28);border-radius:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.metric span{display:block;margin:12px 0 6px;color:#ffffffb8;font-size:13px}.metric strong{display:block;font-size:clamp(22px,3vw,34px);line-height:1}.workspace{display:grid;grid-template-columns:.82fr 1.05fr 1.13fr;gap:18px;padding:28px clamp(18px,4vw,48px) 42px}.quick-start{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px clamp(18px,4vw,48px);background:#f1faee;border-bottom:1px solid rgba(26,35,50,.12)}.quick-start div{display:grid;gap:5px}.quick-start span{color:var(--muted);line-height:1.55}.tool-panel,.plan,.account-card{padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 1px #00000005}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.panel-head h2{margin-bottom:0}.limit-box,.policy-strip,.account-card{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:14px;color:#1a2332;background:var(--surface-2);border-radius:8px}.data-warning,.upgrade-banner{display:flex;align-items:flex-start;gap:10px;padding:12px;margin-bottom:12px;color:#594013;background:#fff5dd;border:1px solid #e2c886;border-radius:8px;line-height:1.45}.upgrade-banner{color:#1a2332;background:#d7eeee;border-color:#a8dadc}.invoice-list{display:grid;gap:10px}.invoice-row{display:grid;gap:4px;width:100%;padding:14px;color:var(--ink);text-align:left;background:#fbfff8;border:1px solid var(--line);border-radius:8px}.invoice-row.selected{border-color:var(--green);box-shadow:0 0 0 3px #1f7a4c1f}.invoice-row span,.invoice-row small,.muted{color:var(--muted)}.danger{color:var(--red)!important}label{display:grid;gap:7px;margin-bottom:13px;color:#1a2332;font-size:13px;font-weight:800}input,select,textarea{width:100%;min-height:44px;padding:11px 12px;color:var(--ink);background:#fbfff8;border:1px solid var(--line);border-radius:8px;outline:none}.field-hint,.template-disclaimer{margin:-4px 0 13px;color:var(--muted);font-size:12px;line-height:1.5}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #2d8b8b29}textarea{min-height:98px;resize:vertical}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.top-gap{margin-top:12px}.segmented{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:5px;margin-bottom:14px;background:var(--surface-2);border-radius:8px}.segmented button{min-height:38px;color:var(--muted);background:transparent;border-radius:7px;font-weight:800}.segmented button.active{color:var(--ink);background:var(--surface);box-shadow:0 1px 4px #0000000f}.message-box{min-height:200px;padding:18px;margin-bottom:18px;white-space:pre-wrap;line-height:1.58;background:#fbfff8;border:1px solid var(--line);border-radius:8px}.message-box.small{min-height:150px;font-size:14px}.next-step-box,.output-block,.helper-box{display:grid;gap:7px;padding:13px;margin-bottom:12px;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;line-height:1.5}.next-step-box span,.output-block span,.helper-box span{color:var(--muted)}.helper-box{background:#f7fbf4}.consent-check{display:flex;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;padding:12px;color:#1a2332;background:#fbfff8;border:1px solid var(--line);border-radius:8px}.consent-check input{width:18px;min-height:18px;margin-top:2px}.timeline{display:grid;gap:8px;margin-bottom:16px}.timeline h3{margin:0;font-size:16px}.timeline-item{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.timeline-item span{color:var(--muted)}.empty{display:grid;place-items:center;min-height:280px;color:var(--muted);text-align:center;border:1px dashed var(--line);border-radius:8px}.page{padding:clamp(34px,5vw,68px) clamp(18px,4vw,48px)}.narrow{max-width:850px;margin:0 auto}.page-head{max-width:850px;margin-bottom:28px}.page-head h1,.article h1,.narrow h1{color:#f1faee;font-size:clamp(34px,5vw,58px)}.page-head p:not(.eyebrow),.narrow p,.article li{color:var(--muted);font-size:17px;line-height:1.7}.pricing-grid,.admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:20px}.comparison-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}.comparison-strip div{display:grid;gap:6px;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.comparison-strip span{color:var(--muted);line-height:1.5}.plan{display:flex;flex-direction:column;gap:16px}.plan.featured{border-color:var(--green);box-shadow:var(--shadow)}.price{font-size:42px;font-weight:900;line-height:1}.price span{margin-left:4px;color:var(--muted);font-size:15px;font-weight:800}.plan ul,.article ul{display:grid;gap:10px;padding:0;list-style:none}.plan li{display:flex;align-items:center;gap:8px;color:var(--muted)}.account-card{justify-content:space-between;margin-top:18px}.account-card div{display:grid;flex:1}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:20px}.guide-card{display:grid;gap:8px}.guide-card>span{color:var(--green);font-weight:900}.guide-card p{margin-bottom:0;color:var(--muted);line-height:1.6}.step-row{display:grid;grid-template-columns:32px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.step-row span{display:grid;width:28px;height:28px;place-items:center;color:#fff;background:var(--green);border-radius:999px;font-weight:900}.step-row p{margin-bottom:0;color:var(--muted);line-height:1.45}.template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.file-import{padding:12px;margin-top:12px;background:#fbfff8;border:1px dashed var(--line);border-radius:8px}.checkline{display:flex;grid-template-columns:auto 1fr;align-items:center;gap:10px;font-weight:700}.checkline input{width:18px;min-height:18px}.channel-list{display:grid;gap:10px}.channel-card{display:grid;gap:5px;padding:13px;color:var(--ink);text-decoration:none;background:#fbfff8;border:1px solid var(--line);border-radius:8px}.channel-card:hover{border-color:var(--green)}.channel-card strong{display:flex;align-items:center;justify-content:space-between;gap:10px}.channel-card span,.channel-card small{color:var(--muted);line-height:1.45}.copy-block{display:grid;gap:8px;margin-bottom:16px}.target-row{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid var(--line)}.compact-actions{margin-bottom:12px}footer{display:flex;flex-wrap:wrap;gap:8px;padding:24px clamp(18px,4vw,48px) 38px;background:#f1faee;border-top:1px solid var(--line)}footer button,footer button:hover{color:var(--ink)}@media(max-width:1120px){.hero-band,.workspace{grid-template-columns:1fr}.hero-copy{min-height:auto}}@media(max-width:760px){.topbar{align-items:flex-start;flex-direction:column}nav{justify-content:flex-start}h1{font-size:42px}.hero-panel,.grid-2,.pricing-grid,.comparison-strip,.template-grid,.admin-grid,.guide-grid{grid-template-columns:1fr}.quick-start{align-items:stretch;flex-direction:column}.segmented{grid-template-columns:repeat(2,minmax(0,1fr))}}
