:root{--navy:#12183e;--blue:#1564db;--ink:#15213a;--muted:#68758a;--line:#e6ebf2;--bg:#f5f7fb;--white:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.login-wrap{min-height:100vh;display:grid;grid-template-columns:minmax(440px,50%) 1fr}.login-card{background:white;display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,8vw,130px);max-width:none}.login-logo{width:175px;max-height:105px;object-fit:contain;object-position:left center;margin-bottom:58px}.eyebrow{color:#4381e5;letter-spacing:.18em;font-size:12px;font-weight:800;text-transform:uppercase}.login-card h1,.page-heading h1,.project-header h1{font-size:clamp(30px,3.2vw,47px);line-height:1.15;letter-spacing:-.04em;margin:10px 0 14px;color:var(--navy)}.muted,.hint{color:var(--muted);line-height:1.65}.login-card>.muted{max-width:360px;margin-bottom:38px}.login-card form{max-width:390px;width:100%}.login-card label,.panel label{display:block;font-size:13px;font-weight:700;margin:0 0 18px}.login-card input,.panel input,.panel select{width:100%;display:block;border:1px solid #dce3ed;border-radius:10px;background:#fff;padding:13px 14px;margin-top:9px;color:var(--ink);outline:none}.login-card input:focus,.panel input:focus,.panel select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1564db19}.button{border:0;background:var(--blue);color:#fff;border-radius:10px;font-weight:750;padding:13px 20px;display:inline-flex;gap:26px;align-items:center;justify-content:center}.button:hover{background:#0e53bf}.button.full{width:100%;justify-content:space-between;margin-top:12px}.login-card small{color:#8c97a6;margin-top:36px}.login-aside{position:relative;background:radial-gradient(circle at 68% 38%,#2953a4 0%,#19295c 39%,#111a43 80%);overflow:hidden;color:white;display:flex;align-items:flex-end;padding:8vw}.login-aside:after{content:"";position:absolute;width:560px;height:560px;border:1px solid #ffffff16;border-radius:50%;top:5%;left:11%;box-shadow:0 0 0 90px #ffffff08,0 0 0 180px #ffffff07}.orbit{position:absolute;width:290px;height:290px;top:23%;left:31%;border:2px solid #77aaf355;border-radius:28px;transform:rotate(34deg);box-shadow:0 0 70px #397fe67a,inset 0 0 100px #397fe633}.orbit:after{content:"V";font-size:170px;font-weight:900;color:#93bdff44;position:absolute;inset:35px;text-align:center;transform:rotate(-34deg)}.aside-copy{z-index:1;max-width:460px}.aside-copy h2{font-size:clamp(30px,3vw,46px);letter-spacing:-.035em;line-height:1.14}.aside-copy p{color:#c4d2ee;line-height:1.6}.status-dot{display:inline-block;background:#56e4ab;width:8px;height:8px;border-radius:50%;margin-right:8px}.topbar{background:white;height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(30px,calc((100vw - 1220px)/2));gap:20px}.brand{display:flex;align-items:center;gap:15px;color:var(--navy);font-weight:800}.brand img{width:70px;height:49px;object-fit:contain}.topbar nav{display:flex;align-items:center;gap:28px;color:#52627c;font-size:14px;font-weight:650}.topbar nav a:hover,.text-button:hover{color:var(--blue)}.topbar form{margin:0}.text-button{border:0;background:none;color:inherit;padding:0}.container{max-width:1220px;margin:0 auto;padding:46px 30px 90px}.page-heading{margin-bottom:34px}.page-heading .eyebrow{margin:0}.page-heading .muted{margin-top:0}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:24px}.project-card,.panel,.photo-panel{background:white;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 28px #172b5208;overflow:hidden}.project-card{transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px #172b5217}.card-photo{height:225px;background:linear-gradient(135deg,#223873,#0f1738);display:grid;place-items:center;color:#b9c9e3}.card-photo img{height:100%;width:100%;object-fit:cover}.card-body{padding:24px}.card-client{display:flex;align-items:center;gap:10px;color:#64748b;font-size:13px}.card-client img{width:70px;height:37px;object-fit:contain;object-position:left}.card-body h2{color:var(--navy);margin:13px 0 5px;font-size:22px}.card-body p{margin:0 0 30px;color:var(--muted);min-height:21px}.card-body small{display:flex;justify-content:space-between;gap:12px;color:var(--blue);font-weight:750}.card-body small span{font-weight:450;color:#8c97a6}.breadcrumb{color:var(--blue);font-size:14px;font-weight:700;margin-bottom:32px}.project-header{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:28px}.client-logo{width:min(24vw,210px);height:75px;object-fit:contain;object-position:right}.photo-panel{background:#0c1631;min-height:400px;display:grid;place-items:center}.photo-panel>img{display:block;width:100%;height:auto;max-height:72vh;object-fit:contain}.empty-photo{text-align:center;color:#aab8ce;padding:85px 20px}.empty-photo span{font-size:54px}.empty-photo h2{color:white}.detail-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;color:#6b7891;font-size:14px}.detail-bottom>div{display:flex;align-items:center;gap:12px}.outline-button{border:1px solid #cbd6e5;border-radius:10px;padding:12px 18px;color:var(--navy);font-weight:700}.admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start}.panel{padding:26px}.panel h2{font-size:20px;color:var(--navy);margin:0 0 26px}.panel h3{font-size:15px}.panel .button{margin-top:4px}.panel .hint{font-size:12px}.existing{border-top:1px solid var(--line);margin-top:28px;padding-top:10px}.existing p{font-size:13px;line-height:1.4;border-bottom:1px solid var(--line);padding-bottom:10px}.existing p span{color:var(--muted);display:block;font-size:12px;margin-top:4px}.form-narrow{max-width:470px}.message{padding:14px 18px;border-radius:10px;margin-bottom:20px}.error{background:#fff0ed;color:#ad3528}.success{background:#e9f8ef;color:#146b3a}.empty-list{max-width:600px}.tv{background:#080f26;color:#fff}.tv .topbar{background:#0b1530;border-color:#203055;color:white}.tv .brand{color:#fff}.tv .topbar nav{color:#b4c3dc}.tv-stage{height:calc(100vh - 78px);display:flex;flex-direction:column;padding:28px 3vw 30px;gap:20px}.tv-head,.tv-foot{display:flex;align-items:center;justify-content:space-between;gap:28px}.tv-head{min-height:62px}.tv-head .client-logo{width:165px;height:58px;filter:brightness(1.3)}.tv-image{flex:1;min-height:0;background:#101a32;border-radius:14px;overflow:hidden;display:grid;place-items:center}.tv-image img{height:100%;width:100%;object-fit:contain}.tv-foot{min-height:120px}.tv-foot h1{font-size:clamp(26px,2.6vw,42px);line-height:1.1;margin:7px 0}.tv-foot p{margin:0;color:#aebed7}.tv-meta{display:flex;align-items:flex-end;flex-direction:column;gap:13px;color:#9db1d2;font-size:14px}.tv-meta a{color:#89b9ff}@media(max-width:950px){.admin-grid{grid-template-columns:1fr 1fr}.login-wrap{grid-template-columns:1fr}.login-card{min-height:100vh}.login-aside{display:none}}@media(max-width:640px){.admin-grid{grid-template-columns:1fr}.topbar{height:auto;min-height:70px;align-items:flex-start;flex-direction:column;padding:13px 20px}.topbar nav{gap:14px;flex-wrap:wrap;font-size:13px}.container{padding:32px 20px 70px}.detail-bottom,.project-header{align-items:flex-start;flex-direction:column}.detail-bottom>div{flex-wrap:wrap}.client-logo{width:170px;object-position:left}.login-card{padding:35px 25px}.login-logo{margin-bottom:35px}.tv-stage{height:auto;min-height:calc(100vh - 110px)}.tv-image{height:48vh;flex:none}.tv-foot{align-items:flex-start;flex-direction:column}.tv-meta{align-items:flex-start}.card-body small{flex-wrap:wrap}}
