:root{--shell-auth-focus-ring: 0 0 0 3px rgba(63, 81, 181, .28);--shell-auth-focus-ring-premium: 0 0 0 4px rgba(40, 93, 150, .18);--shell-header-focus-ring: 0 0 0 2px rgba(255, 255, 255, .5);--shell-auth-card-elev: 0 22px 56px rgba(15, 36, 64, .14), 0 8px 20px rgba(0, 0, 0, .06);--shell-auth-card-elev-premium: 0 32px 72px rgba(15, 36, 64, .22), 0 12px 28px rgba(0, 0, 0, .08)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100%;font-family:Segoe UI,system-ui,sans-serif;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}a{text-decoration:none;color:inherit}body{background:#f5f5f5;display:flex;flex-direction:column}.header{position:relative;z-index:1;height:80px;flex-shrink:0;background:linear-gradient(135deg,#0f2440,#1a3a5c 55%,#2e6da4);border-bottom:3px solid #f39c12;display:flex;align-items:center;padding:0 32px;gap:16px;box-shadow:0 2px 12px #00000059}.header-logo{width:50px;height:50px;border-radius:50%;object-fit:contain;border:2px solid rgba(255,255,255,.3)}.header-logo:focus-visible{outline:none;box-shadow:var(--shell-header-focus-ring)}.header-brand{font-size:28px;font-weight:900;letter-spacing:6px;color:#fff}.header-brand span{color:#f39c12}.header-sub{font-size:13px;color:#fffc;letter-spacing:2px;text-transform:uppercase;margin-top:3px}.header-right{margin-left:auto;font-size:14px;color:#ffffffbf;display:flex;align-items:center;gap:16px}.lang-switch{display:inline-flex;align-items:center;gap:.55rem;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.lang-switch select{border:1px solid rgba(255,255,255,.24);background:#ffffff1f;color:#fff;border-radius:999px;padding:7px 12px;font-size:.8rem;font-weight:700;outline:none;cursor:pointer}.lang-switch select option{color:#0f172a;background:#fff}.lang-switch select:focus-visible{outline:none;box-shadow:var(--shell-header-focus-ring)}.main{flex:1 0 auto;min-height:calc(100vh - 80px);display:flex;align-items:flex-start;justify-content:center;padding:12px 32px 96px;overflow:visible}.dashboard-shell{width:min(1600px,100%);margin:0 auto}.apps-grid{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;gap:26px 36px;max-width:1600px;width:100%}.dashboard-scroll-down{position:fixed;right:28px;bottom:24px;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#0f2440eb;color:#fff;box-shadow:0 16px 36px #0f24403d;cursor:pointer;z-index:40;transition:transform .18s ease,opacity .18s ease,background .18s ease}.dashboard-scroll-down:hover{transform:translateY(-2px);background:#17385ffa}.dashboard-scroll-down[hidden]{display:none}.dashboard-scroll-down span{font-size:24px;line-height:1;transform:translateY(1px)}.app-tile{display:flex;flex-direction:column;align-items:center;gap:10px;width:117px;cursor:pointer;border-radius:13px;padding:13px 5px 10px;transition:background .15s,transform .15s}.app-tile:hover{background:#0000000d;transform:translateY(-2px)}.app-tile:active{transform:scale(.96)}.app-icon{width:83px;height:83px;border-radius:21px;background:var(--ac,#6366f1);display:flex;align-items:center;justify-content:center;font-size:36px;flex-shrink:0;box-shadow:0 4px 14px #0000002e;transition:box-shadow .15s,transform .15s}.app-tile:hover .app-icon{box-shadow:0 6px 22px #00000047;transform:scale(1.04)}.app-name{font-size:14px;font-weight:800;color:#1e293b;text-align:center;line-height:1.3}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:linear-gradient(135deg,#0f2440,#1a3a5c 60%,#2e6da4);display:flex;align-items:center;justify-content:center;transition:opacity .35s}.auth-overlay.hidden{opacity:0;pointer-events:none}.auth-card{background:#fff;border-radius:20px;padding:40px 44px 36px;width:480px;max-width:96vw;max-height:92vh;overflow-y:auto;border:1px solid rgba(15,24,42,.055);box-shadow:var(--shell-auth-card-elev);animation:authSlideIn .35s cubic-bezier(.2,.8,.3,1)}@keyframes authSlideIn{0%{transform:translateY(32px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-logo-row{text-align:center;margin-bottom:28px}.auth-logo-row .logo-img{width:160px;height:auto;margin-bottom:2px;display:block;margin-left:auto;margin-right:auto}.auth-logo-row h2{font-size:14px;font-weight:700;color:#1a237e;margin:0;letter-spacing:.5px}.auth-logo-row p{font-size:12px;color:#78909c;margin:4px 0 0}.auth-field{margin-bottom:18px}.auth-field label{display:block;font-size:12px;font-weight:700;color:#455a64;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.auth-field input{width:100%;padding:12px 14px;border:2px solid #e0e7ef;border-radius:9px;font-size:15px;outline:none;transition:border-color .2s,box-shadow .2s}.auth-field input:focus,.auth-field input:focus-visible{border-color:#3f51b5;box-shadow:var(--shell-auth-focus-ring)}.pwd-wrapper{position:relative}.pwd-wrapper input{padding-right:44px}.pwd-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;color:#90a4ae;font-size:18px;-webkit-user-select:none;user-select:none;line-height:1;transition:color .15s}.pwd-eye:hover{color:#3f51b5}.pwd-eye:focus-visible{outline:none;border-radius:6px;box-shadow:var(--shell-auth-focus-ring)}.auth-btn{width:100%;padding:14px;border:none;border-radius:9px;background:linear-gradient(135deg,#1a237e,#283593);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s;margin-top:4px}.auth-btn:hover{opacity:.9}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn:focus-visible{outline:none;box-shadow:var(--shell-auth-focus-ring)}.auth-error{background:#ffeaea;border:1px solid #ffbdbd;color:#c62828;padding:11px 14px;border-radius:8px;font-size:13px;margin-bottom:16px;display:none}.auth-error.visible{display:block}.auth-warning{background:#fff8e1;border:1px solid #ffe082;color:#e65100;padding:10px 14px;border-radius:8px;font-size:12px;margin-bottom:14px}.otp-label{font-size:13px;color:#546e7a;text-align:center;margin-bottom:20px;line-height:1.5}.otp-input{text-align:center!important;font-size:28px!important;letter-spacing:12px!important;font-family:Courier New,monospace!important;font-weight:700!important}.otp-input:focus,.otp-input:focus-visible{outline:none!important;box-shadow:var(--shell-auth-focus-ring)!important}.otp-countdown{text-align:center;font-size:12px;color:#78909c;margin-top:12px}.otp-countdown span{color:#e53935;font-weight:700}.otp-email{display:block;margin:-10px 0 18px;text-align:center;overflow-wrap:anywhere}.mfa-enrollment{margin:0 0 18px;padding:14px;border:1px solid #dbe4f0;border-radius:10px;text-align:center;background:#f8fafc}.mfa-enrollment h2{margin:0 0 10px;font-size:15px}.mfa-qr{display:block;width:min(220px,100%);height:auto;margin:0 auto 10px}.mfa-secret{display:block;padding:8px;border-radius:6px;background:#fff;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all}.auth-back{display:block;text-align:center;margin-top:14px;font-size:13px;color:#78909c;cursor:pointer}.auth-back:hover{color:#283593}.auth-back:focus-visible{outline:none;border-radius:6px;box-shadow:var(--shell-auth-focus-ring)}.dev-otp-hint{background:#e8f5e9;border:1px solid #a5d6a7;color:#1b5e20;padding:10px 14px;border-radius:8px;font-size:12px;margin-top:12px;text-align:center;display:none}.dev-otp-hint.visible{display:block}.auth-tabs{display:flex;border-bottom:2px solid #e8eef7;margin:0 0 20px}.auth-tab{flex:1;padding:9px 4px 11px;border:none;background:none;font-size:11px;font-weight:700;color:#90a4ae;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;line-height:1.3;text-align:center}.auth-tab:hover{color:#3f51b5}.auth-tab.active{color:#1a237e;border-bottom-color:#3f51b5}.auth-tab:focus-visible{outline:none;border-radius:8px;box-shadow:var(--shell-auth-focus-ring)}.auth-field select{width:100%;padding:12px 34px 12px 14px;border:2px solid #e0e7ef;border-radius:9px;font-size:14px;outline:none;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23455a64' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;transition:border-color .2s,box-shadow .2s}.auth-field select:focus,.auth-field select:focus-visible{border-color:#3f51b5;box-shadow:var(--shell-auth-focus-ring)}.auth-field.account-type-field .account-type-select{min-height:52px;border:2px solid #2563eb;background-color:#f7fbff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='%232563eb' d='M1.4.8 7 6.4 12.6.8 14 2.2l-7 7-7-7z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;color:#0f2440;font-weight:600;padding-right:46px}.auth-field.account-type-field .account-type-select:hover{border-color:#1d4ed8;background-color:#eff6ff}.auth-field.account-type-field .account-type-select:focus,.auth-field.account-type-field .account-type-select:focus-visible{border-color:#1d4ed8;box-shadow:0 0 0 4px #2563eb38}.auth-field.account-type-field .account-type-select[aria-invalid=true]{border-color:#b42318;box-shadow:0 0 0 3px #b4231824}.auth-row{display:flex;gap:12px}.auth-row .auth-field{flex:1;min-width:0}.pwd-strength{height:4px;border-radius:2px;margin-top:6px;background:#e0e7ef}.pwd-strength.level-1{background:#ef5350}.pwd-strength.level-2{background:#ff9800}.pwd-strength.level-3{background:#4caf50}.auth-separator{display:flex;align-items:center;gap:10px;color:#90a4ae;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:16px 0 14px}.auth-separator:before,.auth-separator:after{content:"";flex:1;height:1px;background:#e0e7ef}.auth-success{text-align:center;padding:6px 0 2px}.auth-success .suc-icon{font-size:52px;display:block;margin-bottom:12px}.auth-success h3{font-size:18px;font-weight:800;color:#2e7d32;margin:0 0 10px}.auth-success p{font-size:13px;color:#546e7a;line-height:1.6;margin:0 0 8px}.auth-btn-secondary{width:100%;padding:12px;border:2px solid #c5cae9;border-radius:9px;background:transparent;color:#455a64;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:10px}.auth-btn-secondary:hover{border-color:#3f51b5;color:#1a237e}.auth-btn-secondary:focus-visible{outline:none;box-shadow:var(--shell-auth-focus-ring)}.legal-check-row{display:flex;align-items:flex-start;gap:10px;margin:16px 0 14px;padding:14px 16px;background:#f0f4ff;border:1.5px solid #c7d2fe;border-radius:9px;font-size:13px;color:#374151;line-height:1.55}.legal-check-row input[type=checkbox]{width:18px;height:18px;min-width:18px;cursor:pointer;accent-color:#3f51b5;margin-top:1px}.legal-check-row a{color:#3f51b5;text-decoration:underline;font-weight:600;cursor:pointer}.legal-check-row a:hover{color:#1a237e}.legal-modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:99999;align-items:center;justify-content:center;animation:fadeIn .18s ease}.legal-modal-overlay.open{display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.legal-modal-box{background:#fff;border-radius:14px;width:min(680px,94vw);max-height:82vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden}.legal-modal-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px 16px;border-bottom:2px solid #e8eaf6;background:linear-gradient(135deg,#1a237e,#3949ab);color:#fff;flex-shrink:0}.legal-modal-head h2{font-size:1.05rem;font-weight:700;margin:0}.legal-modal-head .lm-version{font-size:.72rem;background:#ffffff38;border-radius:20px;padding:2px 10px;margin-left:10px}.legal-modal-close{background:#ffffff2e;border:none;color:#fff;width:30px;height:30px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.legal-modal-close:hover{background:#ff50508c}.legal-modal-scroll-hint{font-size:.78rem;color:#6b7280;background:#fef9c3;padding:7px 22px;border-bottom:1px solid #fde68a;flex-shrink:0;display:none}.legal-modal-scroll-hint.visible{display:block}.legal-modal-body{padding:22px 26px 28px;overflow-y:auto;flex:1;font-size:.88rem;color:#374151;line-height:1.75}.legal-modal-body h3{font-size:.95rem;font-weight:700;color:#1a237e;margin:1.4em 0 .4em;border-bottom:1px solid #e8eaf6;padding-bottom:.3em}.legal-modal-body h3:first-child{margin-top:0}.legal-modal-body p{margin:.4em 0 .9em}.legal-modal-body ul{padding-left:1.3em;margin:.3em 0 .9em}.legal-modal-body ul li{margin-bottom:.35em}.legal-modal-foot{padding:14px 22px;border-top:1px solid #e8eaf6;display:flex;justify-content:flex-end;gap:10px;flex-shrink:0;background:#f9fafb}.legal-accept-btn{background:linear-gradient(135deg,#1a237e,#3949ab);color:#fff;border:none;border-radius:8px;padding:9px 22px;font-size:.88rem;font-weight:700;cursor:pointer;transition:opacity .2s}.legal-accept-btn:hover{opacity:.88}.legal-accept-btn:disabled{opacity:.5;cursor:not-allowed}.legal-close-btn{background:#fff;color:#374151;border:1.5px solid #d1d5db;border-radius:8px;padding:9px 18px;font-size:.88rem;font-weight:600;cursor:pointer;transition:border-color .2s}.legal-close-btn:hover{border-color:#9ca3af}.header-user-pill{display:none;align-items:center;gap:10px;background:#ffffff1f;border-radius:24px;padding:6px 14px 6px 10px}.header-user-pill.visible{display:flex}.user-avatar{width:32px;height:32px;border-radius:50%;background:#f39c12;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;color:#fff}.user-nom{font-size:13px;color:#fff;font-weight:600}.user-role{font-size:11px;color:#ffffffa6}.btn-logout{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 12px;border-radius:16px;font-size:12px;cursor:pointer;transition:background .2s;margin-left:6px}.btn-logout:hover{background:#ff505080}.reset-success-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);z-index:8888;background:#2e7d32;color:#fff;padding:14px 24px;border-radius:10px;font-size:14px;box-shadow:0 4px 18px #0000004d;display:none;text-align:center;white-space:nowrap}.reset-success-toast.visible{display:block}body{background:radial-gradient(circle at top left,rgba(40,93,150,.22),transparent 26%),radial-gradient(circle at 85% 10%,rgba(243,156,18,.2),transparent 20%),linear-gradient(180deg,#eef3f9,#f7f9fc 54%,#edf2f8);color:#132238}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(15,36,64,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(15,36,64,.03) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;opacity:.3}.header{position:relative;overflow:hidden;isolation:isolate;height:88px;margin:18px 18px 0;border:1px solid rgba(15,36,64,.08);border-bottom:none;border-radius:28px;background:linear-gradient(135deg,#0e243ff0,#1c3d66eb);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 60px #0f24402e}.header:after{content:"";position:absolute;right:-70px;bottom:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(243,156,18,.38),transparent 68%);pointer-events:none}.main{padding:22px 24px 28px;align-items:flex-start}.dashboard-shell{width:100%;max-width:1600px;display:flex;flex-direction:column;gap:18px}.dashboard-monetization-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;border-radius:24px;border:1px solid rgba(15,36,64,.08);background:linear-gradient(135deg,#fffffff0,#f1f5f9f5);box-shadow:0 18px 40px #0f244014}.dashboard-monetization-banner[hidden]{display:none}.dashboard-monetization-banner[data-state=trial-active]{border-color:#2563eb33;background:linear-gradient(135deg,#eff6fff5,#fffffff0)}.dashboard-monetization-banner[data-state=trial-ending]{border-color:#f59e0b59;background:linear-gradient(135deg,#fff7edfa,#fffffff0)}.dashboard-monetization-banner[data-state=expired]{border-color:#dc26263d;background:linear-gradient(135deg,#fef2f2fa,#fffffff0)}.dashboard-monetization-banner[data-state=past-due],.dashboard-monetization-banner[data-state=suspended]{border-color:#dc262661;background:linear-gradient(135deg,#fef2f2fc,#fffffff5)}.dashboard-monetization-banner[data-state=gold-ending]{border-color:#ca8a0461;background:linear-gradient(135deg,#fefce8fa,#fffffff5)}.dashboard-monetization-copy{display:flex;flex-direction:column;gap:.35rem;min-width:0}.dashboard-monetization-eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.dashboard-monetization-title{margin:0;font-size:1.15rem;color:#0f172a}.dashboard-monetization-message{margin:0;color:#475569;line-height:1.55}.dashboard-monetization-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.2rem}.dashboard-monetization-pill{display:inline-flex;align-items:center;min-height:32px;padding:.35rem .75rem;border-radius:999px;background:#0f24400f;color:#334155;font-size:.78rem;font-weight:700}.dashboard-monetization-cta{display:inline-flex;align-items:center;justify-content:center;min-width:200px;min-height:48px;padding:.8rem 1.1rem;border-radius:16px;background:linear-gradient(135deg,#1a237e,#3949ab);color:#fff;font-weight:800;box-shadow:0 14px 28px #2563eb2e}.dashboard-monetization-banner[data-state=trial-ending] .dashboard-monetization-cta{background:linear-gradient(135deg,#d97706,#f59e0b)}.dashboard-monetization-banner[data-state=expired] .dashboard-monetization-cta,.dashboard-monetization-banner[data-state=past-due] .dashboard-monetization-cta,.dashboard-monetization-banner[data-state=suspended] .dashboard-monetization-cta{background:linear-gradient(135deg,#b91c1c,#dc2626)}.dashboard-monetization-banner[data-state=gold-ending] .dashboard-monetization-cta{background:linear-gradient(135deg,#a16207,#ca8a04)}.dashboard-subscription-limited .apps-grid{opacity:.92}.dashboard-subscription-limited .app-tile:after{content:"Paiement requis";position:absolute;top:14px;right:14px;padding:.22rem .55rem;border-radius:999px;background:#dc26261f;color:#b91c1c;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.apps-grid{display:flex;flex-direction:column;gap:18px;max-width:none;align-content:start}.package-section{display:flex;flex-direction:column;gap:14px;padding:20px;border:1px solid rgba(15,36,64,.08);border-radius:28px;background:#ffffffb8;box-shadow:0 18px 40px #0f24400f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.package-section.package-section-locked{border-style:dashed;background:#f8fafce6}.package-section.package-section-current{border-color:#2563eb3d;background:linear-gradient(135deg,#e8f2fff0,#fffffff0);box-shadow:0 22px 48px #2563eb1f}.package-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.package-section-eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:.22rem .65rem;border-radius:999px;background:#2563eb14;color:#1d4ed8;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.package-section-title{margin:.55rem 0 .3rem;color:#0f172a;font-size:1.22rem}.package-section-copy{margin:0;color:#64748b;line-height:1.55;max-width:72ch}.package-upgrade-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.78rem 1rem;border-radius:16px;background:linear-gradient(135deg,#17385f,#285d96);color:#fff;font-weight:800;box-shadow:0 14px 26px #17385f2e;white-space:nowrap}.package-section-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.68rem .95rem;border-radius:999px;background:linear-gradient(135deg,#17385f,#285d96);color:#fff;font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 14px 26px #17385f2e}.package-section-empty{padding:1rem 1.15rem;border:1px dashed rgba(148,163,184,.55);border-radius:18px;background:#f8fafce0;color:#64748b;line-height:1.6;font-weight:600}.package-section-grid,.gold-dashboard-group-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.gold-dashboard-grid{display:flex;flex-direction:column;gap:22px}.gold-dashboard-group{display:flex;flex-direction:column;gap:14px;padding:22px;border:1px solid rgba(15,36,64,.08);border-radius:24px;background:linear-gradient(180deg,#fffffff5,#f4f8ffeb);box-shadow:0 20px 45px #0f244014}.gold-dashboard-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.gold-dashboard-group-title{margin:0;font-size:1.05rem;font-weight:900;color:#17385f}.gold-dashboard-group-copy{margin:.35rem 0 0;color:#64748b;line-height:1.55}.package-section-locked .app-tile{border-style:dashed}.app-tile{width:auto;min-height:168px;align-items:flex-start;justify-content:flex-start;padding:18px;border:1px solid rgba(15,36,64,.08);border-radius:24px;background:#ffffffd1;box-shadow:0 20px 45px #0f244014;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.app-tile:before{content:"";position:absolute;inset:-30% auto auto 55%;width:120px;height:120px;border-radius:32px;background:radial-gradient(circle,rgba(255,255,255,.38),transparent 68%);opacity:.8;pointer-events:none}.app-tile:hover{background:#ffffffeb;transform:translateY(-4px);box-shadow:0 24px 52px #0f244024}.package-section-grid .app-name{width:100%;overflow-wrap:anywhere;word-break:break-word}.app-tile.app-tile-locked{opacity:.72;cursor:pointer;border-style:dashed;filter:grayscale(.18)}.app-package-lock-label{position:absolute;top:14px;right:14px;max-width:calc(100% - 28px);padding:.22rem .55rem;border-radius:999px;background:#facc152e;color:#854d0e;font-size:.72rem;font-weight:800;line-height:1.25;text-align:right}.upgrade-tiles-banner{grid-column:1 / -1;margin:.35rem 0 -.35rem;padding:1rem 1.15rem;border-radius:18px;border:1px solid rgba(250,204,21,.45);background:linear-gradient(135deg,#facc1529,#ffffffeb);color:#854d0e;font-weight:700;box-shadow:0 10px 22px #facc151f}.upgrade-required-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a75;z-index:12000}.upgrade-required-modal.visible{display:flex}.upgrade-required-dialog{width:min(100%,460px);padding:1.4rem;border-radius:22px;background:#fff;box-shadow:0 30px 60px #0f172a38}.upgrade-required-dialog h3{margin:0 0 .65rem;color:#0f172a;font-size:1.15rem}.upgrade-required-dialog p{margin:0;color:#475569;line-height:1.6}.upgrade-required-actions{display:flex;gap:.8rem;margin-top:1.2rem}.upgrade-required-primary,.upgrade-required-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.75rem 1rem;border-radius:14px;font-weight:700;text-decoration:none;border:none;cursor:pointer}.upgrade-required-primary{flex:1;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff}.upgrade-required-secondary{background:#f8fafc;color:#334155}.app-icon{width:74px;height:74px;border-radius:24px;font-size:32px;box-shadow:0 18px 28px #0f24402e}.app-name{font-size:15px;font-weight:800;text-align:left;margin-top:2px;max-width:16ch}.auth-overlay{background:radial-gradient(circle at top left,rgba(40,93,150,.28),transparent 28%),radial-gradient(circle at top right,rgba(243,156,18,.24),transparent 24%),linear-gradient(135deg,#0f2440,#17385f 45%,#244b79)}.auth-card{width:min(560px,96vw);padding:36px 38px 32px;border:1px solid rgba(15,36,64,.08);border-radius:30px;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shell-auth-card-elev-premium)}.auth-logo-row{margin-bottom:24px}.auth-logo-row .logo-img{width:124px;margin-bottom:8px}.auth-logo-row h2{font-size:16px;letter-spacing:.04em;color:#11233b}.auth-tabs{padding:6px;background:#eff4fb;border:1px solid rgba(15,36,64,.08);border-radius:18px;gap:6px;border-bottom:none}.auth-tab{position:relative;border-radius:14px;margin-bottom:0;font-size:12px;padding:11px 8px 12px}.auth-tab.active{background:#fff;color:#17385f;border-bottom-color:transparent;box-shadow:0 10px 22px #0f244014}.auth-tab:focus-visible{outline:none;z-index:1;box-shadow:var(--shell-auth-focus-ring-premium),0 0 0 1px #ffffff59 inset}.auth-field input,.auth-field select{min-height:48px;border-radius:14px;border:1px solid rgba(15,36,64,.12);background:#f9fbfe;box-shadow:inset 0 1px #ffffffb3}.auth-field input:focus,.auth-field input:focus-visible,.auth-field select:focus,.auth-field select:focus-visible{border-color:#285d96;outline:none;box-shadow:var(--shell-auth-focus-ring-premium),inset 0 1px #ffffffb3}.auth-btn,.auth-btn-secondary,.comp-logo-btn,.legal-accept-btn,.legal-close-btn,.btn-logout{min-height:46px;border-radius:14px;font-weight:700}.auth-btn,.legal-accept-btn{background:linear-gradient(135deg,#17385f,#285d96);box-shadow:0 16px 28px #17385f33}.auth-btn-secondary,.legal-close-btn,.comp-logo-btn{background:#fff;border:1px solid rgba(15,36,64,.12);color:#17385f}.auth-btn:focus-visible,.legal-accept-btn:focus-visible{outline:none;box-shadow:var(--shell-auth-focus-ring-premium),0 16px 28px #17385f33}.auth-btn-secondary:focus-visible,.legal-close-btn:focus-visible,.comp-logo-btn:focus-visible{outline:none;box-shadow:var(--shell-auth-focus-ring-premium)}.btn-logout:focus-visible{outline:none;box-shadow:var(--shell-header-focus-ring)}.legal-check-row{border-radius:16px;background:#f7f9fc;border:1px solid rgba(15,36,64,.08)}.header-user-pill{border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff1a;padding:8px 10px 8px 8px}.btn-logout{padding:0 14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2)}.dan-header-icon{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:40px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff1a;color:#fff;font:inherit;font-size:.78rem;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:background .2s,border-color .2s,box-shadow .15s}.dan-header-icon:hover{background:#ffffff29;border-color:#ffffff61}.dan-header-icon:focus-visible{outline:none;box-shadow:var(--shell-header-focus-ring)}.dan-header-icon span:last-child{max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1023px){.header{margin:14px 14px 0;padding:0 18px}.main{min-height:calc(100vh - 108px);padding-left:18px;padding-right:18px}.dashboard-monetization-banner{flex-direction:column;align-items:flex-start}.dashboard-monetization-cta{width:100%;min-width:0}.package-section-head{flex-direction:column}.package-upgrade-btn{width:100%}.apps-grid{gap:16px}.dashboard-scroll-down{right:18px;bottom:18px}}@media(max-width:600px){.header{height:auto;padding:18px;flex-wrap:wrap}.header-right{width:100%;justify-content:space-between;flex-wrap:wrap}.main{min-height:calc(100vh - 124px);padding:16px 14px 88px}.apps-grid{gap:14px}.package-section-grid,.gold-dashboard-group-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.gold-dashboard-group{padding:16px}.app-tile{min-height:132px;padding:12px 10px;border-radius:18px;gap:8px}.app-icon{width:58px;height:58px;border-radius:16px;font-size:26px}.app-name{font-size:12px;line-height:1.2}.dashboard-scroll-down{right:14px;bottom:14px;width:48px;height:48px}.auth-card{padding:28px 22px 24px;border-radius:24px}.auth-row{flex-direction:column;gap:0}}.inactivity-toast{position:fixed;bottom:28px;right:28px;z-index:8888;background:#e53935;color:#fff;padding:14px 20px;border-radius:10px;font-size:14px;box-shadow:0 4px 18px #0000004d;display:none;max-width:320px}.inactivity-toast.visible{display:block}.comp-logo-zone{display:flex;align-items:center;gap:14px;background:#f8f9ff;border:2px dashed #667eea;border-radius:10px;padding:12px 14px;margin-bottom:14px}.comp-logo-preview{flex-shrink:0;width:68px;height:68px;border-radius:10px;border:2px solid #e1e5e9;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:28px}.comp-logo-preview img{max-width:100%;max-height:100%;object-fit:contain;display:none}.comp-logo-info{flex:1;min-width:0}.comp-logo-info h5{font-size:11px;font-weight:700;color:#455a64;margin:0 0 2px;text-transform:uppercase;letter-spacing:.4px}.comp-logo-info p{font-size:10px;color:#90a4ae;margin:0 0 7px}.comp-logo-actions{display:flex;gap:7px;flex-wrap:wrap}.comp-logo-btn{padding:5px 10px;border:1px solid #667eea;border-radius:6px;background:#fff;color:#667eea;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s}.comp-logo-btn:hover{background:#667eea;color:#fff}.comp-logo-btn-del{border-color:#ef5350;color:#ef5350;display:none}.comp-logo-btn-del:hover{background:#ef5350;color:#fff}.comp-section-title{font-size:10px;font-weight:700;color:#667eea;text-transform:uppercase;letter-spacing:.6px;margin:16px 0 8px;padding-bottom:5px;border-bottom:2px solid #e8eef7}.auth-form[hidden],#step-otp[hidden],.auth-message[hidden],.auth-error[hidden]{display:none!important}.auth-kicker{margin:0 0 4px;color:#64748b;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-logo-row h1{margin:0;font-size:24px}.auth-form{display:grid;gap:16px}.auth-link,.auth-back,.auth-switch button{border:0;background:none;color:#1d4ed8;cursor:pointer;font:inherit;padding:0}.auth-link,.auth-back{justify-self:start}.auth-switch{margin:2px 0 0;color:#475569;text-align:center}.auth-switch button{font-weight:700}.auth-message{margin:0 0 16px;padding:12px 14px;border:1px solid #86efac;border-radius:9px;background:#f0fdf4;color:#166534}.auth-help{margin:0;color:#475569;line-height:1.5}.auth-field-help{margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.45}.auth-field-error{margin:6px 0 0;color:#b42318;font-size:12px;font-weight:700;line-height:1.45}.dashboard-monetization-cta[hidden],.auth-field-error[hidden]{display:none!important}.auth-field input[aria-invalid=true]{border-color:#d92d20;box-shadow:0 0 0 3px #d92d201f}.pwd-eye{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#1d4ed8;cursor:pointer;font-size:12px;font-weight:700}.pwd-wrapper input{padding-right:76px}.legal-consents{display:grid;gap:12px;margin:0;padding:16px;border:1px solid rgba(15,36,64,.12);border-radius:16px;background:#f7f9fc}.legal-consents legend{padding:0 6px;color:#17385f;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.legal-consents>p{margin:0;color:#56667a;font-size:12px;line-height:1.5}.legal-consent-row{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start}.legal-consent-row input{width:18px;height:18px;margin:2px 0 0;accent-color:#285d96}.legal-consent-row label{color:#34465a;font-size:13px;line-height:1.55}.legal-consent-row a{color:#1d4ed8;font-weight:700;text-decoration:underline;text-underline-offset:2px}.legal-consent-row small{display:inline-block;margin-left:4px;color:#64748b;font-size:11px;white-space:nowrap}.legal-consent-row .auth-field-error{grid-column:2}.legal-consent-row input[aria-invalid=true]{outline:2px solid #d92d20;outline-offset:2px}.registration-path[hidden],.organization-search-results[hidden]{display:none!important}.registration-path{padding:14px;border:1px solid #dbe5ef;border-radius:12px;background:#f8fafc}.registration-or{margin:-2px 0 12px;color:#64748b;text-align:center;font-size:12px;font-weight:700;text-transform:uppercase}.organization-search-results{margin-top:6px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a1f;overflow:hidden}.organization-search-result{width:100%;border:0;border-bottom:1px solid #e2e8f0;padding:10px 12px;background:#fff;color:#0f172a;text-align:left;cursor:pointer}.organization-search-result:last-child{border-bottom:0}.organization-search-result:hover,.organization-search-result:focus-visible{background:#eff6ff;outline:2px solid #2563eb;outline-offset:-2px}.auth-card{position:relative}@media(max-width:520px){.dan-language-selector--auth{position:static;justify-self:end;margin:-4px 0 4px}}
