:root {
  --green-950: #053b29;
  --green-900: #075239;
  --green-800: #087443;
  --green-700: #079455;
  --green-600: #10b566;
  --green-100: #dff8eb;
  --green-50: #f0fbf5;
  --ink: #10241b;
  --muted: #668076;
  --line: #dcebe3;
  --white: #fff;
  --shadow: 0 20px 60px rgba(7,82,57,.12);
}
* { box-sizing: border-box; }
html { min-width: 320px; background: #f5faf7; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; color: var(--ink); font-family: "DM Sans", sans-serif; background: linear-gradient(180deg,#f8fcfa,#f1f8f4 62%,#edf6f1); }
button,input,select { font: inherit; }
button { color: inherit; }
.ambient { position: fixed; z-index: -1; width: 480px; height: 480px; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.ambient-a { top: -300px; right: -120px; background: radial-gradient(circle,rgba(16,181,102,.16),transparent 68%); }
.ambient-b { bottom: -360px; left: -170px; background: radial-gradient(circle,rgba(8,116,67,.12),transparent 68%); }
.topbar { position: sticky; top: 0; z-index: 10; display: flex; height: 76px; padding: 0 4vw; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(220,235,227,.8); background: rgba(255,255,255,.84); backdrop-filter: blur(20px); }
.brand { display: flex; gap: 11px; align-items: center; color: inherit; text-decoration: none; }
.brand strong,.brand small { display: block; }
.brand strong { font: 800 17px "Manrope",sans-serif; letter-spacing: -.02em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: linear-gradient(145deg,var(--green-800),var(--green-600)); box-shadow: 0 9px 20px rgba(8,116,67,.24); }
.brand-mark i { position: absolute; width: 5px; border-radius: 10px; background: white; }
.brand-mark i:nth-child(1) { height: 12px; transform: translate(-8px,4px); }
.brand-mark i:nth-child(2) { height: 23px; transform: translate(0,-1px); }
.brand-mark i:nth-child(3) { height: 17px; transform: translate(8px,2px); }
.top-actions { display: flex; gap: 8px; align-items: center; }
.storage-badge { padding: 6px 9px; border: 1px solid var(--line); border-radius: 20px; color: var(--muted); background: white; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.shell { width: min(1450px,calc(100% - 42px)); margin: 0 auto; padding: 34px 0 70px; }
.welcome { position: relative; display: grid; min-height: 230px; padding: 36px 38px; grid-template-columns: 1fr 390px; gap: 28px; align-items: center; overflow: hidden; border-radius: 24px; color: white; background: linear-gradient(125deg,var(--green-950),var(--green-800) 63%,#0ba361); box-shadow: 0 24px 60px rgba(7,82,57,.2); }
.welcome::after { position: absolute; right: -80px; bottom: -180px; width: 440px; height: 440px; content: ""; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035),0 0 0 110px rgba(255,255,255,.025); }
.welcome > * { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 10px; color: #8ce9b7; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.welcome h1 { margin: 0; font: 800 clamp(28px,4vw,48px)/1.1 "Manrope",sans-serif; letter-spacing: -.045em; }
.welcome > div > p:not(.eyebrow) { max-width: 600px; margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 13px; }
.last-upload { display: flex; margin-top: 28px; gap: 8px; align-items: center; color: rgba(255,255,255,.72); font-size: 10px; }
.last-upload > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: #71f3ab; box-shadow: 0 0 12px #71f3ab; }
.upload-card { display: flex; min-height: 145px; padding: 20px; gap: 17px; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.105); backdrop-filter: blur(12px); }
.upload-card > div { display: grid; gap: 5px; }
.upload-icon { display: grid; width: 36px; height: 36px; margin-bottom: 5px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.1); font-size: 20px; }
.upload-card strong { font: 700 13px "Manrope",sans-serif; }
.upload-card small { max-width: 160px; color: rgba(255,255,255,.65); font-size: 9px; line-height: 1.5; }
.button { display: inline-flex; min-height: 38px; padding: 0 14px; cursor: pointer; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 10px; font-size: 10px; font-weight: 700; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { border-color: rgba(255,255,255,.25); color: var(--green-900); background: white; box-shadow: 0 8px 20px rgba(5,59,41,.16); }
.button-ghost { border-color: var(--line); color: var(--green-900); background: white; }
.metrics { display: grid; margin: 18px 0; grid-template-columns: repeat(4,1fr); gap: 12px; }
.metrics article { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.87); box-shadow: 0 10px 30px rgba(7,82,57,.05); }
.metrics span,.metrics strong,.metrics small { display: block; }
.metrics span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.metrics strong { margin: 7px 0 3px; color: var(--green-900); font: 800 28px "Manrope",sans-serif; letter-spacing: -.04em; }
.metrics .metric-date { font-size: 16px; letter-spacing: -.02em; }
.metrics small { color: #91a49b; font-size: 9px; }
.toolbar { display: grid; margin: 24px 0; grid-template-columns: minmax(260px,1fr) 200px 200px auto; gap: 8px; }
.search-box { display: flex; min-height: 44px; padding: 0 13px; gap: 9px; align-items: center; border: 1px solid var(--line); border-radius: 11px; background: white; color: var(--green-700); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 11px; }
select { padding: 0 11px; border: 1px solid var(--line); border-radius: 11px; outline: none; color: var(--ink); background: white; font-size: 10px; }
.section-block { margin-top: 30px; }
.section-title { display: flex; margin-bottom: 13px; align-items: center; justify-content: space-between; }
.section-title > div { display: flex; gap: 10px; align-items: center; }
.section-title h2 { margin: 0; font: 800 18px "Manrope",sans-serif; letter-spacing: -.025em; }
.section-title p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }
.section-title b { display: grid; min-width: 29px; height: 29px; padding: 0 7px; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--green-800); background: white; font-size: 10px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 5px var(--green-100),0 0 16px rgba(16,181,102,.4); }
.history-symbol { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; color: var(--green-800); background: var(--green-100); }
.event-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.event-card { min-width: 0; padding: 18px; cursor: pointer; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: 0 12px 34px rgba(7,82,57,.055); transition: .2s ease; }
.event-card:hover { transform: translateY(-2px); border-color: #aadbc1; box-shadow: var(--shadow); }
.event-card.is-current { border-color: #a4ddbd; background: linear-gradient(150deg,#fff,#f1fbf5); }
.card-top,.card-bottom,.service-tags,.event-id { display: flex; align-items: center; }
.card-top { gap: 9px; justify-content: space-between; }
.event-id { gap: 7px; color: var(--green-800); font-size: 9px; font-weight: 800; }
.event-id span { padding: 4px 6px; border-radius: 6px; color: var(--green-900); background: var(--green-100); }
.current-pill { padding: 4px 7px; border-radius: 20px; color: #06733f; background: #d9f8e7; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.event-card h3 { min-height: 40px; margin: 14px 0 8px; overflow: hidden; font: 700 13px/1.45 "Manrope",sans-serif; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.event-card .unit { color: var(--muted); font-size: 9px; }
.clients { margin: 18px 0 14px; padding: 12px; border-radius: 11px; background: var(--green-50); }
.clients span,.clients strong { display: block; }
.clients span { color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.clients strong { margin-top: 3px; color: var(--green-900); font: 800 23px "Manrope",sans-serif; letter-spacing: -.04em; }
.service-tags { flex-wrap: wrap; gap: 4px; }
.service-tags span { padding: 4px 6px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: white; font-size: 7px; font-weight: 700; text-transform: uppercase; }
.card-bottom { margin-top: 14px; padding-top: 12px; justify-content: space-between; border-top: 1px solid var(--line); color: #8ca097; font-size: 8px; }
.empty-state { display: grid; min-height: 170px; padding: 25px; grid-column: 1/-1; place-content: center; border: 1px dashed #c9e1d4; border-radius: 16px; color: var(--muted); background: rgba(255,255,255,.55); text-align: center; }
.empty-state strong { color: var(--green-900); font-size: 12px; }
.empty-state p { margin: 5px 0 0; font-size: 9px; }
.event-dialog { width: min(960px,calc(100vw - 30px)); max-height: calc(100vh - 35px); padding: 0; overflow: auto; border: 0; border-radius: 22px; color: var(--ink); background: white; box-shadow: 0 30px 100px rgba(5,59,41,.28); }
.event-dialog::backdrop { background: rgba(5,36,25,.58); backdrop-filter: blur(8px); }
.dialog-close { position: sticky; top: 14px; z-index: 2; float: right; width: 34px; height: 34px; margin: 14px; cursor: pointer; border: 1px solid var(--line); border-radius: 10px; color: var(--green-900); background: white; font-size: 20px; }
.dialog-head { padding: 30px 32px 25px; color: white; background: linear-gradient(135deg,var(--green-950),var(--green-700)); }
.dialog-head h2 { max-width: 760px; margin: 13px 0 0; font: 800 21px/1.35 "Manrope",sans-serif; }
.dialog-body { padding: 25px 32px 34px; }
.detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.detail-item { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fbfefc; }
.detail-item span,.detail-item strong { display: block; }
.detail-item span { margin-bottom: 4px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.detail-item strong { font-size: 10px; overflow-wrap: anywhere; }
.detail-wide { margin-top: 16px; }
.detail-wide h3 { margin: 0 0 7px; color: var(--green-900); font: 800 11px "Manrope",sans-serif; }
.detail-wide p { margin: 0; padding: 14px; border-radius: 10px; color: #496458; background: var(--green-50); font-size: 10px; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.login-overlay,.import-overlay { position: fixed; inset: 0; z-index: 100; display: grid; padding: 20px; place-items: center; background: rgba(5,40,27,.7); backdrop-filter: blur(15px); }
.login-card,.import-card { width: min(390px,100%); padding: 30px; border-radius: 22px; background: white; box-shadow: 0 30px 100px rgba(0,0,0,.2); }
.login-mark { width: 48px; height: 48px; margin-bottom: 25px; }
.login-card .eyebrow { color: var(--green-700); }
.login-card h2 { margin: 0; font: 800 24px "Manrope",sans-serif; }
.login-card > p:not(.eyebrow) { margin: 7px 0 20px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.login-card label { display: grid; margin-bottom: 10px; gap: 5px; color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.login-card input { height: 42px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; outline: 0; color: var(--ink); background: #fbfefc; font-size: 11px; }
.login-card .button { width: 100%; margin-top: 7px; color: white; background: var(--green-800); }
#loginError { display: block; min-height: 18px; margin-top: 10px; color: #b42318; font-size: 9px; text-align: center; }
.login-overlay[hidden],.import-overlay[hidden] { display: none; }
.import-card { text-align: center; }
.import-card strong { display: block; margin-top: 15px; font: 800 15px "Manrope",sans-serif; }
.import-card p { margin: 6px 0 0; color: var(--muted); font-size: 10px; }
.spinner { width: 38px; height: 38px; margin: auto; border: 3px solid var(--green-100); border-top-color: var(--green-700); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.toast-stack { position: fixed; right: 18px; bottom: 18px; z-index: 120; display: grid; gap: 8px; }
.toast { max-width: 330px; padding: 11px 13px; border: 1px solid #bce4ce; border-radius: 10px; color: var(--green-900); background: white; box-shadow: var(--shadow); font-size: 10px; animation: toast-in .2s ease both; }
@keyframes toast-in { from { opacity: 0; transform: translateY(7px); } }
@media (max-width: 1050px) { .welcome { grid-template-columns: 1fr; }.upload-card { max-width: 500px; }.event-grid { grid-template-columns: repeat(2,1fr); }.metrics { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 720px) { .topbar { height: 66px; padding: 0 15px; }.brand small,.storage-badge { display:none; }.shell { width: calc(100% - 24px); padding-top: 15px; }.welcome { padding: 25px 21px; border-radius: 18px; }.upload-card { align-items: flex-start; flex-direction: column; }.metrics,.event-grid,.detail-grid { grid-template-columns: 1fr; }.toolbar { grid-template-columns: 1fr; }.section-title { align-items: flex-start; }.event-dialog { border-radius: 16px; }.dialog-head,.dialog-body { padding: 22px; } }

/* Hydra interface */
:root {
  --green-950: #031f18;
  --green-900: #063b2c;
  --green-800: #087653;
  --green-700: #08a06e;
  --green-600: #21d492;
  --green-100: #d9f8eb;
  --green-50: #effbf6;
  --ink: #10211a;
  --muted: #687c73;
  --line: #dce9e2;
  --shadow: 0 22px 65px rgba(3,31,24,.13);
}
body { background: radial-gradient(circle at 82% -10%,rgba(31,211,145,.13),transparent 29%),linear-gradient(180deg,#f8fbf9,#f1f7f4 68%,#edf5f1); }
[data-panel][hidden] { display: none !important; }
.topbar { height: 82px; border-bottom-color: rgba(255,255,255,.08); color: white; background: rgba(3,31,24,.94); box-shadow: 0 12px 35px rgba(3,31,24,.13); }
.brand { gap: 13px; }
.brand-logo { width: 49px; height: 49px; object-fit: cover; border: 1px solid rgba(179,255,222,.18); border-radius: 15px; box-shadow: 0 0 0 4px rgba(41,222,155,.06),0 8px 25px rgba(0,0,0,.24); }
.brand strong { font-size: 18px; }
.brand small { color: rgba(222,255,240,.52); }
.top-actions { gap: 9px; }
.version-badge,.storage-badge { padding: 7px 10px; border-color: rgba(255,255,255,.11); color: rgba(224,255,242,.66); background: rgba(255,255,255,.055); }
.storage-badge { position: relative; padding-left: 23px; }
.storage-badge::before { position: absolute; left: 10px; top: 50%; width: 6px; height: 6px; content: ""; border-radius: 50%; background: #4af0a8; box-shadow: 0 0 10px #4af0a8; transform: translateY(-50%); }
.topbar .button-ghost { border-color: rgba(255,255,255,.13); color: white; background: rgba(255,255,255,.07); }
.shell { width: min(1480px,calc(100% - 48px)); padding-top: 25px; }
.workspace-tabs { display: flex; margin-bottom: 20px; padding: 5px; gap: 4px; overflow-x: auto; border: 1px solid rgba(218,232,224,.9); border-radius: 15px; background: rgba(255,255,255,.72); box-shadow: 0 12px 35px rgba(3,31,24,.055); backdrop-filter: blur(20px); }
.workspace-tab { display: inline-flex; min-width: max-content; padding: 10px 14px; gap: 8px; cursor: pointer; align-items: center; border: 0; border-radius: 10px; color: #637a6f; background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .02em; transition: .2s ease; }
.workspace-tab span { color: #a6b7af; font-size: 7px; letter-spacing: .08em; }
.workspace-tab b { display: grid; min-width: 20px; height: 20px; place-items: center; border-radius: 7px; color: var(--green-900); background: rgba(8,160,110,.1); font-size: 8px; }
.workspace-tab:hover { color: var(--green-900); background: rgba(8,160,110,.06); }
.workspace-tab.is-active { color: white; background: linear-gradient(135deg,var(--green-950),var(--green-800)); box-shadow: 0 8px 20px rgba(3,59,44,.18); }
.workspace-tab.is-active span { color: #77eeb9; }
.workspace-tab.is-active b { color: white; background: rgba(255,255,255,.13); }
.welcome { min-height: 310px; padding: 37px 40px; grid-template-columns: minmax(0,1fr) 480px; border: 1px solid rgba(168,255,218,.12); background: radial-gradient(circle at 78% 15%,rgba(37,220,153,.2),transparent 32%),linear-gradient(125deg,#031f18,#07583f 66%,#087653); box-shadow: 0 28px 70px rgba(3,42,31,.23); }
.welcome::before { position: absolute; inset: 0; content: ""; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(90deg,transparent,black); }
.welcome-copy { max-width: 650px; }
.welcome h1 { font-size: clamp(32px,4vw,53px); }
.welcome > .welcome-copy > p:not(.eyebrow) { max-width: 580px; margin: 12px 0 0; color: rgba(235,255,245,.64); font-size: 13px; line-height: 1.65; }
.hero-side { display: grid; grid-template-columns: 170px 1fr; gap: 12px; }
.hydra-orbit { display: grid; padding: 13px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(0,15,11,.25); box-shadow: inset 0 1px rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.hydra-orbit img { width: 122px; height: 122px; object-fit: cover; border-radius: 24px; filter: drop-shadow(0 12px 22px rgba(0,0,0,.28)); }
.hydra-orbit div { text-align: center; }
.hydra-orbit strong,.hydra-orbit small { display: block; }
.hydra-orbit strong { margin-top: 4px; font: 800 10px "Manrope",sans-serif; letter-spacing: .03em; }
.hydra-orbit small { margin-top: 3px; color: rgba(225,255,241,.46); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.upload-card { min-height: auto; padding: 18px; align-items: flex-start; flex-direction: column; border-radius: 20px; background: rgba(255,255,255,.08); }
.upload-card .button { width: 100%; margin-top: auto; }
.upload-icon { border-radius: 12px; color: #a1f5cb; background: rgba(42,222,156,.11); }
.metrics { margin: 16px 0; gap: 10px; }
.metrics article { position: relative; overflow: hidden; padding: 20px 21px; border-color: rgba(216,232,223,.86); border-radius: 17px; background: rgba(255,255,255,.84); box-shadow: 0 12px 35px rgba(3,31,24,.045); }
.metrics article::after { position: absolute; right: -28px; bottom: -42px; width: 90px; height: 90px; content: ""; border: 1px solid rgba(16,181,102,.12); border-radius: 50%; box-shadow: 0 0 0 15px rgba(16,181,102,.025); }
.metrics strong { color: var(--green-950); }
.toolbar { margin: 20px 0; padding: 8px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.72); box-shadow: 0 10px 30px rgba(3,31,24,.04); }
.search-box,select,.toolbar .button { min-height: 42px; border-color: transparent; background: rgba(242,248,245,.9); }
.section-block { margin-top: 32px; }
.section-title { margin-bottom: 15px; }
.section-title h2 { font-size: 19px; }
.event-card { padding: 20px; border-radius: 19px; box-shadow: 0 14px 36px rgba(3,31,24,.05); }
.event-card:hover { transform: translateY(-3px); }
.event-card.is-current { border-color: #a8e4c8; background: linear-gradient(145deg,#fff,#effbf5); }
.credits-panel { display: grid; min-height: 600px; padding: 54px; grid-template-columns: .75fr 1.25fr; gap: 55px; overflow: hidden; border: 1px solid rgba(177,222,201,.18); border-radius: 25px; color: white; background: radial-gradient(circle at 95% 0,rgba(33,212,146,.24),transparent 32%),linear-gradient(135deg,#031f18,#073e2e); box-shadow: 0 28px 70px rgba(3,42,31,.19); }
.credits-intro { align-self: center; }
.credits-intro h2 { max-width: 500px; margin: 12px 0 15px; font: 800 clamp(31px,4vw,55px)/1.08 "Manrope",sans-serif; letter-spacing: -.055em; }
.credits-intro > p:last-child { max-width: 430px; margin: 0; color: rgba(224,255,241,.56); font-size: 11px; line-height: 1.8; }
.credit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.credit-card { position: relative; min-height: 210px; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 19px; background: rgba(255,255,255,.045); backdrop-filter: blur(20px); }
.credit-card::after { position: absolute; right: -35px; bottom: -50px; width: 130px; height: 130px; content: ""; border: 1px solid rgba(100,244,180,.09); border-radius: 50%; box-shadow: 0 0 0 20px rgba(100,244,180,.025); }
.credit-main { background: linear-gradient(145deg,rgba(33,212,146,.18),rgba(255,255,255,.04)); }
.credit-index { display: grid; width: 30px; height: 30px; margin-bottom: 36px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #80edbb; font-size: 8px; }
.credit-card small { color: rgba(209,255,235,.46); font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.credit-card h3 { margin: 7px 0 6px; font: 800 18px "Manrope",sans-serif; letter-spacing: -.03em; }
.credit-card p { max-width: 230px; margin: 0; color: rgba(224,255,241,.48); font-size: 9px; line-height: 1.55; }
.credits-signature { display: flex; grid-column: 1/-1; gap: 11px; align-items: center; color: rgba(255,255,255,.8); }
.credits-signature img { width: 42px; height: 42px; object-fit: cover; border-radius: 12px; }
.credits-signature strong,.credits-signature small { display: block; }
.credits-signature strong { font: 800 11px "Manrope",sans-serif; }
.credits-signature small { margin-top: 2px; color: rgba(255,255,255,.37); font-size: 7px; text-transform: uppercase; letter-spacing: .12em; }
.login-overlay { background: radial-gradient(circle at 50% 30%,rgba(28,214,146,.18),transparent 32%),rgba(2,22,16,.91); }
.login-card { width: min(420px,100%); padding: 36px; border: 1px solid rgba(144,255,208,.12); color: white; background: linear-gradient(145deg,rgba(8,67,49,.97),rgba(3,31,24,.98)); box-shadow: 0 35px 120px rgba(0,0,0,.38); }
.login-logo { display: block; width: 86px; height: 86px; margin: 0 auto 24px; object-fit: cover; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; box-shadow: 0 15px 40px rgba(0,0,0,.24); }
.login-card .eyebrow,.login-card h2,.login-card > p:not(.eyebrow) { text-align: center; }
.login-card .eyebrow { color: #7aebb9; }
.login-card > p:not(.eyebrow) { color: rgba(225,255,241,.48); }
.login-card label { color: rgba(222,255,240,.52); }
.login-card input { border-color: rgba(255,255,255,.08); color: white; background: rgba(255,255,255,.065); }
.login-card .button { color: #043326; background: linear-gradient(135deg,#d9ffeb,#77eebb); }
#loginError { color: #ffb4ac; }
@media (max-width: 1120px) {
  .welcome { grid-template-columns: 1fr; }
  .hero-side { max-width: 570px; }
  .credits-panel { padding: 38px; grid-template-columns: 1fr; gap: 35px; }
}
@media (max-width: 720px) {
  .topbar { height: 68px; }
  .brand-logo { width: 42px; height: 42px; border-radius: 12px; }
  .version-badge { display: none; }
  .shell { width: calc(100% - 22px); padding-top: 13px; }
  .workspace-tabs { margin-bottom: 12px; }
  .workspace-tab { flex: 1; justify-content: center; }
  .workspace-tab span,.workspace-tab b { display: none; }
  .welcome { padding: 27px 22px; }
  .hero-side { grid-template-columns: 1fr; }
  .hydra-orbit { grid-template-columns: 76px 1fr; justify-items: start; }
  .hydra-orbit img { width: 70px; height: 70px; border-radius: 17px; }
  .hydra-orbit div { text-align: left; }
  .credits-panel { min-height: 0; padding: 28px 20px; }
  .credit-grid { grid-template-columns: 1fr; }
  .credit-card { min-height: 175px; }
}
