:root{--background: #f7f6f3;--foreground: #111111;--border: #e2e0db;--primary: #e8624a;--primary-foreground: #ffffff;--secondary: #f0ede8;--muted-foreground: #888480;--card: #ffffff}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:DM Sans,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2{line-height:1.2;margin:0}.container{max-width:1100px;margin:0 auto;padding:0 24px}.eyebrow{display:block;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:8px}.btn-primary{display:inline-block;background:var(--primary);color:var(--primary-foreground);font-weight:500;font-size:15px;padding:12px 24px;border-radius:10px;border:0;cursor:pointer;font-family:inherit}.nav{display:flex;align-items:center;justify-content:space-between;padding:20px 48px;border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:20px;letter-spacing:-.02em}.brand-mark{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--primary);color:var(--primary-foreground);border-radius:8px}.nav-links{display:flex;gap:32px;font-size:14px;color:var(--muted-foreground)}.nav-links a:hover{color:var(--foreground)}.nav-actions{display:flex;align-items:center;gap:12px}.nav-signin{font-size:14px;font-weight:500;padding:8px 16px}.nav-cta{font-size:14px;font-weight:500;padding:8px 16px;background:var(--foreground);color:var(--primary-foreground);border-radius:8px}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:80px 24px 64px}.hero-badge{display:flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--border);border-radius:999px;padding:6px 16px;font-size:12px;font-weight:500;color:var(--muted-foreground);margin-bottom:32px}.hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--primary)}.hero h1{font-size:clamp(32px,5vw,56px);font-weight:600;max-width:760px;margin-bottom:20px}.hero .accent{color:var(--primary)}.hero-sub{font-size:17px;line-height:1.6;color:var(--muted-foreground);max-width:560px;margin:0 0 40px}.hero-form{position:relative;display:flex;gap:12px;width:100%;max-width:640px}.hero-input{flex:1;display:flex;align-items:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:10px;padding:12px 16px;color:var(--muted-foreground)}.hero-input:focus-within{border-color:var(--primary)}.hero-input input{width:100%;border:0;outline:none;font:15px DM Sans,sans-serif;background:transparent;color:var(--foreground)}.hero-note{margin-top:20px;font-size:12px;color:var(--muted-foreground)}.dropdown{position:absolute;top:calc(100% + 8px);left:0;width:calc(100% - 160px);min-width:320px;background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 40px #0000001a;overflow:hidden;z-index:20;text-align:left}.dd-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:0;border-bottom:1px solid var(--secondary);background:none;cursor:pointer;font-family:inherit;text-align:left}.dd-item:last-child{border-bottom:0}.dd-item:hover{background:var(--secondary)}.dd-item img,.dd-art{width:40px;height:40px;border-radius:10px;object-fit:cover;background:var(--secondary);flex-shrink:0}.dd-text{display:flex;flex-direction:column;min-width:0;flex:1}.dd-title{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dd-author{font-size:12px;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dd-genre{font-size:11px;color:var(--muted-foreground);background:var(--secondary);padding:3px 8px;border-radius:6px;flex-shrink:0}.dd-empty{padding:14px 16px;font-size:14px;color:var(--muted-foreground)}.section{padding:64px 0;border-top:1px solid var(--border)}.section h2{font-size:30px;font-weight:600;margin-bottom:36px}.section-card{background:var(--card)}.section-secondary{background:var(--secondary)}.section-note{margin-top:20px;font-size:14px;color:var(--muted-foreground)}.template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.template-card{border:1px solid var(--border);border-radius:14px;overflow:hidden}.template-thumb{height:160px;display:flex;align-items:center;justify-content:center;background:var(--secondary);color:var(--muted-foreground)}.template-meta{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--card)}.template-name{font-size:14px;font-weight:500}.template-tag{font-size:12px;color:var(--muted-foreground);background:var(--secondary);padding:3px 8px;border-radius:6px}.steps-grid,.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.step,.trust-card{display:flex;flex-direction:column;gap:10px}.trust-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:20px}.step-head{display:flex;align-items:center;gap:12px}.step-n{font-size:30px;font-weight:600;opacity:.2}.step-icon{width:36px;height:36px;border-radius:10px;background:var(--secondary);position:relative}.step-icon:after{content:"";position:absolute;inset:10px;border-radius:4px;background:var(--primary);opacity:.85;mask-size:contain}.step-title,.trust-title{font-size:15px;font-weight:600}.step-desc,.trust-desc{font-size:14px;line-height:1.6;color:var(--muted-foreground)}.footer-cta{background:var(--foreground);color:var(--primary-foreground);text-align:center;padding:80px 24px}.footer-cta h2{font-size:38px;font-weight:600;margin-bottom:14px}.footer-cta p{color:var(--muted-foreground);margin:0 0 32px}.footer{display:flex;align-items:center;justify-content:space-between;background:var(--foreground);color:var(--primary-foreground);padding:28px 48px;border-top:1px solid rgba(255,255,255,.1)}.footer-brand{font-size:15px}.footer-copy{font-size:12px;color:var(--muted-foreground)}@media(max-width:720px){.nav{padding:16px 20px}.nav-links{display:none}.hero-form{flex-direction:column}.dropdown{width:100%}.footer{flex-direction:column;gap:10px}}
