.landing-page,.landing-page.authenticated{min-height:100vh;background:transparent;position:relative;overflow:hidden}.landing-background-stars{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:visible}.landing-background-stars.theme-dark .landing-star{background:#3bede6;box-shadow:0 0 4px #3bede6cc,0 0 8px #3bede666}.landing-background-stars.theme-light .landing-star{background:#1e7e54;box-shadow:0 0 3px #1e7e5499,0 0 6px #1e7e544d}.landing-star{position:absolute;border-radius:50%;will-change:transform,opacity;top:var(--start-offset, 0%);opacity:.5;animation:subtle-twinkle 2s ease-in-out infinite}.landing-star-initial{animation:star-flow-initial-fast 2s linear forwards,subtle-twinkle 2s ease-in-out infinite}.landing-background-stars.rocket-complete .landing-star-initial{animation:star-flow-continuous-from-fast 10s linear infinite,subtle-twinkle 2s ease-in-out infinite}@keyframes star-flow-initial-fast{0%{top:var(--start-offset, 0%);transform:scale(1);opacity:.5}to{top:calc(var(--start-offset, 0%) + 100vh);transform:scale(1);opacity:.5}}.landing-star-continuous{animation:star-flow-continuous 10s linear infinite,subtle-twinkle 2s ease-in-out infinite}@keyframes star-flow-initial{0%{top:var(--start-offset, 0%);transform:scale(1);opacity:.5}16.666%{top:calc(var(--start-offset, 0%) + 100vh);transform:scale(1);opacity:.5}25%{top:calc(var(--start-offset, 0%) + 130vh);transform:scale(1);opacity:.5}33.333%{top:calc(var(--start-offset, 0%) + 155vh);transform:scale(1);opacity:.5}50%{top:calc(var(--start-offset, 0%) + 200vh);transform:scale(1);opacity:.5}75%{top:calc(var(--start-offset, 0%) + 250vh);transform:scale(1);opacity:.5}to{top:calc(var(--start-offset, 0%) + 300vh);transform:scale(1);opacity:.5}}@keyframes star-flow-continuous{0%{top:var(--start-offset, 0%);transform:scale(1);opacity:.5}to{top:calc(var(--start-offset, 0%) + 200vh);transform:scale(1);opacity:.5}}@keyframes star-flow-continuous-from-fast{0%{top:calc(var(--start-offset, 0%) + 100vh);transform:scale(1);opacity:.5}to{top:calc(var(--start-offset, 0%) + 300vh);transform:scale(1);opacity:.5}}@keyframes subtle-twinkle{0%,to{opacity:.5;transform:translateY(0) scale(1)}50%{opacity:.9;transform:translateY(0) scale(1.4)}}.landing-background-stars.theme-light .landing-star{top:var(--start-offset, 0%);opacity:.3;animation:star-flow-immediate 12s linear infinite,subtle-twinkle-light 2s ease-in-out infinite}@keyframes subtle-twinkle-light{0%,to{opacity:.3;transform:translateY(0) scale(1)}50%{opacity:.6;transform:translateY(0) scale(1.3)}}.landing-scroll-container{height:calc(100vh - 80px);overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;position:relative;z-index:2}.landing-scroll-container::-webkit-scrollbar{width:8px}.landing-scroll-container::-webkit-scrollbar-track{background:#1a25304d}.landing-scroll-container::-webkit-scrollbar-thumb{background:#3bede64d;border-radius:4px}.landing-scroll-container::-webkit-scrollbar-thumb:hover{background:#3bede680}.landing-hero-section{height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always}.services-section{height:calc(100vh - 80px);min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem;scroll-snap-align:start;scroll-snap-stop:always}.services-container{width:100%;max-width:1400px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;align-items:stretch}.landing-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.landing-header-logo{width:140px;height:auto;filter:drop-shadow(0 0 8px rgba(59,237,230,.5));transition:all .3s ease;cursor:pointer;animation:rocket-launch 2s ease-out}.landing-header-logo:hover{transform:scale(1.1);filter:drop-shadow(0 0 15px rgba(59,237,230,.8)) drop-shadow(0 0 25px rgba(59,237,230,.5)) drop-shadow(0 0 35px rgba(59,237,230,.3))}.landing-header h1{font-size:4rem;margin:0;color:#e8ecf1;font-weight:700;background:linear-gradient(135deg,#e8ecf1,#3bede6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:#b0b8c4;font-size:1.4rem;margin-top:.5rem}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;animation:scroll-bounce 2s ease-in-out infinite;cursor:pointer;z-index:10}.scroll-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;opacity:.7;transition:all .3s ease}.scroll-indicator:hover .scroll-arrow{opacity:1}.arrow-down{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid rgba(59,237,230,.8);transition:all .3s ease;filter:drop-shadow(0 0 4px rgba(59,237,230,.4))}.scroll-indicator:before{content:"Services";color:#3bede6b3;font-size:.75rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;margin-bottom:4px}@keyframes scroll-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.service-card{background:linear-gradient(135deg,#24303d,#1e2a35);border:1px solid rgba(59,237,230,.2);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;position:relative;overflow:hidden;min-height:180px;max-width:100%;display:flex;flex-direction:column}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(59,237,230,.5),transparent);transform:scaleX(0);transition:transform .3s ease}.service-card:hover{border-color:#3bede680;transform:translateY(-6px);box-shadow:0 12px 32px #0006,0 0 24px #3bede640}.service-card:hover:before{transform:scaleX(1)}.service-card-content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;height:100%}.service-icon{font-size:2.5rem;line-height:1;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.service-card h3{margin:0;color:#e8ecf1;font-size:1.25rem;font-weight:600;line-height:1.3}.service-card p{margin:0;color:#b0b8c4;font-size:.9rem;line-height:1.5}@keyframes rocket-launch{0%{transform:translateY(100vh);opacity:1}70%{transform:translateY(-10px);opacity:1}85%{transform:translateY(3px);opacity:1}to{transform:translateY(0);opacity:1}}.landing-page.authenticated.theme-light{background:transparent}.landing-page.authenticated.theme-light .landing-header h1{background:linear-gradient(135deg,#2d3748,#3bede6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page.authenticated.theme-light .landing-header-logo{filter:drop-shadow(0 0 8px rgba(59,237,230,.4))}.landing-page.authenticated.theme-light .landing-header-logo:hover{filter:drop-shadow(0 0 15px rgba(59,237,230,.7)) drop-shadow(0 0 25px rgba(59,237,230,.4)) drop-shadow(0 0 35px rgba(59,237,230,.2))}.landing-page.authenticated.theme-light .subtitle{color:#4a5568}.landing-page.authenticated.theme-light .services-section h2{color:#2d3748}.landing-page.authenticated.theme-light .service-card{background:linear-gradient(180deg,#fff,#f5f7fa);border:1px solid rgba(59,237,230,.3);box-shadow:0 4px 12px #0000001a}.landing-page.authenticated.theme-light .service-card:hover{border-color:#3bede680;box-shadow:0 8px 24px #00000026,0 0 20px #3bede633}.landing-page.authenticated.theme-light .service-card h3{color:#2d3748}.landing-page.authenticated.theme-light .service-card p{color:#4a5568}@media (max-width: 768px){.landing-header-logo{width:120px}.landing-header h1{font-size:3rem}.subtitle{font-size:1.2rem}.scroll-indicator{bottom:30px}.arrow-down{border-left-width:5px;border-right-width:5px;border-top-width:7px}.landing-hero-section{height:calc(100vh - 60px);min-height:calc(100vh - 60px);padding:1rem}.services-section{height:calc(100vh - 60px);min-height:calc(100vh - 60px);padding:2rem 1rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.25rem}.service-icon{font-size:2rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.85rem}}@media (min-width: 640px) and (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1400px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.services-container{max-width:1600px}}.navbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;background:#1a2530;border-bottom:1px solid rgba(59,237,230,.15);box-shadow:0 2px 10px #0000004d;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-left{display:flex;align-items:center;gap:1rem;position:relative;z-index:1}.navbar-brand{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease}.navbar-brand:hover .navbar-logo{transform:scale(1.1)}.navbar-brand:hover .navbar-title{filter:drop-shadow(0 0 8px rgba(59,237,230,.6))}.navbar-logo{width:28px;height:auto;filter:drop-shadow(0 0 8px rgba(59,237,230,.5));transition:transform .3s ease}.navbar-title{font-size:1.25rem;font-weight:700;color:#e8ecf1;margin:0;line-height:1;background:linear-gradient(135deg,#e8ecf1,#3bede6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease;display:inline-block}.navbar-dropdown{position:relative;display:flex;align-items:center;z-index:1002}.navbar-dropdown:hover{background:transparent;border:none;padding:0;margin:0}.navbar-dropdown:before{content:"";position:absolute;top:100%;left:-10px;right:-10px;height:20px;z-index:9999;background:transparent;pointer-events:all}.navbar-dropdown-button{display:flex;align-items:center;gap:.5rem;padding:0;background:transparent;border:none;outline:none;color:#e8ecf1;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;line-height:1;width:100%}.navbar-dropdown:hover .navbar-dropdown-button{color:#3bede6}.navbar-dropdown-button:hover,.navbar-dropdown-button:focus,.navbar-dropdown-button:active{color:#3bede6;outline:none;border:none;box-shadow:none}.dropdown-arrow{font-size:.6rem;transition:transform .3s ease;color:#3bede6}.navbar-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.navbar-dropdown-menu{position:absolute;top:calc(100% + 20px);left:0;right:0;min-width:240px;padding:.5rem;z-index:10000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none;background:#1a2530;border:none;border-radius:0 0 8px 8px;box-shadow:0 8px 16px -4px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-dropdown:hover .navbar-dropdown-menu,.navbar-dropdown-menu:hover{border-left:1px solid rgba(59,237,230,.15);border-right:1px solid rgba(59,237,230,.15);border-bottom:1px solid rgba(59,237,230,.15);border-top:none;box-shadow:0 8px 16px -4px #0000004d}.navbar-dropdown:hover .navbar-dropdown-menu,.navbar-dropdown-menu:hover{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;margin-bottom:.5rem;background:transparent;border:none;border-radius:6px;color:#e8ecf1;font-size:.95rem;text-align:left;cursor:pointer;transition:all .2s ease}.dropdown-item:last-child{margin-bottom:0}.dropdown-item:hover{background:#3bede61a;color:#3bede6}.dropdown-item.active{color:#3bede6;background:#3bede614}.navbar-right{display:flex;align-items:center;gap:1rem;position:relative;z-index:1}.navbar-access-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;background:#3bede61a;border:1px solid rgba(59,237,230,.2);border-radius:50%;color:#3bede6;cursor:pointer;transition:all .3s ease;padding:0}.navbar-access-icon:hover{background:#3bede626;border-color:#3bede666;box-shadow:0 0 15px #3bede64d;transform:scale(1.05)}.navbar-access-icon.active{background:#3bede633;border-color:#3bede680;box-shadow:0 0 12px #3bede640}.navbar-access-icon .navbar-access-fa-icon{width:18px;height:18px;display:block}.navbar-theme-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;background:#3bede61a;border:1px solid rgba(59,237,230,.2);border-radius:50%;color:#3bede6;cursor:pointer;transition:all .3s ease;padding:0}.navbar-theme-toggle:hover{background:#3bede626;border-color:#3bede666;box-shadow:0 0 15px #3bede64d;transform:scale(1.05)}.navbar-theme-toggle svg{width:18px;height:18px;display:block;flex-shrink:0}.navbar-profile{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;background:#3bede61a;border:1px solid rgba(59,237,230,.2);border-radius:50%;color:#3bede6;cursor:pointer;transition:all .3s ease;padding:0}.navbar-profile:hover{background:#3bede626;border-color:#3bede666;box-shadow:0 0 15px #3bede64d;transform:scale(1.05)}.navbar-profile svg{width:18px;height:18px;display:block;flex-shrink:0}.navbar-logout{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;background:#3bede61a;border:1px solid rgba(59,237,230,.2);border-radius:50%;color:#3bede6;cursor:pointer;transition:all .3s ease;padding:0}.navbar-logout:hover{background:#3bede626;border-color:#3bede666;box-shadow:0 0 15px #3bede64d;transform:scale(1.05)}.navbar-logout svg{width:18px;height:18px;display:block;flex-shrink:0}.login-page{min-height:100vh;width:100%;overflow:hidden}.login-split{display:flex;height:100vh;width:100%}.login-left{width:70%;background:linear-gradient(180deg,#0a1f2e,#0d2a3a,#0f3449,#0d3d55,#0f4a63);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.login-left:after{content:"";position:absolute;right:0;top:0;width:60px;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(26,37,48,.5) 50%,rgba(30,42,53,.8) 100%);pointer-events:none;z-index:100}.login-stars-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:visible;will-change:contents}.login-star{position:absolute;width:2px;height:2px;background:#3bede6;border-radius:50%;box-shadow:0 0 4px #3bede6cc,0 0 8px #3bede666;animation:login-twinkle infinite ease-in-out}.login-star-moving{animation:login-twinkle infinite ease-in-out,login-star-scroll-down 5s linear infinite;animation-delay:0s,var(--animation-delay, 1s);animation-fill-mode:both;opacity:.4}@keyframes login-twinkle{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}@keyframes login-star-scroll-down{0%{top:var(--start-top, -100vh);opacity:.4}to{top:calc(var(--start-top, -100vh) + 200vh);opacity:.4}}.login-earth{position:absolute;bottom:0;left:0;width:100%;height:20vh;background:linear-gradient(180deg,#0a0d12,#0f1419,#141a1f),repeating-linear-gradient(90deg,transparent,transparent 50px,rgba(59,237,230,.03) 50px,rgba(59,237,230,.03) 51px);box-shadow:0 -5px 30px #000c,0 -10px 60px #0009,inset 0 5px 20px #00000080;z-index:2;animation:login-platform-scroll-down 5s linear forwards 1s}@keyframes login-platform-scroll-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(100vh);opacity:0}}.login-earth:before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(180deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.6) 30%,rgba(0,0,0,.3) 60%,transparent 100%);box-shadow:0 5px 20px #000000e6,0 10px 40px #000000b3}.login-earth:after{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:#3bede633;box-shadow:0 0 10px #3bede64d}.login-launchpad{position:absolute;bottom:20vh;left:50%;transform:translate(-50%);width:140px;height:200px;z-index:3}.login-launchpad:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:180%;height:20px;background:radial-gradient(ellipse at center,rgba(10,20,30,.9) 0%,rgba(5,10,15,.95) 50%,transparent 100%),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(59,237,230,.05) 2px,rgba(59,237,230,.05) 4px);border-radius:50%;box-shadow:0 5px 25px #000c,inset 0 2px 10px #0009}.login-launchpad-platform{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:30px;background:linear-gradient(180deg,#1a1f2a,#0f1419,#0a0d12),repeating-linear-gradient(90deg,transparent,transparent 8px,rgba(59,237,230,.1) 8px,rgba(59,237,230,.1) 9px);border-radius:4px 4px 0 0;border-top:2px solid rgba(59,237,230,.3);box-shadow:0 4px 20px #000000e6,inset 0 2px 10px #3bede61a,inset 0 -2px 10px #00000080,0 0 30px #3bede633}.login-launchpad-platform:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(59,237,230,.4) 20%,rgba(59,237,230,.6) 50%,rgba(59,237,230,.4) 80%,transparent 100%);box-shadow:0 0 10px #3bede680}.login-launchpad-tower{position:absolute;bottom:30px;width:12px;height:170px;background:linear-gradient(180deg,#2a2f3a,#1a1f2a,#0f1419 60%,#0a0d12);border-radius:2px;border-left:1px solid rgba(59,237,230,.2);border-right:1px solid rgba(59,237,230,.2);box-shadow:0 0 15px #000c,inset -1px 0 8px #00000080,inset 1px 0 8px #3bede61a,0 0 20px #3bede626}.login-launchpad-tower-left{left:18%}.login-launchpad-tower-right{right:18%}.login-launchpad-tower:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:20px;height:12px;background:linear-gradient(180deg,#3a3f4a,#1a1f2a);border-radius:2px 2px 0 0;border:1px solid rgba(59,237,230,.3);box-shadow:0 2px 10px #000000b3,0 0 15px #3bede633}.login-launchpad-light{position:absolute;width:4px;height:4px;background:#3bede6;border-radius:50%;box-shadow:0 0 8px #3bede6,0 0 12px #3bede6cc,0 0 18px #3bede680;animation:login-blink 2s ease-in-out infinite}.login-launchpad-light-1{bottom:30px;left:20px;animation-delay:0s}.login-launchpad-light-2{bottom:30px;right:20px;animation-delay:.3s}.login-launchpad-light-3{bottom:20px;left:50%;transform:translate(-50%);animation-delay:.6s}.login-launchpad-light-4{bottom:8px;left:50%;transform:translate(-50%);animation-delay:.9s}@keyframes login-blink{0%,to{opacity:.3}50%{opacity:1}}.login-rocket-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10}.login-rocket-svg{width:180px;height:auto;filter:drop-shadow(0 0 25px rgba(59,237,230,.6));position:relative;z-index:10;animation:login-rocket-vibrate 3s ease-in-out 1s}@keyframes login-rocket-vibrate{0%{transform:translate(0) translateY(0) rotate(0)}5%{transform:translate(-.8px) translateY(.6px) rotate(-.4deg)}10%{transform:translate(.7px) translateY(-.5px) rotate(.4deg)}15%{transform:translate(-.6px) translateY(.7px) rotate(-.3deg)}20%{transform:translate(.8px) translateY(-.6px) rotate(.5deg)}25%{transform:translate(-.7px) translateY(.5px) rotate(-.4deg)}30%{transform:translate(.6px) translateY(-.7px) rotate(.3deg)}35%{transform:translate(-.8px) translateY(.6px) rotate(-.5deg)}40%{transform:translate(.7px) translateY(-.5px) rotate(.4deg)}45%{transform:translate(-.6px) translateY(.7px) rotate(-.3deg)}50%{transform:translate(.8px) translateY(-.6px) rotate(.5deg)}55%{transform:translate(-.7px) translateY(.5px) rotate(-.4deg)}60%{transform:translate(.6px) translateY(-.7px) rotate(.3deg)}65%{transform:translate(-.8px) translateY(.6px) rotate(-.5deg)}70%{transform:translate(.7px) translateY(-.5px) rotate(.4deg)}75%{transform:translate(-.6px) translateY(.7px) rotate(-.3deg)}80%{transform:translate(.8px) translateY(-.6px) rotate(.5deg)}85%{transform:translate(-.7px) translateY(.5px) rotate(-.4deg)}90%{transform:translate(.6px) translateY(-.5px) rotate(.3deg)}95%{transform:translate(-.4px) translateY(.4px) rotate(-.2deg)}to{transform:translate(0) translateY(0) rotate(0)}}.login-flame-outer{animation:login-gentleFlicker .4s ease-in-out infinite alternate}.login-flame-middle{animation:login-gentleFlicker .35s ease-in-out infinite alternate;animation-delay:.1s}.login-flame-inner{animation:login-gentleFlicker .3s ease-in-out infinite alternate;animation-delay:.2s}@keyframes login-gentleFlicker{0%{transform:scaleY(1) scaleX(1);opacity:.8}to{transform:scaleY(1.08) scaleX(.96);opacity:.9}}.login-smoke-particle{position:absolute;bottom:0;width:4px;height:4px;background:radial-gradient(circle,rgba(100,100,100,.6) 0%,rgba(60,60,60,.4) 50%,transparent 100%);border-radius:50%;animation:login-smokeRise 3s ease-out infinite;pointer-events:none}@keyframes login-smokeRise{0%{transform:translateY(0) translate(0) scale(1);opacity:.8}50%{transform:translateY(-30px) translate(calc(var(--drift, 0) * 10px)) scale(1.5);opacity:.6}to{transform:translateY(-80px) translate(calc(var(--drift, 0) * 20px)) scale(2);opacity:0}}.login-smoke-particle:nth-child(odd){--drift: 1}.login-smoke-particle:nth-child(2n){--drift: -1}.login-right{width:30%;background:linear-gradient(135deg,#1a2530,#1e2a35 20%,#24303d,#2a3845 80%,#2f3f4d),radial-gradient(circle at 15% 25%,rgba(59,237,230,.08) 0%,rgba(59,237,230,.03) 30%,transparent 60%),radial-gradient(circle at 85% 75%,rgba(59,237,230,.06) 0%,rgba(59,237,230,.02) 30%,transparent 60%),linear-gradient(45deg,transparent 48%,rgba(59,237,230,.02) 49%,rgba(59,237,230,.02) 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(59,237,230,.02) 49%,rgba(59,237,230,.02) 51%,transparent 52%);background-size:100% 100%,300% 300%,300% 300%,40px 40px,40px 40px;background-position:0 0,0 0,100% 100%,0 0,0 0;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden;border-left:1px solid rgba(59,237,230,.15)}.login-right:before{content:"";position:absolute;top:-25%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,237,230,.12) 0%,rgba(59,237,230,.06) 25%,rgba(59,237,230,.02) 50%,transparent 75%);border-radius:50%;pointer-events:none;animation:login-float 20s ease-in-out infinite}.login-right:after{content:"";position:absolute;bottom:-15%;left:-8%;width:450px;height:450px;background:radial-gradient(circle,rgba(59,237,230,.1) 0%,rgba(59,237,230,.05) 25%,rgba(59,237,230,.02) 50%,transparent 75%);border-radius:50%;pointer-events:none;animation:login-float 25s ease-in-out infinite reverse}@keyframes login-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.1)}}.login-sso-section{width:100%;max-width:400px;position:relative;z-index:1}.login-geometric-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.login-shape{position:absolute;background:linear-gradient(135deg,#1c1f2a05,#1c1f2a03);border:1px solid rgba(28,31,42,.03);animation:login-shapeFloat 20s ease-in-out infinite}.login-shape-1{width:120px;height:120px;top:15%;right:10%;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;transform:rotate(45deg);animation-delay:0s}.login-shape-2{width:80px;height:80px;bottom:20%;left:8%;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:rotate(-30deg);animation-delay:5s}.login-shape-3{width:100px;height:100px;top:50%;right:15%;border-radius:50%/60% 60% 40% 40%;transform:rotate(60deg);animation-delay:10s}.login-shape-4{width:90px;height:90px;bottom:30%;right:5%;border-radius:40% 60% 60% 40%/60% 30% 70% 40%;transform:rotate(-45deg);animation-delay:15s}@keyframes login-shapeFloat{0%,to{transform:translate(0) rotate(var(--rotation, 0deg)) scale(1);opacity:.3}50%{transform:translate(15px,-15px) rotate(calc(var(--rotation, 0deg) + 10deg)) scale(1.05);opacity:.4}}.login-gradient-mesh{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(28,31,42,.015) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(28,31,42,.012) 0%,transparent 50%);pointer-events:none;z-index:0;animation:login-meshPulse 20s ease-in-out infinite}@keyframes login-meshPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.login-sso-content{text-align:center}.login-amagi-logo{width:140px;height:auto;margin-bottom:1.5rem;filter:brightness(0) invert(1);display:block;margin-left:auto;margin-right:auto}.login-sso-title{font-size:2.5rem;margin:0 0 .5rem;color:#e8ecf1;font-weight:700;background:linear-gradient(135deg,#e8ecf1,#3bede6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-sso-subtitle{color:#b0b8c4;font-size:1rem;margin:0 0 3rem}.login-sso-button,a.login-sso-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#1c1f2a,#2d3447,#3d4554);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1c1f2a66;display:flex;align-items:center;justify-content:center;gap:.75rem;text-decoration:none}a.login-sso-button:visited,a.login-sso-button:link{color:#fff;text-decoration:none}.login-sso-icon{width:36px;height:36px;flex-shrink:0}.login-sso-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1c1f2a80;background:linear-gradient(135deg,#2d3447,#3d4554,#4d5564)}.login-sso-button:active{transform:translateY(0)}@media (max-width: 768px){.login-split{flex-direction:column}.login-left{width:100%;height:70vh}.login-right{width:100%;height:30vh}.login-sso-title{font-size:2rem}.login-sso-subtitle{font-size:.9rem;margin-bottom:2rem}}.profile-page{min-height:100vh;background:transparent;color:#e8ecf1;position:relative}.profile-page.theme-light{background:transparent;color:#2d3748}.profile-container{max-width:1200px;margin:0 auto;padding:2rem}.profile-header{margin-bottom:2rem}.profile-header h1{font-size:2.5rem;margin:.5rem 0;background:linear-gradient(135deg,#3bede6,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-page.theme-light .profile-header h1{background:linear-gradient(135deg,#3bede6,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-header p{color:#b0b8c4;margin:0;font-size:1.1rem}.profile-page.theme-light .profile-header p{color:#4a5568}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-card{background:linear-gradient(180deg,#24303d,#1e2a35);border:1px solid rgba(59,237,230,.2);border-radius:12px;padding:2rem}.profile-page.theme-light .profile-card{background:linear-gradient(180deg,#fff,#f5f7fa);border:1px solid rgba(59,237,230,.3)}.profile-info{display:flex;align-items:center;gap:2rem}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#3bede6,#00d4ff);display:flex;align-items:center;justify-content:center;color:#1a2530;flex-shrink:0}.profile-details{flex:1;display:flex;flex-direction:column;gap:1.5rem}.profile-field{display:flex;flex-direction:column;gap:.5rem}.profile-label{font-size:.875rem;font-weight:600;color:#b0b8c4;text-transform:uppercase;letter-spacing:.5px}.profile-page.theme-light .profile-label{color:#4a5568}.profile-value{font-size:1.25rem;color:#e8ecf1;font-weight:500}.profile-page.theme-light .profile-value{color:#2d3748}.profile-value-monospace{font-family:monospace;font-size:1rem;color:#b0b8c4}.profile-page.theme-light .profile-value-monospace{color:#718096}.profile-value-with-copy{display:flex;align-items:center;gap:.75rem;position:relative;min-height:1.5rem}.profile-value-clickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}.profile-value-clickable:hover{color:#3bede6}.profile-page.theme-light .profile-value-clickable:hover{color:#2c5282}.copy-button{background:#3bede61a;border:1px solid rgba(59,237,230,.3);border-radius:4px;padding:.5rem;cursor:pointer;color:#3bede6;display:flex;align-items:center;justify-content:center;transition:opacity .2s,visibility .2s;flex-shrink:0;opacity:0;visibility:hidden;width:32px;height:32px;box-sizing:border-box}.profile-value-with-copy:hover .copy-button{opacity:1;visibility:visible}.profile-page.theme-light .copy-button{background:#3bede626;border:1px solid rgba(59,237,230,.4);color:#2c5282}.copy-button:hover{background:#3bede633;border-color:#3bede680;transform:translateY(-1px)}.profile-page.theme-light .copy-button:hover{background:#3bede640}.copy-button:active{transform:translateY(0)}.copy-button svg{width:16px;height:16px}.profile-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.profile-section{background:linear-gradient(180deg,#24303d,#1e2a35);border:1px solid rgba(59,237,230,.2);border-radius:12px;padding:2rem}.profile-page.theme-light .profile-section{background:linear-gradient(180deg,#fff,#f5f7fa);border:1px solid rgba(59,237,230,.3)}.profile-section h2{font-size:1.5rem;margin:0 0 1rem;color:#3bede6}.profile-page.theme-light .profile-section h2{color:#3bede6}.profile-placeholder{color:#b0b8c4;font-style:italic;margin:0}.profile-page.theme-light .profile-placeholder{color:#4a5568}.profile-roles-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.profile-role-item{background:#3bede626;border:1px solid rgba(59,237,230,.3);border-radius:6px;padding:.35rem .75rem;font-size:.9rem;color:#e8ecf1}.profile-page.theme-light .profile-role-item{background:#3bede61f;border-color:#3bede666;color:#2d3748}.unauthorized-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1a2530,#1e2a35,#24303d);color:#e8ecf1}.unauthorized-content{text-align:center;padding:3rem}.unauthorized-code{font-size:8rem;font-weight:700;margin:0;background:linear-gradient(135deg,#3bede6,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.unauthorized-title{font-size:2rem;margin:1rem 0;color:#e8ecf1}.unauthorized-message{font-size:1.1rem;color:#b0b8c4;margin:1rem 0 2rem}.unauthorized-button{padding:.75rem 2rem;font-size:1rem;background:linear-gradient(135deg,#3bede6,#00d4ff);color:#1a2530;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.unauthorized-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3bede666}.confirm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0009;animation:confirm-modal-fade-in .15s ease-out}@keyframes confirm-modal-fade-in{0%{opacity:0}to{opacity:1}}.confirm-modal-box{max-width:420px;width:100%;padding:1.5rem;border-radius:10px;background:#24303d;border:1px solid rgba(59,237,230,.25);box-shadow:0 10px 40px #0006;outline:none;animation:confirm-modal-slide-in .2s ease-out}@keyframes confirm-modal-slide-in{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-modal-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#e8ecf1}.confirm-modal-body{margin-bottom:1.25rem;font-size:.9375rem;line-height:1.5;color:#b0b8c4}.confirm-modal-body p{margin:0}.confirm-modal-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.confirm-modal-btn{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:background .15s,opacity .15s}.confirm-modal-btn:disabled{opacity:.7;cursor:not-allowed}.confirm-modal-cancel{background:#ffffff1a;color:#e8ecf1;border:1px solid rgba(255,255,255,.2)}.confirm-modal-cancel:hover:not(:disabled){background:#ffffff26}.confirm-modal-confirm{color:#0f1419}.confirm-modal-primary{background:#3bede6}.confirm-modal-primary:hover:not(:disabled){background:#2dd9d2}.confirm-modal-danger{background:#e53e3e;color:#fff}.confirm-modal-danger:hover:not(:disabled){background:#c53030}.theme-light .confirm-modal-box,.confirm-modal-backdrop.theme-light .confirm-modal-box{background:#fff;border-color:#2c52824d;box-shadow:0 10px 40px #00000026}.theme-light .confirm-modal-title,.confirm-modal-backdrop.theme-light .confirm-modal-title{color:#2d3748}.theme-light .confirm-modal-body,.confirm-modal-backdrop.theme-light .confirm-modal-body{color:#4a5568}.theme-light .confirm-modal-cancel,.confirm-modal-backdrop.theme-light .confirm-modal-cancel{background:#0000000f;color:#2d3748;border-color:#00000026}.theme-light .confirm-modal-cancel:hover:not(:disabled),.confirm-modal-backdrop.theme-light .confirm-modal-cancel:hover:not(:disabled){background:#0000001a}.theme-light .confirm-modal-primary,.confirm-modal-backdrop.theme-light .confirm-modal-primary{background:#2c5282;color:#fff}.theme-light .confirm-modal-primary:hover:not(:disabled),.confirm-modal-backdrop.theme-light .confirm-modal-primary:hover:not(:disabled){background:#2b4368}.service-layout-page{background:transparent;color:#e8ecf1;position:relative}.service-layout-page.theme-light{background:transparent;color:#2d3748}.service-layout-scroll{display:flex;flex-direction:column;overflow:hidden}.service-layout-scroll .service-top-bar{flex-shrink:0}.service-layout-scroll .service-body{flex:1;min-height:0}.service-top-bar{display:flex;align-items:center;gap:1rem;padding:.5rem 1.5rem;min-height:2.5rem;background:linear-gradient(180deg,#24303d,#1e2a35);border-bottom:1px solid rgba(59,237,230,.2);flex-shrink:0}.service-top-bar-nav{display:flex;align-items:center;gap:.5rem;padding-right:1rem;margin-right:.5rem;border-right:1px solid rgba(59,237,230,.25);flex-shrink:0}.service-layout-page.theme-light .service-top-bar-nav{border-right-color:#3bede659}.service-top-bar .service-breadcrumb{flex:1;min-width:0}.service-layout-page.theme-light .service-top-bar{background:linear-gradient(180deg,#fff,#f5f7fa);border-bottom:1px solid rgba(59,237,230,.3)}.service-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:1rem}.service-breadcrumb-service{background:none;border:none;padding:0;cursor:pointer;color:#3bede6;font-weight:600;transition:color .2s}.service-breadcrumb-service:hover{color:#5cf5ee}.service-layout-page.theme-light .service-breadcrumb-service{color:#2c5282}.service-breadcrumb-part{display:inline-flex;align-items:center;gap:.5rem}.service-breadcrumb-sep{color:#b0b8c4;-webkit-user-select:none;user-select:none}.service-layout-page.theme-light .service-breadcrumb-sep{color:#718096}.service-breadcrumb-link{background:none;padding:0;color:#3bede6;font-weight:600;text-decoration:none;transition:color .2s}.service-breadcrumb-link:hover{color:#5cf5ee}.service-layout-page.theme-light .service-breadcrumb-link{color:#2c5282}.service-layout-page.theme-light .service-breadcrumb-link:hover{color:#2a4365}.service-breadcrumb-sub{color:#e8ecf1;font-weight:500}.service-layout-page.theme-light .service-breadcrumb-sub{color:#2d3748}.service-sidebar-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#3bede61a;border:1px solid rgba(59,237,230,.3);border-radius:8px;color:#3bede6;cursor:pointer;transition:background .2s,border-color .2s}.service-sidebar-toggle:hover{background:#3bede633;border-color:#3bede680}.service-sidebar-toggle.is-open{background:#3bede633;border-color:#3bede680;box-shadow:inset 0 0 0 1px #3bede626}.service-sidebar-toggle.is-open:hover{background:#3bede647;border-color:#3bede699}.service-layout-page.theme-light .service-sidebar-toggle{background:#3bede626;color:#2c5282;border-color:#3bede666}.service-layout-page.theme-light .service-sidebar-toggle.is-open{background:#3bede640;border-color:#3bede680}.service-layout-page.theme-light .service-sidebar-toggle.is-open:hover{background:#3bede659}.service-body{display:flex;flex:1;min-height:0;overflow:hidden}.service-sidebar{flex-shrink:0;width:220px;background:linear-gradient(180deg,#24303d,#1e2a35);border-right:1px solid rgba(59,237,230,.2);overflow-y:auto;transition:width .2s ease,margin .2s ease}.service-layout-page.theme-light .service-sidebar{background:linear-gradient(180deg,#fff,#f5f7fa);border-right:1px solid rgba(59,237,230,.3)}.service-sidebar.closed{width:0;min-width:0;overflow:hidden;border-right:none}.service-sidebar-nav{display:flex;flex-direction:column;padding:.75rem 0}.service-sidebar-separator{height:1px;margin:.5rem 1rem;background:#3bede640;flex-shrink:0}.service-layout-page.theme-light .service-sidebar-separator{background:#3bede659}.service-sidebar-link{display:block;padding:.4rem 1rem;color:#b0b8c4;text-decoration:none;font-size:.9375rem;transition:background .2s,color .2s;border-left:3px solid transparent}.service-sidebar-link:hover{color:#3bede6;background:#3bede614}.service-sidebar-link.active{color:#3bede6;font-weight:600;background:#3bede61a;border-left-color:#3bede6}.service-layout-page.theme-light .service-sidebar-link{color:#4a5568}.service-layout-page.theme-light .service-sidebar-link:hover{color:#2c5282;background:#3bede61f}.service-layout-page.theme-light .service-sidebar-link.active{color:#2c5282;background:#3bede626;border-left-color:#2c5282}.service-sidebar-group{margin-top:.25rem}.service-sidebar-group-label{display:block;padding:.5rem 1.5rem .25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#b0b8c4}.service-layout-page.theme-light .service-sidebar-group-label{color:#718096}.service-sidebar-sublink{padding-left:1.75rem;font-size:.875rem}.service-sidebar-section+.service-sidebar-section{border-top:1px solid rgba(59,237,230,.2);margin-top:.25rem;padding-top:.25rem}.service-layout-page.theme-light .service-sidebar-section+.service-sidebar-section{border-top-color:#3bede64d}.service-sidebar-section{margin-top:0}.service-sidebar-children{margin-top:0;padding-left:.5rem}.service-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:1rem 1.25rem}.service-main>*{flex:1;min-height:0;display:flex;flex-direction:column}.service-page-content{max-width:100%;width:100%;min-height:0}.service-page-content .tab-content{flex:1;min-height:0}.service-overview-content h2{margin:0 0 .5rem}.service-overview-description{font-size:1.25rem;color:#3bede6;margin:0 0 1rem}.service-layout-page.theme-light .service-overview-description{color:#2c5282}.service-overview-detail{margin:0;color:#b0b8c4;line-height:1.6}.service-layout-page.theme-light .service-overview-detail{color:#4a5568}.service-overview-links{margin:1.25rem 0 0;padding-left:1.5rem;color:#b0b8c4;line-height:1.7}.service-layout-page.theme-light .service-overview-links{color:#4a5568}.service-overview-links li{margin-bottom:.5rem}.service-overview-link{color:#3bede6;text-decoration:none;font-weight:500}.service-overview-link:hover{text-decoration:underline}.service-layout-page.theme-light .service-overview-link{color:#2c5282}.service-layout-page.theme-light .tab-content{background:linear-gradient(180deg,#fff,#f5f7fa);border:1px solid rgba(59,237,230,.3);box-shadow:0 4px 12px #0000001a;color:#2d3748}.service-layout-page.theme-light .tab-content h2{color:#2d3748}.service-layout-page.theme-light .tab-content p{color:#4a5568}.nandi-page{background:transparent;color:#e8ecf1;position:relative}.nandi-page.theme-light{background:transparent;color:#2d3748}.service-sidebar-section-row{display:flex;align-items:center;gap:.35rem;padding:.4rem 1rem .4rem .65rem;border-left:3px solid transparent;color:#b0b8c4;font-size:.9375rem;transition:background .2s,color .2s;text-decoration:none;min-height:2rem;box-sizing:border-box}.service-sidebar-section-row:hover{color:#3bede6;background:#3bede614}.service-sidebar-section-row:has(.service-sidebar-link.active){color:#3bede6;font-weight:600;background:#3bede61a;border-left-color:#3bede6}.nandi-page.theme-light .service-sidebar-section-row{color:#4a5568}.nandi-page.theme-light .service-sidebar-section-row:hover{color:#2c5282;background:#3bede61f}.nandi-page.theme-light .service-sidebar-section-row:has(.service-sidebar-link.active){color:#2c5282;background:#3bede626;border-left-color:#2c5282}.service-sidebar-section-row .service-sidebar-section-link{flex:1;min-width:0;padding:0;border-left:none;background:none;color:inherit;font-weight:inherit}.service-sidebar-section-row .service-sidebar-section-link:hover{background:none;color:inherit}.service-sidebar-section-row .service-sidebar-section-link.active{background:none;color:inherit;border-left:none}.service-sidebar-chevron,.service-sidebar-chevron-btn{display:inline-flex;align-items:center;justify-content:center;opacity:1;transition:transform .2s;flex-shrink:0;width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem}.service-sidebar-chevron-btn{padding:0;margin:0;border:none;background:none;color:inherit;cursor:pointer;border-radius:4px;outline:none;-webkit-tap-highlight-color:transparent}.service-sidebar-chevron-btn:focus{outline:none}.service-sidebar-chevron-btn:focus-visible{outline:none}.service-sidebar-chevron-placeholder{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;flex-shrink:0;display:inline-block}.service-sidebar-chevron-static{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:default}.service-sidebar-chevron-expanded,.service-sidebar-chevron-btn.service-sidebar-chevron-expanded{transform:rotate(90deg)}.nandi-page .service-sidebar-sublink.active{background:none;border-left:3px solid transparent;font-weight:500;color:#3bede6}.nandi-page.theme-light .service-sidebar-sublink.active{color:#2c5282}.nandi-sub-nav{display:flex;gap:.25rem;margin-bottom:1rem;flex-shrink:0;border-bottom:1px solid rgba(59,237,230,.2);padding-bottom:.5rem}.nandi-page.theme-light .nandi-sub-nav{border-bottom-color:#3bede64d}.nandi-sub-nav-link{padding:.5rem 1rem;border-radius:6px;font-size:.9375rem;font-weight:500;color:#b0b8c4;text-decoration:none;transition:background .2s,color .2s}.nandi-sub-nav-link:hover{color:#3bede6;background:#3bede614}.nandi-sub-nav-link.active{color:#3bede6;background:#3bede61f}.nandi-page.theme-light .nandi-sub-nav-link{color:#4a5568}.nandi-page.theme-light .nandi-sub-nav-link:hover{color:#2c5282;background:#3bede61a}.nandi-page.theme-light .nandi-sub-nav-link.active{color:#2c5282;background:#3bede626}.tab-content--users{display:grid;grid-template-rows:auto auto 1fr;min-height:0}.tab-content--users h2{grid-row:1}.tab-content--users .users-toolbar{grid-row:2}.tab-content--users .users-table-wrap{grid-row:3;display:flex;flex-direction:column;min-height:0;overflow:hidden}.service-header{background:linear-gradient(180deg,#24303d,#1e2a35);padding:2rem;border-bottom:1px solid rgba(59,237,230,.2);color:#e8ecf1}.nandi-page.theme-light .service-header{background:linear-gradient(180deg,#fff,#f5f7fa);border-bottom:1px solid rgba(59,237,230,.3);color:#2d3748}.service-header h1{margin:.5rem 0;color:#e8ecf1;font-size:2rem}.nandi-page.theme-light .service-header h1{color:#2d3748}.service-header p{margin:0;color:#b0b8c4}.nandi-page.theme-light .service-header p{color:#4a5568}.service-nav{background:linear-gradient(180deg,#24303d,#1e2a35);border-bottom:1px solid rgba(59,237,230,.2);padding:0 2rem;display:flex;gap:.5rem}.nandi-page.theme-light .service-nav{background:linear-gradient(180deg,#fff,#f5f7fa);border-bottom:1px solid rgba(59,237,230,.3)}.service-nav button{padding:1rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;color:#b0b8c4;transition:all .3s}.nandi-page.theme-light .service-nav button{color:#4a5568}.service-nav button:hover{color:#3bede6;background:#3bede61a}.nandi-page.theme-light .service-nav button:hover{background:#3bede626}.service-nav button.active{color:#3bede6;border-bottom-color:#3bede6;font-weight:600}.service-content{max-width:1200px;margin:0 auto;padding:2rem}.tab-content{background:linear-gradient(180deg,#24303d,#1e2a35);border:1px solid rgba(59,237,230,.2);border-radius:8px;padding:2rem;box-shadow:0 4px 12px #0000004d;color:#e8ecf1}.nandi-page.theme-light .tab-content{background:linear-gradient(180deg,#fff,#f5f7fa);border:1px solid rgba(59,237,230,.3);box-shadow:0 4px 12px #0000001a;color:#2d3748}.tab-content h2{margin:0 0 1rem;color:#e8ecf1}.nandi-page.theme-light .tab-content h2{color:#2d3748}.tab-content p{color:#b0b8c4;line-height:1.6}.nandi-placeholder-text{font-style:italic;color:#b0b8c4}.nandi-page.theme-light .nandi-placeholder-text,.nandi-page.theme-light .tab-content p{color:#4a5568}.users-loading,.users-error{text-align:center;padding:2rem;color:#b0b8c4}.nandi-page.theme-light .users-loading,.nandi-page.theme-light .users-error{color:#4a5568}.users-error{color:#ff6b6b}.nandi-page.theme-light .users-error{color:#e53e3e}.retry-button{margin-top:1rem;padding:.5rem 1rem;background:#3bede6;color:#1e2a35;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:all .3s}.retry-button:hover{background:#2dd4d4;transform:translateY(-1px)}.users-toolbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.users-search-form{display:flex;gap:.75rem;align-items:center;flex:1;min-width:0}.users-search-input{flex:1;min-width:12rem;min-width:0;max-width:320px;padding:.6rem 1rem;background:#1e2a3599;border:1px solid rgba(59,237,230,.3);border-radius:6px;color:#e8ecf1;font-size:1rem;outline:none;caret-color:#3bede6;transition:border-color .2s,box-shadow .2s}.users-search-input::placeholder{color:#b0b8c4}.users-search-input:focus{border-color:#3bede699;box-shadow:0 0 0 2px #3bede626}.nandi-page.theme-light .users-search-input{background:#fffc;border-color:#3bede666;color:#2d3748;caret-color:#2c5282}.nandi-page.theme-light .users-search-input::placeholder{color:#718096}.nandi-page.theme-light .users-search-input:focus{border-color:#3bede699}.users-toolbar-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.users-info{color:#b0b8c4;white-space:nowrap}.users-info p{margin:0}.nandi-page.theme-light .users-info{color:#4a5568}.users-table-wrap{position:relative;border:1px solid rgba(59,237,230,.2);border-radius:4px;background:#1e2a3580}.nandi-page.theme-light .users-table-wrap{border-color:#3bede64d;background:#ffffff80}.users-table-header-wrap{flex-shrink:0;border-bottom:1px solid rgba(59,237,230,.2)}.nandi-page.theme-light .users-table-header-wrap{border-bottom-color:#3bede64d}.users-table-container{flex:1;min-height:0;overflow:auto;position:relative}.users-table{width:100%;table-layout:fixed;border-collapse:collapse;background:transparent}.users-table-header{border-radius:4px 4px 0 0}.users-table-body tbody tr:first-child td{border-top:none}.users-table thead{background:#3bede61a}.nandi-page.theme-light .users-table thead{background:#3bede626}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#3bede6;border-bottom:none;background:#1c2d37}.nandi-page.theme-light .users-table th{color:#2c5282;background:#e0f2f1}.users-table td{padding:1rem;border-bottom:1px solid rgba(59,237,230,.1);color:#e8ecf1}.nandi-page.theme-light .users-table td{color:#2d3748;border-bottom:1px solid rgba(59,237,230,.15)}.users-table tbody tr:hover{background:#3bede60d}.nandi-page.theme-light .users-table tbody tr:hover{background:#3bede61a}.users-table tbody tr:last-child td{border-bottom:none}.user-id{font-family:monospace;font-size:.9em;color:#b0b8c4}.nandi-page.theme-light .user-id{color:#718096}.users-cell-with-copy{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;padding:.4rem .5rem;border-radius:4px;transition:background .15s}.users-cell-with-copy:hover{background:#3bede60f}.nandi-page.theme-light .users-cell-with-copy:hover{background:#3bede614}.users-cell-value{min-width:0}.users-cell-copy-btn{flex-shrink:0;width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;background:#3bede61a;border:1px solid rgba(59,237,230,.3);border-radius:4px;color:#3bede6;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s,background .2s}.users-cell-with-copy:hover .users-cell-copy-btn{opacity:1;visibility:visible}.users-cell-copy-btn:hover{background:#3bede633;border-color:#3bede680}.nandi-page.theme-light .users-cell-copy-btn{background:#3bede626;border-color:#3bede666;color:#2c5282}.users-table-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#1a253066;pointer-events:none;border-radius:4px}.nandi-page.theme-light .users-table-loading-overlay{background:#f5f7fa80}.users-search-loading{font-size:.875rem;color:#3bede6;margin-left:.5rem}.nandi-page.theme-light .users-search-loading{color:#2c5282}.no-users{text-align:center;padding:2rem;color:#b0b8c4;font-style:italic}.nandi-page.theme-light .no-users{color:#4a5568}.pagination{display:flex;align-items:center;gap:1rem}.pagination-button{padding:.5rem 1rem;background:#3bede61a;color:#3bede6;border:1px solid rgba(59,237,230,.3);border-radius:4px;cursor:pointer;font-weight:600;transition:all .3s}.nandi-page.theme-light .pagination-button{background:#3bede626;color:#2c5282;border:1px solid rgba(59,237,230,.4)}.pagination-button:hover:not(:disabled){background:#3bede633;transform:translateY(-1px)}.nandi-page.theme-light .pagination-button:hover:not(:disabled){background:#3bede640}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#b0b8c4;font-weight:500}.nandi-page.theme-light .pagination-info{color:#4a5568}.tab-content--clusters{display:grid;grid-template-rows:auto 1fr;min-height:0}.tab-content--clusters .clusters-tab-bar{grid-row:1;margin-bottom:.75rem}.tab-content--clusters .clusters-tab-panel{grid-row:2;display:flex;flex-direction:column;min-height:0;overflow:hidden}.tab-content--clusters .clusters-tab-panel .clusters-toolbar{margin-bottom:.75rem;flex-shrink:0}.tab-content--clusters .clusters-tab-panel .clusters-table-wrap{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.tab-content--clusters .clusters-tab-panel .inventory-pagination{flex-shrink:0;margin-top:.75rem}.clusters-tab-bar{display:flex;gap:.25rem;border-bottom:1px solid rgba(59,237,230,.2);padding-bottom:.5rem}.nandi-page.theme-light .clusters-tab-bar{border-bottom-color:#3bede64d}.clusters-tab-btn{padding:.5rem 1rem;border-radius:6px;font-size:.9375rem;font-weight:500;color:#b0b8c4;background:transparent;border:none;outline:none;cursor:pointer;transition:background .2s,color .2s}.clusters-tab-btn:hover,.clusters-tab-btn:focus{color:#3bede6;background:#3bede614}.clusters-tab-btn:focus{outline:none;box-shadow:none}.clusters-tab-btn.active{color:#3bede6;background:#3bede61f}.nandi-page.theme-light .clusters-tab-btn{color:#4a5568}.nandi-page.theme-light .clusters-tab-btn:hover{color:#2c5282;background:#3bede61a}.nandi-page.theme-light .clusters-tab-btn.active{color:#2c5282;background:#3bede626}.inventory-onboarded-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:500}.inventory-onboarded-yes{background:#48bb7833;color:#48bb78}.inventory-onboarded-no{background:#a0aec033;color:#a0aec0}.nandi-page.theme-light .inventory-onboarded-yes{background:#48bb7840;color:#276749}.nandi-page.theme-light .inventory-onboarded-no{background:#a0aec04d;color:#718096}.inventory-onboarded-cell{display:inline-flex;align-items:center;min-height:1.75rem}.inventory-onboarded-action{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;padding:.2rem .4rem;border-radius:4px;outline:none;box-shadow:none;transition:background .2s,color .2s;text-decoration:none;border:none;background:transparent;cursor:pointer;color:#3bede6}.inventory-onboarded-action:hover{background:#3bede626;color:#3bede6}.inventory-onboarded-action:focus{outline:none;box-shadow:none}.inventory-onboarded-view{color:#3bede6}.inventory-onboarded-view:hover{color:#5ef5ee}.nandi-page.theme-light .inventory-onboarded-action{color:#2c5282}.nandi-page.theme-light .inventory-onboarded-action:hover{background:#2c52821f;color:#2b6cb0}.inventory-onboarded-view-back{display:inline-block;margin-top:1rem;color:#3bede6;text-decoration:none;font-size:.9375rem}.inventory-onboarded-view-back:hover{text-decoration:underline}.nandi-page.theme-light .inventory-onboarded-view-back{color:#2c5282}.inventory-onboard-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.inventory-onboard-modal{background:#1e2a35;border:1px solid rgba(59,237,230,.3);border-radius:8px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem;box-shadow:0 8px 32px #0006}.nandi-page.theme-light .inventory-onboard-modal{background:#fff;border-color:#3bede666;box-shadow:0 8px 32px #0000001f}.inventory-onboard-modal-title{margin:0 0 .25rem;font-size:1.25rem;color:#e8ecf1}.nandi-page.theme-light .inventory-onboard-modal-title{color:#2d3748}.inventory-onboard-modal-subtitle{margin:0 0 1.25rem;font-size:.875rem;color:#b0b8c4}.nandi-page.theme-light .inventory-onboard-modal-subtitle{color:#718096}.inventory-onboard-form{display:flex;flex-direction:column;gap:1rem}.inventory-onboard-field{display:flex;flex-direction:column;gap:.35rem;width:100%;min-width:0}.inventory-onboard-field label{font-size:.8125rem;font-weight:600;color:#b0b8c4}.nandi-page.theme-light .inventory-onboard-field label{color:#4a5568}.inventory-onboard-field-help{margin:.35rem 0 0;font-size:.8125rem;color:#b0b8c4;line-height:1.4}.nandi-page.theme-light .inventory-onboard-field-help{color:#718096}.inventory-onboard-field-error{margin:.35rem 0 0;font-size:.8125rem;color:#f56565!important;line-height:1.4}.nandi-page.theme-light .inventory-onboard-field-error{color:#c53030!important}.inventory-onboard-input--error,.inventory-onboard-select.inventory-onboard-input--error{border-color:#fc8181}.nandi-page.theme-light .inventory-onboard-input--error,.nandi-page.theme-light .inventory-onboard-select.inventory-onboard-input--error{border-color:#e53e3e}.inventory-onboard-input,.inventory-onboard-select{padding:.5rem .75rem;font-size:.875rem;color:#e8ecf1;background:#1e2a35cc;border:1px solid rgba(59,237,230,.3);border-radius:6px;outline:none}.inventory-onboard-input:focus,.inventory-onboard-select:focus{border-color:#3bede699;box-shadow:0 0 0 2px #3bede626}.nandi-page.theme-light .inventory-onboard-input,.nandi-page.theme-light .inventory-onboard-select{color:#2d3748;background:#ffffffe6;border-color:#3bede666}.inventory-onboard-input--other{margin-top:.25rem}.inventory-maintainer-search-wrap{position:relative;width:100%}.inventory-maintainer-search-wrap .inventory-onboard-input{width:100%;box-sizing:border-box}.inventory-onboard-hostname-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;width:100%}.inventory-onboard-hostname-wrap .inventory-onboard-input{flex:1 1 auto;min-width:22rem;box-sizing:border-box}.inventory-onboard-hostname-suffix{font-size:.875rem;color:#b0b8c4;white-space:nowrap}.nandi-page.theme-light .inventory-onboard-hostname-suffix{color:#718096}.inventory-maintainer-dropdown{position:absolute;top:100%;left:0;right:0;width:100%;margin-top:.25rem;max-height:200px;overflow-y:auto;background:#24303d;border:1px solid rgba(59,237,230,.3);border-radius:6px;z-index:5;box-sizing:border-box}.nandi-page.theme-light .inventory-maintainer-dropdown{background:#fff;border-color:#3bede666}.inventory-maintainer-option{display:block;width:100%;padding:.5rem .75rem;font-size:.875rem;text-align:left;color:#e8ecf1;background:transparent;border:none;cursor:pointer;transition:background .2s}.inventory-maintainer-option:hover{background:#3bede626}.nandi-page.theme-light .inventory-maintainer-option{color:#2d3748}.nandi-page.theme-light .inventory-maintainer-option:hover{background:#3bede61a}.inventory-maintainer-loading,.inventory-maintainer-empty{padding:.5rem .75rem;font-size:.875rem;color:#b0b8c4}.nandi-page.theme-light .inventory-maintainer-loading,.nandi-page.theme-light .inventory-maintainer-empty{color:#718096}.inventory-tags-list{display:flex;flex-direction:column;gap:.5rem}.inventory-tag-row{display:flex;gap:.5rem;align-items:center}.inventory-tag-key,.inventory-tag-value{flex:1;min-width:0}.inventory-tag-remove{flex-shrink:0;width:2rem;height:2rem;padding:0;font-size:1.25rem;line-height:1;color:#b0b8c4;background:transparent;border:1px solid rgba(59,237,230,.25);border-radius:4px;cursor:pointer;outline:none;transition:color .2s,background .2s}.inventory-tag-remove:hover{color:#e8ecf1;background:#3bede626}.inventory-tag-add{align-self:flex-start;padding:.4rem .6rem;font-size:.8125rem;color:#3bede6;background:transparent;border:1px dashed rgba(59,237,230,.4);border-radius:4px;cursor:pointer;outline:none;transition:background .2s,border-color .2s}.inventory-tag-add:hover{background:#3bede614;border-color:#3bede699}.inventory-onboard-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(59,237,230,.2)}.inventory-onboard-cancel{padding:.5rem 1rem;font-size:.9375rem;color:#b0b8c4;background:transparent;border:1px solid rgba(59,237,230,.3);border-radius:6px;cursor:pointer;outline:none}.inventory-onboard-cancel:hover{color:#e8ecf1;background:#ffffff0f}.inventory-onboard-submit{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:#1e2a35;background:#3bede680;border:1px solid rgba(59,237,230,.6);border-radius:6px;cursor:pointer;outline:none}.inventory-onboard-submit:hover{background:#3bede6a6}.inventory-pagination{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.inventory-toolbar-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.inventory-dropdown-wrap{position:relative}.inventory-dropdown-trigger{padding:.5rem .75rem;border-radius:6px;font-size:.9375rem;font-weight:500;color:#b0b8c4;background:#1e2a3599;border:1px solid rgba(59,237,230,.25);cursor:pointer;outline:none;display:inline-flex;align-items:center;gap:.35rem;transition:background .2s,border-color .2s,color .2s}.inventory-dropdown-trigger:hover,.inventory-dropdown-trigger:focus{color:#3bede6;background:#3bede61a;border-color:#3bede666}.inventory-dropdown-trigger:focus{outline:none;box-shadow:none}.inventory-dropdown-dot{width:6px;height:6px;border-radius:50%;background:#3bede6;flex-shrink:0}.inventory-dropdown-panel{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:180px;padding:.75rem;background:#1e2a35fa;border:1px solid rgba(59,237,230,.3);border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:10}.nandi-page.theme-light .inventory-dropdown-panel{background:#fffffffa;border-color:#3bede666;box-shadow:0 4px 12px #00000014}.inventory-filter-group{margin-bottom:.75rem}.inventory-filter-group:last-child{margin-bottom:0}.inventory-filter-label{display:block;font-size:.8125rem;font-weight:600;color:#b0b8c4;margin-bottom:.35rem}.nandi-page.theme-light .inventory-filter-label{color:#4a5568}.inventory-filter-select{width:100%;padding:.4rem .5rem;font-size:.875rem;color:#e8ecf1;background:#0003;border:1px solid rgba(59,237,230,.3);border-radius:4px;outline:none;cursor:pointer}.nandi-page.theme-light .inventory-filter-select{color:#2d3748;background:#0000000d;border-color:#3bede666}.inventory-filter-checkboxes,.inventory-column-checks{display:flex;flex-direction:column;gap:.35rem;max-height:200px;overflow-y:auto}.inventory-filter-check{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#e8ecf1;cursor:pointer;white-space:nowrap}.nandi-page.theme-light .inventory-filter-check{color:#2d3748}.inventory-filter-check input{cursor:pointer;accent-color:#3BEDE6}.inventory-reset-inner-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;margin-top:.75rem;padding:.45rem .5rem;font-size:.8125rem;font-weight:500;color:#1e2a35;background:#3bede659;border:1px solid rgba(59,237,230,.5);border-radius:4px;cursor:pointer;outline:none;box-shadow:none;transition:background .2s,border-color .2s,color .2s,opacity .2s}.inventory-reset-inner-btn:focus{outline:none;box-shadow:none}.inventory-reset-inner-btn:hover{background:#3bede680;border-color:#3bede6b3;color:#0f1419}.nandi-page.theme-light .inventory-reset-inner-btn{color:#1a202c;background:#2c528233;border-color:#2c528266}.nandi-page.theme-light .inventory-reset-inner-btn:hover{background:#2c52824d;border-color:#2c528280;color:#0d1117}.inventory-reset-all-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;color:#1e2a35;background:#3bede666;border:1px solid rgba(59,237,230,.55);border-radius:6px;cursor:pointer;outline:none;box-shadow:none;transition:background .2s,border-color .2s,color .2s,opacity .2s}.inventory-reset-all-btn:focus{outline:none;box-shadow:none}.inventory-reset-all-btn:hover{background:#3bede68c;border-color:#3bede6bf;color:#0f1419}.nandi-page.theme-light .inventory-reset-all-btn{color:#1a202c;background:#2c528240;border-color:#2c528273}.nandi-page.theme-light .inventory-reset-all-btn:hover{background:#2c528259;border-color:#2c52828c;color:#0d1117}.clusters-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;flex-shrink:0}.clusters-info{color:#b0b8c4;white-space:nowrap}.nandi-page.theme-light .clusters-info{color:#4a5568}.clusters-search-form{display:flex;gap:.75rem;align-items:center;flex:1;min-width:0}.clusters-search-input{flex:1;min-width:200px;max-width:420px;padding:.6rem 1rem;background:#1e2a3599;border:1px solid rgba(59,237,230,.3);border-radius:6px;color:#e8ecf1;font-size:1rem;outline:none;caret-color:#3bede6;transition:border-color .2s,box-shadow .2s}.clusters-search-input::placeholder{color:#b0b8c4}.clusters-search-input:focus{border-color:#3bede699;box-shadow:0 0 0 2px #3bede626}.nandi-page.theme-light .clusters-search-input{background:#fffc;border-color:#3bede666;color:#2d3748;caret-color:#2c5282}.nandi-page.theme-light .clusters-search-input::placeholder{color:#718096}.nandi-page.theme-light .clusters-search-input:focus{border-color:#3bede699}.clusters-loading,.clusters-error{text-align:center;padding:2rem;color:#b0b8c4}.nandi-page.theme-light .clusters-loading,.nandi-page.theme-light .clusters-error{color:#4a5568}.clusters-error{color:#ff6b6b}.nandi-page.theme-light .clusters-error{color:#e53e3e}.clusters-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;flex-shrink:0}.clusters-filter-btn,.clusters-clear-filter-btn{padding:.6rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid transparent}.clusters-filter-btn{background:#3bede626;color:#3bede6;border-color:#3bede666}.clusters-filter-btn:hover:not(:disabled){background:#3bede640;border-color:#3bede699}.clusters-filter-btn:disabled{opacity:.5;cursor:not-allowed}.nandi-page.theme-light .clusters-filter-btn{background:#3bede633;color:#2c5282;border-color:#3bede680}.clusters-clear-filter-btn{background:#ffffff14;color:#b0b8c4;border-color:#3bede633}.clusters-clear-filter-btn:hover{background:#ffffff1f;color:#e8ecf1}.nandi-page.theme-light .clusters-clear-filter-btn{background:#0000000f;color:#4a5568;border-color:#3bede64d}.nandi-page.theme-light .clusters-clear-filter-btn:hover{background:#0000001a;color:#2d3748}.clusters-table-wrap{position:relative;border:1px solid rgba(59,237,230,.2);border-radius:4px;background:#1e2a3580}.nandi-page.theme-light .clusters-table-wrap{border-color:#3bede64d;background:#ffffff80}.clusters-table-header-wrap{flex-shrink:0;border-bottom:1px solid rgba(59,237,230,.2)}.nandi-page.theme-light .clusters-table-header-wrap{border-bottom-color:#3bede64d}.clusters-table-container{flex:1;min-height:0;overflow:auto;position:relative}.clusters-table{width:100%;table-layout:fixed;border-collapse:collapse;background:transparent}.clusters-table-header{border-radius:4px 4px 0 0}.clusters-table-body tbody tr:first-child td{border-top:none}.clusters-table thead{background:#3bede61a}.nandi-page.theme-light .clusters-table thead{background:#3bede626}.clusters-table th{padding:1rem;text-align:left;font-weight:600;color:#3bede6;border-bottom:none;background:#1c2d37}.nandi-page.theme-light .clusters-table th{color:#2c5282;background:#e0f2f1}.clusters-table td{padding:1rem;border-bottom:1px solid rgba(59,237,230,.1);color:#e8ecf1}.nandi-page.theme-light .clusters-table td{color:#2d3748;border-bottom:1px solid rgba(59,237,230,.15)}.clusters-table-cluster-link{color:#3bede6;text-decoration:none;font-weight:500}.clusters-table-cluster-link:hover{text-decoration:none}.nandi-page.theme-light .clusters-table-cluster-link{color:#2c5282}.clusters-table tbody tr:hover{background:#3bede60d}.nandi-page.theme-light .clusters-table tbody tr:hover{background:#3bede61a}.clusters-table tbody tr:last-child td{border-bottom:none}.clusters-check-access-btn{padding:0 .75rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;background:#3bede626;color:#3bede6;border:1px solid rgba(59,237,230,.4);border-radius:4px;font-size:.875rem;font-weight:500;line-height:1.25;cursor:pointer;transition:all .2s}.clusters-check-access-btn:hover:not(:disabled){background:#3bede640;border-color:#3bede699}.clusters-check-access-btn:disabled{opacity:.5;cursor:not-allowed}.nandi-page.theme-light .clusters-check-access-btn{background:#3bede633;color:#2c5282;border-color:#3bede680}.clusters-result-btn{display:inline-flex;align-items:center;justify-content:center;height:2rem;padding:0 .75rem;border-radius:4px;font-size:.875rem;font-weight:500;line-height:1.25;border:1px solid transparent;cursor:pointer;transition:background .2s,border-color .2s;box-sizing:border-box;min-width:7rem}.clusters-result-checking{color:#b0b8c4;background:#b0b8c433;border-color:#b0b8c44d;cursor:default}.clusters-result-accessible{color:#1e2a35;background:#22c55e;border-color:#16a34a}.clusters-result-accessible:hover{background:#16a34a;border-color:#15803d}.nandi-page.theme-light .clusters-result-accessible{background:#16a34a;color:#fff;border-color:#15803d}.nandi-page.theme-light .clusters-result-accessible:hover{background:#15803d}.clusters-result-unauthorized{color:#fbbf24;background:#fbbf2433;border-color:#fbbf2466}.clusters-result-unauthorized:hover{background:#fbbf244d;border-color:#fbbf2480}.clusters-result-forbidden{color:#f97316;background:#f9731633;border-color:#f9731666}.clusters-result-forbidden:hover{background:#f973164d;border-color:#f9731680}.clusters-result-not_reachable{color:#94a3b8;background:#94a3b833;border-color:#94a3b866}.clusters-result-not_reachable:hover{background:#94a3b84d;border-color:#94a3b880}.clusters-result-error{color:#ef4444;background:#ef444433;border-color:#ef444466}.clusters-result-error:hover{background:#ef44444d;border-color:#ef444480}.no-clusters{text-align:center;padding:2rem;color:#b0b8c4;font-style:italic}.nandi-page.theme-light .no-clusters{color:#4a5568}.cluster-detail-page-wrap{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.cluster-detail-page{width:100%;max-width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.cluster-detail-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.cluster-detail-title{font-size:1.5rem;font-weight:600;margin:0;color:#e8ecf1;word-break:break-all}.nandi-page.theme-light .cluster-detail-title{color:#2d3748}.cluster-detail-header-actions{display:flex;align-items:center;gap:.75rem}.cluster-detail-subtabs{flex-shrink:0;margin-bottom:.5rem}.cluster-detail-subtabs a.clusters-tab-btn{text-decoration:none;display:inline-flex;align-items:center}.cluster-detail-tab-outlet{margin-top:0}.cluster-detail-access-request{padding:1rem}.cluster-detail-refresh-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:none;border-radius:6px;background:#3bede626;color:#3bede6;cursor:pointer}.cluster-detail-refresh-btn:hover:not(:disabled){background:#3bede640}.cluster-detail-refresh-btn:disabled{opacity:.8;cursor:not-allowed}.nandi-page.theme-light .cluster-detail-refresh-btn{background:#2c52821f;color:#2c5282}.nandi-page.theme-light .cluster-detail-refresh-btn:hover:not(:disabled){background:#2c528233}.cluster-detail-refresh-icon.spinning{animation:cluster-detail-refresh-spin .8s linear infinite}@keyframes cluster-detail-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cluster-detail-tunnel-last-log{display:block;margin-top:.25rem;font-size:.8125rem;color:#8b98a8;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nandi-page.theme-light .cluster-detail-tunnel-last-log{color:#718096}.cluster-detail-sections-scroll{flex:1;min-height:0;overflow:auto;border-radius:8px;border:1px solid rgba(59,237,230,.2);background:#1e2a354d}.nandi-page.theme-light .cluster-detail-sections-scroll{border-color:#3bede659;background:#f5f7fa80}.cluster-detail-sections{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.cluster-detail-sections-single{max-width:100%}.cluster-detail-section{min-width:0;background:#1e2a3599;border:1px solid rgba(59,237,230,.2);border-radius:8px;overflow:hidden}.nandi-page.theme-light .cluster-detail-section{background:#fffc;border-color:#3bede659}.cluster-detail-section-title{font-size:1rem;font-weight:600;margin:0;padding:.75rem 1rem;background:#3bede614;border-bottom:1px solid rgba(59,237,230,.2);color:#3bede6}.nandi-page.theme-light .cluster-detail-section-title{background:#2c528214;border-bottom-color:#2c528240;color:#2c5282}.cluster-detail-section-body{padding:1rem}.cluster-detail-dl{display:flex;flex-direction:column;gap:.5rem;margin:0}.cluster-detail-row{display:grid;grid-template-columns:11rem 1fr;gap:.75rem;align-items:baseline;margin:0}.cluster-detail-label{font-size:.875rem;color:#8b98a8;font-weight:500;margin:0}.nandi-page.theme-light .cluster-detail-label{color:#4a5568}.cluster-detail-value{font-size:.875rem;margin:0;word-break:break-word;color:#e8ecf1}.nandi-page.theme-light .cluster-detail-value{color:#2d3748}.cluster-detail-value-mono{font-family:ui-monospace,monospace;font-size:.8125rem}.cluster-detail-value-wrap{word-break:break-word;overflow-wrap:break-word}.cluster-detail-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.8125rem;font-weight:500}.cluster-detail-badge-yes{background:#48bb7833;color:#68d391}.nandi-page.theme-light .cluster-detail-badge-yes{background:#48bb7833;color:#276749}.cluster-detail-badge-no{background:#a0aec033;color:#a0aec0}.nandi-page.theme-light .cluster-detail-badge-no{background:#a0aec033;color:#4a5568}.cluster-detail-badge-error{background:#fc818133;color:#fc8181}.nandi-page.theme-light .cluster-detail-badge-error{background:#e53e3e26;color:#c53030}.cluster-detail-badge-pending{background:#f6e05e33;color:#ecc94b}.nandi-page.theme-light .cluster-detail-badge-pending{background:#d2a81e26;color:#975a16}.cluster-detail-loading,.cluster-detail-muted{color:#8b98a8;margin:0 0 1rem}.nandi-page.theme-light .cluster-detail-loading,.nandi-page.theme-light .cluster-detail-muted{color:#4a5568}.cluster-detail-error{color:#fc8181;margin:0 0 1rem}.nandi-page.theme-light .cluster-detail-error{color:#c53030}.cluster-detail-onboard-gateway-btn{padding:.35rem .75rem;font-size:.875rem;border-radius:4px;border:1px solid rgba(59,237,230,.5);background:#3bede626;color:#3bede6;cursor:pointer}.cluster-detail-onboard-gateway-btn:hover:not(:disabled){background:#3bede640}.cluster-detail-onboard-gateway-btn:disabled{opacity:.7;cursor:not-allowed}.nandi-page.theme-light .cluster-detail-onboard-gateway-btn{border-color:#2c5282;background:#2c52821f;color:#2c5282}.nandi-page.theme-light .cluster-detail-onboard-gateway-btn:hover:not(:disabled){background:#2c528233}.cluster-detail-onboard-error{display:block;margin-top:.35rem;font-size:.8125rem;color:#fc8181}.nandi-page.theme-light .cluster-detail-onboard-error{color:#c53030}.cluster-detail-try-again-btn{margin-left:.5rem;padding:.35rem .75rem;font-size:.875rem;border-radius:4px;border:1px solid rgba(59,237,230,.5);background:#3bede626;color:#3bede6;cursor:pointer}.cluster-detail-try-again-btn:hover:not(:disabled){background:#3bede640}.cluster-detail-try-again-btn:disabled{opacity:.7;cursor:not-allowed}.nandi-page.theme-light .cluster-detail-try-again-btn{border-color:#2c5282;background:#2c52821f;color:#2c5282}.nandi-page.theme-light .cluster-detail-try-again-btn:hover:not(:disabled){background:#2c528233}.cluster-detail-section-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.75rem 1rem;background:#3bede614;border-bottom:1px solid rgba(59,237,230,.2)}.nandi-page.theme-light .cluster-detail-section-heading{background:#2c528214;border-bottom-color:#2c528240}.cluster-detail-section-heading .cluster-detail-section-title{margin:0;padding:0;background:transparent;border-bottom:none;flex:1;min-width:0}.cluster-detail-section-heading-actions{display:flex;align-items:center;gap:.35rem}.cluster-detail-managers-edit-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:1px solid rgba(59,237,230,.45);border-radius:6px;background:#3bede61a;color:#3bede6;cursor:pointer;line-height:0}.cluster-detail-managers-edit-btn:hover{background:#3bede633}.nandi-page.theme-light .cluster-detail-managers-edit-btn{border-color:#2c5282;background:#2c52821a;color:#2c5282}.nandi-page.theme-light .cluster-detail-managers-edit-btn:hover{background:#2c52822e}.cluster-detail-managers-help{font-size:.8125rem;margin-top:0;margin-bottom:.75rem}.cluster-detail-managers-table-wrap{overflow-x:auto;width:100%;margin:0 0 1rem;-webkit-overflow-scrolling:touch}.cluster-detail-managers-table{width:100%;min-width:36rem;border-collapse:collapse;font-size:.875rem;table-layout:fixed}.cluster-detail-managers-table th,.cluster-detail-managers-table td{padding:.5rem .65rem;text-align:left;vertical-align:middle;border-bottom:1px solid rgba(255,255,255,.08)}.nandi-page.theme-light .cluster-detail-managers-table th,.nandi-page.theme-light .cluster-detail-managers-table td{border-bottom-color:#00000014}.cluster-detail-managers-table th{font-weight:600;color:#8b98a8;white-space:nowrap}.nandi-page.theme-light .cluster-detail-managers-table th{color:#4a5568}.cluster-detail-managers-table tbody tr:last-child td{border-bottom:none}.cluster-detail-managers-th-action{width:6.5rem;text-align:right!important}.cluster-detail-managers-td-action{text-align:right;white-space:nowrap}.cluster-detail-managers-td-name{font-weight:500;color:#e8ecf1;width:18%}.nandi-page.theme-light .cluster-detail-managers-td-name{color:#2d3748}.cluster-detail-managers-td-email{color:#b0b8c4;word-break:break-word;width:28%}.nandi-page.theme-light .cluster-detail-managers-td-email{color:#718096}.cluster-detail-managers-td-time{color:#b0b8c4;white-space:nowrap;width:18%}.nandi-page.theme-light .cluster-detail-managers-td-time{color:#718096}.cluster-detail-managers-td-by{color:#b0b8c4;word-break:break-word;width:22%}.nandi-page.theme-light .cluster-detail-managers-td-by{color:#718096}.cluster-detail-managers-td-empty{text-align:center!important;padding:.75rem!important}.cluster-detail-manager-name{font-weight:500;color:#e8ecf1;min-width:8rem}.nandi-page.theme-light .cluster-detail-manager-name{color:#2d3748}.cluster-detail-manager-email{font-size:.875rem;color:#b0b8c4;flex:1 1 auto;word-break:break-all}.nandi-page.theme-light .cluster-detail-manager-email{color:#718096}.cluster-detail-manager-remove{padding:.25rem .5rem;font-size:.8125rem;border-radius:4px;border:1px solid rgba(252,129,129,.5);background:transparent;color:#fc8181;cursor:pointer}.cluster-detail-manager-remove:hover{background:#fc81811f}.cluster-detail-managers-search{margin-bottom:.75rem;max-width:28rem}.cluster-detail-manager-option-name{display:block;font-weight:500}.cluster-detail-manager-option-email{display:block;font-size:.8125rem;opacity:.85}.cluster-detail-managers-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.5rem}.cluster-detail-managers-edit .cluster-detail-try-again-btn{margin-left:0}.nandi-access-page-wrap{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;flex:1}.nandi-access-page{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;flex:1;padding:1.25rem 1.75rem}.nandi-access-header{margin-bottom:1.25rem}.nandi-access-header .nandi-access-title{margin-bottom:.25rem}.nandi-access-title{font-size:1.5rem;margin-bottom:.35rem}.nandi-access-description{color:var(--nandi-muted, #a0aec0);font-size:.9rem;margin-bottom:0}.nandi-access-tab-bar{margin-bottom:1.25rem;flex-shrink:0}.nandi-access-tab-panel{flex:1;min-height:0;display:flex;flex-direction:column;width:100%;padding-top:.25rem}.nandi-access-tab-panel[hidden]{display:none}.nandi-access-description code{font-size:.85em;padding:.1rem .3rem;border-radius:3px;background:#0003}.nandi-access-error{padding:.5rem .75rem;margin-bottom:1rem;border-radius:4px;background:#fc818126;color:#fc8181}.nandi-access-section{margin-bottom:0;min-width:0;width:100%;padding:1.25rem 1.5rem;border-radius:8px;background:#1e2a3580;border:1px solid rgba(59,237,230,.15)}.nandi-page.theme-light .nandi-access-section{background:#fff9;border-color:#3bede640}.nandi-access-section .cluster-detail-section-title{margin-bottom:1rem;padding:.75rem 0;border-bottom:1px solid rgba(59,237,230,.2);background:transparent}.nandi-page.theme-light .nandi-access-section .cluster-detail-section-title{border-bottom-color:#2c528233}.nandi-access-form-top-bar{margin-bottom:1rem}.nandi-access-back-btn{display:inline-flex;align-items:center;padding:.4rem 0;font-size:.9rem;color:#3bede6;background:none;border:none;cursor:pointer}.nandi-access-back-btn:hover{text-decoration:underline}.nandi-page.theme-light .nandi-access-back-btn{color:#2c5282}.nandi-access-form-title{margin-top:0!important}.nandi-access-muted-small{font-size:.875rem;color:var(--nandi-muted, #a0aec0);margin:.5rem 0 0}.nandi-access-roles-table-wrap,.nandi-access-table-wrap{width:100%;overflow-x:auto;margin-top:.5rem}.nandi-access-perms-list{font-size:.875rem;color:var(--nandi-muted, #a0aec0)}.nandi-access-filter-row{margin-bottom:1rem;max-width:360px}.nandi-access-filter-row .nandi-access-input{margin-top:.25rem}.nandi-access-role-search-input{margin-bottom:.5rem;max-width:100%}.nandi-access-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem}.nandi-access-form-row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.nandi-access-form-row:last-of-type{margin-bottom:0}.nandi-access-form-row label{font-size:.875rem;font-weight:500;color:#e8ecf1}.nandi-access-page.theme-light .nandi-access-form-row label,.nandi-page.theme-light .nandi-access-form-row label{color:#2d3748}.nandi-access-input,.nandi-access-select{padding:.5rem .75rem;font-size:.9375rem;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#00000040;color:inherit;min-width:200px;max-width:100%}.nandi-access-input::placeholder{color:var(--nandi-muted, #a0aec0);opacity:.9}.nandi-access-select{cursor:pointer}.nandi-access-roles-list{list-style:none;padding:0;margin:0}.nandi-access-role-item{padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.nandi-access-role-desc{color:var(--nandi-muted, #a0aec0);font-weight:400}.nandi-access-role-perms{font-size:.8125rem;color:var(--nandi-muted, #a0aec0);margin-top:.2rem}.nandi-access-table{width:100%;min-width:480px;border-collapse:collapse;font-size:.9375rem}.nandi-access-roles-table th,.nandi-access-roles-table td{padding:.65rem 1rem;vertical-align:top}.nandi-access-table th,.nandi-access-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.nandi-access-table th{color:var(--nandi-muted, #a0aec0);font-weight:600}.nandi-access-td-mono{font-family:ui-monospace,monospace;font-size:.8125rem}.nandi-access-th-action,.nandi-access-td-action{width:100px;text-align:right}.nandi-access-remove-btn{padding:.25rem .5rem;font-size:.8125rem;border-radius:4px;border:1px solid rgba(252,129,129,.4);background:#fc81811a;color:#fc8181;cursor:pointer}.nandi-access-remove-btn:hover{background:#fc818133}.nandi-page.theme-light .nandi-access-description code{background:#00000014}.nandi-page.theme-light .nandi-access-input,.nandi-page.theme-light .nandi-access-select{border-color:#00000026;background:#fffc}.nandi-access-bindings-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.nandi-access-bindings-header .cluster-detail-section-title{margin-bottom:0;padding-bottom:0;border-bottom:none}.nandi-access-add-btn{flex-shrink:0}.nandi-access-add-form{max-width:560px;display:flex;flex-direction:column;gap:0;margin-top:.5rem}.nandi-access-form-description{margin-bottom:1.25rem;line-height:1.5}.nandi-access-radio-group{display:flex;gap:1.25rem;flex-wrap:wrap}.nandi-access-radio-label,.nandi-access-checkbox-label{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font-weight:400;color:inherit}.nandi-access-radio-label input,.nandi-access-checkbox-label input{margin:0}.nandi-access-roles-checkboxes{display:flex;flex-direction:column;gap:.4rem;margin-top:.25rem;max-height:220px;overflow-y:auto;padding:.5rem 0}.nandi-access-roles-checkboxes .nandi-access-checkbox-label{padding:.25rem 0}.nandi-access-form-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.nandi-page.theme-light .nandi-access-form-actions{border-top-color:#00000014}.nandi-access-cancel-btn{padding:.5rem 1rem;font-size:.9375rem;border-radius:6px;border:1px solid rgba(255,255,255,.3);background:transparent;color:inherit;cursor:pointer}.nandi-access-cancel-btn:hover{background:#ffffff1a}.nandi-page.theme-light .nandi-access-cancel-btn{border-color:#0003}.nandi-page.theme-light .nandi-access-cancel-btn:hover{background:#0000000f}.nandi-access-field-error{color:#fc8181;font-size:.875rem;margin:.25rem 0 0}.nandi-access-manage-roles-list{display:flex;flex-direction:column;gap:.875rem}.nandi-access-manage-role-card{padding:1.125rem 1.25rem;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#0003}.nandi-page.theme-light .nandi-access-manage-role-card{border-color:#0000001a;background:#0000000a}.nandi-access-manage-role-card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.nandi-access-manage-role-card-actions{display:flex;gap:.5rem}.nandi-access-manage-role-desc{margin:.35rem 0 0;font-size:.9rem;color:var(--nandi-muted, #a0aec0)}.nandi-access-manage-role-card .nandi-access-perms-list{margin:.35rem 0 0;font-size:.8125rem}.nandi-access-edit-btn{padding:.25rem .5rem;font-size:.8125rem;border-radius:4px;border:1px solid rgba(59,237,230,.4);background:#3bede61a;color:#3bede6;cursor:pointer}.nandi-access-edit-btn:hover{background:#3bede633}.nandi-page.theme-light .nandi-access-edit-btn{border-color:#2c528280;color:#2c5282}.nandi-page.theme-light .nandi-access-edit-btn:hover{background:#2c52821f}.nandi-access-user-search-wrap{position:relative;width:100%;max-width:100%}.nandi-access-user-search-input{width:100%;box-sizing:border-box;padding:.5rem .75rem;font-size:.9375rem;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#00000040;color:inherit}.nandi-access-user-search-input::placeholder{color:var(--nandi-muted, #a0aec0)}.nandi-access-user-search-input:focus{outline:none;border-color:#3bede680;box-shadow:0 0 0 2px #3bede626}.nandi-page.theme-light .nandi-access-user-search-input{border-color:#0003;background:#ffffffe6}.nandi-page.theme-light .nandi-access-user-search-input:focus{border-color:#2c528280;box-shadow:0 0 0 2px #2c52821f}.nandi-access-user-search-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;max-height:220px;overflow-y:auto;background:#24303d;border:1px solid rgba(59,237,230,.3);border-radius:8px;z-index:10;box-sizing:border-box;box-shadow:0 4px 12px #0000004d}.nandi-access-page.theme-light .nandi-access-user-search-dropdown,.nandi-page.theme-light .nandi-access-user-search-dropdown{background:#fff;border-color:#2c52824d;box-shadow:0 4px 12px #0000001a}.nandi-access-user-search-option{display:block;width:100%;padding:.5rem .75rem;font-size:.9375rem;text-align:left;color:#e8ecf1;background:transparent;border:none;cursor:pointer;transition:background .2s}.nandi-access-user-search-option:hover{background:#3bede626}.nandi-access-page.theme-light .nandi-access-user-search-option,.nandi-page.theme-light .nandi-access-user-search-option{color:#2d3748}.nandi-access-page.theme-light .nandi-access-user-search-option:hover,.nandi-page.theme-light .nandi-access-user-search-option:hover{background:#3bede61a}.nandi-access-user-search-loading,.nandi-access-user-search-empty{padding:.5rem .75rem;font-size:.875rem;color:#b0b8c4}.nandi-access-page.theme-light .nandi-access-user-search-loading,.nandi-access-page.theme-light .nandi-access-user-search-empty,.nandi-page.theme-light .nandi-access-user-search-loading,.nandi-page.theme-light .nandi-access-user-search-empty{color:#718096}.nandi-access-binding-user{display:flex;flex-direction:column;gap:.2rem}.nandi-access-binding-email{font-size:.9375rem}.nandi-access-binding-cf-id{font-size:.8125rem;font-family:ui-monospace,monospace;color:var(--nandi-muted, #a0aec0)}.nandi-access-roles-tags{display:flex;flex-wrap:wrap;gap:.35rem}.nandi-access-role-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.8125rem;border-radius:4px;background:#3bede626;border:1px solid rgba(59,237,230,.3);color:#e8ecf1}.nandi-page.theme-light .nandi-access-role-tag{background:#2c52821f;border-color:#2c52824d;color:#2d3748}.nandi-access-role-tag-remove{display:inline-flex;align-items:center;justify-content:center;width:1.1em;height:1.1em;padding:0;font-size:1.1em;line-height:1;border:none;background:#fff3;color:inherit;border-radius:50%;cursor:pointer;transition:background .15s}.nandi-access-role-tag-remove:hover{background:#fc818166;color:#fff}.nandi-access-edit-binding-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0009}.nandi-access-edit-binding-modal{max-width:440px;width:100%;padding:1.25rem 1.5rem;border-radius:10px;background:#24303d;border:1px solid rgba(59,237,230,.25);box-shadow:0 10px 40px #0006}.nandi-access-page.theme-light .nandi-access-edit-binding-modal,.nandi-page.theme-light .nandi-access-edit-binding-modal{background:#fff;border-color:#2c52824d;box-shadow:0 10px 40px #00000026}.nandi-access-edit-binding-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#e8ecf1}.nandi-access-page.theme-light .nandi-access-edit-binding-title,.nandi-page.theme-light .nandi-access-edit-binding-title{color:#2d3748}.nandi-access-edit-binding-subject{margin:0 0 1rem;font-size:.875rem;color:var(--nandi-muted, #a0aec0)}.nandi-access-edit-binding-subject code{font-size:.85em;padding:.1rem .35rem;border-radius:4px;background:#0003}.nandi-access-page.theme-light .nandi-access-edit-binding-subject code,.nandi-page.theme-light .nandi-access-edit-binding-subject code{background:#00000014}.certificate-page{background:transparent;color:#e8ecf1;position:relative}.certificate-page.theme-light{background:transparent;color:#2d3748}.slv-page{background:transparent;color:#e8ecf1;position:relative}.slv-page.theme-light{background:transparent;color:#2d3748}.app-background-stars{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:visible}.app-background-stars.theme-dark .app-star-static{background:#3bede6;box-shadow:0 0 4px #3bede6cc,0 0 8px #3bede666}.app-background-stars.theme-light .app-star-static{background:#1e7e54;box-shadow:0 0 3px #1e7e5499,0 0 6px #1e7e544d}.app-star-static{position:absolute;border-radius:50%;will-change:opacity,transform;opacity:.5;animation:static-twinkle ease-in-out infinite}@keyframes static-twinkle{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.app-background-stars.theme-light .app-star-static{opacity:.3}.app-background-stars.theme-light .app-star-static{animation:static-twinkle-light ease-in-out infinite}@keyframes static-twinkle-light{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.app-content{position:relative;z-index:2}.layout-with-navbar{display:flex;flex-direction:column;height:100vh;overflow:hidden}.layout-scroll-wrapper{flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:none}.access-page-content{padding:1.5rem 2rem;max-width:1400px;margin:0 auto}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a2530;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#1a2530}body.theme-light{background-color:#d4e4e0}#root{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9;color:#213547}}
