.home-grid-bg{position:fixed;inset:0;pointer-events:none;z-index:-1;overflow:hidden;background:linear-gradient(rgba(0,240,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(0,240,255,.03) 1px,transparent 0);background-size:60px 60px}.home-grid-bg:after{content:"";position:absolute;top:-10%;left:-10%;width:120%;height:120%;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,240,255,.015) 0,rgba(0,240,255,.015) 4px);animation:home-scan 8s linear infinite;pointer-events:none}@keyframes home-scan{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.home-glow{position:fixed;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:-1;animation:home-pulse 6s ease-in-out infinite alternate}.home-glow-cyan{width:400px;height:400px;background:radial-gradient(circle,rgba(0,240,255,.15),transparent 70%);top:-10%;left:5%}.home-glow-magenta{width:350px;height:350px;background:radial-gradient(circle,rgba(255,0,228,.12),transparent 70%);bottom:-5%;right:10%}.home-glow-blue{width:300px;height:300px;background:radial-gradient(circle,rgba(0,120,255,.1),transparent 70%);top:40%;left:50%;animation-delay:-3s}@keyframes home-pulse{0%{opacity:.4;transform:scale(1)}to{opacity:1;transform:scale(1.15)}}.home-split{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;gap:60px;padding:16px 40px 32px;position:relative}.home-brand{flex:1;max-width:540px;padding-bottom:40px}.home-logo{font-size:46px;font-weight:900;background:linear-gradient(135deg,#00f0ff,#06f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em;line-height:1.4;padding:8px 0;margin-bottom:16px}.home-logo-sub{margin-left:10px}.home-title{font-size:42px;font-weight:800;margin:0 0 16px;color:#f0faff;line-height:1.25;letter-spacing:-.02em}.home-title .highlight{background:linear-gradient(135deg,#00f0ff,#ff00e4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-desc{color:rgba(200,220,240,.7);font-size:20px;line-height:1.8;margin:0 0 32px;max-width:480px}.home-feat-heading{font-size:16px;font-weight:600;color:rgba(180,210,240,.5);margin:0 0 12px;letter-spacing:.04em}.home-feat-list{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.home-feat-item{display:flex;align-items:center;gap:12px;font-size:17px;color:#d0e0f0}.home-feat-item .feat-icon{width:26px;height:26px;border-radius:6px;background:rgba(0,240,255,.08);border:1px solid rgba(0,240,255,.12);display:inline-flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.home-auth-wrap{width:400px;flex-shrink:0}.home-auth-card{background:rgba(8,20,40,.5);border:1px solid rgba(0,240,255,.12);border-radius:20px;padding:32px;backdrop-filter:blur(16px);box-shadow:0 0 30px rgba(0,240,255,.04),inset 0 1px 0 rgba(0,240,255,.06)}.home-auth-title{margin:0 0 4px;font-size:24px;color:#e8f4ff}.home-auth-sub{margin:0 0 24px;font-size:14px;color:rgba(200,220,240,.5)}.home-card-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(0,240,255,.15),transparent);margin:20px 0}.home-btn-primary{width:100%;justify-content:center;padding:14px;font-size:16px;border-radius:12px;background:linear-gradient(135deg,#00c8ff,#06f)!important;border:none!important;color:#f0faff!important;font-weight:700!important;letter-spacing:.02em;transition:all .25s ease!important}.home-btn-primary:hover{box-shadow:0 0 24px rgba(0,200,255,.35)!important;transform:translateY(-1px)}.home-btn-secondary{width:100%;justify-content:center;padding:14px;font-size:16px;border-radius:12px;background:transparent!important;border:1px solid rgba(0,240,255,.15)!important;color:#b0c8e0!important;transition:all .25s ease!important}.home-btn-secondary:hover{border-color:rgba(0,240,255,.4)!important;color:#e0f0ff!important}.home-code-btn{white-space:nowrap;padding:12px 16px;font-size:14px;border-color:rgba(0,240,255,.15)!important;color:#00f0ff!important}.home-switch{text-align:center;margin-top:20px;color:rgba(200,220,240,.4);font-size:14px}.home-switch-btn{font-size:14px;padding:4px 12px;color:#00c8ff!important;background:none;border:none;cursor:pointer}.home-showcase-heading{font-size:16px;font-weight:600;color:rgba(180,210,240,.5);margin:36px 0 0;letter-spacing:.04em}.home-showcase{display:flex;gap:14px;margin-top:16px;align-items:flex-end;perspective:600px}.home-showcase-img-wrap{position:relative;display:flex;flex-direction:column;align-items:center;transition:transform .25s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.home-showcase-img-wrap:hover{transform:scale(1.35) translateY(-12px);z-index:10}.home-showcase-img-wrap:has(+.home-showcase-img-wrap:hover),.home-showcase-img-wrap:hover+.home-showcase-img-wrap{transform:scale(1.08) translateY(-4px)}.home-showcase-img{width:120px;height:120px;border-radius:14px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(0,240,255,.12);transition:all .25s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 20px rgba(0,0,0,.3)}.home-showcase-img-wrap:hover .home-showcase-img{border-color:rgba(0,240,255,.4);box-shadow:0 8px 40px rgba(0,240,255,.2),0 0 60px rgba(0,240,255,.06)}.home-showcase-img-wrap:after{content:"";width:4px;height:4px;border-radius:50%;background:rgba(0,240,255,.15);margin-top:8px;transition:all .25s cubic-bezier(.34,1.56,.64,1)}.home-showcase-img-wrap:hover:after{width:6px;height:6px;background:#00f0ff;box-shadow:0 0 8px #00f0ff}.home-lightbox{position:fixed;inset:0;z-index:999;background:rgba(0,0,0,.75);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;padding:40px;animation:home-lb-fade .25s ease;cursor:pointer}.home-lightbox-img{max-width:90vw;max-height:85vh;border-radius:20px;-o-object-fit:contain;object-fit:contain;border:1px solid rgba(0,240,255,.1);box-shadow:0 20px 80px rgba(0,0,0,.5);animation:home-lb-scale .3s cubic-bezier(.34,1.56,.64,1);cursor:default}.home-lightbox-close{position:fixed;top:24px;right:24px;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);color:#d0e8ff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.home-lightbox-close:hover{background:hsla(0,0%,100%,.12)}@keyframes home-lb-fade{0%{opacity:0}to{opacity:1}}@keyframes home-lb-scale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:820px){.home-showcase{justify-content:center}.home-lightbox{padding:20px}}.home-logged-in{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;position:relative}.home-logo-lg{font-size:64px;font-weight:900;background:linear-gradient(135deg,#00f0ff,#06f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}.home-auth-card .input{background:rgba(0,20,50,.4)!important;border-color:rgba(0,240,255,.08)!important;color:#d0e8ff!important}.home-auth-card .input:focus{border-color:rgba(0,240,255,.3)!important;box-shadow:0 0 0 3px rgba(0,240,255,.06)!important}.home-auth-card .field label{color:rgba(180,210,240,.6)!important;font-size:13px}.home-auth-card .message{background:rgba(0,240,255,.04)!important;border-color:rgba(0,240,255,.08)!important;color:#80d0ff!important}.home-auth-card .message.error{background:rgba(255,0,100,.06)!important;border-color:rgba(255,0,100,.12)!important;color:#ff6b8a!important}@media (max-width:820px){.home-split{flex-direction:column;gap:24px;padding:0 16px 24px;justify-content:flex-start;min-height:auto}.home-brand{max-width:100%;text-align:center;padding-bottom:0}.home-logo{font-size:32px;margin-bottom:12px}.home-logo-sub{margin-left:6px}.home-desc{max-width:100%;font-size:16px;margin-bottom:24px}.home-feat-list{align-items:center;margin-bottom:24px}.home-feat-item{font-size:15px;text-align:left;width:100%;max-width:320px}.home-showcase{margin-top:24px;justify-content:center;gap:8px}.home-showcase-img{width:80px;height:80px;border-radius:10px}.home-showcase-img-wrap:hover{transform:scale(1.2) translateY(-8px)}.home-auth-wrap{width:100%;max-width:100%}.home-auth-card{padding:24px 20px}.home-auth-title{font-size:22px}.home-grid-bg{background-size:30px 30px}.home-lightbox{padding:16px}.home-lightbox-img{max-width:100vw;max-height:80vh;border-radius:12px}}