@charset "UTF-8";:root{--first-color:hsl(248,90%,66%);--second-color:hsl(258,85%,58%);--title-color:#000000;--text-color:#000000;--text-muted:#1e293b;--body-color:#0b0f19;--body-bg-gradient:#0b0f19;--header-bg:#ffffff;--body-font:"Poppins",sans-serif;--h2-font-size:1.25rem;--small-font-size:.813rem;--smaller-font-size:.75rem;--font-medium:500;--font-semi-bold:600;--glass-bg:rgba(255,255,255,0.85);--glass-bg-strong:rgba(255,255,255,0.95);--glass-bg-hover:rgba(0,0,0,0.05);--glass-border:rgba(0,0,0,0.15);--glass-blur:22px;--glass-shadow:0 8px 32px rgba(0,0,0,0.15);--danger-color:hsl(4,90%,68%);--success-color:hsl(150,70%,55%)}[data-theme="dark"],body.dark-theme{--body-color:#0b0f19;--body-bg-gradient:#0b0f19;--title-color:#f8fafc;--text-color:#cbd5e1;--text-muted:#94a3b8;--header-bg:#0b0f19;--glass-bg:rgba(15,20,34,0.75);--glass-bg-hover:rgba(255,255,255,0.08);--glass-border:rgba(255,255,255,0.1);--card-bg:rgba(255,255,255,0.04);--card-border:rgba(255,255,255,0.08)}[data-theme="light"],body.light-theme{--body-color:#f8fafc;--body-bg-gradient:#f8fafc;--title-color:#000000;--text-color:#000000;--text-muted:#1e293b;--header-bg:#ffffff;--glass-bg:rgba(255,255,255,0.85);--glass-bg-hover:rgba(0,0,0,0.04);--glass-border:rgba(0,0,0,0.12);--card-bg:#ffffff;--card-border:rgba(0,0,0,0.12)}@media screen and (min-width:1024px){:root{--h2-font-size:1.75rem;--normal-font-size:1rem;--small-font-size:.875rem;--smaller-font-size:.813rem}}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{background-color:var(--body-color);font-family:var(--body-font);color:var(--text-color);min-height:100vh;width:100%;overflow-x:hidden;position:relative}html,body{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}input,textarea,[contenteditable="true"]{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}img,a,button{-webkit-touch-callout:none}body::before{content:"";position:fixed;inset:0;z-index:-1;background:var(--body-bg-gradient,#0b0f19)}input,button{font-family:var(--body-font);border:none;outline:none;color:inherit}button{cursor:pointer;background:none}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}.glass,.glass-card,.edit-pass-box,.app-loader .shimmer-card,.dob-hint{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur))}.step-wrapper .step{background:hsla(0,0%,100%,0.03);border:1px solid var(--glass-border);border-radius:1rem;padding:1rem 1.1rem}html[data-theme="light"] .step-wrapper .step{background:hsla(0,0%,100%,0.25)}.app-loader{position:fixed;inset:0;display:grid;place-items:center;background:var(--body-color,#0b0f19);z-index:9999;transition:opacity .35s ease,visibility .35s ease;pointer-events:all}.shimmer-card{width:min(90vw,340px);padding:2rem;border-radius:1.5rem;background:var(--card-bg,rgba(255,255,255,0.05));border:1px solid var(--card-border,rgba(255,255,255,0.1));box-shadow:var(--glass-shadow);display:grid;justify-items:center;row-gap:1rem}.shimmer-circle{width:68px;height:68px;border-radius:50%}.shimmer-line{height:14px;border-radius:8px;align-self:flex-start;width:100%}.shimmer{position:relative;overflow:hidden;background:hsla(230,40%,90%,0.1)}.shimmer::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:shimmer-sweep 1.4s infinite}@keyframes shimmer-sweep{100%{transform:translateX(100%)}}.login__inputs{display:grid}.login__content{position:relative;min-height:100vh;min-height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden auto;padding:1.5rem 1rem}.login__img{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.85;z-index:0}html[data-theme="light"] .login__img{opacity:1}.auth-card-stack{position:relative;z-index:1;width:100%;max-width:440px;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.glass-card{position:relative;z-index:1;width:100%;max-width:440px;padding:2.25rem;border-radius:1.5rem;overflow:hidden auto;max-height:92dvh;background:rgba(255,255,255,0.08);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(255,255,255,0.18);box-shadow:0 20px 50px rgba(0,0,0,0.35),inset 0 1px 0 rgba(255,255,255,0.2);animation:card-rise .5s cubic-bezier(.22,1,.36,1)}.glass-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(150deg,hsla(0,0%,100%,.10),transparent 40%)}.login__form{display:grid;row-gap:1.25rem;position:relative;z-index:1}@keyframes card-rise{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-left{from{opacity:0;transform:translateX(-14px)}to{opacity:1;transform:translateX(0)}}.legal-links-row{margin-top:1rem;padding-bottom:env(safe-area-inset-bottom,0px);display:flex;align-items:center;gap:.5rem}.legal-link-btn{font-size:var(--smaller-font-size);font-weight:600;color:#0f172a !important;transition:color .2s ease}.legal-link-btn:hover{color:#000;text-decoration:underline}.legal-link-sep{color:#0f172a !important;font-size:var(--smaller-font-size)}.connecting-state{display:none;text-align:center;row-gap:.75rem;justify-items:center;padding-top:1.75rem;padding-bottom:1rem}.connecting-state.is-visible{display:grid}.connecting-spinner{width:34px;height:34px;border-radius:50%;border:3px solid hsla(248,90%,66%,.25);border-top-color:var(--first-color);animation:spin 0.9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login__title{color:var(--title-color);font-size:var(--h2-font-size);margin-bottom:0.25rem;font-weight:var(--font-semi-bold)}.login__title span{background:linear-gradient(135deg,var(--first-color),hsl(199,90%,62%));-webkit-background-clip:text;background-clip:text;color:transparent}.login__description{font-size:var(--small-font-size);color:var(--text-muted)}.login__inputs{display:flex;flex-direction:column;row-gap:0.85rem}.login__box{position:relative;display:flex;flex-direction:column;text-align:left}.login__label{display:block;color:#000000 !important;font-size:var(--small-font-size,0.88rem);font-weight:var(--font-semi-bold,600);margin-bottom:0.35rem;text-align:left}.login__label.step-gap{margin-top:1rem}.login__input{width:100%;padding:13px 14px;border-radius:10px;border:1.5px solid rgba(0,0,0,0.2);background-color:#ffffff;color:#000000 !important;font-size:var(--smaller-font-size,0.85rem);font-weight:var(--font-medium,500);transition:border-color .25s,background-color .25s,box-shadow .25s;box-sizing:border-box}.login__input::placeholder{color:#64748b;opacity:0.85}.login__input:focus{border-color:var(--first-color);background-color:#ffffff;box-shadow:0 0 0 3px hsla(248,90%,66%,.2);outline:none}.login__box .login__input{padding-right:42px}.login__eye{width:24px;height:24px;position:absolute;right:0.75rem;bottom:11px;display:grid;place-items:center;font-size:1.25rem;cursor:pointer;color:#000000 !important;transition:color .2s;z-index:2}.login__eye:hover{color:var(--first-color) !important}.login__check{display:flex;column-gap:0.5rem;align-items:center}.login__buttons{display:flex;gap:0.75rem;align-items:center;margin-top:1rem;width:100%}.login__button{flex:1;padding:13px 1.5rem;border-radius:10px;background:linear-gradient(135deg,var(--first-color),var(--second-color));color:#fff;font-size:var(--small-font-size);font-weight:var(--font-semi-bold);box-shadow:0 8px 24px hsla(250,80%,45%,0.35);text-align:center;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:0.4rem;text-decoration:none;box-sizing:border-box;transition:transform .15s ease,opacity .15s ease,box-shadow .2s ease}.login__button:hover{transform:translateY(-1px);box-shadow:0 10px 28px hsla(250,80%,45%,0.45)}.login__button:active{transform:scale(.98)}.login__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login__button-ghost{flex:1;padding:13px 1.5rem;border-radius:10px;background:hsla(230,45%,96%,0.06);border:1.5px solid var(--glass-border);color:var(--title-color);font-size:var(--small-font-size);font-weight:var(--font-semi-bold);box-shadow:none;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;transition:background .2s ease,border-color .2s ease,color .2s ease}.login__button-ghost:hover{background:hsla(230,45%,96%,0.12);border-color:var(--first-color);color:var(--title-color)}.login__forgot{font-size:var(--smaller-font-size);font-weight:var(--font-semi-bold);color:var(--first-color);background:none;border:none;padding:0;cursor:pointer}.text-btn{font-size:var(--smaller-font-size);font-weight:var(--font-semi-bold);color:var(--first-color);text-align:center;padding:.5rem;width:100%}.text-btn-logout{display:block;text-align:center;font-size:var(--smaller-font-size);font-weight:var(--font-semi-bold);color:var(--danger-color);padding:.6rem;border-radius:10px;transition:background .2s}.text-btn-logout:hover{background:hsla(4,90%,68%,.1)}.form-error{font-size:var(--smaller-font-size);color:var(--danger-color);display:none}.form-error:not(:empty){display:block}.form-status{font-size:var(--smaller-font-size);color:var(--success-color);display:none}.form-status:not(:empty){display:block}.glass-modal-overlay{position:fixed;inset:0;z-index:9999;background:hsla(240,55%,6%,0.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:1.25rem;animation:modal-overlay-fade .25s ease-out}.glass-modal-card{position:relative;width:min(92vw,400px);border-radius:1.5rem;padding:2rem 1.75rem 1.75rem;text-align:center;background:var(--glass-bg);border:1.5px solid var(--glass-border);box-shadow:0 24px 60px hsla(240,60%,4%,0.65),inset 0 0 0 1px hsla(0,0%,100%,0.08);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);display:flex;flex-direction:column;align-items:center;row-gap:0.75rem;animation:modal-card-pop .3s cubic-bezier(0.34,1.56,0.64,1)}@keyframes modal-overlay-fade{from{opacity:0}to{opacity:1}}@keyframes modal-card-pop{from{opacity:0;transform:scale(0.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.glass-modal-icon-box{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-size:1.6rem;margin-bottom:0.25rem;background:hsla(4,90%,60%,0.14);color:var(--danger-color);border:1px solid hsla(4,90%,65%,0.35);box-shadow:0 0 24px hsla(4,90%,60%,0.25)}.glass-modal-icon-box.success{background:hsla(150,70%,45%,0.14);color:var(--success-color);border:1px solid hsla(150,70%,45%,0.35);box-shadow:0 0 24px hsla(150,70%,45%,0.25)}.glass-modal-icon-box.info{background:hsla(248,90%,66%,0.14);color:var(--first-color);border:1px solid hsla(248,90%,66%,0.35);box-shadow:0 0 24px hsla(248,90%,66%,0.25)}.glass-modal-title{color:var(--title-color);font-size:1.15rem;font-weight:var(--font-semi-bold);letter-spacing:-0.01em}.glass-modal-message{color:var(--text-color);font-size:var(--small-font-size);line-height:1.55;margin-bottom:0.5rem}.glass-modal-actions{width:100%}.glass-modal-btn{width:100%;padding-block:0.85rem}@media screen and (max-width:360px){.login__buttons{flex-direction:column}}@media screen and (min-width:768px){html:not(.device-mobile) .auth-card-stack{width:420px}}@media screen and (min-width:1200px){html:not(.device-mobile) .auth-card-stack{width:460px}html:not(.device-mobile) .glass-card{row-gap:2rem;padding:3rem;border-radius:1.5rem}html:not(.device-mobile) .login__description,html:not(.device-mobile) .login__label,html:not(.device-mobile) .login__button{font-size:var(--normal-font-size)}html:not(.device-mobile) .login__inputs{row-gap:1.25rem}html:not(.device-mobile) .login__input{padding:1rem;font-size:var(--small-font-size)}html:not(.device-mobile) .login__button{padding-block:1rem}}html.device-mobile .auth-card-stack{position:relative !important;width:100% !important;max-width:440px !important;margin:auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important}@media screen and (max-width:767px){.dashboard-nav{left:.5rem !important;right:.5rem !important;top:auto !important;bottom:.5rem !important;width:auto !important;height:60px !important;flex-direction:row !important;align-items:center !important;justify-content:space-around !important;padding:0 .4rem !important;border-radius:1.25rem !important;z-index:990 !important;gap:.25rem !important}.dash-nav-brand{display:none !important}.dash-nav-items{flex-direction:row !important;justify-content:space-around !important;gap:.2rem !important;flex:1 !important;height:100% !important;align-items:center !important}.nav-item{width:44px !important;height:44px !important;padding:0 !important;border-radius:50% !important;display:grid !important;place-items:center !important}.nav-item span{display:none !important}.dash-nav-actions{flex-direction:row !important;gap:.2rem !important;width:auto !important;align-items:center !important;margin:0 !important}.dash-action-btn.dash-switch{width:44px !important;height:44px !important;padding:0 !important;border-radius:50% !important;display:grid !important;place-items:center !important}.dash-action-btn.dash-switch span{display:none !important}.dash-logout{width:44px !important;height:44px !important;padding:0 !important;border-radius:50% !important;display:grid !important;place-items:center !important}.dash-logout span{display:none !important}.main-panel{margin-left:0 !important;padding:1.25rem .85rem 5.5rem !important;max-width:100% !important}.dash-avatar-ring{width:96px;height:96px}.dash-avatar-img{width:100%;height:100%}}.portal-top-bar{position:fixed;top:0;left:0;right:0;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:100;pointer-events:none}.portal-top-brand{display:inline-flex;align-items:center;gap:.6rem;color:var(--title-color);font-weight:700;font-size:1.1rem;pointer-events:auto}.portal-top-logo{width:28px;height:28px;object-fit:contain}.portal-top-actions{display:flex;align-items:center;gap:.75rem;pointer-events:auto}.btn-signin-light-blue{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1.15rem;border-radius:20px;background:#c2e7ff;color:#001d35;font-size:.88rem;font-weight:600;border:1px solid #7fcfff;box-shadow:0 2px 8px rgba(0,100,200,0.15);transition:transform .15s ease,box-shadow .2s ease,background .2s ease}[data-theme="dark"] .btn-signin-light-blue{background:#004a77;color:#c2e7ff;border-color:#00639b}.btn-signin-light-blue:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,100,200,0.25);background:#b3e0ff}.top-user-avatar-wrap{width:38px;height:38px;border-radius:50%;overflow:hidden;border:2px solid var(--first-color);cursor:pointer;display:inline-flex}.top-user-avatar-img{width:100%;height:100%;object-fit:cover}.portal-bottom-left-links a{color:var(--text-muted);transition:color .2s}.portal-bottom-left-links a:hover{color:var(--first-color);text-decoration:underline}.policy-body{background-color:var(--body-color);color:var(--text-color);font-family:var(--body-font);margin:0;min-height:100vh}.policy-header{position:sticky;top:0;z-index:900;background:var(--glass-bg-strong);border-bottom:1px solid var(--glass-border);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.policy-header-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.policy-brand-wrap{display:flex;align-items:center}.policy-brand-link{display:inline-flex;align-items:center;gap:.65rem;color:var(--title-color);font-weight:700;font-size:1.15rem}.policy-brand-logo{width:32px;height:32px;object-fit:contain}.policy-brand-sub{font-size:.95rem;font-weight:400;color:var(--text-muted);margin-left:.25rem}.policy-nav-tabs{display:flex;align-items:center;gap:.5rem;overflow-x:auto}.policy-tab-link{padding:.5rem .9rem;font-size:.9rem;font-weight:500;color:var(--text-muted);border-radius:8px;transition:color .2s,background .2s;white-space:nowrap}.policy-tab-link:hover{color:var(--title-color);background:var(--glass-bg-hover)}.policy-tab-link.active{color:var(--first-color);font-weight:600;border-bottom:2px solid var(--first-color);border-radius:0}.policy-header-actions{display:flex;align-items:center;gap:.75rem}.policy-user-avatar-wrap{width:36px;height:36px;border-radius:50%;overflow:hidden;border:2px solid var(--first-color);display:inline-flex}.policy-user-avatar-img{width:100%;height:100%;object-fit:cover}.policy-container{max-width:1320px;margin:0 auto;padding:1.5rem 1.5rem 4rem 1.5rem;display:flex;position:relative}.policy-sidebar{width:260px;flex-shrink:0;position:sticky;top:80px;height:calc(100vh - 96px);overflow-y:auto;padding-right:.75rem}.policy-sidebar-title{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--first-color);margin-bottom:.85rem;padding-left:.75rem}.policy-toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.2rem}.toc-link{display:block;width:100%;text-align:left;background:transparent;border:none;padding:.55rem .75rem;border-radius:8px;font-size:.88rem;font-family:inherit;color:var(--text-muted);cursor:pointer;transition:all .2s ease;line-height:1.35}.toc-link:hover{color:var(--title-color);background:var(--glass-bg-hover)}.toc-link.active{color:var(--first-color);font-weight:600;background:hsla(248,90%,66%,0.12);border-left:3px solid var(--first-color);border-radius:0 8px 8px 0}.policy-content{flex:1;min-width:0;max-width:860px;padding-left:2rem}.policy-banner{padding:2.5rem 0 2rem;border-bottom:1px solid var(--glass-border);margin-bottom:2.5rem}.policy-badge{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;color:var(--first-color);text-transform:uppercase;margin-bottom:.75rem}.policy-title{font-size:2.2rem;font-weight:700;color:var(--title-color);line-height:1.25;margin-bottom:1rem}.policy-lead{font-size:1.15rem;color:var(--text-color);line-height:1.6;margin-bottom:.75rem}.policy-meta{font-size:.85rem;color:var(--text-muted)}.policy-section{margin-bottom:3rem;scroll-margin-top:90px}.policy-section h2{font-size:1.5rem;font-weight:600;color:var(--title-color);margin-bottom:1rem}.policy-section p{font-size:.95rem;line-height:1.7;color:var(--text-color);margin-bottom:1rem}.policy-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin:1.5rem 0}.policy-info-card{padding:1.25rem;border-radius:1rem;background:var(--glass-bg);border:1px solid var(--glass-border)}.policy-card-icon{font-size:1.75rem;color:var(--first-color);margin-bottom:.75rem;display:inline-block}.policy-info-card h3{font-size:1rem;font-weight:600;color:var(--title-color);margin-bottom:.4rem}.policy-info-card p{font-size:.85rem;color:var(--text-muted);line-height:1.5;margin-bottom:0}.policy-bullet-list{padding-left:1.25rem;margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.policy-bullet-list li{font-size:.95rem;line-height:1.6;color:var(--text-color)}.policy-highlight-box{padding:1.25rem 1.5rem;border-radius:1rem;background:hsla(248,90%,66%,0.08);border:1px solid hsla(248,90%,66%,0.25);margin:1.5rem 0}.policy-highlight-box h3{font-size:1.05rem;color:var(--title-color);margin-bottom:.4rem}.policy-highlight-box p{margin-bottom:0;font-size:.9rem}.policy-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--glass-border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.policy-footer-links{display:flex;align-items:center;gap:.75rem;font-size:.88rem;color:var(--text-muted)}.policy-footer-links a:hover{color:var(--first-color);text-decoration:underline}.policy-copyright{font-size:.85rem;color:var(--text-muted);margin:0}@media screen and (max-width:900px){.policy-sidebar{display:none}.policy-container{padding:1.5rem 1rem 3rem;gap:0}.policy-title{font-size:1.75rem}}.glass-card::-webkit-scrollbar,.main-panel::-webkit-scrollbar{width:6px}.glass-card::-webkit-scrollbar-thumb{background:hsla(248,90%,70%,.4);border-radius:4px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important}}html[data-theme="light"]{--title-color:hsl(240,25%,10%);--text-color:hsl(240,15%,20%);--text-muted:hsl(240,10%,42%);--body-color:hsl(215,45%,96%);--glass-bg:rgba(255,255,255,0.85);--glass-bg-strong:rgba(255,255,255,0.94);--glass-bg-hover:rgba(255,255,255,0.98);--glass-border:rgba(255,255,255,0.95);--glass-shadow:0 20px 48px rgba(15,23,42,0.12),0 1px 2px rgba(15,23,42,0.05)}html[data-theme="light"] body::before{background:#f1f5f9}html[data-theme="light"] .glass-card{background:rgba(255,255,255,0.85) !important;backdrop-filter:blur(28px) !important;-webkit-backdrop-filter:blur(28px) !important;border:1px solid rgba(255,255,255,0.95) !important;box-shadow:0 20px 50px rgba(15,23,42,0.12) !important}html[data-theme="light"] .login__title{color:#0f172a}html[data-theme="light"] .login__description{color:#64748b}html[data-theme="light"] .login__input{background-color:rgba(255,255,255,0.9);border-color:#cbd5e1;color:#0f172a}html[data-theme="light"] .login__input:focus,html[data-theme="light"] .login__input:valid{background-color:#ffffff;border-color:var(--first-color);color:#0f172a}html[data-theme="light"] .login__label{color:#334155}html[data-theme="light"] .account-item{background:rgba(255,255,255,0.9);border:1px solid #e2e8f0;box-shadow:0 2px 6px rgba(15,23,42,0.04)}html[data-theme="light"] .account-item:hover{background:#ffffff;border-color:var(--first-color);box-shadow:0 4px 12px rgba(15,23,42,0.08)}html[data-theme="light"] .account-item-name{color:#0f172a}html[data-theme="light"] .account-item-email{color:#64748b}html[data-theme="light"] .account-add-btn{background:rgba(255,255,255,0.7);border:1.5px dashed #cbd5e1;color:#334155}html[data-theme="light"] .account-add-btn:hover{background:#ffffff;border-color:var(--first-color);color:#0f172a}html[data-theme="light"] .legal-link-btn,html[data-theme="light"] .portal-bottom-left-links a{color:#475569 !important}html[data-theme="light"] .legal-link-sep,html[data-theme="light"] .login__button-ghost{background:rgba(255,255,255,0.85);border-color:#cbd5e1;color:#334155}html[data-theme="light"] .login__button-ghost:hover{background:#ffffff;border-color:#94a3b8}html[data-theme="light"] .login__img{opacity:1}html[data-theme="light"] .shimmer{background:rgba(200,215,235,0.35)}html[data-theme="light"] .crop-viewport{background:hsla(230,20%,88%,.8)}.theme-toggle{position:absolute;top:1.1rem;right:1.1rem;z-index:2;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--title-color);font-size:1.05rem;transition:background .2s,transform .2s}.theme-toggle:hover{background:var(--glass-bg-hover);transform:rotate(15deg)}.theme-icon-sun,.theme-icon-moon{display:none}html[data-theme="dark"] .theme-icon-sun{display:block}html[data-theme="light"] .theme-icon-moon{display:block}.theme-toggle--nav{position:static;width:48px;height:48px;border-radius:14px;background:transparent;border:none;justify-content:center;gap:.6rem;color:var(--text-muted)}.theme-toggle--nav:hover{background:var(--glass-bg-hover);color:var(--title-color);transform:none}.logout-all-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.75rem 1rem;border-radius:.85rem;background:hsla(4,90%,68%,0.12);border:1px solid hsla(4,90%,68%,0.3);color:var(--danger-color);font-size:var(--small-font-size);font-weight:var(--font-semi-bold);transition:background .2s,transform .15s;cursor:pointer;margin-top:.5rem}.logout-all-btn:hover{background:hsla(4,90%,68%,0.22);transform:translateY(-1px)}*::-webkit-scrollbar{display:none !important;width:0 !important;height:0 !important}*{scrollbar-width:none !important;-ms-overflow-style:none !important}.fullscreen-404{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,hsl(210,80%,96%) 0%,hsl(220,45%,98%) 50%,#ffffff 100%);color:#1e293b}[data-theme="dark"] .fullscreen-404{background:linear-gradient(135deg,hsl(240,45%,10%) 0%,hsl(230,45%,14%) 100%);color:#fff}.fullscreen-404 .error-container{background:rgba(255,255,255,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.7);padding:3rem 2rem;border-radius:24px;box-shadow:0 20px 40px rgba(15,23,42,0.08);text-align:center;max-width:480px;width:100%}[data-theme="dark"] .fullscreen-404 .error-container{background:hsla(230,45%,96%,0.08);border-color:var(--glass-border);box-shadow:0 20px 40px hsla(250,60%,5%,0.4)}.fullscreen-404 .error-icon-box{width:72px;height:72px;border-radius:50%;border:2px dashed #0284c7;color:#0284c7;display:grid;place-items:center;margin:0 auto 1.5rem}.fullscreen-404 .error-code{font-size:6.5rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#0284c7 0%,#38bdf8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:0.5rem;letter-spacing:-2px}.fullscreen-404 .error-title{font-size:1.45rem;font-weight:700;color:inherit;margin-bottom:0.75rem}.fullscreen-404 .error-message{font-size:0.9rem;color:#64748b;line-height:1.6;margin-bottom:1.75rem}[data-theme="dark"] .fullscreen-404 .error-message{color:var(--text-muted)}.fullscreen-404 .btn-home{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);color:#ffffff;padding:0.85rem 1.75rem;border-radius:12px;font-weight:600;font-size:0.95rem;box-shadow:0 10px 20px rgba(2,132,199,0.3);transition:transform 0.2s,box-shadow 0.2s}.fullscreen-404 .btn-home:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(2,132,199,0.4)}@media screen and (max-width:480px){.account-item{padding:.65rem .75rem;gap:.65rem}.account-item-avatar{width:38px;height:38px}.account-item-name{font-size:.8rem}.account-item-email{font-size:.72rem}.linked-app-card{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.linked-app-revoke-btn{width:100%;text-align:center}}.main-inner{display:none}.main-inner.active{display:flex !important;flex-direction:column !important;gap:1.35rem !important;max-width:640px;margin-inline:auto;width:100%}.security-item{margin-top:0 !important}.search-chip{padding:0.4rem 0.9rem;border-radius:18px;font-size:0.82rem;font-weight:500;color:var(--text-color);background:var(--card-bg,rgba(255,255,255,0.05));border:1px solid var(--card-border,rgba(255,255,255,0.1));cursor:pointer;white-space:nowrap;transition:all 0.2s ease}.search-chip:hover{background:var(--card-hover-bg,rgba(255,255,255,0.12));border-color:var(--first-color,#6366f1);color:var(--title-color);transform:translateY(-1px)}.search-results-section-title{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--text-muted);padding:0.85rem 1.25rem 0.35rem}.search-result-item{display:flex;align-items:center;gap:1rem;padding:0.75rem 1.25rem;cursor:pointer;transition:background 0.15s ease;border-left:3px solid transparent}.search-result-item:hover,.search-result-item.selected{background:rgba(255,255,255,0.06);border-left-color:var(--first-color,#6366f1)}.search-result-icon{font-size:1.25rem;color:var(--text-muted);flex-shrink:0}.search-result-info{flex:1;min-width:0}.search-result-title{font-size:0.92rem;font-weight:600;color:var(--title-color)}.search-result-sub{font-size:0.78rem;color:var(--text-muted)}.search-result-help-bottom{padding:0.75rem 1.25rem;border-top:1px solid var(--card-border,rgba(255,255,255,0.08));font-size:0.85rem;color:var(--first-color,#6366f1);cursor:pointer}.search-result-help-bottom:hover{text-decoration:underline}.developer-console-view{max-width:820px !important;width:100%;margin:0 auto}.developer-top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--glass-border);flex-wrap:wrap;gap:1rem}.btn-back-link{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.92rem;font-weight:600;color:var(--title-color);padding:0.5rem 0.9rem;border-radius:8px;background:var(--glass-bg);border:1px solid var(--glass-border);transition:all 0.2s ease;cursor:pointer}.btn-back-link:hover{background:var(--glass-bg-hover);color:var(--first-color);transform:translateX(-2px)}.view-header-with-back{display:flex;align-items:flex-start;gap:0.85rem;margin-bottom:1.25rem}.btn-view-back{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--card-bg,rgba(255,255,255,0.06));border:1px solid var(--card-border,rgba(255,255,255,0.12));color:var(--title-color,#ffffff);font-size:1.25rem;cursor:pointer;flex-shrink:0;transition:all 0.2s ease;margin-top:2px}.btn-view-back:hover,.btn-view-back:active{background:rgba(255,255,255,0.12);color:var(--first-color,#6366f1);transform:translateX(-2px);border-color:var(--first-color,#6366f1)}html[data-theme="light"] .btn-view-back{background:#ffffff;border-color:#e2e8f0;color:#0f172a}html[data-theme="light"] .btn-view-back:hover{background:#f1f5f9;color:var(--first-color,#6366f1)}.sidebar-bottom-legal{display:flex;align-items:center;justify-content:center;gap:0.35rem;font-size:0.72rem;color:var(--text-muted);margin-top:1rem;padding-top:0.75rem;border-top:1px solid var(--glass-border);flex-wrap:wrap;width:100%}.sidebar-bottom-legal a{color:var(--text-muted);transition:color 0.2s ease}.sidebar-bottom-legal a:hover{color:var(--title-color);text-decoration:underline}.mobile-top-header{display:none}.glass-modal-overlay{position:fixed;inset:0;background:rgba(11,15,25,0.78);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:modalFadeIn 0.22s cubic-bezier(0.16,1,0.3,1) forwards}@keyframes modalFadeIn{from{opacity:0;transform:scale(0.97) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.glass-modal-card{border-radius:1.25rem;box-sizing:border-box;position:relative;transition:background 0.25s ease,border-color 0.25s ease,color 0.25s ease,box-shadow 0.25s ease;padding:1.75rem}[data-theme="dark"] .glass-modal-card,body.dark-theme .glass-modal-card,:root:not([data-theme="light"]) .glass-modal-card{background:#111827 !important;background:linear-gradient(145deg,#131d33 0%,#0d1424 100%) !important;border:1px solid rgba(255,255,255,0.12) !important;box-shadow:0 25px 60px -15px rgba(0,0,0,0.8),0 0 35px rgba(99,102,241,0.18) !important;color:#f1f5f9 !important}[data-theme="light"] .glass-modal-card,body.light-theme .glass-modal-card{background:#ffffff !important;background:linear-gradient(145deg,#ffffff 0%,#f8fafc 100%) !important;border:1px solid rgba(0,0,0,0.1) !important;box-shadow:0 25px 60px -15px rgba(15,23,42,0.25),0 10px 30px rgba(99,102,241,0.12) !important;color:#0f172a !important}.glass-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:0.75rem;border-bottom:1px solid var(--glass-border)}[data-theme="light"] .glass-modal-header{border-bottom-color:rgba(0,0,0,0.08)}.glass-modal-footer{display:flex;justify-content:flex-end;gap:0.75rem;margin-top:1.25rem;padding-top:0.85rem;border-top:1px solid var(--glass-border)}[data-theme="light"] .glass-modal-footer{border-top-color:rgba(0,0,0,0.08)}.glass-modal-title{font-weight:700 !important;letter-spacing:-0.01em;font-size:1.25rem;margin:0;display:flex;align-items:center;gap:0.5rem}[data-theme="dark"] .glass-modal-title,:root:not([data-theme="light"]) .glass-modal-title{color:#f8fafc !important}[data-theme="light"] .glass-modal-title{color:#0f172a !important}.glass-modal-card p,.glass-modal-card span,.glass-modal-card ol,.glass-modal-card ul,.glass-modal-card li,.glass-modal-card label{transition:color 0.2s ease}[data-theme="dark"] .glass-modal-card p,[data-theme="dark"] .glass-modal-card li,:root:not([data-theme="light"]) .glass-modal-card p,:root:not([data-theme="light"]) .glass-modal-card li{color:#cbd5e1}[data-theme="light"] .glass-modal-card p,[data-theme="light"] .glass-modal-card li{color:#334155}.glass-modal-card ol{padding-left:1.25rem;display:flex;flex-direction:column;gap:0.4rem;font-size:0.84rem;margin:0}.btn-modal-close,#btn-close-domain-verify-modal,#btn-close-app-verify-modal,#btn-close-dev-modal{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:none;background:transparent;cursor:pointer;transition:all 0.2s ease;font-size:1.35rem;flex-shrink:0;line-height:1}[data-theme="dark"] #btn-close-domain-verify-modal,[data-theme="dark"] #btn-close-app-verify-modal,[data-theme="dark"] #btn-close-dev-modal,:root:not([data-theme="light"]) #btn-close-domain-verify-modal,:root:not([data-theme="light"]) #btn-close-app-verify-modal,:root:not([data-theme="light"]) #btn-close-dev-modal{color:#94a3b8}[data-theme="dark"] #btn-close-domain-verify-modal:hover,[data-theme="dark"] #btn-close-app-verify-modal:hover,[data-theme="dark"] #btn-close-dev-modal:hover,:root:not([data-theme="light"]) #btn-close-domain-verify-modal:hover,:root:not([data-theme="light"]) #btn-close-app-verify-modal:hover,:root:not([data-theme="light"]) #btn-close-dev-modal:hover{color:#f8fafc;background:rgba(255,255,255,0.1)}[data-theme="light"] #btn-close-domain-verify-modal,[data-theme="light"] #btn-close-app-verify-modal,[data-theme="light"] #btn-close-dev-modal{color:#64748b}[data-theme="light"] #btn-close-domain-verify-modal:hover,[data-theme="light"] #btn-close-app-verify-modal:hover,[data-theme="light"] #btn-close-dev-modal:hover{color:#0f172a;background:rgba(0,0,0,0.06)}.verify-tab-bar{display:flex;gap:0.5rem;padding:0.35rem;border-radius:10px;margin-bottom:1rem;flex-wrap:wrap;transition:all 0.2s ease}[data-theme="dark"] .verify-tab-bar,:root:not([data-theme="light"]) .verify-tab-bar{background:rgba(0,0,0,0.35);border:1px solid rgba(255,255,255,0.1)}[data-theme="light"] .verify-tab-bar{background:#f1f5f9;border:1px solid #e2e8f0}.verify-tab-btn{flex:1;min-width:130px;padding:0.55rem 0.85rem;font-size:0.82rem;font-weight:600;border-radius:7px;cursor:pointer;transition:all 0.2s ease;display:inline-flex;align-items:center;justify-content:center;gap:0.4rem;border:1px solid transparent}[data-theme="dark"] .verify-tab-btn,:root:not([data-theme="light"]) .verify-tab-btn{background:rgba(255,255,255,0.05);color:#cbd5e1 !important;border-color:rgba(255,255,255,0.06)}[data-theme="dark"] .verify-tab-btn:hover,:root:not([data-theme="light"]) .verify-tab-btn:hover{background:rgba(255,255,255,0.1);color:#ffffff !important}[data-theme="dark"] .verify-tab-btn.active,:root:not([data-theme="light"]) .verify-tab-btn.active{background:var(--first-color,#6366f1) !important;color:#ffffff !important;border-color:transparent !important;box-shadow:0 4px 14px rgba(99,102,241,0.4) !important}[data-theme="light"] .verify-tab-btn{background:#ffffff;color:#475569 !important;border-color:#cbd5e1}[data-theme="light"] .verify-tab-btn:hover{background:#f8fafc;color:#0f172a !important;border-color:#94a3b8}[data-theme="light"] .verify-tab-btn.active{background:var(--first-color,#6366f1) !important;color:#ffffff !important;border-color:transparent !important;box-shadow:0 4px 14px rgba(99,102,241,0.3) !important}.verify-info-box{border-radius:10px;padding:0.85rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:0.5rem;transition:all 0.2s ease}[data-theme="dark"] .verify-info-box,:root:not([data-theme="light"]) .verify-info-box{background:rgba(0,0,0,0.4);border:1px solid rgba(255,255,255,0.1)}[data-theme="light"] .verify-info-box{background:#f8fafc;border:1px solid #e2e8f0}.verify-info-box code,.glass-modal-card code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:0.82rem;word-break:break-all}[data-theme="dark"] .glass-modal-card code,:root:not([data-theme="light"]) .glass-modal-card code{color:#818cf8}[data-theme="light"] .glass-modal-card code{color:#4f46e5}.verify-section-box{border-radius:12px;padding:1.15rem;display:flex;flex-direction:column;gap:0.75rem;transition:all 0.2s ease}[data-theme="dark"] .verify-section-box,:root:not([data-theme="light"]) .verify-section-box{background:rgba(0,0,0,0.25);border:1px solid rgba(255,255,255,0.1)}[data-theme="light"] .verify-section-box{background:#f8fafc;border:1px solid #e2e8f0}.platform-option-card{display:flex;flex-direction:column;align-items:center;gap:0.35rem;padding:0.75rem 0.5rem;border-radius:10px;cursor:pointer;text-align:center;transition:all 0.2s ease}[data-theme="dark"] .platform-option-card,:root:not([data-theme="light"]) .platform-option-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);color:#f1f5f9}[data-theme="dark"] .platform-option-card:hover,:root:not([data-theme="light"]) .platform-option-card:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.2)}[data-theme="light"] .platform-option-card{background:#ffffff;border:1px solid #e2e8f0;color:#0f172a}[data-theme="light"] .platform-option-card:hover{background:#f1f5f9;border-color:#cbd5e1}.entity-choice-card{display:flex;align-items:flex-start;gap:0.65rem;padding:0.85rem 1rem;border-radius:10px;cursor:pointer;transition:all 0.2s ease}[data-theme="dark"] .entity-choice-card,:root:not([data-theme="light"]) .entity-choice-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1)}[data-theme="dark"] .entity-choice-card.active,:root:not([data-theme="light"]) .entity-choice-card.active{border-color:var(--first-color,#6366f1) !important;background:rgba(99,102,241,0.12) !important}[data-theme="light"] .entity-choice-card{background:#ffffff;border:1px solid #e2e8f0}[data-theme="light"] .entity-choice-card.active{border-color:var(--first-color,#6366f1) !important;background:rgba(99,102,241,0.08) !important}.doc-upload-tile{border-radius:10px;padding:0.85rem 0.75rem;display:flex;flex-direction:column;gap:0.45rem;text-align:center;transition:all 0.2s ease}[data-theme="dark"] .doc-upload-tile,:root:not([data-theme="light"]) .doc-upload-tile{background:rgba(0,0,0,0.3);border:1px dashed rgba(255,255,255,0.18)}[data-theme="light"] .doc-upload-tile{background:#ffffff;border:1px dashed #cbd5e1}.doc-preview-wrap{width:100%;height:80px;border-radius:6px;display:grid;place-items:center;overflow:hidden;position:relative;transition:all 0.2s ease}[data-theme="dark"] .doc-preview-wrap,:root:not([data-theme="light"]) .doc-preview-wrap{background:rgba(255,255,255,0.04)}[data-theme="light"] .doc-preview-wrap{background:#f1f5f9}.custom-select-wrapper{position:relative;width:100%}.custom-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:0.5rem;padding:0.65rem 0.95rem;border-radius:10px;font-size:0.85rem;font-weight:500;cursor:pointer;outline:none;transition:all 0.2s ease;text-align:left}[data-theme="dark"] .custom-select-trigger,:root:not([data-theme="light"]) .custom-select-trigger{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.14);color:#f8fafc}[data-theme="dark"] .custom-select-trigger:hover,:root:not([data-theme="light"]) .custom-select-trigger:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.22)}[data-theme="light"] .custom-select-trigger{background:#ffffff;border:1px solid #cbd5e1;color:#0f172a}[data-theme="light"] .custom-select-trigger:hover{background:#f8fafc;border-color:#94a3b8}.custom-select-wrapper.is-open .custom-select-trigger{border-color:var(--first-color,#6366f1) !important;box-shadow:0 0 0 3px rgba(99,102,241,0.2) !important}.custom-select-trigger .select-left{display:flex;align-items:center;gap:0.6rem;overflow:hidden}.custom-select-trigger .select-icon{font-size:1.15rem;color:var(--first-color,#6366f1);flex-shrink:0}.custom-select-trigger .select-label{font-size:0.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select-trigger .select-badge{font-size:0.68rem;font-weight:600;padding:2px 7px;border-radius:6px;background:rgba(99,102,241,0.14);color:var(--first-color,#818cf8);border:1px solid rgba(99,102,241,0.28);white-space:nowrap}.custom-select-trigger .select-chevron{font-size:1.15rem;color:var(--text-muted,#94a3b8);transition:transform 0.2s cubic-bezier(0.16,1,0.3,1);flex-shrink:0}.custom-select-wrapper.is-open .select-chevron{transform:rotate(180deg)}.custom-select-menu{position:absolute;top:calc(100%+6px);left:0;right:0;z-index:1050;border-radius:12px;padding:0.4rem;display:none;flex-direction:column;gap:0.25rem;box-shadow:0 14px 35px rgba(0,0,0,0.28)}[data-theme="dark"] .custom-select-menu,:root:not([data-theme="light"]) .custom-select-menu{background:#0f172a;border:1px solid rgba(255,255,255,0.14)}[data-theme="light"] .custom-select-menu{background:#ffffff;border:1px solid #e2e8f0}.custom-select-wrapper.is-open .custom-select-menu{display:flex;animation:selectMenuFade 0.18s cubic-bezier(0.16,1,0.3,1) forwards}@keyframes selectMenuFade{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{display:flex;align-items:center;justify-content:space-between;gap:0.5rem;padding:0.6rem 0.75rem;border-radius:8px;cursor:pointer;transition:all 0.15s ease}[data-theme="dark"] .custom-select-option,:root:not([data-theme="light"]) .custom-select-option{color:#f1f5f9}[data-theme="dark"] .custom-select-option:hover,:root:not([data-theme="light"]) .custom-select-option:hover{background:rgba(255,255,255,0.06)}[data-theme="dark"] .custom-select-option.selected,:root:not([data-theme="light"]) .custom-select-option.selected{background:rgba(99,102,241,0.14);color:#818cf8}[data-theme="light"] .custom-select-option{color:#0f172a}[data-theme="light"] .custom-select-option:hover{background:#f1f5f9}[data-theme="light"] .custom-select-option.selected{background:rgba(99,102,241,0.08);color:#4f46e5}.custom-select-option .option-left{display:flex;align-items:center;gap:0.75rem;overflow:hidden}.custom-select-option .option-icon-box{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;font-size:1.1rem;flex-shrink:0;transition:all 0.15s ease}[data-theme="dark"] .custom-select-option .option-icon-box,:root:not([data-theme="light"]) .custom-select-option .option-icon-box{background:rgba(255,255,255,0.06);color:#818cf8}[data-theme="light"] .custom-select-option .option-icon-box{background:#eef2ff;color:#4f46e5}.custom-select-option .option-title{font-size:0.84rem;font-weight:600;line-height:1.2;display:flex;align-items:center;gap:0.4rem}.custom-select-option .option-sub{font-size:0.74rem;color:var(--text-muted,#94a3b8);margin-top:2px}.custom-select-option .option-pill{font-size:0.65rem;font-weight:600;padding:1px 6px;border-radius:4px;background:rgba(16,185,129,0.14);color:#34d399;border:1px solid rgba(16,185,129,0.3)}.custom-select-option .option-check{font-size:1.15rem;color:var(--first-color,#6366f1);opacity:0;transition:opacity 0.15s ease;flex-shrink:0}.custom-select-option.selected .option-check{opacity:1}.glass-modal-card .login__input{transition:all 0.2s ease}[data-theme="dark"] .glass-modal-card .login__input,:root:not([data-theme="light"]) .glass-modal-card .login__input{background:rgba(255,255,255,0.05) !important;border:1px solid rgba(255,255,255,0.12) !important;color:#f8fafc !important}[data-theme="dark"] .glass-modal-card .login__input:focus,:root:not([data-theme="light"]) .glass-modal-card .login__input:focus{border-color:var(--first-color,#6366f1) !important;box-shadow:0 0 0 3px rgba(99,102,241,0.25) !important}[data-theme="light"] .glass-modal-card .login__input{background:#ffffff !important;border:1px solid #cbd5e1 !important;color:#0f172a !important}[data-theme="light"] .glass-modal-card .login__input:focus{border-color:var(--first-color,#6366f1) !important;box-shadow:0 0 0 3px rgba(99,102,241,0.18) !important}@keyframes cropModalFade{from{opacity:0;transform:scale(0.97)}to{opacity:1;transform:scale(1)}}.crop-title{font-size:1.15rem;font-weight:700;margin:0;color:var(--title-color,#ffffff)}.crop-subtitle{font-size:0.78rem;color:var(--text-muted,#94a3b8);margin:-0.5rem 0 0 0}.crop-viewport{width:260px;height:260px;max-width:260px;max-height:260px;border-radius:50%;position:relative;overflow:hidden;box-sizing:border-box;border:3px solid var(--first-color,#6366f1);box-shadow:0 0 0 4px rgba(99,102,241,0.25),inset 0 0 20px rgba(0,0,0,0.35);cursor:grab;touch-action:none;background:#000000;user-select:none;-webkit-user-select:none}.crop-viewport:active{cursor:grabbing}.crop-viewport img,#crop-image{position:absolute;top:50%;left:50%;max-width:none !important;max-height:none !important;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;pointer-events:none;transform-origin:center center;display:block}.crop-zoom-bar{width:100%;display:flex;align-items:center;gap:0.75rem;padding:0 0.5rem;box-sizing:border-box}.crop-zoom-bar .zoom-icon{font-size:1.1rem;color:var(--text-muted,#94a3b8);flex-shrink:0}.crop-zoom-range{flex:1;height:6px;border-radius:3px;outline:none;accent-color:var(--first-color,#6366f1);cursor:pointer}.crop-actions{display:flex;align-items:center;gap:0.75rem;width:100%;margin-top:0.25rem}.crop-actions button{flex:1}@media screen and (min-width:768px){html:not(.device-mobile) .auth-card-stack{width:440px !important;max-width:440px !important;margin:auto !important}}@media screen and (min-width:1200px){html:not(.device-mobile) .auth-card-stack{width:440px !important;max-width:440px !important;margin:auto !important}}html[data-theme="light"] .glass-card,body.light-theme .glass-card{background:rgba(255,255,255,0.72) !important;backdrop-filter:blur(28px) !important;-webkit-backdrop-filter:blur(28px) !important;border:1px solid rgba(255,255,255,0.85) !important;box-shadow:0 20px 50px rgba(0,0,0,0.08),inset 0 1px 0 rgba(255,255,255,0.9) !important}.dob-learn-link{font-size:0.82rem;color:var(--first-color,#6366f1);display:inline-flex;align-items:center;gap:0.35rem;margin-top:0.45rem;text-decoration:none;font-weight:500;transition:opacity 0.2s ease}.dob-learn-link:hover{text-decoration:underline;opacity:0.85}html,body{height:100%;min-height:100vh;min-height:100dvh;margin:0;padding:0}.container{min-height:100vh;min-height:100dvh;width:100%;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;padding:0 !important;box-sizing:border-box}.login__content{position:relative;min-height:100vh;min-height:100dvh;width:100%;display:flex !important;align-items:center !important;justify-content:center !important;margin:auto !important;padding:1.5rem 1rem !important;box-sizing:border-box}.auth-card-stack{position:relative;z-index:2;width:100%;max-width:440px;margin:auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important}.glass-card{position:relative;z-index:2;width:100%;max-width:440px;padding:2.25rem;border-radius:1.5rem;overflow:hidden auto;max-height:92dvh;background:linear-gradient(135deg,rgba(255,255,255,0.94) 0%,rgba(240,246,255,0.90) 100%) !important;backdrop-filter:blur(28px) !important;-webkit-backdrop-filter:blur(28px) !important;border:1.5px solid rgba(255,255,255,0.98) !important;box-shadow:0 25px 60px -12px rgba(15,23,42,0.18),0 0 0 1px rgba(99,102,241,0.08),inset 0 1px 0 rgba(255,255,255,1) !important;animation:card-rise .5s cubic-bezier(.22,1,.36,1)}.glass-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(150deg,rgba(255,255,255,0.4),transparent 40%)}.glass-card .login__title{color:#0f172a !important;font-size:1.6rem !important;font-weight:700 !important;margin-bottom:0.25rem !important;letter-spacing:-0.01em !important}.glass-card .login__description{font-size:0.92rem !important;color:#475569 !important;font-weight:500 !important;margin-bottom:1.25rem !important}.glass-card .login__label{display:block;color:#1e293b !important;font-size:0.88rem !important;font-weight:600 !important;margin-bottom:0.4rem !important;text-align:left}.glass-card .login__input{width:100%;padding:13px 15px;border-radius:12px;border:1.5px solid rgba(203,213,225,0.9) !important;background-color:rgba(255,255,255,0.96) !important;color:#0f172a !important;font-size:0.92rem !important;font-weight:500 !important;transition:all .25s ease;box-sizing:border-box;box-shadow:inset 0 1px 2px rgba(0,0,0,0.04)}.glass-card .login__input::placeholder{color:#94a3b8 !important;opacity:1 !important}.glass-card .login__input:focus{border-color:#6366f1 !important;background-color:#ffffff !important;box-shadow:0 0 0 4px rgba(99,102,241,0.18) !important;outline:none}.glass-card .login__eye{color:#64748b !important}.glass-card .login__eye:hover{color:#4f46e5 !important}.glass-card .login__button-ghost{display:inline-flex;align-items:center;justify-content:center;padding:12px 1.25rem;border-radius:12px;color:#4f46e5 !important;background:rgba(99,102,241,0.08) !important;border:1.5px solid rgba(99,102,241,0.2) !important;font-size:0.88rem !important;font-weight:600 !important;cursor:pointer;text-decoration:none;transition:all .2s ease}.glass-card .login__button-ghost:hover{background:rgba(99,102,241,0.14) !important;color:#3730a3 !important}.glass-card .login__button{display:inline-flex;align-items:center;justify-content:center;gap:0.4rem;padding:13px 1.5rem;border-radius:12px;background:linear-gradient(135deg,#6366f1,#4f46e5) !important;color:#ffffff !important;font-size:0.92rem !important;font-weight:600 !important;border:none;box-shadow:0 8px 24px rgba(79,70,229,0.35) !important;cursor:pointer;transition:all .25s ease}.glass-card .login__button:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(79,70,229,0.45) !important}.portal-bottom-left-links{position:relative;z-index:2;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:0.5rem}.portal-bottom-left-links a,.legal-link-btn{color:#0f172a !important;font-size:0.82rem !important;font-weight:600 !important;text-decoration:none;transition:color .2s ease}.portal-bottom-left-links a:hover,.legal-link-btn:hover{color:#4f46e5 !important;text-decoration:underline !important}.portal-bottom-left-links span,.legal-link-sep{color:#64748b !important;font-size:0.82rem}.brand-header-top-left{margin-top:2px !important;margin-bottom:2px !important;padding-top:0 !important;text-align:left !important;display:flex !important;align-items:center !important;justify-content:flex-start !important}.brand-header-top-left+*{margin-top:2px !important}.suloro-brand-header-img{height:24px !important;width:auto !important;display:block !important;margin:0 !important;object-fit:contain !important}.glass-card,.account-reauth-card{background:linear-gradient(135deg,rgba(255,255,255,0.94) 0%,rgba(240,246,255,0.90) 100%) !important;backdrop-filter:blur(28px) !important;-webkit-backdrop-filter:blur(28px) !important;border:1.5px solid rgba(255,255,255,0.98) !important;box-shadow:0 25px 60px -12px rgba(15,23,42,0.18),0 0 0 1px rgba(99,102,241,0.08),inset 0 1px 0 rgba(255,255,255,1) !important}.glass-card{padding:1.5rem 2rem 2rem 2rem !important}.glass-card,.account-reauth-card{position:relative;z-index:2;width:100%;max-width:440px;padding:1.5rem 2rem 2rem 2rem !important;border-radius:1.5rem !important;overflow:hidden auto;max-height:92dvh;background:linear-gradient(145deg,rgba(23,37,84,0.76) 0%,rgba(30,58,138,0.70) 50%,rgba(37,99,235,0.60) 100%) !important;backdrop-filter:blur(28px) saturate(180%) !important;-webkit-backdrop-filter:blur(28px) saturate(180%) !important;border:1.5px solid rgba(147,197,253,0.35) !important;box-shadow:0 25px 60px -12px rgba(15,23,42,0.55),0 0 35px rgba(59,130,246,0.25),inset 0 1px 0 rgba(255,255,255,0.35) !important}.brand-header-top-left{margin-top:2px !important;margin-bottom:2px !important;text-align:left !important;display:flex !important;align-items:center !important;justify-content:flex-start !important}.suloro-brand-header-img{height:24px !important;width:auto !important;display:block !important;margin:0 !important}.glass-card .login__title{color:#ffffff !important;font-size:1.6rem !important;font-weight:700 !important;margin-bottom:0.25rem !important;text-shadow:0 2px 10px rgba(0,0,0,0.4) !important}.glass-card .login__description{color:#bfdbfe !important;font-size:0.92rem !important;font-weight:500 !important;margin-bottom:1.25rem !important;text-shadow:0 1px 4px rgba(0,0,0,0.3) !important}.glass-card .login__label{display:block;color:#e0f2fe !important;font-size:0.88rem !important;font-weight:600 !important;margin-bottom:0.4rem !important;text-align:left;text-shadow:0 1px 3px rgba(0,0,0,0.3) !important}.glass-card .login__input{width:100%;padding:13px 42px 13px 15px !important;border-radius:12px !important;border:1.5px solid rgba(147,197,253,0.35) !important;background-color:rgba(15,23,42,0.65) !important;color:#ffffff !important;font-size:0.92rem !important;font-weight:500 !important;transition:all .25s ease;box-sizing:border-box;box-shadow:inset 0 2px 4px rgba(0,0,0,0.25) !important}.glass-card .login__input::placeholder{color:#94a3b8 !important;opacity:1 !important}.glass-card .login__input:focus{border-color:#60a5fa !important;background-color:rgba(15,23,42,0.85) !important;box-shadow:0 0 0 4px rgba(96,165,250,0.35) !important;outline:none}.glass-card .login__eye{position:absolute !important;right:12px !important;bottom:13px !important;color:#93c5fd !important;font-size:1.3rem !important;cursor:pointer !important;z-index:10 !important;pointer-events:auto !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;transition:color 0.2s ease,transform 0.2s ease !important}.glass-card .login__eye:hover{color:#ffffff !important;transform:scale(1.1)}.glass-card .login__button-ghost{display:inline-flex;align-items:center;justify-content:center;padding:12px 1.25rem;border-radius:12px;color:#ffffff !important;background:rgba(255,255,255,0.12) !important;border:1.5px solid rgba(255,255,255,0.25) !important;font-size:0.88rem !important;font-weight:600 !important;cursor:pointer;text-decoration:none;transition:all .2s ease}.glass-card .login__button-ghost:hover{background:rgba(255,255,255,0.22) !important}.glass-card .login__button{display:inline-flex;align-items:center;justify-content:center;gap:0.4rem;padding:13px 1.5rem;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#6366f1) !important;color:#ffffff !important;font-size:0.92rem !important;font-weight:600 !important;border:none;box-shadow:0 8px 25px rgba(59,130,246,0.45) !important;cursor:pointer;transition:all .25s ease}.glass-card .login__button:hover{transform:translateY(-1px);box-shadow:0 10px 30px rgba(59,130,246,0.6) !important}.portal-bottom-left-links a,.legal-link-btn{color:#0f172a !important;font-size:0.82rem !important;font-weight:600 !important;text-decoration:none}.portal-bottom-left-links a:hover,.legal-link-btn:hover{color:#2563eb !important;text-decoration:underline !important}.glass-card,.account-reauth-card{position:relative;z-index:2;width:100%;max-width:440px;padding:1.5rem 2rem 2rem 2rem !important;border-radius:1.5rem !important;overflow:hidden auto;max-height:92dvh;background:linear-gradient(135deg,rgba(255,255,255,0.88) 0%,rgba(248,250,252,0.82) 100%) !important;backdrop-filter:blur(28px) saturate(190%) !important;-webkit-backdrop-filter:blur(28px) saturate(190%) !important;border:1.5px solid rgba(255,255,255,0.95) !important;box-shadow:0 25px 60px -12px rgba(15,23,42,0.16),0 4px 12px rgba(99,102,241,0.06),inset 0 1px 0 rgba(255,255,255,1) !important}.brand-header-top-left{margin-top:2px !important;margin-bottom:2px !important;text-align:left !important;display:flex !important;align-items:center !important;justify-content:flex-start !important}.suloro-brand-header-img{height:24px !important;width:auto !important;display:block !important;margin:0 !important;object-fit:contain !important}.glass-card .login__title{color:#0f172a !important;font-size:1.6rem !important;font-weight:700 !important;margin-bottom:0.25rem !important;letter-spacing:-0.01em !important;text-shadow:none !important}.glass-card .login__description{font-size:0.92rem !important;color:#475569 !important;font-weight:500 !important;margin-bottom:1.25rem !important;text-shadow:none !important}.glass-card .login__label{display:block;color:#1e293b !important;font-size:0.88rem !important;font-weight:600 !important;margin-bottom:0.4rem !important;text-align:left;text-shadow:none !important}.glass-card .login__input{width:100%;padding:13px 42px 13px 15px !important;border-radius:12px !important;border:1.5px solid rgba(203,213,225,0.95) !important;background-color:rgba(255,255,255,0.94) !important;color:#0f172a !important;font-size:0.92rem !important;font-weight:500 !important;transition:all .25s ease;box-sizing:border-box;box-shadow:inset 0 1px 2px rgba(0,0,0,0.04) !important}.glass-card .login__input::placeholder{color:#94a3b8 !important;opacity:1 !important}.glass-card .login__input:focus{border-color:#6366f1 !important;background-color:#ffffff !important;box-shadow:0 0 0 4px rgba(99,102,241,0.18) !important;outline:none}.glass-card .login__eye{position:absolute !important;right:12px !important;bottom:13px !important;color:#64748b !important;font-size:1.3rem !important;cursor:pointer !important;z-index:10 !important;pointer-events:auto !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;transition:color 0.2s ease,transform 0.2s ease !important}.glass-card .login__eye:hover{color:#4f46e5 !important;transform:scale(1.1)}.glass-card .login__button-ghost{display:inline-flex;align-items:center;justify-content:center;padding:12px 1.25rem;border-radius:12px;color:#4f46e5 !important;background:rgba(99,102,241,0.08) !important;border:1.5px solid rgba(99,102,241,0.2) !important;font-size:0.88rem !important;font-weight:600 !important;cursor:pointer;text-decoration:none;transition:all .2s ease}.glass-card .login__button-ghost:hover{background:rgba(99,102,241,0.14) !important;color:#3730a3 !important}.glass-card .login__button{display:inline-flex;align-items:center;justify-content:center;gap:0.4rem;padding:13px 1.5rem;border-radius:12px;background:linear-gradient(135deg,#6366f1,#4f46e5) !important;color:#ffffff !important;font-size:0.92rem !important;font-weight:600 !important;border:none;box-shadow:0 8px 24px rgba(79,70,229,0.35) !important;cursor:pointer;transition:all .25s ease}.glass-card .login__button:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(79,70,229,0.45) !important}.portal-bottom-left-links{position:relative;z-index:2;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:0.5rem}.portal-bottom-left-links a,.legal-link-btn{color:#0f172a !important;font-size:0.82rem !important;font-weight:600 !important;text-decoration:none;transition:color .2s ease}.portal-bottom-left-links a:hover,.legal-link-btn:hover{color:#4f46e5 !important;text-decoration:underline !important}.portal-bottom-left-links span,.legal-link-sep{color:#64748b !important;font-size:0.82rem}.step-indicator,.step-dots,.wizard-progress-dots,.progress-bar-dots{display:none !important}.glass-card,.account-reauth-card{position:relative;z-index:2;width:100%;max-width:390px;padding:1rem 1.25rem 1.25rem 1.25rem !important;border-radius:1.25rem !important;overflow:hidden auto;max-height:92dvh;background:linear-gradient(135deg,rgba(255,255,255,0.78) 0%,rgba(248,250,252,0.68) 100%) !important;backdrop-filter:blur(24px) saturate(180%) !important;-webkit-backdrop-filter:blur(24px) saturate(180%) !important;border:1.5px solid rgba(255,255,255,0.8) !important;box-shadow:0 20px 50px -10px rgba(15,23,42,0.14),inset 0 1px 0 rgba(255,255,255,0.9) !important}.brand-header-top-left{margin-top:2px !important;margin-bottom:2px !important;text-align:left !important;display:flex !important;align-items:center !important;justify-content:flex-start !important}.suloro-brand-header-img{height:24px !important;width:auto !important;display:block !important;margin:0 !important;object-fit:contain !important}.glass-card .login__title{color:#0f172a !important;font-size:1.6rem !important;font-weight:700 !important;margin-bottom:0.25rem !important;letter-spacing:-0.01em !important}.glass-card .login__description{font-size:0.92rem !important;color:#475569 !important;font-weight:500 !important;margin-bottom:1.25rem !important}.glass-card .login__label{display:block;color:#1e293b !important;font-size:0.88rem !important;font-weight:600 !important;margin-bottom:0.4rem !important;text-align:left}.glass-card .login__input{width:100%;padding:13px 42px 13px 15px !important;border-radius:12px !important;border:1.5px solid rgba(203,213,225,0.9) !important;background-color:rgba(255,255,255,0.94) !important;color:#0f172a !important;font-size:0.92rem !important;font-weight:500 !important;transition:all .25s ease;box-sizing:border-box;box-shadow:inset 0 1px 2px rgba(0,0,0,0.04) !important}.glass-card .login__input::placeholder{color:#94a3b8 !important;opacity:1 !important}.glass-card .login__input:focus{border-color:#6366f1 !important;background-color:#ffffff !important;box-shadow:0 0 0 4px rgba(99,102,241,0.18) !important;outline:none}.custom-select-wrap{position:relative;width:100%}.custom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding-right:38px !important}.custom-select-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#64748b;font-size:1.2rem}.custom-select option{background:#ffffff;color:#0f172a;padding:8px 12px}[data-theme="dark"] .custom-select option{background:#0f172a;color:#f8fafc}.portal-bottom-left-links,.legal-links-row,#legal-links-fixed{position:relative;z-index:2;width:100% !important;max-width:440px !important;margin:0.75rem auto 0 auto !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;padding-right:0.25rem !important;gap:0.65rem !important}.portal-bottom-left-links a,.legal-link-btn{color:#0f172a !important;font-size:0.82rem !important;font-weight:500 !important;text-decoration:none !important;opacity:0.9 !important;transition:all 0.2s ease !important}.portal-bottom-left-links a:hover,.legal-link-btn:hover{color:#4f46e5 !important;text-decoration:underline !important;opacity:1 !important}.portal-bottom-left-links span,.legal-link-sep{color:#0f172a !important;opacity:0.4 !important;font-size:0.8rem}html,body{height:100%;min-height:100vh;margin:0;padding:0}.container{width:100%;min-height:100vh;position:relative;margin:0;padding:0;box-sizing:border-box}.login__content{position:relative;min-height:100vh;min-height:100dvh;width:100%;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 auto !important;padding:1.5rem 1rem !important;box-sizing:border-box}.auth-card-stack{position:relative;z-index:2;width:100%;max-width:440px !important;margin:auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important}.glass-card{position:relative;z-index:2;width:100%;max-width:440px !important;padding:1.5rem 2rem 2rem 2rem !important;border-radius:1.5rem !important;overflow:hidden auto;max-height:92dvh;background:linear-gradient(135deg,rgba(255,255,255,0.78) 0%,rgba(248,250,252,0.68) 100%) !important;backdrop-filter:blur(24px) saturate(180%) !important;-webkit-backdrop-filter:blur(24px) saturate(180%) !important;border:1.5px solid rgba(255,255,255,0.8) !important;box-shadow:0 20px 50px -10px rgba(15,23,42,0.14),inset 0 1px 0 rgba(255,255,255,0.9) !important}.main-inner{display:none;width:100% !important;max-width:820px !important;margin:0 auto !important}.main-inner.active{display:flex !important;flex-direction:column !important;gap:1.5rem !important;width:100% !important;max-width:820px !important;margin:0 auto !important}.consent-top-brand{display:none !important}.glass-card .login__title{color:#000000 !important;font-size:1.6rem !important;font-weight:700 !important;margin-bottom:0.25rem !important;letter-spacing:-0.01em !important}.glass-card .login__description{font-size:0.92rem !important;color:#0f172a !important;font-weight:500 !important;margin-bottom:1.25rem !important}.glass-card .login__label,.login__label{display:block;color:#000000 !important;font-size:0.88rem !important;font-weight:600 !important;margin-bottom:0.4rem !important;text-align:left}.glass-card .login__input,.login__input{width:100%;padding:13px 42px 13px 15px !important;border-radius:12px !important;border:1.5px solid rgba(15,23,42,0.25) !important;background-color:rgba(255,255,255,0.96) !important;color:#000000 !important;font-size:0.92rem !important;font-weight:600 !important;transition:all .25s ease;box-sizing:border-box;box-shadow:inset 0 1px 2px rgba(0,0,0,0.04) !important}.glass-card .login__input::placeholder,.login__input::placeholder{color:#475569 !important;opacity:1 !important;font-weight:400 !important}.glass-card .login__input:focus,.login__input:focus{border-color:#4f46e5 !important;background-color:#ffffff !important;color:#000000 !important;box-shadow:0 0 0 4px rgba(99,102,241,0.2) !important;outline:none}.glass-card .custom-select,.custom-select{color:#000000 !important;font-weight:600 !important}.glass-card .custom-select option{color:#000000 !important;font-weight:500}.portal-bottom-left-links a,.legal-link-btn{color:#000000 !important;font-size:0.82rem !important;font-weight:600 !important}.portal-bottom-left-links span,.legal-link-sep{color:#000000 !important;font-size:0.8rem;opacity:0.6 !important}.glass-card .login__title,.glass-card .login__box input,.glass-card .login__box select,.glass-card .login__box textarea,.glass-card .login__label{color:#000000 !important}.glass-card .login__label{font-size:0.88rem !important;font-weight:700 !important;color:#000000 !important;margin-bottom:0.35rem !important;display:block}.glass-card .login__input{width:100%;padding:13px 42px 13px 15px !important;border-radius:12px !important;border:1.5px solid rgba(15,23,42,0.28) !important;background-color:#ffffff !important;color:#000000 !important;font-size:0.94rem !important;font-weight:600 !important;box-shadow:0 1px 3px rgba(0,0,0,0.05) !important}.glass-card .login__input::placeholder{color:#334155 !important;opacity:1 !important;font-weight:500 !important}.glass-card .login__input:focus{border-color:#4f46e5 !important;box-shadow:0 0 0 4px rgba(79,70,229,0.18) !important;outline:none}.glass-card .login__input.has-error{border-color:#ef4444 !important;background-color:#fffafb !important}.input-error{color:#dc2626 !important;font-size:0.82rem !important;font-weight:600 !important;margin-top:0.35rem !important;margin-bottom:0.25rem !important;text-align:left !important;display:none;animation:fade-in 0.2s ease}.input-error.show,.input-error:not(:empty){display:block !important}.portal-bottom-left-links,.portal-bottom-legal-wrap,.legal-links-row,#legal-links-fixed{width:100% !important;max-width:390px !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:0.65rem !important;margin:10px auto 0 auto !important;padding:0 4px 0 0 !important;box-sizing:border-box !important;position:relative !important;z-index:5 !important}.portal-bottom-left-links a,.portal-bottom-legal-wrap a,.legal-link-btn{color:#000000 !important;font-size:0.84rem !important;font-weight:600 !important;text-decoration:none !important;opacity:0.9 !important;transition:all 0.2s ease !important}.portal-bottom-left-links a:hover,.portal-bottom-legal-wrap a:hover,.legal-link-btn:hover{color:#4f46e5 !important;text-decoration:underline !important;opacity:1 !important}.portal-bottom-left-links span,.portal-bottom-legal-wrap span,.legal-link-sep{color:#000000 !important;opacity:0.5 !important;font-size:0.82rem !important}.login__content{min-height:100vh !important;min-height:100dvh !important;width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:1.5rem 1rem !important;box-sizing:border-box !important}.auth-card-stack{width:100% !important;max-width:440px !important;margin:auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important}:root:not([data-theme="dark"]) .glass-card,html[data-theme="light"] .glass-card{width:100% !important;max-width:440px !important;padding:2.25rem !important;border-radius:1.5rem !important;background:rgba(255,255,255,0.72) !important;backdrop-filter:blur(28px) saturate(190%) !important;-webkit-backdrop-filter:blur(28px) saturate(190%) !important;border:1.5px solid rgba(255,255,255,0.85) !important;box-shadow:0 25px 50px -12px rgba(15,23,42,0.15),0 0 0 1px rgba(255,255,255,0.5) !important}@media screen and (max-width:767px){.mobile-search-overlay{position:absolute !important;inset:0 !important;display:none;align-items:center !important;padding:0 1rem !important;gap:0.75rem !important;z-index:9999 !important;opacity:1 !important}:root:not([data-theme="dark"]) .mobile-search-overlay,html[data-theme="light"] .mobile-search-overlay{background:#ffffff !important}html[data-theme="dark"] .mobile-search-overlay{background:#0b0f19 !important}.mobile-search-overlay.active{display:flex !important}.mobile-search-results{position:absolute !important;top:60px !important;left:0 !important;right:0 !important;opacity:1 !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;z-index:99999 !important;max-height:calc(100vh - 70px) !important;overflow-y:auto !important;box-shadow:0 25px 50px rgba(0,0,0,0.5) !important}:root:not([data-theme="dark"]) .mobile-search-results,html[data-theme="light"] .mobile-search-results{background:#ffffff !important;border-bottom:1.5px solid rgba(0,0,0,0.1) !important}html[data-theme="dark"] .mobile-search-results{background:#0f172a !important;border-bottom:1px solid rgba(255,255,255,0.15) !important}}.search-result-item{transition:background 0.15s ease !important}:root:not([data-theme="dark"]) .search-result-item:hover,html[data-theme="light"] .search-result-item:hover{background:#f1f5f9 !important}html[data-theme="dark"] .search-result-item:hover{background:#1e293b !important}:root:not([data-theme="dark"]) .search-result-title,html[data-theme="light"] .search-result-title{color:#0f172a !important}html[data-theme="dark"] .search-result-title{color:#ffffff !important}:root:not([data-theme="dark"]) .search-results-section-title,html[data-theme="light"] .search-results-section-title{color:#64748b !important}html[data-theme="dark"] .search-results-section-title{color:#94a3b8 !important}.container{min-height:100vh !important;min-height:100dvh !important;width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;padding:0 !important;box-sizing:border-box !important}.login__content{min-height:100vh !important;min-height:100dvh !important;width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:auto !important;padding:1.5rem 1rem !important;box-sizing:border-box !important}.auth-card-stack{position:relative !important;width:100% !important;max-width:440px !important;margin:auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important}.glass-card{width:100% !important;max-width:440px !important;margin:0 auto !important;box-sizing:border-box !important}.account-item-signout-btn{display:none !important}.portal-bottom-left-links,.portal-bottom-legal-wrap,.legal-links-row,#legal-links-fixed{width:100% !important;max-width:440px !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:0.65rem !important;margin:12px auto 0 auto !important;padding:0 4px 0 0 !important;box-sizing:border-box !important;position:relative !important;z-index:10 !important}.legal-link-btn,.portal-bottom-left-links a,.portal-bottom-legal-wrap a,.legal-links-row a,#legal-links-fixed a{color:#0f172a !important;font-size:0.84rem !important;font-weight:600 !important;text-decoration:none !important;opacity:0.9 !important;transition:all 0.2s ease !important;background:none !important;border:none !important}.legal-link-btn:hover,.portal-bottom-left-links a:hover,.portal-bottom-legal-wrap a:hover,.legal-links-row a:hover,#legal-links-fixed a:hover{color:#4f46e5 !important;text-decoration:underline !important;opacity:1 !important}.legal-link-sep,.portal-bottom-left-links span,.portal-bottom-legal-wrap span,.legal-links-row span,#legal-links-fixed span{color:#0f172a !important;opacity:0.5 !important;font-size:0.82rem !important}.auth-card-stack{position:relative !important;width:100% !important;max-width:440px !important;margin:auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important}:root:not([data-theme="dark"]) .glass-card,html[data-theme="light"] .glass-card,body.light-theme .glass-card{width:100% !important;max-width:440px !important;padding:2.25rem !important;border-radius:1.5rem !important;background:rgba(255,255,255,0.42) !important;backdrop-filter:blur(24px) saturate(190%) !important;-webkit-backdrop-filter:blur(24px) saturate(190%) !important;border:1.5px solid rgba(255,255,255,0.65) !important;box-shadow:0 20px 45px -10px rgba(0,0,0,0.15),inset 0 1px 0 rgba(255,255,255,0.8) !important}:root:not([data-theme="dark"]) .account-item,html[data-theme="light"] .account-item{background:rgba(255,255,255,0.45) !important;border:1.5px solid rgba(255,255,255,0.65) !important;backdrop-filter:blur(12px) !important;-webkit-backdrop-filter:blur(12px) !important}:root:not([data-theme="dark"]) .account-item:hover,html[data-theme="light"] .account-item:hover{background:rgba(255,255,255,0.75) !important;border-color:rgba(99,102,241,0.45) !important}:root:not([data-theme="dark"]) .account-add-btn,html[data-theme="light"] .account-add-btn,#btn-use-another-account{background:rgba(255,255,255,0.4) !important;border:1.5px dashed rgba(79,70,229,0.45) !important;color:#0f172a !important;backdrop-filter:blur(10px) !important;-webkit-backdrop-filter:blur(10px) !important}:root:not([data-theme="dark"]) .account-add-btn:hover,html[data-theme="light"] .account-add-btn:hover,#btn-use-another-account:hover{background:rgba(79,70,229,0.12) !important;border-color:#4f46e5 !important;color:#4f46e5 !important}.portal-bottom-left-links,.portal-bottom-legal-wrap,.legal-links-row,#legal-links-fixed{width:100% !important;max-width:440px !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:0.65rem !important;margin:12px auto 0 auto !important;padding:0 4px 0 0 !important;box-sizing:border-box !important;position:relative !important;z-index:10 !important}.legal-link-btn,.portal-bottom-left-links a,.portal-bottom-legal-wrap a,.legal-links-row a,#legal-links-fixed a{color:#0f172a !important;font-size:0.84rem !important;font-weight:600 !important;text-decoration:none !important;opacity:0.9 !important;transition:all 0.2s ease !important}.legal-link-btn:hover,.portal-bottom-left-links a:hover,.portal-bottom-legal-wrap a:hover,.legal-links-row a:hover,#legal-links-fixed a:hover{color:#4f46e5 !important;text-decoration:underline !important;opacity:1 !important}.legal-link-sep,.portal-bottom-left-links span,.portal-bottom-legal-wrap span,.legal-links-row span,#legal-links-fixed span{color:#0f172a !important;opacity:0.5 !important;font-size:0.82rem !important}.container{min-height:100vh !important;min-height:100dvh !important;width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:auto !important;padding:1.5rem 1rem !important;box-sizing:border-box !important}.login__content{min-height:auto !important;width:100% !important;max-width:440px !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:auto !important;padding:0 !important;box-sizing:border-box !important}.auth-card-stack{position:relative !important;width:100% !important;max-width:440px !important;margin:auto !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:center !important;box-sizing:border-box !important}.glass-card{width:100% !important;max-width:440px !important;margin:0 auto !important;box-sizing:border-box !important}.portal-bottom-legal-wrap,.portal-bottom-left-links,.legal-links-row,#legal-links-fixed{position:static !important;width:100% !important;max-width:440px !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:0.65rem !important;margin-top:14px !important;margin-bottom:0 !important;margin-left:auto !important;margin-right:0 !important;padding-right:4px !important;box-sizing:border-box !important;z-index:10 !important}.legal-link-btn,.portal-bottom-legal-wrap a,.portal-bottom-left-links a,.legal-links-row a,#legal-links-fixed a{color:#0f172a !important;font-size:0.84rem !important;font-weight:600 !important;text-decoration:none !important;opacity:0.9 !important;transition:all 0.2s ease !important;background:none !important;border:none !important}.legal-link-btn:hover,.portal-bottom-legal-wrap a:hover,.portal-bottom-left-links a:hover,.legal-links-row a:hover,#legal-links-fixed a:hover{color:#4f46e5 !important;text-decoration:underline !important;opacity:1 !important}.legal-link-sep,.portal-bottom-legal-wrap span,.portal-bottom-left-links span,.legal-links-row span,#legal-links-fixed span{color:#0f172a !important;opacity:0.5 !important;font-size:0.82rem !important}html,body{width:100% !important;min-height:100vh !important;min-height:100dvh !important;margin:0 !important;padding:0 !important}.container{min-height:100vh !important;min-height:100dvh !important;width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 auto !important;padding:1.5rem 1rem !important;box-sizing:border-box !important}.login__content{min-height:auto !important;width:100% !important;max-width:440px !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 auto !important;padding:0 !important;box-sizing:border-box !important}.auth-card-stack{position:relative !important;width:100% !important;max-width:440px !important;margin:0 auto !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:center !important;box-sizing:border-box !important}.glass-card{width:100% !important;max-width:440px !important;margin:0 auto !important;box-sizing:border-box !important}.portal-bottom-legal-wrap,.portal-bottom-left-links,.legal-links-row,#legal-links-fixed{position:static !important;width:100% !important;max-width:440px !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:0.65rem !important;margin-top:14px !important;margin-bottom:0 !important;margin-left:auto !important;margin-right:0 !important;padding-right:4px !important;box-sizing:border-box !important;z-index:10 !important}.legal-link-btn,.portal-bottom-legal-wrap a,.portal-bottom-left-links a,.legal-links-row a,#legal-links-fixed a{color:#0f172a !important;font-size:0.84rem !important;font-weight:600 !important;text-decoration:none !important;opacity:0.9 !important;transition:all 0.2s ease !important;background:none !important;border:none !important}.legal-link-btn:hover,.portal-bottom-legal-wrap a:hover,.portal-bottom-left-links a:hover,.legal-links-row a:hover,#legal-links-fixed a:hover{color:#4f46e5 !important;text-decoration:underline !important;opacity:1 !important}.legal-link-sep,.portal-bottom-legal-wrap span,.portal-bottom-left-links span,.legal-links-row span,#legal-links-fixed span{color:#0f172a !important;opacity:0.5 !important;font-size:0.82rem !important}.login__error-box,#login-error,#signup-error,#signup-error-step1,#signup-error-step2,#signup-error-step3,#reauth-error,.input-error{color:#dc2626 !important;font-size:0.85rem !important;font-weight:400 !important;line-height:1.4 !important;margin-top:0.5rem !important;margin-bottom:0.35rem !important;text-align:left !important}.login__error-box:empty,.input-error:empty{display:none !important}.login__error-box:not(:empty),.input-error:not(:empty),.input-error.show{display:block !important}.container{min-height:100vh !important;min-height:100dvh !important;width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:auto !important;padding:1.5rem 1rem !important;box-sizing:border-box !important}.login__content{min-height:auto !important;width:100% !important;max-width:440px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;margin:auto !important;padding:0 !important;box-sizing:border-box !important}.auth-card-stack{position:relative !important;width:100% !important;max-width:440px !important;margin:auto !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:center !important;box-sizing:border-box !important}.glass-card{position:relative !important;width:100% !important;max-width:440px !important;margin:0 auto !important;padding:2.25rem 2rem !important;border-radius:1.5rem !important;box-sizing:border-box !important}.portal-bottom-legal-wrap,.portal-bottom-left-links,.legal-links-row,#legal-links-fixed{position:static !important;width:100% !important;max-width:440px !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:0.65rem !important;margin-top:14px !important;margin-bottom:0 !important;margin-left:auto !important;margin-right:0 !important;padding-right:4px !important;box-sizing:border-box !important;z-index:10 !important}html[data-theme="dark"] .modal-glass,html[data-theme="dark"] .modal-container,html[data-theme="dark"] .modal-content,html[data-theme="dark"] .dev-modal-content,html[data-theme="dark"] .modal-box,html[data-theme="dark"] .glass-modal,html[data-theme="dark"] .outlined-glass-popup,html[data-theme="dark"] .glass-confirm-container,html[data-theme="dark"] .modal-body,html[data-theme="dark"] .main-panel{color:#f8fafc !important}html[data-theme="dark"] .modal-glass label,html[data-theme="dark"] .modal-container label,html[data-theme="dark"] .modal-content label,html[data-theme="dark"] .dev-modal-content label,html[data-theme="dark"] .modal-box label,html[data-theme="dark"] .glass-modal label,html[data-theme="dark"] .main-panel label,html[data-theme="dark"] .login__label{color:#f8fafc !important}html[data-theme="dark"] .modal-glass h1,html[data-theme="dark"] .modal-glass h2,html[data-theme="dark"] .modal-glass h3,html[data-theme="dark"] .modal-glass h4,html[data-theme="dark"] .modal-container h1,html[data-theme="dark"] .modal-container h2,html[data-theme="dark"] .modal-container h3,html[data-theme="dark"] .modal-container h4,html[data-theme="dark"] .dev-modal-content h1,html[data-theme="dark"] .dev-modal-content h2,html[data-theme="dark"] .dev-modal-content h3,html[data-theme="dark"] .dev-modal-content h4,html[data-theme="dark"] .modal-title,html[data-theme="dark"] .section-title{color:#ffffff !important}html[data-theme="dark"] .modal-glass p,html[data-theme="dark"] .modal-container p,html[data-theme="dark"] .dev-modal-content p,html[data-theme="dark"] .modal-desc,html[data-theme="dark"] .section-desc,html[data-theme="dark"] .crop-prompt{color:#cbd5e1 !important}html[data-theme="dark"] .modal-glass input,html[data-theme="dark"] .modal-glass textarea,html[data-theme="dark"] .modal-glass select,html[data-theme="dark"] .modal-container input,html[data-theme="dark"] .modal-container textarea,html[data-theme="dark"] .modal-container select,html[data-theme="dark"] .dev-modal-content input,html[data-theme="dark"] .dev-modal-content textarea,html[data-theme="dark"] .dev-modal-content select,html[data-theme="dark"] .main-panel input,html[data-theme="dark"] .main-panel textarea,html[data-theme="dark"] .main-panel select{color:#ffffff !important;background:rgba(15,23,42,0.75) !important;border-color:rgba(255,255,255,0.18) !important}html[data-theme="dark"] .modal-glass input::placeholder,html[data-theme="dark"] .modal-glass textarea::placeholder,html[data-theme="dark"] .modal-container input::placeholder,html[data-theme="dark"] .modal-container textarea::placeholder,html[data-theme="dark"] .dev-modal-content input::placeholder,html[data-theme="dark"] .dev-modal-content textarea::placeholder{color:#94a3b8 !important}:root:not([data-theme="dark"]) .modal-glass label,:root:not([data-theme="dark"]) .modal-container label,:root:not([data-theme="dark"]) .modal-content label,:root:not([data-theme="dark"]) .dev-modal-content label,:root:not([data-theme="dark"]) .modal-box label,:root:not([data-theme="dark"]) .glass-modal label,:root:not([data-theme="dark"]) .main-panel label,:root:not([data-theme="dark"]) .login__label,html[data-theme="light"] .modal-glass label,html[data-theme="light"] .modal-container label,html[data-theme="light"] .modal-content label,html[data-theme="light"] .dev-modal-content label,html[data-theme="light"] .modal-box label,html[data-theme="light"] .glass-modal label,html[data-theme="light"] .main-panel label,html[data-theme="light"] .login__label{color:#0f172a !important}:root:not([data-theme="dark"]) .modal-glass input,:root:not([data-theme="dark"]) .modal-glass textarea,:root:not([data-theme="dark"]) .modal-glass select,:root:not([data-theme="dark"]) .modal-container input,:root:not([data-theme="dark"]) .modal-container textarea,:root:not([data-theme="dark"]) .modal-container select,:root:not([data-theme="dark"]) .dev-modal-content input,:root:not([data-theme="dark"]) .dev-modal-content textarea,:root:not([data-theme="dark"]) .dev-modal-content select,html[data-theme="light"] .modal-glass input,html[data-theme="light"] .modal-glass textarea,html[data-theme="light"] .modal-glass select,html[data-theme="light"] .modal-container input,html[data-theme="light"] .modal-container textarea,html[data-theme="light"] .modal-container select,html[data-theme="light"] .dev-modal-content input,html[data-theme="light"] .dev-modal-content textarea,html[data-theme="light"] .dev-modal-content select{color:#0f172a !important;background:#ffffff !important;border-color:rgba(15,23,42,0.2) !important}:root:not([data-theme="dark"]) .glass-card,html[data-theme="light"] .glass-card,body.light-theme .glass-card,body:not(.dark-theme) .glass-card{color:#000000 !important}:root:not([data-theme="dark"]) .glass-card h1,:root:not([data-theme="dark"]) .glass-card h2,:root:not([data-theme="dark"]) .glass-card h3,:root:not([data-theme="dark"]) .glass-card h4,:root:not([data-theme="dark"]) .glass-card .login__title,:root:not([data-theme="dark"]) .glass-card #login-title,:root:not([data-theme="dark"]) .glass-card #consent-title,:root:not([data-theme="dark"]) .glass-card #account-chooser-title,html[data-theme="light"] .glass-card h1,html[data-theme="light"] .glass-card h2,html[data-theme="light"] .glass-card h3,html[data-theme="light"] .glass-card h4,html[data-theme="light"] .glass-card .login__title,html[data-theme="light"] .glass-card #login-title,html[data-theme="light"] .glass-card #consent-title,html[data-theme="light"] .glass-card #account-chooser-title{color:#000000 !important;font-weight:700 !important}:root:not([data-theme="dark"]) .glass-card p,:root:not([data-theme="dark"]) .glass-card .login__description,:root:not([data-theme="dark"]) .glass-card #login-subtitle-desc,:root:not([data-theme="dark"]) .glass-card #consent-subtitle-desc,:root:not([data-theme="dark"]) .glass-card #client-app-name-display,:root:not([data-theme="dark"]) .glass-card strong,:root:not([data-theme="dark"]) .glass-card .brand-text,html[data-theme="light"] .glass-card p,html[data-theme="light"] .glass-card .login__description,html[data-theme="light"] .glass-card #login-subtitle-desc,html[data-theme="light"] .glass-card #consent-subtitle-desc,html[data-theme="light"] .glass-card #client-app-name-display,html[data-theme="light"] .glass-card strong,html[data-theme="light"] .glass-card .brand-text{color:#000000 !important;font-weight:500 !important;opacity:1 !important}:root:not([data-theme="dark"]) .glass-card label,:root:not([data-theme="dark"]) .glass-card .login__label,html[data-theme="light"] .glass-card label,html[data-theme="light"] .glass-card .login__label{color:#000000 !important;font-weight:600 !important}:root:not([data-theme="dark"]) .glass-card input,:root:not([data-theme="dark"]) .glass-card select,:root:not([data-theme="dark"]) .glass-card textarea,html[data-theme="light"] .glass-card input,html[data-theme="light"] .glass-card select,html[data-theme="light"] .glass-card textarea{color:#000000 !important;font-weight:500 !important;background:rgba(255,255,255,0.95) !important;border:1.5px solid rgba(0,0,0,0.22) !important}:root:not([data-theme="dark"]) .glass-card input::placeholder,:root:not([data-theme="dark"]) .glass-card textarea::placeholder,html[data-theme="light"] .glass-card input::placeholder,html[data-theme="light"] .glass-card textarea::placeholder{color:#475569 !important;opacity:0.85 !important}:root:not([data-theme="dark"]) .glass-card .login__eye,:root:not([data-theme="dark"]) .glass-card .input-action-icons i,html[data-theme="light"] .glass-card .login__eye,html[data-theme="light"] .glass-card .input-action-icons i{color:#000000 !important}:root:not([data-theme="dark"]) .glass-card .login__button-ghost,:root:not([data-theme="dark"]) .glass-card #goto-signup,:root:not([data-theme="dark"]) .glass-card #goto-login,:root:not([data-theme="dark"]) .glass-card #btn-consent-cancel,:root:not([data-theme="dark"]) .glass-card #btn-reauth-cancel,html[data-theme="light"] .glass-card .login__button-ghost,html[data-theme="light"] .glass-card #goto-signup,html[data-theme="light"] .glass-card #goto-login,html[data-theme="light"] .glass-card #btn-consent-cancel,html[data-theme="light"] .glass-card #btn-reauth-cancel{color:#000000 !important;font-weight:600 !important;background:rgba(255,255,255,0.85) !important;border:1.5px solid rgba(0,0,0,0.22) !important}.glass-card,.account-reauth-card,#consent-section,#account-chooser-section,#account-reauth-section,#login-section,#signup-section{--title-color:#000000 !important;--text-color:#000000 !important;--text-muted:#1e293b !important;color:#000000 !important}.glass-card p,.glass-card span:not(.btn-text):not(.login__button *):not(#btn-consent-allow *):not(#btn-oauth-approve *),.glass-card h1,.glass-card h2,.glass-card h3,.glass-card h4,.glass-card label,.glass-card strong,.glass-card div:not(.consent-scope-icon-box):not(.unverified-shield-icon):not(.login__button):not(#btn-consent-allow):not(#btn-oauth-approve),.glass-card input,.glass-card a:not(.login__button){color:#000000 !important}.login__title,#login-title,#consent-title,#account-chooser-title,.glass-card .login__title{color:#000000 !important;font-weight:700 !important}.login__description,#login-subtitle-desc,#consent-subtitle-desc,#account-chooser-subtitle,.glass-card .login__description{color:#000000 !important;font-weight:500 !important}.consent-user-badge{background:rgba(255,255,255,0.85) !important;border:1.5px solid rgba(0,0,0,0.15) !important;padding:0.55rem 0.85rem !important;border-radius:12px !important;margin-bottom:0.65rem !important}.consent-user-name{color:#000000 !important;font-weight:700 !important;font-size:0.92rem !important}.consent-user-email{color:#000000 !important;font-weight:500 !important;opacity:0.85 !important;font-size:0.8rem !important}.glass-card .consent-scopes-box{background:rgba(255,255,255,0.75) !important;border:1.5px solid rgba(0,0,0,0.12) !important;border-radius:12px !important;padding:0.65rem 0.75rem !important;margin-bottom:0.5rem !important}.glass-card .consent-scopes-title{color:#000000 !important;font-weight:700 !important;font-size:0.76rem !important;letter-spacing:0.03em !important;margin-bottom:0.35rem !important;text-transform:uppercase !important}.consent-scopes-list{display:flex !important;flex-direction:column !important;gap:0.28rem !important}.glass-card .consent-scope-item{background:rgba(255,255,255,0.95) !important;border:1.5px solid rgba(0,0,0,0.1) !important;border-radius:9px !important;padding:0.4rem 0.65rem !important;margin-bottom:0 !important;display:flex !important;align-items:center !important;gap:0.55rem !important}.consent-scope-icon-box{width:28px !important;height:28px !important;border-radius:7px !important;background:rgba(59,130,246,0.12) !important;color:#2563eb !important;display:grid !important;place-items:center !important;font-size:1rem !important;flex-shrink:0 !important}.glass-card .consent-scope-title,.glass-card .consent-scope-name{color:#000000 !important;font-weight:700 !important;font-size:0.84rem !important;line-height:1.2 !important;display:block !important}.glass-card .consent-scope-desc{color:#000000 !important;font-weight:500 !important;opacity:0.8 !important;font-size:0.74rem !important;line-height:1.2 !important;display:block !important}.glass-card .consent-legal-note{color:#000000 !important;font-weight:500 !important;font-size:0.74rem !important;margin-top:0.45rem !important;line-height:1.35 !important}.glass-card .consent-legal-note a{color:#2563eb !important;font-weight:600 !important;text-decoration:underline !important}.consent-buttons{margin-top:0.65rem !important;display:flex !important;gap:0.75rem !important}.account-item-name{color:#000000 !important;font-weight:700 !important}.account-item-email{color:#000000 !important;opacity:0.85 !important}.account-add-btn{color:#000000 !important;font-weight:600 !important;border-color:rgba(0,0,0,0.25) !important}.glass-card .login__label,.glass-card label,.glass-card .form-label{color:#000000 !important;font-weight:600 !important}.glass-card .login__box label,.glass-card .login__box .login__eye,.glass-card .login__box .login__input{color:#000000 !important}.login__button *,.glass-card .login__button *{color:#ffffff !important}.step-dot{width:8px;height:8px;border-radius:50%;background:hsla(230,30%,90%,.25);transition:background .3s,transform .3s,box-shadow .3s}.step-dot.active{background:var(--first-color);transform:scale(1.3);box-shadow:0 0 10px hsla(248,90%,66%,.7)}.step-wrapper{position:relative;min-height:96px}.step{display:none;animation:fade-in .3s ease}.step.active{display:block}.optional-tag{color:var(--text-muted);font-weight:var(--font-medium);font-size:var(--smaller-font-size)}.dob-hint{display:inline-flex;align-items:center;gap:.4rem;margin-top:.75rem;font-size:var(--smaller-font-size);font-weight:var(--font-medium);color:hsl(205,95%,72%);border-radius:10px;padding:.5rem .7rem;border-bottom:2px solid hsl(205,95%,62%);transition:background .2s}.dob-hint:hover{background:hsla(205,95%,62%,.1)}.pic-circle{width:96px;height:96px;border-radius:50%;border:2px dashed var(--first-color);display:grid;place-items:center;position:relative;overflow:hidden;color:var(--first-color);background:var(--glass-bg);cursor:pointer;transition:transform .2s,background .2s}.pic-circle:hover{transform:scale(1.03);background:var(--glass-bg-hover)}.pic-circle img{width:100%;height:100%;object-fit:cover}.pic-circle.small{width:56px;height:56px;flex-shrink:0}.pic-hint{font-size:var(--smaller-font-size);color:var(--text-muted)}.crop-viewport{width:260px;height:260px;border-radius:50%;overflow:hidden;margin-inline:auto;position:relative;background:hsla(240,55%,8%,.6);border:1px solid var(--glass-border);touch-action:none;cursor:grab}.crop-viewport img{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;max-width:none;transform:translate(-50%,-50%);user-select:none;-webkit-user-drag:none}.crop-actions{display:flex;gap:.75rem}#crop-zoom{width:100%;accent-color:var(--first-color)}.custom-select-wrap{position:relative;width:100%}.custom-select{width:100% !important;appearance:none !important;-webkit-appearance:none !important;-moz-appearance:none !important;cursor:pointer;padding:13px 40px 13px 15px !important;border-radius:12px !important;border:1.5px solid rgba(15,23,42,0.28) !important;background-color:#ffffff !important;color:#000000 !important;font-size:0.94rem !important;font-weight:600 !important;box-shadow:0 1px 3px rgba(0,0,0,0.05) !important}.custom-select option{background-color:#ffffff !important;color:#000000 !important;font-size:0.92rem !important;font-weight:500 !important;padding:10px 14px !important}[data-theme="dark"] .custom-select{background-color:#1e293b !important;border-color:rgba(255,255,255,0.2) !important;color:#ffffff !important}[data-theme="dark"] .custom-select option{background-color:#1e293b !important;color:#ffffff !important}.custom-select-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#475569;font-size:1.25rem}#dashboard-layout[style*="display:none"],#dashboard-layout[style*="display:none"]{display:none !important}.mobile-header-logo{height:22px;width:auto;max-width:110px;object-fit:contain;flex-shrink:0;display:block}.nav-item{position:relative;display:flex;align-items:center;gap:.85rem;width:100%;height:46px;padding:0 1rem;border-radius:12px;font-size:.92rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;cursor:pointer;transition:background .25s ease,color .25s ease,transform .2s ease,box-shadow .25s ease;text-decoration:none}.nav-item i{font-size:1.25rem;flex-shrink:0}.nav-item span{display:inline-block !important;font-size:.92rem}.nav-item:hover{background:var(--glass-bg-hover);color:var(--title-color);transform:translateY(-1px)}.nav-item.active{background:linear-gradient(135deg,hsla(248,90%,66%,.35),hsla(258,85%,58%,.25));color:#fff;box-shadow:0 0 0 1px hsla(248,90%,72%,.45),0 4px 16px hsla(250,80%,45%,.25);font-weight:600}.sidebar-bottom-legal{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;font-size:.75rem;color:var(--text-muted);padding:.75rem .5rem 0;width:100%;flex-wrap:wrap}.sidebar-bottom-legal a{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.sidebar-bottom-legal a:hover{color:var(--title-color);text-decoration:underline}.main-panel{flex:1;margin-left:250px;min-height:100vh;padding:2.5rem 1.5rem 4rem;display:flex;flex-direction:column;align-items:center;width:calc(100% - 250px);box-sizing:border-box}.main-inner{display:none;width:100%;max-width:680px;margin:0 auto}.main-inner.active{display:flex !important;flex-direction:column !important;gap:1.5rem !important;animation:fade-in .4s cubic-bezier(.22,1,.36,1);max-width:680px;margin-inline:auto;width:100%}.profile-hero{display:grid;justify-items:center;text-align:center;row-gap:.35rem;padding:1.5rem 0 0.5rem;background:transparent !important;border:none !important;box-shadow:none !important}@keyframes avatar-glow{0%,100%{box-shadow:0 14px 34px hsla(250,70%,25%,.38),0 0 0 0 hsla(248,90%,66%,.35)}50%{box-shadow:0 14px 34px hsla(250,70%,25%,.38),0 0 0 8px hsla(248,90%,66%,0)}}.profile-hero-email{display:flex;align-items:center;gap:.5rem;justify-content:center;font-weight:var(--font-medium);font-size:var(--small-font-size);color:var(--text-muted);margin-top:.15rem}.profile-hero-email i{color:var(--first-color);font-size:1rem}.detail-row{display:flex;align-items:center;justify-content:space-between;padding-block:.75rem;border-bottom:1px solid var(--glass-border)}.detail-row:first-child{padding-top:.1rem}.detail-row:last-child{border-bottom:none;padding-bottom:.1rem}.detail-label{display:flex;align-items:center;gap:.55rem;font-size:var(--small-font-size);color:var(--text-muted);font-weight:var(--font-medium)}.detail-label i{color:var(--first-color);font-size:1.05rem;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:hsla(248,90%,66%,.12);flex-shrink:0}.detail-value{font-size:var(--small-font-size);font-weight:var(--font-semi-bold);color:var(--title-color);text-align:right}.account-safety-card{display:flex;align-items:center;gap:1rem;cursor:pointer}.account-safety-icon{width:42px;height:42px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;font-size:1.3rem;background:hsla(150,70%,55%,.15);color:var(--success-color)}.account-safety-text{flex:1;min-width:0}.account-safety-arrow{font-size:1.3rem;color:var(--text-muted);flex-shrink:0;transition:transform .2s ease,color .2s ease}.account-safety-card:hover .account-safety-arrow{transform:translateX(3px);color:var(--title-color)}.section-title{color:var(--title-color);font-size:var(--h2-font-size);margin-bottom:.35rem;font-weight:var(--font-semi-bold);letter-spacing:-.01em}.security-pic-card,.security-item{display:flex;align-items:center;gap:1rem;justify-content:space-between}.security-item-title{font-weight:var(--font-semi-bold);color:var(--title-color);font-size:var(--small-font-size)}.security-item-sub{font-size:var(--smaller-font-size);margin-top:.2rem;color:var(--text-muted);line-height:1.45}.small-btn{width:auto;padding:.6rem 1.2rem;white-space:nowrap}.security-pic-card .pic-circle{color:var(--first-color);font-size:1.2rem}.security-pic-card{justify-content:flex-start}.security-pic-card>div:last-child{flex:1;min-width:0}.edit-pass-box{display:grid;border-radius:1.35rem;padding:1.25rem 1.4rem;box-shadow:var(--glass-shadow);animation:fade-in .35s ease}.edit-pass-box>*{margin-top:.6rem}.edit-pass-box>*:first-child{margin-top:0}.linked-apps-container{display:flex;flex-direction:column;gap:1rem;width:100%}.linked-apps-list{display:flex;flex-direction:column;gap:.85rem;width:100%}.linked-app-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;border-radius:1.1rem;background:var(--glass-bg);border:1px solid var(--glass-border);transition:transform .2s ease,opacity .25s ease,background .2s ease}.linked-app-card:hover{background:var(--glass-bg-hover)}.linked-app-card.revoking{opacity:0;transform:scale(0.95)}.linked-app-header{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.linked-app-logo{width:46px;height:46px;border-radius:12px;object-fit:cover;background:hsla(230,45%,96%,0.1);border:1px solid var(--glass-border);flex-shrink:0;display:grid;place-items:center;font-size:1.4rem;color:var(--first-color)}.linked-app-meta{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:0}.linked-app-title{font-size:1rem;font-weight:var(--font-semi-bold);color:var(--title-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.linked-app-scopes{display:flex;flex-wrap:wrap;gap:.35rem}.scope-pill{font-size:.7rem;padding:.15rem .55rem;border-radius:.4rem;background:hsla(248,90%,66%,0.12);color:var(--text-muted);border:1px solid hsla(248,90%,66%,0.2);font-weight:var(--font-medium)}.linked-app-revoke-btn{padding:.5rem .9rem;font-size:var(--smaller-font-size);color:var(--danger-color);background:hsla(4,90%,68%,0.1);border:1px solid hsla(4,90%,68%,0.25);border-radius:.7rem;font-weight:var(--font-medium);transition:background .2s,transform .15s;white-space:nowrap;flex-shrink:0}.linked-app-revoke-btn:hover{background:hsla(4,90%,68%,0.2);transform:translateY(-1px)}.linked-apps-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;border-radius:1.25rem;background:var(--glass-bg);border:1px solid var(--glass-border);gap:.75rem}.linked-apps-empty i{font-size:2.75rem;color:var(--text-muted);opacity:.6}.linked-apps-empty h3{font-size:1.1rem;color:var(--title-color);font-weight:var(--font-semi-bold)}.linked-apps-empty p{font-size:var(--small-font-size);color:var(--text-muted);max-width:340px;line-height:1.5}.privacy-app-icons-wrap{display:flex;align-items:center;gap:0.5rem;margin-top:0.75rem;flex-wrap:wrap}.privacy-app-avatar-circle{width:36px;height:36px;border-radius:10px;border:1px solid var(--glass-border);background:hsla(240,20%,96%,0.08);object-fit:cover;display:inline-block;vertical-align:middle}.privacy-app-count-badge{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 0.75rem;border-radius:10px;background:hsla(248,90%,66%,0.15);border:1px solid var(--glass-border);color:var(--first-color);font-size:0.82rem;font-weight:600}.btn-danger-outline{display:inline-flex;align-items:center;gap:0.5rem;padding:0.65rem 1.15rem;border-radius:0.85rem;background:hsla(4,90%,68%,0.1);border:1px solid hsla(4,90%,68%,0.35);color:var(--danger-color);font-family:inherit;font-size:0.88rem;font-weight:600;cursor:pointer;transition:background 0.2s,color 0.2s,transform 0.2s}.btn-danger-outline:hover{background:var(--danger-color);color:#fff;transform:translateY(-1px)}.btn-danger-solid{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.85rem 1.25rem;border-radius:0.85rem;background:var(--danger-color);border:none;color:#fff;font-family:inherit;font-size:0.92rem;font-weight:600;cursor:pointer;transition:opacity 0.2s,filter 0.2s}.btn-danger-solid:hover:not(:disabled){filter:brightness(1.08)}.btn-danger-solid:disabled{opacity:0.45;cursor:not-allowed}.delete-ack-box{display:flex;flex-direction:column;gap:1rem;margin:1.25rem 0}.delete-checkbox-label{display:flex;align-items:flex-start;gap:0.75rem;cursor:pointer;user-select:none;font-size:0.85rem;color:var(--text-color);line-height:1.45;padding:0.75rem 0.9rem;background:hsla(240,20%,96%,0.04);border:1px solid var(--glass-border);border-radius:0.85rem;transition:background 0.2s}.delete-checkbox-label:hover{background:hsla(240,20%,96%,0.08)}.delete-checkbox-label input[type="checkbox"]{width:18px;height:18px;margin-top:2px;accent-color:var(--danger-color);cursor:pointer;flex-shrink:0}.account-item-actions{display:flex;align-items:center;gap:0.4rem;margin-left:auto}.account-item-signout-btn{padding:0.35rem 0.75rem;font-size:0.78rem;font-weight:600;border-radius:0.6rem;background:hsla(240,20%,96%,0.06);border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;transition:background 0.2s,color 0.2s;display:inline-flex;align-items:center;gap:0.3rem}.account-item-signout-btn:hover{background:hsla(4,90%,68%,0.15);color:var(--danger-color);border-color:hsla(4,90%,68%,0.35)}.crop-viewport{width:250px;height:250px;border-radius:50%;position:relative;overflow:hidden;border:3px solid var(--first-color,#6366f1);box-shadow:0 0 24px hsla(248,90%,66%,0.4);cursor:grab;user-select:none;touch-action:none;background:#0b0f19}.crop-viewport:active{cursor:grabbing}.crop-viewport img{position:absolute;top:50%;left:50%;max-width:none;max-height:none;pointer-events:none;user-select:none;transform-origin:center center}#crop-zoom{width:100%;max-width:250px;accent-color:var(--first-color,#6366f1);cursor:pointer}.crop-actions{display:flex;gap:0.75rem;width:100%;max-width:250px}.crop-actions button{flex:1}.verify-tab-btn{background:transparent;color:var(--text-muted)}.verify-tab-btn:hover{color:var(--title-color);background:rgba(255,255,255,0.05)}.verify-tab-btn.active{background:linear-gradient(135deg,var(--first-color),var(--second-color)) !important;color:#ffffff !important;box-shadow:0 4px 14px hsla(248,90%,66%,0.35)}.chip-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid var(--glass-border)}.chip-info{display:flex;flex-direction:column;flex:1;min-width:0;text-align:left}.chip-email{font-size:0.84rem;font-weight:600;color:var(--title-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip-sub{font-size:0.72rem;color:var(--text-muted)}.chip-switch-btn{font-size:0.8rem;font-weight:600;color:var(--first-color);padding:0.35rem 0.65rem;border-radius:8px;background:rgba(99,102,241,0.1);transition:all 0.2s ease}.chip-switch-btn:hover{background:rgba(99,102,241,0.2)}.consent-user-badge{display:flex;align-items:center;gap:0.85rem;padding:0.85rem 1rem;border-radius:1rem;background:rgba(0,0,0,0.15);border:1px solid var(--glass-border);margin-bottom:1.15rem;text-align:left}.consent-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--first-color)}.consent-user-info{display:flex;flex-direction:column;flex:1;min-width:0}.consent-user-name{font-size:0.95rem;font-weight:600;color:var(--title-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.consent-user-email{font-size:0.8rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#consent-section{display:flex !important;flex-direction:column !important;max-height:min(92vh,640px) !important;width:100% !important}#consent-section .login__header{flex-shrink:0 !important}.consent-scrollable-body{overflow-y:auto !important;flex:1 1 auto !important;padding-right:2px !important;margin-bottom:0.75rem !important;scrollbar-width:thin}.consent-scrollable-body::-webkit-scrollbar{width:4px}.consent-scrollable-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:4px}.consent-scopes-box{background:var(--card-bg,rgba(255,255,255,0.04));border:1px solid var(--card-border,rgba(255,255,255,0.1));border-radius:1.15rem;padding:0.95rem 1rem;margin-bottom:1.15rem;text-align:left}.consent-scopes-title{font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;color:var(--text-muted,#94a3b8);margin:0 0 0.75rem}.consent-scopes-list{display:flex;flex-direction:column;gap:0.55rem}.consent-scope-item{display:flex;align-items:center;gap:0.8rem;padding:0.6rem 0.8rem;border-radius:0.85rem;background:rgba(0,0,0,0.16);border:1px solid var(--glass-border);transition:transform 0.2s ease,background 0.2s ease}.consent-scope-item:hover{background:rgba(0,0,0,0.24);transform:translateY(-1px)}.consent-scope-icon-box{width:38px;height:38px;border-radius:10px;background:rgba(99,102,241,0.14);border:1px solid rgba(99,102,241,0.28);display:grid;place-items:center;color:var(--first-color,#6366f1);font-size:1.2rem;flex-shrink:0;overflow:hidden}.consent-scope-icon-box img{width:100%;height:100%;object-fit:cover}.consent-scope-info{display:flex;flex-direction:column;gap:2px;min-width:0}.consent-scope-title{font-size:0.86rem;font-weight:600;color:var(--title-color,#ffffff);line-height:1.25}.consent-scope-desc{font-size:0.75rem;color:var(--text-muted,#94a3b8);line-height:1.25}#consent-app-logo{width:46px;height:46px;border-radius:10px !important;object-fit:cover;border:1px solid var(--glass-border);background:rgba(255,255,255,0.05)}.consent-legal-note{font-size:0.76rem;color:var(--text-muted);line-height:1.5;margin-bottom:1.25rem;text-align:left}.consent-legal-note a{color:var(--first-color);text-decoration:underline}.consent-buttons{display:flex !important;gap:0.75rem !important;width:100% !important;flex-shrink:0 !important;padding-bottom:max(0.35rem,env(safe-area-inset-bottom)) !important}.consent-buttons button{flex:1}.linked-scope-chip{display:inline-flex;align-items:center;gap:0.4rem;padding:0.32rem 0.65rem;border-radius:8px;background:rgba(99,102,241,0.12);border:1px solid rgba(99,102,241,0.22);color:var(--title-color);font-size:0.8rem;font-weight:500}.linked-scope-chip i{color:var(--first-color);font-size:0.95rem}.linked-app-card{transition:border-color 0.2s ease,transform 0.2s ease}.linked-app-card:hover{border-color:rgba(99,102,241,0.35);transform:translateY(-1px)}.small-btn{flex:0 0 auto !important;width:auto !important;padding:0.42rem 0.95rem !important;font-size:0.82rem !important;font-weight:600 !important;border-radius:8px !important;box-shadow:0 2px 8px hsla(250,80%,45%,0.25) !important;min-height:auto !important;line-height:1.35 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}.login__button-ghost.small-btn{box-shadow:none !important;padding:0.42rem 0.95rem !important}.small-btn:hover{transform:translateY(-1px) !important;box-shadow:0 4px 12px hsla(250,80%,45%,0.35) !important}.linked-app-row-card{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:1.1rem 1.25rem;border-radius:1rem;background:var(--glass-bg,rgba(255,255,255,0.05));border:1px solid var(--glass-border,rgba(255,255,255,0.1));transition:transform 0.18s ease,border-color 0.18s ease,background 0.18s ease;margin-bottom:0.85rem;user-select:none}.linked-app-row-card:hover{transform:translateY(-2px);border-color:rgba(99,102,241,0.45);background:hsla(230,45%,96%,0.08)}.linked-app-row-card:active{transform:translateY(0)}.glass-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,0.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;padding:1.25rem;animation:modalFadeIn 0.2s ease-out forwards}.glass-modal-card{background:hsla(240,40%,14%,0.92);border:1px solid var(--glass-border,rgba(255,255,255,0.15));border-radius:1.5rem;padding:2rem 1.75rem;max-width:440px;width:100%;box-shadow:0 24px 60px rgba(0,0,0,0.65);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.15rem;animation:modalPopIn 0.25s cubic-bezier(0.16,1,0.3,1) forwards}@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}@keyframes modalPopIn{from{opacity:0;transform:scale(0.92)}to{opacity:1;transform:scale(1)}}.glass-modal-icon-box{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-size:1.6rem;background:rgba(99,102,241,0.15);color:var(--first-color);border:1px solid rgba(99,102,241,0.3)}.glass-modal-icon-box.error{background:rgba(239,68,68,0.15);color:#ef4444;border-color:rgba(239,68,68,0.3)}.glass-modal-title{font-size:1.15rem;font-weight:700;color:var(--title-color,#fff);margin:0}.glass-modal-message{font-size:0.88rem;color:var(--text-muted,#94a3b8);line-height:1.5;margin:0}.app-name-shimmer{display:inline-block;width:95px;height:18px;border-radius:6px;background:linear-gradient(90deg,rgba(255,255,255,0.08) 25%,rgba(255,255,255,0.22) 50%,rgba(255,255,255,0.08) 75%);background-size:200% 100%;animation:appShimmerAnim 1.4s infinite ease-in-out;vertical-align:middle}.app-logo-shimmer{width:36px !important;height:36px !important;border-radius:10px !important;background:linear-gradient(90deg,rgba(255,255,255,0.08) 25%,rgba(255,255,255,0.22) 50%,rgba(255,255,255,0.08) 75%) !important;background-size:200% 100% !important;animation:appShimmerAnim 1.4s infinite ease-in-out !important;display:inline-block !important}.consent-top-brand{display:flex;align-items:center;gap:0.65rem;padding-bottom:0.85rem;margin-bottom:1.15rem;border-bottom:1px solid var(--glass-border);width:100%}.consent-top-brand-logo{width:24px;height:24px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.2));flex-shrink:0}.consent-top-header-logo{height:22px;width:auto;max-width:130px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.15))}.consent-top-brand-text{font-size:0.88rem;font-weight:600;color:var(--text-muted);letter-spacing:0.02em}.signout-all-accounts-btn{width:100%;display:inline-flex !important;align-items:center;justify-content:center;gap:0.6rem !important;font-size:0.88rem !important;font-weight:600 !important;padding:0.75rem 1rem !important;border-radius:0.85rem !important;border:1px solid var(--glass-border) !important;color:var(--text-color) !important;background:var(--glass-bg) !important;cursor:pointer;transition:all 0.25s ease !important}.signout-all-accounts-btn:hover{background:rgba(239,68,68,0.1) !important;border-color:rgba(239,68,68,0.35) !important;color:#ef4444 !important;transform:translateY(-1px)}.signout-all-accounts-btn i{font-size:1.2rem;color:#ef4444;transition:transform 0.2s ease}.signout-all-accounts-btn:hover i{transform:scale(1.1)}.checking-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.75rem;padding:2.5rem 1.5rem;text-align:center;border-radius:1rem;background:var(--glass-bg);border:1px solid var(--glass-border);width:100%;animation:fadeIn 0.3s ease}.checking-state-text{font-size:0.92rem;font-weight:600;color:var(--title-color);margin-top:0.25rem}.checking-state-sub{font-size:0.78rem;color:var(--text-muted);max-width:280px}.network-slow-retry-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.6rem;padding:2rem 1.5rem;text-align:center;border-radius:1rem;background:rgba(239,68,68,0.06);border:1px solid rgba(239,68,68,0.2);width:100%}.network-slow-retry-box i{font-size:2rem;color:#f87171}.network-slow-retry-box h4{font-size:0.95rem;font-weight:600;color:var(--title-color);margin:0}.network-slow-retry-box p{font-size:0.8rem;color:var(--text-muted);margin:0 0 0.5rem 0;max-width:320px}[data-theme="light"] .app-name-shimmer,[data-theme="light"] .app-logo-shimmer{background:linear-gradient(90deg,rgba(0,0,0,0.06) 25%,rgba(0,0,0,0.14) 50%,rgba(0,0,0,0.06) 75%) !important;background-size:200% 100% !important}.unverified-form{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.unverified-badge-wrap{display:flex;justify-content:center;align-items:center;margin-bottom:1.25rem}.unverified-shield-icon{width:72px;height:72px;border-radius:50%;background:rgba(245,158,11,0.12);border:2px solid rgba(245,158,11,0.35);display:grid;place-items:center;font-size:2.2rem;color:#f59e0b;box-shadow:0 8px 24px rgba(245,158,11,0.2);animation:unverifiedPulse 3s infinite ease-in-out}@keyframes unverifiedPulse{0%,100%{transform:scale(1);box-shadow:0 8px 24px rgba(245,158,11,0.2)}50%{transform:scale(1.04);box-shadow:0 10px 30px rgba(245,158,11,0.35)}}.unverified-action-bar{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem;margin-top:0.5rem;margin-bottom:0.75rem}.btn-security-toggle{background:transparent;border:none;color:var(--first-color);font-family:inherit;font-size:0.88rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:0.35rem;padding:0.5rem 0.25rem;transition:opacity 0.2s,transform 0.2s}.btn-security-toggle:hover{opacity:0.85;text-decoration:underline}.unverified-details-panel{width:100%;text-align:left;background:rgba(0,0,0,0.18);border:1px solid var(--glass-border);border-radius:0.85rem;padding:1rem 1.15rem;margin-top:0.5rem;margin-bottom:0.75rem;animation:slideDownFade 0.25s ease-out}[data-theme="light"] .unverified-details-panel{background:rgba(245,158,11,0.06);border-color:rgba(245,158,11,0.22)}.unverified-details-text{font-size:0.82rem;line-height:1.5;color:var(--text-muted);margin:0}.unverified-proceed-link{font-size:0.82rem;color:#f59e0b;text-decoration:underline;cursor:pointer;display:inline-block;transition:opacity 0.2s}.unverified-proceed-link:hover{opacity:0.8}@keyframes slideDownFade{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.platform-option-card{transition:all 0.2s ease;user-select:none}.platform-option-card:hover{background:var(--glass-bg-hover);border-color:var(--first-color)}.platform-option-card:has(input:checked){border-color:var(--first-color);background:rgba(99,102,241,0.15)}.platform-badge{display:inline-flex;align-items:center;gap:0.3rem;font-size:0.74rem;font-weight:600;padding:0.15rem 0.55rem;border-radius:6px}.platform-badge.platform-web{color:var(--first-color);background:rgba(99,102,241,0.12);border:1px solid rgba(99,102,241,0.3)}.platform-badge.platform-android{color:#34d399;background:rgba(16,185,129,0.12);border:1px solid rgba(16,185,129,0.3)}.platform-badge.platform-ios{color:#60a5fa;background:rgba(59,130,246,0.12);border:1px solid rgba(59,130,246,0.3)}.entity-choice-card{transition:all 0.25s cubic-bezier(0.4,0,0.2,1);user-select:none}.entity-choice-card:hover{background:var(--glass-bg-hover) !important;border-color:var(--first-color) !important}.entity-choice-card:has(input:checked),.entity-choice-card.active{border-color:var(--first-color) !important;background:rgba(99,102,241,0.12) !important;box-shadow:0 0 0 1px var(--first-color)}.doc-upload-tile{transition:border-color 0.2s,background 0.2s}.doc-upload-tile:hover{border-color:var(--first-color);background:rgba(0,0,0,0.35) !important}.doc-upload-tile.has-file{border-color:#34d399;border-style:solid;background:rgba(16,185,129,0.05) !important}.doc-upload-tile.is-uploading{opacity:0.7;pointer-events:none}.quota-badge{display:inline-flex;align-items:center;gap:0.35rem;font-size:0.72rem;font-weight:600;padding:0.2rem 0.6rem;border-radius:6px}.quota-badge.quota-unverified{color:#fbbf24;background:rgba(245,158,11,0.1);border:1px solid rgba(245,158,11,0.25)}.quota-badge.quota-verified{color:#34d399;background:rgba(16,185,129,0.1);border:1px solid rgba(16,185,129,0.25)}.quota-badge.quota-exceeded{color:#fb7185;background:rgba(244,63,94,0.1);border:1px solid rgba(244,63,94,0.3)}.verification-badge{display:inline-flex;align-items:center;gap:0.3rem;font-size:0.74rem;font-weight:600;padding:0.15rem 0.55rem;border-radius:6px}.verification-badge.verified{color:#34d399;background:rgba(16,185,129,0.12);border:1px solid rgba(16,185,129,0.3)}.verification-badge.in-review{color:#60a5fa;background:rgba(59,130,246,0.12);border:1px solid rgba(59,130,246,0.3)}.verification-badge.pending{color:#fbbf24;background:rgba(245,158,11,0.12);border:1px solid rgba(245,158,11,0.3)}.verification-badge.rejected{color:#fb7185;background:rgba(244,63,94,0.12);border:1px solid rgba(244,63,94,0.3)}.sensitive-data-box{background:linear-gradient(135deg,rgba(99,102,241,0.09) 0%,rgba(139,92,246,0.03) 100%);border:1px solid rgba(99,102,241,0.28);border-radius:0.95rem;padding:1.1rem 1.2rem;display:flex;flex-direction:column;gap:0.75rem;transition:all 0.25s ease}.sensitive-data-box:hover{border-color:rgba(99,102,241,0.45);box-shadow:0 6px 24px rgba(99,102,241,0.12)}.sensitive-data-box.verified{background:linear-gradient(135deg,rgba(16,185,129,0.09) 0%,rgba(5,150,105,0.02) 100%);border-color:rgba(16,185,129,0.3)}.sensitive-data-box.in-review{background:linear-gradient(135deg,rgba(59,130,246,0.09) 0%,rgba(37,99,235,0.02) 100%);border-color:rgba(59,130,246,0.3)}.sensitive-data-box.rejected{background:linear-gradient(135deg,rgba(244,63,94,0.09) 0%,rgba(225,29,72,0.02) 100%);border-color:rgba(244,63,94,0.35)}.sensitive-data-box.locked{background:rgba(255,255,255,0.02);border:1px dashed var(--glass-border);opacity:0.85}.sensitive-data-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem}.sensitive-data-title{font-size:0.92rem;font-weight:600;color:var(--title-color);display:flex;align-items:center;gap:0.5rem}.sensitive-data-body{font-size:0.82rem;color:var(--text-color);line-height:1.5}.sensitive-data-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.65rem;margin-top:0.25rem;padding-top:0.65rem;border-top:1px solid rgba(255,255,255,0.06)}html[data-theme="dark"] .security-item-title{color:#ffffff !important;text-shadow:none !important}html[data-theme="dark"] .security-item-sub{color:#94a3b8 !important}html[data-theme="dark"] .main-panel,html[data-theme="dark"] .linked-app-row-card,html[data-theme="dark"] .glass-modal-card,html[data-theme="dark"] .app-verify-card,html[data-theme="dark"] .security-item{color:#ffffff !important}html[data-theme="dark"] .main-panel h1,html[data-theme="dark"] .main-panel h2,html[data-theme="dark"] .main-panel h3,html[data-theme="dark"] .main-panel h4,html[data-theme="dark"] .main-panel strong,html[data-theme="dark"] .section-title,html[data-theme="dark"] .security-item-title,html[data-theme="dark"] .glass-modal-title{color:#ffffff !important}html[data-theme="dark"] .main-panel p,html[data-theme="dark"] .main-panel span:not(.badge):not(.platform-badge):not(.verification-badge):not(.quota-badge):not(.search-chip),html[data-theme="dark"] .main-panel div:not(.consent-scope-icon-box),html[data-theme="dark"] .main-panel label,html[data-theme="dark"] .security-item-sub,html[data-theme="dark"] .glass-modal-card p,html[data-theme="dark"] .glass-modal-card span:not(.badge):not(.search-chip),html[data-theme="dark"] .glass-modal-card div:not(.consent-scope-icon-box),html[data-theme="dark"] .glass-modal-card li,html[data-theme="dark"] .glass-modal-card strong{color:#f1f5f9 !important}html[data-theme="dark"] .main-panel code{color:#a5b4fc !important}html[data-theme="dark"] .linked-app-row-card,html[data-theme="dark"] .security-item{background:rgba(30,41,59,0.75) !important;border:1px solid rgba(255,255,255,0.12) !important;box-shadow:0 10px 30px rgba(0,0,0,0.35) !important}html[data-theme="dark"] .main-panel .consent-scope-item,html[data-theme="dark"] .glass-modal-card .consent-scope-item,html[data-theme="dark"] #view-linked-apps-detail .consent-scope-item{background:rgba(15,23,42,0.65) !important;border:1px solid rgba(255,255,255,0.12) !important}html[data-theme="dark"] .main-panel .consent-scope-name,html[data-theme="dark"] .main-panel .consent-scope-title,html[data-theme="dark"] .glass-modal-card .consent-scope-name,html[data-theme="dark"] .glass-modal-card .consent-scope-title{color:#ffffff !important}html[data-theme="dark"] .main-panel .consent-scope-desc,html[data-theme="dark"] .glass-modal-card .consent-scope-desc{color:#cbd5e1 !important}html[data-theme="dark"] .glass-modal-card,html[data-theme="dark"] .app-verify-card{background:rgba(30,41,59,0.95) !important;border:1px solid rgba(255,255,255,0.15) !important;color:#ffffff !important}html[data-theme="dark"] .verify-info-box,html[data-theme="dark"] .verify-section-box{background:rgba(15,23,42,0.6) !important;border:1px solid rgba(255,255,255,0.1) !important}html[data-theme="light"] .main-panel,html[data-theme="light"] .linked-app-row-card,html[data-theme="light"] .glass-modal-card,html[data-theme="light"] .app-verify-card,html[data-theme="light"] .security-item{color:#000000 !important}html[data-theme="light"] .main-panel h1,html[data-theme="light"] .main-panel h2,html[data-theme="light"] .main-panel h3,html[data-theme="light"] .main-panel h4,html[data-theme="light"] .main-panel strong,html[data-theme="light"] .section-title,html[data-theme="light"] .security-item-title,html[data-theme="light"] .glass-modal-title{color:#000000 !important}html[data-theme="light"] .main-panel p,html[data-theme="light"] .main-panel span:not(.badge):not(.platform-badge):not(.verification-badge):not(.quota-badge):not(.search-chip),html[data-theme="light"] .main-panel div:not(.consent-scope-icon-box),html[data-theme="light"] .main-panel label,html[data-theme="light"] .main-panel code,html[data-theme="light"] .security-item-sub,html[data-theme="light"] .glass-modal-card p,html[data-theme="light"] .glass-modal-card span:not(.badge):not(.search-chip),html[data-theme="light"] .glass-modal-card div:not(.consent-scope-icon-box),html[data-theme="light"] .glass-modal-card li,html[data-theme="light"] .glass-modal-card strong{color:#0f172a !important}html[data-theme="light"] .linked-app-row-card,html[data-theme="light"] .security-item{background:linear-gradient(135deg,rgba(255,255,255,0.9) 0%,rgba(248,250,252,0.8) 100%) !important;border:1.5px solid rgba(0,0,0,0.1) !important;box-shadow:0 10px 30px rgba(15,23,42,0.08) !important}html[data-theme="light"] .glass-modal-card,html[data-theme="light"] .app-verify-card{background:#ffffff !important;border:1.5px solid rgba(0,0,0,0.12) !important;color:#000000 !important}.consent-user-badge{cursor:pointer !important;transition:all 0.2s ease !important}.consent-user-badge:hover{background:rgba(255,255,255,0.98) !important;border-color:rgba(0,0,0,0.3) !important;box-shadow:0 4px 16px rgba(0,0,0,0.08) !important}.consent-user-switch-icon,.consent-user-switch-icon i{color:#000000 !important;font-size:1.35rem !important}.brand-header-top-left{margin-top:0 !important;margin-bottom:0.25rem !important;text-align:left !important;display:flex !important;align-items:center !important;justify-content:flex-start !important}.suloro-brand-header-img{height:24px !important;width:auto !important;display:block !important;margin:0 !important;object-fit:contain !important}.portal-bottom-legal-wrap,.portal-bottom-left-links,.legal-links-row,#legal-links-fixed{background:transparent !important;box-shadow:none !important;border:none !important}.legal-link-sep{background:transparent !important;box-shadow:none !important;border:none !important;color:#000000 !important;opacity:0.55 !important;font-size:0.85rem !important;line-height:1 !important;display:inline-block !important;padding:0 !important;margin:0 0.2rem !important}.account-item{display:flex;align-items:center;gap:.85rem;padding:.75rem .95rem;border-radius:.95rem;background:var(--glass-bg);border:1px solid var(--glass-border);transition:background .2s ease,border-color .2s ease,transform .15s ease;cursor:pointer;position:relative;text-align:left;width:100%;box-sizing:border-box}.account-item:hover,.account-item:focus-visible{background:var(--glass-bg-hover);border-color:hsla(248,90%,66%,0.45);transform:translateY(-1px)}.account-item:active{transform:translateY(0)}.account-item-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid hsla(248,90%,66%,0.4);background:hsla(230,45%,96%,0.1)}.account-item-info{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.account-item-name{font-size:var(--small-font-size);font-weight:var(--font-semi-bold);color:var(--title-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-item-email{font-size:var(--smaller-font-size);color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-item-badge{font-size:.68rem;padding:.2rem .5rem;border-radius:.4rem;background:hsla(150,70%,55%,0.15);color:var(--success-color);border:1px solid hsla(150,70%,55%,0.3);font-weight:var(--font-medium);flex-shrink:0}.account-item-remove-btn{background:transparent;border:none;color:var(--text-muted);padding:.4rem;border-radius:.5rem;font-size:1.1rem;display:grid;place-items:center;transition:color .2s,background .2s;flex-shrink:0}.account-item-remove-btn:hover{color:var(--danger-color);background:hsla(4,90%,68%,0.12)}.account-add-btn{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.75rem 1rem;border-radius:.95rem;background:transparent;border:1px dashed var(--glass-border);color:var(--text-color);font-size:var(--small-font-size);font-weight:var(--font-medium);transition:background .2s,border-color .2s;cursor:pointer;width:100%}.account-add-btn:hover{background:var(--glass-bg);border-color:var(--first-color);color:var(--title-color)}.account-add-btn i{font-size:1.15rem;color:var(--first-color)}.account-reauth-card{display:flex;flex-direction:column;gap:1rem;width:100%}.account-reauth-user{display:flex;align-items:center;gap:.85rem;padding:.65rem .85rem;border-radius:.85rem;background:var(--glass-bg);border:1px solid var(--glass-border)}.account-reauth-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid hsla(248,90%,66%,0.4)}.account-reauth-info{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.account-reauth-name{font-size:var(--small-font-size);font-weight:var(--font-semi-bold);color:var(--title-color)}.account-reauth-email{font-size:var(--smaller-font-size);color:var(--text-muted)}.rate-limit-banner{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border-radius:.85rem;background:hsla(4,90%,68%,0.12);border:1px solid hsla(4,90%,68%,0.35);color:var(--text-color);font-size:var(--small-font-size);line-height:1.45;margin-bottom:.85rem}.rate-limit-banner i{color:var(--danger-color);font-size:1.25rem;flex-shrink:0;margin-top:1px}.mobile-card-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover;display:block;border:2.5px solid #3b82f6;box-shadow:0 0 12px rgba(59,130,246,0.45);background-color:var(--body-color,#0b0f19);box-sizing:border-box}.mobile-avatar-edit-badge{position:absolute;right:-2px;bottom:-2px;width:22px;height:22px;border-radius:50%;background:#1c1e22;border:1.5px solid rgba(255,255,255,0.25);display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:11px;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,0.4);transition:transform 0.2s ease,background 0.2s ease;z-index:2}.mobile-avatar-edit-badge:hover{background:#2a2e36;transform:scale(1.12);border-color:#3b82f6}.mobile-pro-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 11px;border-radius:12px;background:#004a77;color:#7fcfff;font-size:0.72rem;font-weight:600;line-height:1.3;letter-spacing:0.02em;border:1px solid rgba(127,207,255,0.25);box-shadow:0 2px 6px rgba(0,74,119,0.35)}.mobile-accounts-dropdown{position:relative;margin-top:14px;width:100%;background:var(--card-bg,#24272c);border:1px solid var(--card-border,rgba(255,255,255,0.12));border-radius:1.5rem;padding:1.1rem 1.25rem;box-shadow:0 12px 32px rgba(0,0,0,0.35);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:none;flex-direction:column;gap:0.75rem;animation:fade-in 0.25s ease;box-sizing:border-box}.mobile-accounts-dropdown-header{font-size:0.76rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--text-muted,#94a3b8);padding:0.2rem 0.25rem 0.1rem}.mobile-accounts-list{display:flex;flex-direction:column;gap:0.5rem}.mobile-item-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--first-color,#6366f1);background-color:hsla(240,20%,96%,0.08)}.mobile-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-item-name{font-size:0.95rem;font-weight:600;color:var(--title-color,#ffffff);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-item-email{font-size:0.8rem;color:var(--text-muted,#94a3b8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-accounts-actions{display:flex;flex-direction:column;gap:0.5rem;padding-top:0.65rem;border-top:1px solid var(--glass-border,rgba(255,255,255,0.1))}.mobile-acc-action-btn{display:flex;align-items:center;gap:0.75rem;width:100%;padding:0.75rem 1rem;border-radius:1.15rem;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);color:var(--text-color,#ffffff);font-size:0.88rem;font-weight:500;cursor:pointer;transition:all 0.15s ease;box-sizing:border-box}.mobile-acc-action-btn i{font-size:1.15rem}.mobile-acc-action-btn:hover,.mobile-acc-action-btn:active{background:rgba(255,255,255,0.08);color:var(--title-color,#ffffff);border-color:rgba(255,255,255,0.15)}.mobile-acc-signout-btn{color:var(--danger-color,#f87171);border-color:hsla(4,90%,68%,0.25);background:hsla(4,90%,68%,0.06)}.mobile-acc-signout-btn:hover,.mobile-acc-signout-btn:active{background:hsla(4,90%,68%,0.15);color:var(--danger-color,#f87171);border-color:hsla(4,90%,68%,0.4)}html[data-theme="light"] .mobile-pro-badge{background:#c2e7ff;color:#004a77;border-color:#7fcfff}html[data-theme="light"] .mobile-avatar-edit-badge{background:#ffffff;border-color:#cbd5e1;color:#0f172a}html.device-mobile .profile-hero{display:none !important}.account-item{display:flex !important;align-items:center !important;gap:0.85rem !important;padding:0.85rem 1rem !important;border-radius:1rem !important;background:rgba(255,255,255,0.65) !important;border:1px solid rgba(0,0,0,0.08) !important;cursor:pointer !important;transition:all 0.2s cubic-bezier(0.4,0,0.2,1) !important;width:100% !important;box-sizing:border-box !important}.account-item:hover{background:rgba(255,255,255,0.95) !important;border-color:rgba(99,102,241,0.4) !important;transform:translateY(-1px) !important;box-shadow:0 4px 14px rgba(0,0,0,0.06) !important}[data-theme="dark"] .account-item{background:rgba(30,41,59,0.65) !important;border-color:rgba(255,255,255,0.1) !important}[data-theme="dark"] .account-item:hover{background:rgba(51,65,85,0.75) !important;border-color:rgba(99,102,241,0.5) !important}.account-item-avatar{width:42px !important;height:42px !important;border-radius:50% !important;object-fit:cover !important;flex-shrink:0 !important;border:2px solid var(--first-color,#4f46e5) !important;background:#f1f5f9 !important}.account-item-info{flex:1 !important;min-width:0 !important;display:flex !important;flex-direction:column !important;text-align:left !important;gap:2px !important}.account-item-name{font-size:0.96rem !important;font-weight:700 !important;color:#000000 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.account-item-email{font-size:0.82rem !important;color:#475569 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}[data-theme="dark"] .account-item-name{color:#ffffff !important}[data-theme="dark"] .account-item-email{color:#94a3b8 !important}.account-item-badge{font-size:0.74rem !important;font-weight:600 !important;color:#059669 !important;background:rgba(16,185,129,0.12) !important;border:1px solid rgba(16,185,129,0.25) !important;padding:3px 8px !important;border-radius:9999px !important;white-space:nowrap !important}.account-add-btn,#btn-use-another-account{display:flex !important;align-items:center !important;justify-content:center !important;gap:0.65rem !important;width:100% !important;padding:0.85rem 1rem !important;border-radius:1rem !important;background:rgba(255,255,255,0.5) !important;border:1.5px dashed rgba(99,102,241,0.4) !important;color:#0f172a !important;font-size:0.92rem !important;font-weight:700 !important;text-decoration:none !important;cursor:pointer !important;transition:all 0.2s ease !important;box-sizing:border-box !important;margin-top:0.75rem !important}.account-add-btn:hover,#btn-use-another-account:hover{background:rgba(99,102,241,0.08) !important;border-color:#4f46e5 !important;color:#4f46e5 !important;transform:translateY(-1px) !important}.account-add-btn i,#btn-use-another-account i{font-size:1.15rem !important;color:#4f46e5 !important}[data-theme="dark"] .account-add-btn,[data-theme="dark"] #btn-use-another-account{background:rgba(30,41,59,0.4) !important;border-color:rgba(99,102,241,0.4) !important;color:#f8fafc !important}[data-theme="dark"] .account-add-btn:hover,[data-theme="dark"] #btn-use-another-account:hover{background:rgba(99,102,241,0.15) !important;border-color:#818cf8 !important;color:#818cf8 !important}