*{box-sizing:border-box}html{color-scheme:dark}body{margin:0;background:#070b14;color:#edf2ff;font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}::selection{background:#6d5dfc;color:#fff}:root{--bg:#070b14;--surface:#0c1220;--surface2:#101827;--line:#1f2b42;--muted:#8d9bb3;--text:#edf2ff;--accent:#7c6cff;--accent2:#25d0c7;--danger:#ff6b7d;--success:#3fd69f;--radius:18px;--shadow:0 22px 60px rgba(0,0,0,.34)}
.ambient{position:fixed;z-index:-1;filter:blur(90px);opacity:.18;border-radius:50%;pointer-events:none}.ambient-a{width:440px;height:440px;background:#6049ff;top:-180px;right:-80px}.ambient-b{width:360px;height:360px;background:#00c8c0;bottom:-180px;left:-120px}
.topbar{height:72px;position:fixed;top:0;left:0;right:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:rgba(7,11,20,.78);border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:11px;font-family:"Space Grotesk",sans-serif;font-weight:700;letter-spacing:-.02em;font-size:19px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border:1px solid #4e43bb;border-radius:11px;background:linear-gradient(145deg,#302a69,#15152c);color:#a99fff;box-shadow:inset 0 0 22px rgba(124,108,255,.16)}.topbar-right{display:flex;align-items:center;gap:14px}.user-chip{display:flex;align-items:center;gap:9px;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:#0c1321;color:#dbe4f6;font-size:13px}.user-dot{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(63,214,159,.1)}
.app-shell{display:grid;grid-template-columns:240px minmax(0,1fr);padding-top:72px;min-height:100vh}.sidebar{position:fixed;top:72px;bottom:0;width:240px;padding:20px 14px;border-right:1px solid rgba(255,255,255,.055);background:rgba(8,13,23,.72);backdrop-filter:blur(14px);display:flex;flex-direction:column;justify-content:space-between;z-index:30}.sidebar nav,.sidebar-bottom{display:grid;gap:6px}.sidebar a{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:12px;color:#96a4ba;font-size:14px;font-weight:600;transition:.18s}.sidebar a:hover{color:#e7edff;background:#111b2b}.sidebar a.active{color:#fff;background:linear-gradient(100deg,rgba(124,108,255,.19),rgba(37,208,199,.07));box-shadow:inset 0 0 0 1px rgba(124,108,255,.2)}.mini-note{display:flex;gap:10px;padding:12px 10px 14px;color:#7f8ca2}.mini-note svg{color:#8b80ff;flex:none}.mini-note p{font-size:11px;line-height:1.5;margin:0}.mini-note b{color:#b7c3d7}.main{grid-column:2;padding:38px clamp(24px,4vw,58px) 70px;max-width:1460px;width:100%}
.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.page-head h1{font-family:"Space Grotesk",sans-serif;letter-spacing:-.04em;margin:0;font-size:clamp(30px,4vw,46px);line-height:1}.page-head p{color:var(--muted);margin:9px 0 0;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:12px;padding:11px 16px;font-weight:700;font-size:14px;transition:transform .16s,box-shadow .16s,background .16s;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#8375ff,#6756f6);color:#fff;box-shadow:0 10px 26px rgba(99,82,237,.24),inset 0 1px rgba(255,255,255,.14)}.btn-primary:hover{box-shadow:0 14px 34px rgba(99,82,237,.34)}.btn-secondary{background:#111a2a;color:#dce5f5;border:1px solid #25324a}.btn-ghost{background:transparent;color:#9eacc2;border:1px solid #202c42}.btn-danger{background:rgba(255,107,125,.1);color:#ff8594;border:1px solid rgba(255,107,125,.24)}.btn-lg{padding:14px 20px;border-radius:14px}.icon-btn{width:38px;height:38px;border:1px solid var(--line);border-radius:11px;background:#0f1726;color:#b4bfd1;display:grid;place-items:center}.mobile-menu{display:none}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:28px}.stat{padding:18px;background:linear-gradient(160deg,#0e1625,#0b111c);border:1px solid #1d293e;border-radius:16px;min-height:120px;position:relative;overflow:hidden}.stat:after{content:"";position:absolute;width:90px;height:90px;border:1px solid rgba(124,108,255,.12);border-radius:50%;right:-35px;top:-30px}.stat-label{color:#8190a7;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.stat-value{font-family:"Space Grotesk";font-size:31px;font-weight:700;margin-top:21px;letter-spacing:-.04em}.stat-detail{font-size:11px;color:#6e7d93;margin-top:2px}
.panel{background:linear-gradient(160deg,rgba(15,23,38,.92),rgba(10,16,28,.96));border:1px solid #1d293e;border-radius:var(--radius);box-shadow:0 18px 52px rgba(0,0,0,.12)}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #1c273a}.panel-head h2{font-family:"Space Grotesk";font-size:16px;margin:0}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:720px}.data-table th{text-align:left;padding:12px 20px;color:#6f7d94;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;background:rgba(255,255,255,.01)}.data-table td{padding:17px 20px;border-top:1px solid #172236;font-size:13px;color:#c9d4e5}.data-table tr:hover td{background:rgba(124,108,255,.025)}.project-cell{display:flex;align-items:center;gap:12px}.project-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#1a2240,#101729);border:1px solid #2a3552;color:#9a90ff}.project-cell strong{display:block;color:#edf2ff;font-size:14px}.project-cell small{color:#6f7d91}.badge{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:999px;border:1px solid;font-size:11px;font-weight:700}.badge-draft{color:#9eacc2;border-color:#2b374d;background:#111a29}.badge-sent{color:#7fdcd7;border-color:#235853;background:#0d2828}.badge-signed{color:#b5abff;border-color:#403775;background:#1a1738}.badge-complete{color:#7be0b9;border-color:#225940;background:#0d2b20}
.empty{padding:60px 20px;text-align:center;color:#7f8da3}.empty-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;margin:0 auto 14px;background:#101a2a;border:1px solid #26344c;color:#8e83ff}.empty h3{margin:0 0 8px;color:#dce4f3;font-family:"Space Grotesk"}.empty p{margin:0 0 20px;font-size:13px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-section{padding:22px}.form-section+.form-section{border-top:1px solid #1b273a}.form-section h2{font-family:"Space Grotesk";font-size:17px;margin:0 0 4px}.section-copy{color:#7c8aa0;font-size:12px;margin:0 0 18px}.field{display:grid;gap:8px}.field label{font-size:12px;color:#a8b4c7;font-weight:700}.field small{font-size:11px;color:#64738a}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.input,.textarea,.select{width:100%;border:1px solid #26334a;background:#0a111d;color:#edf2ff;border-radius:12px;padding:12px 13px;outline:0;transition:border .16s,box-shadow .16s}.input:focus,.textarea:focus,.select:focus{border-color:#6f61ea;box-shadow:0 0 0 4px rgba(124,108,255,.09)}.textarea{min-height:130px;resize:vertical;line-height:1.6}.textarea-lg{min-height:230px}.dropzone{border:1px dashed #384865;background:rgba(14,21,35,.65);padding:28px;border-radius:14px;text-align:center;transition:.18s}.dropzone:hover,.dropzone.drag{border-color:#7568e9;background:rgba(83,67,185,.08)}.dropzone svg{color:#8e82ff}.dropzone strong{display:block;margin-top:8px;font-size:13px}.dropzone span{font-size:11px;color:#6f7d93}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.deliverables{display:grid;gap:9px}.deliverable-input{display:flex;gap:8px}.deliverable-input .input{flex:1}.remove-row{width:42px;flex:none}
.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:30px}.auth-card{width:min(460px,100%);padding:28px;background:rgba(11,17,29,.88);border:1px solid #202d43;border-radius:22px;box-shadow:var(--shadow);backdrop-filter:blur(16px)}.auth-brand{justify-content:center;margin-bottom:26px}.auth-card h1{font-family:"Space Grotesk";font-size:29px;letter-spacing:-.04em;margin:0;text-align:center}.auth-card>p{text-align:center;color:#8492a8;font-size:13px;line-height:1.6;margin:10px 0 23px}.auth-fields{display:grid;gap:14px}.auth-meta{text-align:center;color:#7d8ba1;font-size:12px;margin-top:18px}.auth-meta a{color:#a89fff}.auth-card .btn{width:100%;margin-top:18px}.toast{position:fixed;right:24px;top:88px;z-index:100;max-width:370px;padding:12px 15px;border-radius:12px;box-shadow:var(--shadow);font-size:13px;font-weight:600;animation:toastin .22s ease}.toast-success{background:#0d2b20;border:1px solid #235a44;color:#8be6c2}.toast-error{background:#32121a;border:1px solid #652b37;color:#ff9aaa}@keyframes toastin{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.project-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);gap:18px;margin-bottom:18px}.hero-panel{padding:26px;min-height:225px;position:relative;overflow:hidden}.hero-panel:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-100px;top:-110px;background:radial-gradient(circle,rgba(124,108,255,.18),transparent 68%)}.eyeline{font-size:11px;color:#6f7f97;text-transform:uppercase;letter-spacing:.11em;font-weight:800;margin-bottom:12px}.hero-panel h1{font-family:"Space Grotesk";font-size:36px;line-height:1.05;letter-spacing:-.045em;margin:0 0 12px;max-width:700px}.hero-panel p{color:#8896ab;line-height:1.65;font-size:13px;max-width:660px}.hero-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.meta-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:9px;background:#0b1321;border:1px solid #223049;color:#9cabc1;font-size:11px}.share-card{padding:22px;display:flex;flex-direction:column;justify-content:space-between}.share-card h3{font-family:"Space Grotesk";margin:0 0 8px}.share-card p{color:#76859b;font-size:12px;line-height:1.5;margin:0}.link-box{margin:16px 0 10px;padding:10px 11px;border:1px solid #25334b;border-radius:10px;background:#080e18;color:#aebbd0;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:18px}.list{display:grid}.list-row{display:flex;align-items:center;gap:12px;padding:14px 18px;border-top:1px solid #182236}.list-row:first-child{border-top:0}.list-check{width:26px;height:26px;border-radius:9px;display:grid;place-items:center;background:rgba(63,214,159,.08);border:1px solid rgba(63,214,159,.18);color:#59dca9;flex:none}.list-row b{font-size:13px}.list-row small{display:block;color:#6f7d93;margin-top:3px}.timeline{padding:6px 18px 20px}.timeline-row{display:grid;grid-template-columns:12px 1fr;gap:12px;padding-top:17px}.timeline-dot{width:9px;height:9px;margin-top:4px;border-radius:50%;background:#38485f;box-shadow:0 0 0 4px #101827}.timeline-row.active .timeline-dot{background:#8275ff}.timeline-row b{font-size:12px}.timeline-row p{margin:4px 0 0;color:#738198;font-size:11px}
.portal-body{background:#070b14}.portal-wrap{max-width:1120px;margin:0 auto;padding:28px 24px 70px}.portal-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.portal-provider{font-size:11px;color:#74839a}.portal-header{text-align:center;max-width:740px;margin:0 auto 34px}.portal-header h1{font-family:"Space Grotesk";font-size:clamp(34px,6vw,56px);line-height:1;letter-spacing:-.055em;margin:0}.portal-header p{color:#8695ac;line-height:1.65;font-size:14px;margin:14px auto 0;max-width:620px}.portal-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 auto 24px;max-width:760px}.step-tab{padding:10px 12px;border-radius:12px;background:#0c1422;border:1px solid #1b2940;color:#68778d;font-size:11px;font-weight:700;display:flex;align-items:center;gap:9px}.step-num{width:22px;height:22px;border-radius:7px;background:#121e31;display:grid;place-items:center}.step-tab.active{color:#dce5f7;border-color:#4a3fa4;background:rgba(124,108,255,.09)}.step-tab.done{color:#89dcbc;border-color:#214d3b}.portal-card{background:linear-gradient(160deg,#0d1523,#09111c);border:1px solid #1f2d42;border-radius:22px;box-shadow:var(--shadow);overflow:hidden;margin-top:16px}.portal-section{padding:26px}.portal-section+.portal-section{border-top:1px solid #1b2739}.portal-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px}.portal-section h2{font-family:"Space Grotesk";font-size:20px;margin:0}.portal-section-head p{margin:6px 0 0;color:#758399;font-size:12px}.video-frame{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#050910;border:1px solid #22304a}.video-frame iframe{width:100%;height:100%;border:0}.video-placeholder{height:100%;display:grid;place-items:center;text-align:center;color:#69768a}.portal-columns{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}.deliverable-card{padding:14px;border:1px solid #202e43;border-radius:13px;background:#0a121f;display:flex;gap:11px;align-items:center;margin-top:8px}.asset-row{display:flex;align-items:center;gap:11px;padding:12px 0;border-top:1px solid #182538}.asset-row:first-child{border-top:0}.asset-icon{width:34px;height:34px;border-radius:10px;background:#111d30;border:1px solid #26354e;color:#8b81ff;display:grid;place-items:center}.asset-main{min-width:0;flex:1}.asset-main b{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-main small{color:#67758a}.sign-box{padding:19px;border:1px solid #2d3d58;border-radius:15px;background:#0a121e}.checkline{display:flex;gap:11px;align-items:flex-start;color:#b7c2d3;font-size:12px;line-height:1.6}.checkline input{margin-top:3px;accent-color:#7769f7}.legal-text{max-height:220px;overflow:auto;padding:16px;border-radius:12px;background:#080e17;border:1px solid #1c293d;color:#8090a7;font-size:11px;line-height:1.7;white-space:pre-wrap;margin-bottom:16px}.hosting-card{position:relative;padding:26px;border-radius:17px;background:radial-gradient(circle at 90% 10%,rgba(124,108,255,.18),transparent 35%),linear-gradient(140deg,#13182d,#0c1521);border:1px solid #3a3670;overflow:hidden}.hosting-card h3{font-family:"Space Grotesk";font-size:24px;letter-spacing:-.03em;margin:0 0 8px}.hosting-card p{color:#8f9cb0;font-size:12px;line-height:1.65;max-width:640px}.hosting-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.disclosure{font-size:10px!important;color:#617086!important;margin-top:14px!important}.locked{opacity:.48;filter:saturate(.6);pointer-events:none}.success-box{padding:18px;border-radius:15px;border:1px solid #23503d;background:rgba(29,112,77,.08);display:flex;gap:12px}.success-box svg{color:#57dcaa;flex:none}.success-box b{display:block;font-size:13px}.success-box p{margin:5px 0 0;font-size:11px;color:#759486}.settings-grid{display:grid;grid-template-columns:1fr 360px;gap:18px}.callout{padding:17px;border-radius:14px;border:1px solid #28364f;background:#0a121f;color:#8290a5;font-size:12px;line-height:1.65}.callout b{color:#cbd5e5}.checkbox-card{display:flex;gap:10px;padding:13px;border:1px solid #28364d;border-radius:12px;background:#0a111d}.muted{color:var(--muted)}.small{font-size:12px}.right{text-align:right}.mt-12{margin-top:12px}.mt-18{margin-top:18px}.w-full{width:100%}.hidden{display:none!important}
@media(max-width:980px){.stats{grid-template-columns:1fr 1fr}.project-grid,.project-hero,.settings-grid{grid-template-columns:1fr}.portal-columns{grid-template-columns:1fr}}@media(max-width:760px){.mobile-menu{display:grid}.user-chip{display:none}.app-shell{grid-template-columns:1fr}.sidebar{transform:translateX(-105%);transition:.2s;box-shadow:20px 0 50px rgba(0,0,0,.4)}.sidebar.open{transform:none}.main{grid-column:1;padding:26px 18px 60px}.topbar{padding:0 18px}.page-head{align-items:flex-start;flex-direction:column}.form-grid,.field-row{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.stat{min-height:105px}.stat-value{margin-top:14px}.portal-wrap{padding:22px 16px 50px}.portal-top{margin-bottom:28px}.portal-steps{grid-template-columns:1fr}.portal-header{text-align:left}.portal-section{padding:19px}.hosting-actions,.form-actions{flex-direction:column}.hosting-actions .btn,.form-actions .btn{width:100%}}@media(max-width:480px){.stats{grid-template-columns:1fr}.auth-card{padding:22px}.portal-header h1{font-size:37px}.hero-panel h1{font-size:31px}}
