@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--bg:#09090b;--panel:#111114;--panel2:#17171b;--line:#29292f;--text:#f6f6f7;--muted:#9a9aa3;--red:#ed4141;--red2:#ff6565;--green:#54c98b}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 15% 0,#201012 0,transparent 32%),var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.topbar,.editorbar{height:72px;padding:0 30px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:rgba(9,9,11,.88);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.topbar nav,.editor-actions,.row,.actions{display:flex;align-items:center;gap:10px}.brand{font-family:'Space Grotesk';font-weight:800;letter-spacing:-.06em;font-size:20px}.brand span{color:var(--red)}nav a{color:#bdbdc4;margin-left:18px}nav a:hover{color:#fff}.btn{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--line);border-radius:11px;padding:12px 17px;font-weight:700;transition:.18s transform,.18s background,.18s border-color}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--red);border-color:var(--red);color:#fff}.btn.primary:hover{background:var(--red2)}.btn.ghost{background:#141418}.btn.danger{color:#ff7777;background:#211416;border-color:#4a2225}.btn.small{padding:8px 12px;font-size:13px}.hero{max-width:1120px;margin:auto;padding:120px 28px 80px}.eyebrow{font-size:11px;letter-spacing:.2em;font-weight:800;color:#ff6b6b}.hero h1,.page h1{font-family:'Space Grotesk';font-size:clamp(42px,6vw,78px);letter-spacing:-.065em;line-height:.96;margin:16px 0}.hero h1 span{color:#ff5353}.hero p{max-width:700px;color:var(--muted);font-size:19px;line-height:1.7}.hero-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:75px}.hero-grid>div{padding:22px;border:1px solid var(--line);background:rgba(255,255,255,.025);border-radius:18px}.hero-grid b{display:block;font-family:'Space Grotesk';font-size:25px}.hero-grid small{color:var(--muted)}.page{max-width:1180px;margin:auto;padding:55px 26px 90px}.page-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:35px}.page h1{font-size:50px}.muted{color:var(--muted);line-height:1.6}.auth-page{min-height:100vh;display:grid;place-items:center;padding:25px}.auth-card{width:min(460px,100%);background:rgba(17,17,20,.96);border:1px solid var(--line);padding:34px;border-radius:24px;box-shadow:0 30px 100px rgba(0,0,0,.35)}.auth-card h1{font-family:'Space Grotesk';font-size:36px;margin:28px 0 8px}.auth-card form{display:grid;gap:16px;margin:24px 0}.auth-card .btn{width:100%}label{display:grid;gap:7px;color:#d8d8dc;font-weight:600;font-size:13px}input,textarea{width:100%;background:#0c0c0f;border:1px solid #303037;color:#fff;border-radius:11px;padding:12px 13px;outline:none}input:focus,textarea:focus{border-color:#e05252;box-shadow:0 0 0 3px rgba(237,65,65,.12)}textarea{min-height:130px;resize:vertical}.notice{background:#15191a;border:1px solid #284238;color:#a8e3c5;padding:13px 15px;border-radius:12px;margin:14px 0}.notice.error{background:#211416;border-color:#512528;color:#ffb2b2}.center{text-align:center}.template-grid,.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.template-card,.project-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.18s transform,.18s border-color}.template-card:hover,.project-card:hover{transform:translateY(-3px);border-color:#44444d}.template-preview,.project-art{height:190px;padding:22px;display:flex;flex-direction:column;justify-content:space-between}.template-preview span,.project-art span{font-size:10px;letter-spacing:.16em;font-weight:800;color:#ffb1b1}.template-preview strong{font-family:'Space Grotesk';font-size:32px}.template-info,.project-body{padding:20px}.template-info h2,.project-body h2{margin:0 0 7px;font-family:'Space Grotesk'}.template-info p,.project-body p{color:var(--muted);line-height:1.5}.empty{border:1px dashed #3a3a41;padding:70px;text-align:center;border-radius:22px}.select-grid{margin:24px 0}.template-choice input{display:none}.template-choice input:checked + .template-card{border-color:#e34b4b;box-shadow:0 0 0 2px rgba(227,75,75,.2)}.status{padding:5px 8px;border-radius:999px;font-size:12px}.status.approved{background:#123023;color:#80e4ae}.status.pending{background:#302812;color:#e6c96c}.status.rejected{background:#35181b;color:#ff8585}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px}.admin-section{margin-top:30px}.admin-section h2{font-family:'Space Grotesk'}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line)}th{font-size:11px;color:#898990;text-transform:uppercase;letter-spacing:.1em}.editor-page{height:100vh;overflow:hidden}.editorbar{position:relative;height:64px}.editor-title{display:flex;gap:12px;align-items:center}.editor-title span{font-size:11px;color:#777}.back{color:#aaa}.editor{height:calc(100vh - 64px);display:grid;grid-template-columns:210px 1fr 300px}.sidebar,.inspector{background:#101013;border-right:1px solid var(--line);padding:18px}.inspector{border-right:0;border-left:1px solid var(--line)}.panel-head{font-size:10px;letter-spacing:.18em;font-weight:800;color:#777;margin:8px 0 12px}.tool{display:block;width:100%;text-align:left;border:0;background:transparent;color:#aaa;padding:12px;border-radius:10px;margin:3px 0}.tool:hover,.tool.active{background:#1b1b20;color:#fff}.canvas-wrap{background:#08080a;padding:26px;display:grid;place-items:center;overflow:auto}.device{width:min(1100px,100%);height:calc(100vh - 116px);background:white;border-radius:14px;overflow:hidden;box-shadow:0 25px 90px #000}.device iframe{width:100%;height:100%;border:0}.inspector label{margin-bottom:15px}.inspector input,.inspector textarea{background:#0a0a0d}.user-pill{font-size:13px;color:#bbb}@media(max-width:900px){.template-grid,.project-grid{grid-template-columns:1fr 1fr}.editor{grid-template-columns:170px 1fr}.inspector{display:none}}@media(max-width:650px){.topbar{padding:0 16px}.topbar nav a:not(.btn){display:none}.hero{padding:80px 20px}.hero-grid{grid-template-columns:1fr}.page{padding:35px 18px}.page-head{align-items:flex-start;flex-direction:column}.template-grid,.project-grid{grid-template-columns:1fr}.editor{grid-template-columns:1fr}.sidebar{display:none}.canvas-wrap{padding:10px}.device{height:calc(100vh - 84px);border-radius:0}.editor-title{font-size:13px}}
