:root{--pbg:#060a13;--psurface:#0f1624;--psurface2:#151e30;--ptext:#f6f7fb;--pmuted:#a8afc1;--pline:#263146;--purple:#6047f4;--purple2:#8872ff;--green:#28c76f;--yellow:#f2b83c}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 75% 0,rgba(70,54,168,.15),transparent 30%),var(--pbg);color:var(--ptext);font:14px/1.55 'DM Sans',sans-serif}h1,h2,h3{font-family:Manrope;margin:0}.portal-login{min-height:100vh;display:grid;place-items:center;padding:30px}.portal-brand{position:fixed;top:28px;left:34px;display:flex;flex-direction:column;color:#bfc4d1;font-size:12px;text-decoration:none}.portal-brand img{width:87px;margin-bottom:2px}.auth-card{width:min(440px,100%);background:linear-gradient(145deg,rgba(19,28,45,.96),rgba(10,15,25,.96));border:1px solid var(--pline);border-radius:16px;padding:42px;box-shadow:0 30px 70px rgba(0,0,0,.35)}.portal-eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;color:#9c8dff;margin:0 0 12px}.auth-card h1{font-size:30px}.auth-intro{color:var(--pmuted);margin:12px 0 25px}.auth-card label{display:block;font-size:12px;font-weight:600;margin:15px 0}.auth-card input,.admin-form input,.admin-form select,.admin-form textarea{width:100%;display:block;color:var(--ptext);background:#0a101c;border:1px solid #303b51;border-radius:7px;padding:12px;margin-top:6px;font:14px 'DM Sans';outline:none}.auth-card input:focus,.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:var(--purple2)}.portal-button{width:100%;border:0;border-radius:7px;margin-top:12px;padding:13px 18px;background:linear-gradient(100deg,var(--purple),#4f3bd7);color:#fff;font:700 13px 'DM Sans';cursor:pointer}.portal-button b{float:right;font-size:17px}.auth-switch,.auth-help{text-align:center;color:var(--pmuted);font-size:12px}.auth-help{margin:25px 0 0}.auth-card a,.view-link{color:#9d8cff;text-decoration:none}.auth-message{padding:10px 12px;border-radius:6px;background:rgba(96,71,244,.14);color:#d8d1ff;font-size:12px}.portal-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{padding:24px 16px;border-right:1px solid #202a3d;background:rgba(5,10,18,.82)}.sidebar .portal-brand{position:static;margin:0 16px 31px}.side-nav a{display:flex;align-items:center;gap:11px;padding:12px 15px;border-radius:7px;color:#d6d9e3;text-decoration:none;margin:4px 0;font-weight:500}.side-nav a.active,.side-nav a:hover{background:linear-gradient(90deg,rgba(91,70,236,.46),rgba(91,70,236,.16));color:#fff}.side-nav .nav-title{margin:27px 16px 9px;color:#8c94a9;font-size:10px;letter-spacing:.08em}.help-card{margin-top:34px;padding:17px 16px;border-radius:8px;background:linear-gradient(145deg,#161d3d,#10182a)}.help-card h3{font-size:14px}.help-card p{color:var(--pmuted);font-size:12px}.help-card a{color:#fff;text-decoration:none}.portal-content{padding:22px 26px 45px;max-width:1400px;width:100%;margin:auto}.portal-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.portal-top h1{font-size:25px}.portal-top p{color:var(--pmuted);margin:3px 0}.profile{color:#d9dce5;text-decoration:none;font-weight:600}.profile span{color:#8f97aa;font-weight:400}.project-hero,.panel{border:1px solid var(--pline);border-radius:11px;background:linear-gradient(140deg,rgba(17,25,39,.95),rgba(11,17,28,.95))}.project-hero{display:grid;grid-template-columns:245px 1.15fr 1fr .9fr;gap:25px;padding:21px;margin:15px 0 16px;align-items:center}.project-preview{width:100%;max-height:148px;object-fit:cover;border-radius:8px}.project-hero>div+div{border-left:1px solid var(--pline);padding-left:25px}.tag,.status{display:inline-block;border-radius:14px;padding:4px 11px;font-size:11px;font-weight:700}.tag{background:rgba(99,74,244,.25);color:#ad9fff}.status{background:rgba(167,112,0,.27);color:#ffc328}.project-hero h2{font-size:21px;margin:8px 0}.project-hero p{color:var(--pmuted);font-size:12px;margin:7px 0}.small-button{display:inline-block;margin-top:10px;border:1px solid #3a465b;border-radius:6px;padding:8px 12px;color:#fff;text-decoration:none;font-size:12px}.progress-info{display:flex;justify-content:space-between;margin:20px 0 7px;color:#d7d9e5}.progress-info b{font-size:19px}.progress{height:10px;background:#252c3d;border-radius:10px;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,#7358ff,#5652ea);border-radius:inherit}.project-date{font-size:16px!important;color:#f3f4f9!important;font-weight:700}.dashboard-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:16px}.panel{padding:19px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel h2{font-size:16px}.steps{display:flex;justify-content:space-between;gap:4px;position:relative}.step{position:relative;text-align:center;z-index:1;flex:1}.step::before{content:attr(data-num);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;margin:auto auto 8px;background:#273042;border:1px solid #3a455a}.step.done::before{background:var(--green);border-color:#51d88a}.step.current::before{content:attr(data-num);display:grid;place-items:center;background:linear-gradient(135deg,#6248ec,#4449cc);border-color:transparent}.step strong{font-size:11px;display:block}.step span{color:var(--pmuted);font-size:10px}.current-note{margin-top:22px;padding:13px 15px;border-radius:7px;background:rgba(80,77,180,.14);color:#bec0ff;font-size:12px}.money{font:700 23px Manrope;margin:3px 0 13px}.finance-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.finance-row div{background:rgba(255,255,255,.035);border:1px solid #283347;border-radius:7px;padding:12px}.finance-row span{font-size:11px;color:#aeb6c6}.finance-row b{display:block;font-size:16px;margin-top:3px}.paid{color:#58dd91!important}.balance{color:#ff7575!important}.wide{grid-column:1/-1}.file-item,.message-item,.next-item{display:flex;gap:11px;padding:11px 0;border-bottom:1px solid rgba(53,65,86,.5)}.file-item:last-child,.message-item:last-child,.next-item:last-child{border:0}.file-icon{display:grid;place-items:center;width:31px;height:35px;border-radius:6px;background:#e05151;font-size:9px;font-weight:800}.file-item small,.message-item small,.next-item small{color:var(--pmuted)}.file-item b,.message-item b{display:block;font-size:12px}.next-item{padding:14px 0;align-items:center}.next-item i{display:grid;place-items:center;flex:0 0 32px;height:32px;border:1px solid #526078;border-radius:50%;color:#aeb6c6;font-size:18px;font-style:normal;line-height:1}.next-item b{display:block;font-size:14px}.next-item small{display:block;font-size:12px}.admin-header{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.admin-header h1{font-size:25px}.admin-header p{margin:4px 0;color:var(--pmuted)}.admin-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.admin-form .full{grid-column:1/-1}.admin-form textarea{min-height:75px;resize:vertical}.admin-form select option{background:#0c1320}.admin-form button{max-width:260px}.admin-projects{margin-top:16px}.admin-project{padding:16px;border-top:1px solid var(--pline);display:grid;grid-template-columns:1.2fr 1fr auto;gap:14px;align-items:center}.admin-project:first-child{border-top:0}.admin-project p{color:var(--pmuted);margin:3px 0;font-size:12px}.empty{color:var(--pmuted);padding:18px 0}@media(max-width:950px){.portal-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid #202a3d;padding:14px}.sidebar .portal-brand{margin-bottom:10px}.side-nav{display:flex;gap:2px;overflow:auto}.side-nav .nav-title,.help-card{display:none}.side-nav a{white-space:nowrap;padding:8px 11px}.project-hero{grid-template-columns:1fr 1fr}.project-hero>div+div{border-left:0;padding-left:0}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:600px){.portal-content{padding:18px 14px}.portal-top{align-items:start;gap:10px}.project-hero{grid-template-columns:1fr;padding:16px}.project-preview{max-height:170px}.steps{overflow:auto;justify-content:flex-start}.step{min-width:92px}.finance-row,.admin-form{grid-template-columns:1fr}.admin-form .full{grid-column:auto}.admin-project{grid-template-columns:1fr}.portal-login{padding:20px}.portal-brand{position:static;margin-bottom:20px}.auth-card{padding:28px 22px}}
