*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f4f6f9;color:#172033}.testbar{background:#111827;color:#fff;text-align:center;padding:9px 16px;font-size:14px}.topbar{min-height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;background:#fff;border-bottom:1px solid #e7ecf3;position:sticky;top:0;z-index:5}.brand{font-weight:800;font-size:22px;color:#111827;text-decoration:none}nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap}nav a{color:#334155;text-decoration:none;font-weight:700}.wrap{max-width:1180px;margin:0 auto;padding:32px}.hero{display:grid;grid-template-columns:1.4fr .6fr;gap:26px;align-items:center;margin:16px 0 28px}.public-hero{padding:22px 0}.eyebrow{display:inline-flex;border:1px solid #dbe4f0;background:#fff;border-radius:999px;padding:8px 12px;font-weight:800;color:#1d4ed8;margin-bottom:18px}.hero h1,.dash-head h1,.article h1{font-size:46px;line-height:1.06;margin:0 0 14px;letter-spacing:-.02em}.hero p,.dash-head p,.hint,.micro{color:#64748b;line-height:1.58}.micro{font-size:14px}.hero-card,.card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 14px 40px rgba(15,23,42,.08)}.hero-card{display:flex;flex-direction:column;gap:12px}.product-preview{border:1px solid #e2e8f0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px}.cards3{grid-template-columns:repeat(3,1fr)}.project-grid{grid-template-columns:.8fr 1.2fr}.split-section{display:grid;grid-template-columns:1fr .9fr;gap:28px;align-items:center}.steps{display:grid;gap:12px}.steps div{display:flex;gap:14px;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.steps b{display:flex;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;background:#111827;color:#fff}.card h1,.card h2,.card h3{margin-top:0}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn,button.btn{display:inline-flex;align-items:center;justify-content:center;background:#111827;color:#fff;border:0;border-radius:14px;padding:13px 18px;font-size:15px;font-weight:800;text-decoration:none;cursor:pointer}.btn.ghost,button.ghost{background:#eef2f7;color:#111827}.btn.small{padding:9px 13px;font-size:14px}.auth-card{max-width:500px;margin:44px auto}.wide-form{max-width:980px;margin:0 auto}.project-form{display:flex;flex-direction:column;gap:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:flex;flex-direction:column;gap:8px;font-weight:800;color:#1f2937}input,textarea,select{width:100%;border:1px solid #d8dee9;border-radius:14px;background:#fff;padding:12px 14px;font-size:15px}textarea{resize:vertical}.dash-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.metric b,.metric span{display:block;color:#64748b}.metric strong{display:block;font-size:36px;margin:8px 0;color:#111827}.plans-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.plan-box{border:1px solid #e2e8f0;border-radius:18px;padding:18px;background:#f8fafc;display:flex;flex-direction:column;gap:10px}.plan-box.active{border-color:#111827;background:#fff}.plan-box strong{font-size:22px}.plan-box span,.plan-box small{color:#64748b}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}.feature-list>div{border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc;padding:16px}.article p{font-size:17px;line-height:1.65}.fake-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.fake-gallery div{height:190px;border-radius:18px;background:linear-gradient(135deg,#eef2ff,#fff);display:flex;align-items:center;justify-content:center;text-align:center;font-weight:800;color:#334155;border:1px solid #dbe4f0}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #e7ecf3;vertical-align:top}td a{font-weight:800;color:#1d4ed8;text-decoration:none}.status{display:inline-flex;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:800;background:#eef2f7}.status.done{background:#dcfce7;color:#166534}.status.error{background:#fee2e2;color:#991b1b}.status.running,.status.queued{background:#fef3c7;color:#92400e}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.small-gallery{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.gallery img{width:100%;border-radius:16px;display:block;box-shadow:0 8px 22px rgba(15,23,42,.08)}.ad-list{display:grid;gap:14px}.ad-text{border:1px solid #e2e8f0;border-radius:16px;padding:16px;background:#fbfdff}.ad-text h3{margin:0 0 10px}.ad-text p{white-space:pre-wrap;line-height:1.55}pre{white-space:pre-wrap;background:#f8fafc;padding:16px;border-radius:16px}.error{border:1px solid #fecaca;background:#fff7f7}.error-text{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3;border-radius:14px;padding:10px 12px}.success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0;border-radius:14px;padding:10px 12px}.footer{max-width:1180px;margin:24px auto 0;padding:28px 32px 44px;color:#64748b;display:flex;justify-content:space-between;gap:20px;border-top:1px solid #e2e8f0}.footer div{display:flex;flex-direction:column;gap:6px}.footer a{color:#64748b;text-decoration:none}@media(max-width:900px){.hero,.grid,.cards3,.project-grid,.plans-row,.form-grid,.split-section,.feature-list,.fake-gallery{grid-template-columns:1fr}.topbar{height:auto;padding:14px;align-items:flex-start;gap:12px}.topbar,nav,.footer{flex-wrap:wrap}.wrap{padding:18px}.hero h1,.dash-head h1,.article h1{font-size:34px}.dash-head{display:block}.actions{margin-top:12px}}

/* Lite public test adjustments */
hr{width:100%;border:0;border-top:1px solid #e2e8f0;margin:8px 0}
.product-preview small{color:#64748b;line-height:1.5}
.error-text{color:#b91c1c;font-weight:800}
.success{color:#166534;font-weight:800}
