.portal-root{color:#e2e8f0;background:#040d1a;flex-direction:column;align-items:stretch;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:relative;overflow-x:hidden}.portal-canvas{pointer-events:none;z-index:0;position:fixed;inset:0}.portal-bg-gradient{z-index:0;pointer-events:none;background:radial-gradient(80% 60% at 20% 0,#0a2550d9 0%,#0000 60%),radial-gradient(60% 50% at 80% 100%,#1a3a8f66 0%,#0000 60%),linear-gradient(#040d1a 0%,#071426 60%,#050e1e 100%);position:fixed;inset:0}.portal-header{z-index:100;-webkit-backdrop-filter:blur(20px);background:#040d1abf;border-bottom:1px solid #ffffff0f;position:sticky;top:0}.portal-header-inner{z-index:1;justify-content:space-between;align-items:center;max-width:1160px;margin:0 auto;padding:1.1rem 2rem;display:flex;position:relative}.portal-logo{align-items:center;gap:.85rem;display:flex}.portal-logo-icon{background:linear-gradient(135deg,#0a2540 0%,#1e4080 100%);border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex;box-shadow:0 4px 12px #0a255080}.portal-logo-name{color:#fff;letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.portal-logo-sub{color:#ffffff73;letter-spacing:.03em;margin-top:1px;font-size:.7rem;font-weight:500}.portal-header-badge{color:#fff9;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:.5rem;padding:.35rem .9rem;font-size:.78rem;font-weight:500;display:flex}.portal-dot-green{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-green;display:inline-block;box-shadow:0 0 #22c55e80}@keyframes pulse-green{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.portal-hero{z-index:1;width:100%;max-width:1360px;margin:0 auto;padding:5rem 2rem 3rem;position:relative}.portal-hero-layout{align-items:center;gap:4rem;display:flex}.portal-hero-content{opacity:0;flex:1.2;transition:opacity .7s,transform .7s;transform:translateY(24px)}.portal-hero-modules{opacity:0;flex:1.8;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;transition:opacity .7s .2s,transform .7s .2s;display:grid;transform:translateY(24px)}.portal-fade-in{opacity:1!important;transform:translateY(0)!important}.portal-hero-tag{color:#93c5fd;letter-spacing:.03em;text-transform:uppercase;background:#3b82f61f;border:1px solid #3b82f640;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.portal-hero-title{color:#fff;letter-spacing:-.035em;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900;line-height:1.1}.portal-hero-accent{background:linear-gradient(120deg,#60a5fa 0%,#a78bfa 50%,#38bdf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.portal-hero-desc{color:#fff9;max-width:640px;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.portal-hero-desc strong{color:#ffffffe6;font-weight:600}.portal-hero-desc em{color:#93c5fd;font-style:normal;font-weight:600}.portal-module-card{color:inherit;cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s,background .3s;animation:.6s both card-appear;display:flex;position:relative;overflow:hidden}@keyframes card-appear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.portal-module-card:hover{box-shadow:0 0 0 1px rgba(var(--mod-accent-rgb), .3), 0 20px 60px rgba(var(--mod-accent-rgb), .2), 0 0 80px rgba(var(--mod-accent-rgb), .08);border-color:rgba(var(--mod-accent-rgb), .35);background:rgba(var(--mod-accent-rgb), .05);transform:translateY(-6px)}.portal-module-accent-bar{flex-shrink:0;width:100%;height:4px}.portal-module-body{flex-direction:column;flex:1;gap:0;padding:2rem;display:flex}.portal-module-icon-wrap{border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 24px #0000004d}.portal-module-card:hover .portal-module-icon-wrap{transform:scale(1.08)rotate(-3deg);box-shadow:0 12px 36px #0006}.portal-module-icon{font-size:1.75rem}.portal-module-status{color:#22c55e;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.72rem;font-weight:700;display:flex}.portal-module-name{color:#fff;letter-spacing:-.03em;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.portal-module-subtitle{color:#ffffff59;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;font-size:.8rem;font-weight:600}.portal-module-desc{color:#ffffff8c;flex:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}.portal-module-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem;display:flex}.portal-tag{color:#ffffff80;letter-spacing:.04em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;padding:.25rem .65rem;font-size:.72rem;font-weight:600;transition:all .2s;display:inline-flex}.portal-module-card:hover .portal-tag{border-color:rgba(var(--mod-accent-rgb), .3);color:#fffc;background:rgba(var(--mod-accent-rgb), .1)}.portal-module-cta{color:#fff9;background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;font-size:.875rem;font-weight:600;transition:all .25s;display:flex}.portal-module-card:hover .portal-module-cta{background:rgba(var(--mod-accent-rgb), .15);border-color:rgba(var(--mod-accent-rgb), .3);color:#fff}.portal-cta-arrow{font-size:1rem;transition:transform .25s}.portal-module-card:hover .portal-cta-arrow{transform:translate(4px)}.portal-modules-full{opacity:0;grid-template-columns:repeat(4,1fr);gap:1.5rem;transition:opacity .7s,transform .7s;display:grid;transform:translateY(24px)}@media (max-width:1200px){.portal-modules-full{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.portal-modules-full{grid-template-columns:1fr}}.portal-module-body-compact{flex-direction:column;flex:1;gap:0;padding:1.5rem;display:flex}.portal-module-icon-wrap-compact{border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 16px #0000004d}.portal-module-card:hover .portal-module-icon-wrap-compact{transform:scale(1.08)rotate(-3deg);box-shadow:0 8px 24px #0006}.portal-module-icon-compact{font-size:1.25rem}.portal-module-name-compact{color:#fff;letter-spacing:-.02em;margin-bottom:0;font-size:1.2rem;font-weight:800}.portal-module-subtitle-compact{color:#ffffff59;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.portal-module-desc-compact{color:#ffffff8c;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.25rem;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.portal-tag-compact{color:#ffffff80;letter-spacing:.04em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;padding:.2rem .5rem;font-size:.65rem;font-weight:600;transition:all .2s;display:inline-flex}.portal-module-card:hover .portal-tag-compact{border-color:rgba(var(--mod-accent-rgb), .3);color:#fffc;background:rgba(var(--mod-accent-rgb), .1)}.portal-module-cta-compact{color:#fff9;background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.8rem;font-weight:600;transition:all .25s;display:flex}.portal-module-card:hover .portal-module-cta-compact{background:rgba(var(--mod-accent-rgb), .15);border-color:rgba(var(--mod-accent-rgb), .3);color:#fff}.portal-footer{z-index:1;color:#fff3;border-top:1px solid #ffffff0d;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 2rem;font-size:.75rem;display:flex;position:relative}.portal-footer-sep{opacity:.3}@media (max-width:700px){.portal-hero{padding:3rem 1.25rem 2rem}.portal-hero-layout{flex-direction:column;gap:2.5rem}.portal-hero-modules{grid-template-columns:1fr}.portal-hero-title{font-size:2rem}.portal-header-inner{padding:1rem 1.25rem}.portal-header-badge{display:none}}.login-split-container{z-index:1;width:100%;min-height:100vh;display:flex;position:relative}.login-left-panel{flex-direction:column;flex:1.2;justify-content:center;padding:4rem 3rem;display:flex;position:relative}.login-right-panel{-webkit-backdrop-filter:blur(40px);background:#040d1a73;border-left:1px solid #ffffff0f;flex-direction:column;flex:.8;justify-content:center;align-items:stretch;padding:4rem 3rem;display:flex;position:relative;box-shadow:-10px 0 40px #0000004d}.login-form-box{width:100%;max-width:400px;margin:0 auto}.login-form-header{margin-bottom:2rem}.login-form-title{color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.login-form-subtitle{color:#ffffff80;font-size:.85rem}.login-form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.login-form-label{color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.login-input{color:#fff;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.login-input:focus{background:#ffffff0f;border-color:#60a5fa;outline:none;box-shadow:0 0 15px #60a5fa26}.login-error-msg{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.65rem .75rem;font-size:.8rem;animation:.3s ease-in-out shake;display:flex}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e4080 0%,#2563eb 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 15px #2563eb4d}.login-btn:hover{background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.login-btn:active{transform:translateY(0)}.login-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.portal-logout-btn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:99px;align-items:center;gap:.35rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.portal-logout-btn:hover{background:#ef444433;transform:translateY(-1px)}@media (max-width:900px){.login-split-container{flex-direction:column}.login-left-panel{flex:none;padding:3rem 1.5rem 1.5rem}.login-right-panel{border-top:1px solid #ffffff0f;border-left:none;flex:none;padding:2rem 1.5rem 3rem;box-shadow:0 -10px 40px #0000004d}}
