:root{--bg:#001A31;--green:#8EF027;--white:#ffffff;--muted:rgba(255,255,255,0.68);--muted-2:rgba(255,255,255,0.48);--card-border:rgba(255,255,255,0.16);--input:rgba(255,255,255,0.055);--input-border:rgba(255,255,255,0.16)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}.login-page{position:relative;min-height:100svh;padding:22px 18px 18px;display:flex;justify-content:center;align-items:center;overflow:auto;color:var(--white);background:#001A31}.login-page:before{display:none}.login-shell{position:relative;z-index:2;width:min(100%,560px);flex-direction:column}.login-shell,.segment{display:flex;align-items:center}.segment{gap:16px;margin-bottom:22px}.segment-line{display:block;width:58px;height:2px;background:#8EF027}.segment-label{padding:8px 22px;border:2px solid var(--green);border-radius:10px;color:var(--green);font-weight:900;letter-spacing:.12em;font-size:13px;text-transform:uppercase;line-height:1}.hero{text-align:center;margin-bottom:30px}.hero-title{margin:0;letter-spacing:-.06em;line-height:.86;font-weight:950}.hero-title .white{color:var(--white)}.hero-title .green,.hero-title .white{display:block;font-size:clamp(48px,7vw,76px)}.hero-title .green{color:var(--green)}.hero-subtitle{margin:22px 0 0;color:rgba(255,255,255,.74);font-size:clamp(14px,1.6vw,17px);font-weight:400;letter-spacing:.01em}.login-card{width:min(100%,520px);padding:30px 34px 28px;border-radius:20px;border:1px solid var(--card-border);background:rgba(0,26,49,.72);box-shadow:0 18px 40px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.login-form{display:grid;grid-gap:18px;gap:18px}.field label{display:block;margin:0 0 9px;color:var(--white);font-size:14px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.input-wrap{position:relative}.field input{width:100%;height:54px;border:1px solid var(--input-border);border-radius:12px;outline:none;padding:0 20px;color:var(--white);background:var(--input);font-size:16px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field input::placeholder{color:rgba(255,255,255,.55)}.field input:focus{border-color:rgba(142,240,39,.62);background:rgba(255,255,255,.075)}.password-input{padding-right:58px!important}.eye-button{position:absolute;top:50%;right:18px;transform:translateY(-50%);border:0;background:transparent;color:rgba(255,255,255,.72);cursor:pointer;width:26px;height:26px;padding:0}.error-message{border-radius:12px;padding:11px 13px;color:#fee2e2;background:rgba(239,68,68,.18);border:1px solid rgba(248,113,113,.32);font-size:14px}.login-button{height:54px;margin-top:6px;width:100%;border:0;border-radius:12px;cursor:pointer;color:#001A31;background:#8EF027;font-weight:950;font-size:15px;letter-spacing:.07em;text-transform:uppercase;box-shadow:none;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.login-button:hover{filter:none}.login-button:disabled{opacity:.68;cursor:not-allowed;transform:none}.restricted-note{display:flex;align-items:center;justify-content:center;gap:9px;margin:24px 0 0;color:rgba(255,255,255,.78);font-size:15px;line-height:1.35;text-align:center}.lock-icon{width:16px;height:16px;flex:0 0 auto;color:rgba(255,255,255,.78)}.footer-copy{margin:28px 0 0;text-align:center;color:rgba(255,255,255,.46);font-size:13px;line-height:1.5;font-weight:500}.dashboard-page{min-height:100vh;background:var(--bg);color:var(--white)}.dashboard-header{height:72px;padding:0 28px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;background:rgba(0,26,49,.92)}.dashboard-brand h1{margin:0;font-size:18px;letter-spacing:-.02em}.dashboard-brand strong{color:var(--green)}.dashboard-brand p{margin:4px 0 0;color:var(--muted-2);font-size:12px}.logout-button{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.04);color:var(--white);border-radius:999px;padding:10px 18px;cursor:pointer;font-weight:700}.dashboard-frame-wrap{height:calc(100vh - 72px);padding:18px}.dashboard-frame{width:100%;height:100%;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#fff}.empty-embed{height:100%;display:grid;place-items:center;border:1px dashed rgba(255,255,255,.22);border-radius:20px;color:var(--muted);text-align:center;padding:24px}@media (max-height:760px) and (min-width:721px){.login-page{align-items:flex-start;padding-top:18px}.segment{margin-bottom:16px}.hero{margin-bottom:22px}.hero-title .green,.hero-title .white{font-size:54px}.hero-subtitle{margin-top:16px;font-size:14px}.login-card{padding:24px 30px 22px}.login-form{gap:14px}.field input,.login-button{height:48px}.restricted-note{margin-top:18px;font-size:13px}.footer-copy{margin-top:18px;font-size:12px}}@media (max-width:720px){.login-page{padding:24px 14px 20px;align-items:flex-start}.login-shell{width:100%}.segment{gap:10px;margin-bottom:24px}.segment-line{width:40px}.segment-label{padding:7px 16px;font-size:11px;border-radius:9px}.hero{margin-bottom:28px}.hero-title .white{font-size:clamp(46px,15vw,60px)}.hero-title .green{font-size:clamp(44px,14vw,58px)}.hero-subtitle{margin-top:22px;font-size:14px;padding:0 8px}.login-card{padding:24px 18px 22px;border-radius:18px}.login-form{gap:16px}.field label{font-size:13px;margin-bottom:8px}.field input,.login-button{height:50px;font-size:15px}.restricted-note{margin-top:20px;font-size:13px;align-items:flex-start}.footer-copy{margin-top:24px;font-size:11px;max-width:320px}.dashboard-header{height:64px;padding:0 14px}.dashboard-brand h1{font-size:15px}.dashboard-frame-wrap{height:calc(100vh - 64px);padding:8px}}@media (max-width:380px){.hero-title .white{font-size:42px}.hero-title .green{font-size:40px}.login-card{padding:20px 14px}.segment-line{width:28px}}