:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18343f;background:#edf2f3;font-synthesis:none;text-rendering:optimizeLegibility;--secure-navy: #102f42;--secure-navy-2: #173f55;--secure-teal: #087e78;--secure-teal-dark: #056660;--secure-line: #d5e0e2;--secure-muted: #657b84;--secure-bg: #edf2f3;--secure-white: #fff;--secure-danger: #b94848}*{box-sizing:border-box}html{min-width:320px;background:var(--secure-bg)}body{min-width:320px;min-height:100vh;margin:0;background:var(--secure-bg)}button,input{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible{outline:3px solid rgba(8,126,120,.25);outline-offset:2px}button{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}button:active:not(:disabled){transform:translateY(1px)}.secure-icon{width:20px;height:20px;flex:0 0 auto}.secure-eyebrow{display:block;margin-bottom:8px;color:var(--secure-teal);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.secure-eyebrow.light{color:#91d8d3}.secure-brand{display:inline-flex;align-items:center;gap:11px;color:var(--secure-navy)}.secure-brand>span{width:38px;height:42px;display:grid;place-items:center;color:var(--secure-teal)}.secure-brand svg{width:30px;height:36px}.secure-brand strong,.secure-brand small{display:block}.secure-brand strong{font-family:Archivo,Inter,sans-serif;font-size:15px;font-weight:800;letter-spacing:-.02em}.secure-brand small{margin-top:2px;color:#70858d;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.secure-brand.inverse{color:#fff}.secure-brand.inverse>span{color:#3fc7bd}.secure-brand.inverse small{color:#9db7c2}.secure-auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.02fr) minmax(460px,.98fr);background:#f7f9f9}.secure-auth-story{position:relative;min-height:100vh;padding:clamp(34px,5vw,72px);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;color:#fff;background:var(--secure-navy)}.secure-auth-story:before{content:"";position:absolute;width:520px;height:520px;right:-270px;top:13%;border:1px solid rgba(89,205,197,.17);border-radius:50%;box-shadow:0 0 0 70px #59cdc50b,0 0 0 140px #59cdc508}.secure-auth-story:after{content:"";position:absolute;inset:auto 0 0;height:34%;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(to bottom,transparent,black);mask-image:linear-gradient(to bottom,transparent,black)}.secure-auth-story>*{position:relative;z-index:1}.secure-auth-copy{max-width:650px;margin:auto 0;padding:70px 0}.secure-auth-copy h1{max-width:620px;margin:0;font-family:Archivo,Inter,sans-serif;font-size:clamp(43px,5vw,72px);line-height:.99;letter-spacing:-.055em}.secure-auth-copy p{max-width:580px;margin:25px 0 0;color:#bfd0d7;font-size:clamp(16px,1.5vw,20px);line-height:1.65}.secure-auth-security{max-width:520px;padding:17px 19px;display:flex;align-items:center;gap:14px;border:1px solid rgba(157,218,213,.22);background:#ffffff0e}.secure-auth-security>.secure-icon{width:25px;height:25px;color:#55d2c8}.secure-auth-security strong,.secure-auth-security span{display:block}.secure-auth-security strong{margin-bottom:3px;font-size:13px}.secure-auth-security span{color:#a8bec7;font-size:11px;line-height:1.45}.secure-login-panel{min-height:100vh;padding:32px;display:grid;place-items:center}.secure-login-card{width:min(440px,100%)}.secure-mobile-brand{display:none}.secure-login-card h2{margin:0;color:var(--secure-navy);font-family:Archivo,Inter,sans-serif;font-size:clamp(32px,4vw,44px);letter-spacing:-.045em}.secure-login-card>p{margin:12px 0 32px;color:var(--secure-muted);font-size:14px;line-height:1.6}.secure-field{margin-top:18px;display:block}.secure-field>span{display:block;margin-bottom:8px;color:#344f59;font-size:12px;font-weight:750}.secure-field>div{min-height:52px;padding:0 15px;display:flex;align-items:center;gap:11px;border:1px solid #cbd9dc;background:#fff;transition:border-color .2s,box-shadow .2s}.secure-field>div:focus-within{border-color:var(--secure-teal);box-shadow:0 0 0 4px #087e7814}.secure-field .secure-icon{width:18px;color:#789097}.secure-field input{min-width:0;flex:1;border:0;outline:0;color:var(--secure-navy);background:transparent;font-size:14px}.secure-field input:disabled{opacity:.65}.secure-primary-button,.secure-secondary-button{min-height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;font-size:12px;font-weight:800}.secure-primary-button{color:#fff;background:var(--secure-teal);box-shadow:0 10px 24px #087e7829}.secure-primary-button:hover:not(:disabled){background:var(--secure-teal-dark)}.secure-primary-button:disabled{cursor:wait;opacity:.7}.secure-login-card>.secure-primary-button{width:100%;margin-top:25px}.secure-secondary-button{color:var(--secure-navy);border:1px solid var(--secure-line);background:#fff}.secure-auth-message{margin:0 0 14px;padding:12px 14px;display:flex;align-items:flex-start;gap:9px;border:1px solid;font-size:12px;line-height:1.5}.secure-auth-message .secure-icon{width:17px;height:17px;margin-top:1px}.secure-auth-message.info{color:#17605d;border-color:#b7dbd8;background:#eef8f7}.secure-auth-message.error{color:#8e3434;border-color:#e3bcbc;background:#fff4f3}.secure-login-foot{margin-top:22px;padding-top:20px;display:flex;align-items:flex-start;gap:9px;border-top:1px solid var(--secure-line);color:#789098;font-size:10px;line-height:1.55}.secure-login-foot .secure-icon{width:16px;height:16px;color:var(--secure-teal)}.secure-shell{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}.secure-sidebar{position:fixed;z-index:20;inset:0 auto 0 0;width:230px;padding:23px 16px 17px;display:flex;flex-direction:column;color:#fff;background:var(--secure-navy)}.secure-sidebar>.secure-brand{margin:0 8px 28px}.secure-sidebar-label{margin:0 10px 9px;color:#7899a7;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.secure-sidebar nav{display:grid;gap:3px;overflow-y:auto;scrollbar-width:thin}.secure-sidebar nav button{min-height:40px;padding:0 11px;display:flex;align-items:center;gap:11px;border:0;border-left:2px solid transparent;color:#a9bdc6;background:transparent;text-align:left}.secure-sidebar nav button:hover{color:#fff;background:#ffffff0b}.secure-sidebar nav button.active{color:#fff;border-left-color:#47c7bd;background:#3cbeb51c}.secure-sidebar nav button .secure-icon{width:17px;height:17px}.secure-sidebar nav button span{min-width:0;flex:1;font-size:10px;font-weight:720}.secure-sidebar nav button small{padding:3px 5px;color:#78d5cf;border:1px solid rgba(120,213,207,.26);font-size:6px;font-weight:850;letter-spacing:.09em}.secure-sidebar-status{margin-top:auto;padding:13px 10px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff09}.secure-sidebar-status>i{width:8px;height:8px;flex:0 0 auto;border:2px solid #123b42;border-radius:50%;background:#42c59d;box-shadow:0 0 0 4px #42c59d1c}.secure-sidebar-status strong,.secure-sidebar-status span{display:block}.secure-sidebar-status strong{font-size:9px}.secure-sidebar-status span{margin-top:2px;color:#809eaa;font-size:7px}.secure-sidebar-user{margin-top:9px;padding:11px 8px 0;display:flex;align-items:center;gap:9px;border-top:1px solid rgba(255,255,255,.08)}.secure-sidebar-user>span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;color:#0e4b4a;background:#78d5cf;font-size:9px;font-weight:850}.secure-sidebar-user div{min-width:0}.secure-sidebar-user strong,.secure-sidebar-user small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.secure-sidebar-user strong{max-width:145px;font-size:8px}.secure-sidebar-user small{margin-top:2px;color:#7996a2;font-size:7px}.secure-main{min-width:0;grid-column:2}.secure-topbar{position:sticky;z-index:15;top:0;min-height:66px;padding:0 clamp(20px,3vw,42px);display:flex;align-items:center;gap:20px;border-bottom:1px solid var(--secure-line);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.secure-back{min-height:36px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;color:#4f6872;border:1px solid var(--secure-line);background:#fff;font-size:10px;font-weight:800}.secure-back:hover{color:var(--secure-teal);border-color:#afd5d2}.secure-back .secure-icon{width:15px}.secure-topbar-brand{display:none}.secure-topbar-title{min-width:150px;margin-right:auto}.secure-topbar-title span,.secure-topbar-title strong{display:block}.secure-topbar-title span{color:#8799a0;font-size:8px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.secure-topbar-title strong{margin-top:2px;color:var(--secure-navy);font-family:Archivo,Inter,sans-serif;font-size:14px}.secure-center-switch{display:flex;align-items:center;gap:4px}.secure-center-switch button{min-height:36px;padding:0 11px;display:flex;align-items:center;gap:7px;border:1px solid transparent;color:#6b8088;background:transparent}.secure-center-switch button b{font-size:9px}.secure-center-switch button span{font-size:8px}.secure-center-switch button.active{color:#075f5b;border-color:#b7dcd8;background:#eaf7f5}.secure-no-center{min-height:36px;padding:0 11px;display:flex;align-items:center;gap:7px;color:#9a5b39;border:1px solid #ead5c4;background:#fff8f1;font-size:9px;font-weight:750}.secure-no-center .secure-icon{width:15px}.secure-signout{min-height:36px;padding:0 12px;display:flex;align-items:center;gap:7px;color:#60757d;border:1px solid var(--secure-line);background:#fff;font-size:9px;font-weight:750}.secure-signout:hover{color:#913e3e;border-color:#e4bcbc}.secure-signout .secure-icon{width:16px}.secure-notifications{position:relative}.secure-notification-trigger{position:relative;width:36px;height:36px;display:grid;place-items:center;color:#587078;border:1px solid var(--secure-line);background:#fff}.secure-notification-trigger:hover{color:var(--secure-teal);border-color:#afd5d2}.secure-notification-trigger .secure-icon{width:17px}.secure-notification-trigger b{position:absolute;min-width:17px;height:17px;padding:0 4px;top:-7px;right:-7px;display:grid;place-items:center;color:#fff;border:2px solid #fff;border-radius:9px;background:#b66d25;font-size:8px;font-variant-numeric:tabular-nums}.secure-notification-panel{position:absolute;z-index:45;width:min(390px,calc(100vw - 28px));max-height:min(620px,calc(100vh - 86px));top:calc(100% + 10px);right:0;overflow:hidden;border:1px solid #c7d6d9;background:#fff;box-shadow:0 22px 55px #0f303e33}.secure-notification-panel>header{min-height:67px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff;background:var(--secure-navy-2)}.secure-notification-panel>header small,.secure-notification-panel>header h2{display:block}.secure-notification-panel>header small{color:#8bcac5;font-size:9px;font-weight:800}.secure-notification-panel>header h2{margin:3px 0 0;font-family:Archivo,Inter,sans-serif;font-size:18px}.secure-notification-panel>header button{min-height:32px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;color:#d4e5e8;border:1px solid rgba(255,255,255,.18);background:transparent;font-size:9px;font-weight:800}.secure-notification-panel>header button .secure-icon{width:13px}.secure-notification-list{max-height:min(540px,calc(100vh - 153px));overflow-y:auto}.secure-notification-list article{padding:13px 15px;border-bottom:1px solid #e2e9eb}.secure-notification-list article:last-child{border-bottom:0}.secure-notification-list article>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.secure-notification-list strong{color:#244956;font-size:11px}.secure-notification-list article>header span{padding:3px 5px;flex:0 0 auto;color:#186b65;background:#eaf6f4;font-size:8px;font-weight:800}.secure-notification-list p{margin:6px 0 8px;color:#5f747c;font-size:11px;line-height:1.5;text-wrap:pretty}.secure-notification-list time{color:#87989e;font-size:9px;font-variant-numeric:tabular-nums}.secure-notification-state{min-height:190px;padding:24px;display:grid;place-items:center;align-content:center;gap:7px;color:#71868d;text-align:center}.secure-notification-state>.secure-icon{width:27px;color:#6e8c94}.secure-notification-state>.secure-spinner{margin:0;border-color:#cee2e0;border-top-color:var(--secure-teal)}.secure-notification-state strong,.secure-notification-state span{display:block;font-size:10px}.secure-notification-state.error{color:#8b413c}.secure-notification-state button{min-height:31px;padding:0 9px;color:inherit;border:1px solid currentColor;background:#fff;font-size:9px;font-weight:800}.secure-content{width:min(1380px,100%);margin:0 auto;padding:clamp(24px,3vw,44px)}.secure-warning{margin-bottom:18px;padding:13px 15px;display:flex;align-items:flex-start;gap:10px;color:#80502d;border:1px solid #ead2bd;background:#fff8f0}.secure-warning .secure-icon{width:18px}.secure-warning strong,.secure-warning span{display:block}.secure-warning strong{margin-bottom:3px;font-size:10px}.secure-warning span{font-size:9px;line-height:1.5}.secure-module-tabs{width:fit-content;margin-bottom:18px;padding:4px;display:flex;gap:3px;border:1px solid var(--secure-line);background:#fff}.secure-module-tabs button{min-height:34px;padding:0 14px;border:0;color:#6b8088;background:transparent;font-size:10px;font-weight:800}.secure-module-tabs button.active{color:#fff;background:var(--secure-teal)}.secure-hero{min-height:225px;padding:clamp(28px,4vw,52px);display:flex;align-items:flex-end;justify-content:space-between;gap:30px;color:#fff;background:var(--secure-navy-2);overflow:hidden;position:relative}.secure-hero:after{content:"";position:absolute;width:280px;height:280px;right:-90px;top:-120px;border:1px solid rgba(96,212,203,.18);border-radius:50%;box-shadow:0 0 0 45px #60d4cb0a,0 0 0 90px #60d4cb06}.secure-hero>*{position:relative;z-index:1}.secure-hero h1{margin:0;font-family:Archivo,Inter,sans-serif;font-size:clamp(32px,4.5vw,56px);letter-spacing:-.05em}.secure-hero p{max-width:660px;margin:13px 0 0;color:#b9ced6;font-size:13px;line-height:1.65}.secure-hero-badge{min-width:205px;padding:14px 16px;display:flex;align-items:center;gap:11px;border:1px solid rgba(126,218,211,.2);background:#ffffff0e}.secure-hero-badge .secure-icon{width:26px;height:26px;color:#55c9c1}.secure-hero-badge strong,.secure-hero-badge span{display:block}.secure-hero-badge strong{margin-bottom:3px;font-size:10px}.secure-hero-badge span{color:#a9c1ca;font-size:8px}.secure-stat-grid{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.secure-stat-grid article{min-height:112px;padding:19px;display:flex;align-items:center;gap:14px;border:1px solid var(--secure-line);background:#fff}.secure-stat-icon{width:39px;height:39px;display:grid;place-items:center;color:#fff}.secure-stat-icon .secure-icon{width:19px}.secure-stat-icon.teal{background:#0b807a}.secure-stat-icon.blue{background:#386d8d}.secure-stat-icon.amber{background:#b47b29}.secure-stat-icon.green{background:#3b8668}.secure-stat-grid small,.secure-stat-grid strong,.secure-stat-grid div>span{display:block}.secure-stat-grid small{color:#789098;font-size:8px;font-weight:750;text-transform:uppercase}.secure-stat-grid strong{margin:4px 0 1px;color:var(--secure-navy);font-family:Archivo,Inter,sans-serif;font-size:22px}.secure-stat-grid div>span{color:#85969c;font-size:7px}.secure-empty-access{margin-top:12px;padding:17px 20px;display:flex;align-items:flex-start;gap:13px;color:#744a2c;border:1px solid #ecd7c6;background:#fff9f3}.secure-empty-access .secure-icon{width:22px}.secure-empty-access strong{display:block;font-size:11px}.secure-empty-access p{margin:4px 0 0;font-size:9px;line-height:1.55}.secure-section-heading{margin:37px 0 14px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.secure-section-heading h2{margin:0;color:var(--secure-navy);font-family:Archivo,Inter,sans-serif;font-size:24px;letter-spacing:-.035em}.secure-section-heading p{margin:7px 0 0;color:var(--secure-muted);font-size:10px}.secure-section-heading button{min-height:36px;padding:0 12px;display:flex;align-items:center;gap:7px;border:1px solid var(--secure-line);color:var(--secure-teal);background:#fff;font-size:9px;font-weight:800}.secure-section-heading button .secure-icon{width:15px}.secure-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.secure-module-grid>button{min-height:93px;padding:17px;display:flex;align-items:center;gap:13px;color:inherit;border:1px solid var(--secure-line);background:#fff;text-align:left}.secure-module-grid>button:hover{border-color:#9ecbc7;transform:translateY(-1px);box-shadow:0 8px 20px #153b460f}.secure-module-grid>button>span{width:39px;height:39px;display:grid;place-items:center;color:var(--secure-teal);background:#eaf6f5}.secure-module-grid>button>span .secure-icon{width:19px}.secure-module-grid>button>div{min-width:0;flex:1}.secure-module-grid strong,.secure-module-grid small{display:block}.secure-module-grid strong{color:var(--secure-navy);font-size:11px}.secure-module-grid small{margin-top:5px;overflow:hidden;color:#81939a;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.secure-module-grid>button>.secure-icon{width:15px;color:#a0afb4}.secure-page-heading{margin-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.secure-page-heading h1{margin:0;color:var(--secure-navy);font-family:Archivo,Inter,sans-serif;font-size:clamp(29px,4vw,44px);letter-spacing:-.045em}.secure-page-heading p{max-width:780px;margin:9px 0 0;color:var(--secure-muted);font-size:11px;line-height:1.6}.secure-heading-shield{min-height:34px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;color:#1c6763;border:1px solid #bfdedb;background:#eff8f7;font-size:8px;font-weight:800;white-space:nowrap}.secure-heading-shield .secure-icon{width:14px}.secure-app-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.secure-app-grid article{min-height:230px;padding:20px;display:flex;flex-direction:column;border:1px solid var(--secure-line);background:#fff}.secure-app-head{display:flex;align-items:center;justify-content:space-between}.secure-app-head>span{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:var(--secure-navy-2);font-size:10px;font-weight:850}.secure-app-head small{padding:4px 7px;font-size:7px;font-weight:850;text-transform:uppercase}.secure-app-head small.public{color:#27684f;background:#e8f5ed}.secure-app-head small.private{color:#72552b;background:#f7f0e3}.secure-app-grid h3{margin:19px 0 8px;color:var(--secure-navy);font-family:Archivo,Inter,sans-serif;font-size:15px}.secure-app-grid p{margin:0 0 20px;color:var(--secure-muted);font-size:9px;line-height:1.55}.secure-app-grid article>button{min-height:35px;margin-top:auto;padding:0 10px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--secure-line);color:var(--secure-teal);background:#fff;font-size:8px;font-weight:800}.secure-app-grid article>button:disabled{color:#9eacad;cursor:not-allowed}.secure-app-grid article>button .secure-icon{width:14px}.secure-protected-state{min-height:450px;padding:clamp(30px,6vw,70px);display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--secure-line);background:#fff;text-align:center}.secure-lock-ring{width:78px;height:78px;display:grid;place-items:center;color:var(--secure-teal);border:1px solid #a9d4d0;border-radius:50%;box-shadow:0 0 0 11px #edf8f7}.secure-lock-ring .secure-icon{width:33px;height:33px}.secure-status-chip{margin-top:29px;padding:6px 9px;color:#1b716c;background:#e9f6f5;font-size:7px;font-weight:850;letter-spacing:.12em}.secure-protected-state h2{margin:14px 0 8px;color:var(--secure-navy);font-family:Archivo,Inter,sans-serif;font-size:25px;letter-spacing:-.035em}.secure-protected-state>p{max-width:670px;margin:0;color:var(--secure-muted);font-size:11px;line-height:1.7}.secure-protected-meta{width:min(700px,100%);margin-top:27px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--secure-line)}.secure-protected-meta>div{min-height:69px;padding:13px;display:grid;place-content:center;border-right:1px solid var(--secure-line)}.secure-protected-meta>div:last-child{border-right:0}.secure-protected-meta small,.secure-protected-meta strong{display:block}.secure-protected-meta small{color:#80949b;font-size:7px;text-transform:uppercase}.secure-protected-meta strong{margin-top:5px;color:var(--secure-navy);font-size:10px}.secure-associated-apps{margin-top:14px;display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.secure-associated-apps span{padding:7px 9px;display:flex;align-items:center;gap:5px;color:#39716e;background:#f0f7f6;font-size:8px;font-weight:700}.secure-associated-apps .secure-icon{width:12px}.secure-admin-card{min-height:130px;padding:24px;display:flex;align-items:center;gap:18px;color:#fff;background:var(--secure-navy-2)}.secure-admin-icon{width:54px;height:54px;display:grid;place-items:center;color:#55c9c1;border:1px solid rgba(102,208,200,.25)}.secure-admin-icon .secure-icon{width:28px;height:28px}.secure-admin-card>div:nth-child(2){flex:1}.secure-admin-card strong{font-family:Archivo,Inter,sans-serif;font-size:17px}.secure-admin-card p{max-width:730px;margin:6px 0 0;color:#b6cad2;font-size:9px;line-height:1.6}.secure-admin-card>span{padding:8px 10px;color:#8fd9d4;border:1px solid rgba(143,217,212,.25);font-size:8px;font-weight:800}.secure-checklist{margin-top:12px;padding:22px;border:1px solid var(--secure-line);background:#fff}.secure-checklist h2{margin:0 0 14px;color:var(--secure-navy);font-family:Archivo,Inter,sans-serif;font-size:15px}.secure-checklist>div{min-height:37px;display:flex;align-items:center;gap:9px;border-top:1px solid #e7edef;color:#546b74;font-size:9px}.secure-checklist>div .secure-icon{width:15px;color:var(--secure-teal)}.secure-empty-card{min-height:150px;padding:25px;grid-column:1/-1;display:grid;place-items:center;align-content:center;border:1px dashed #bdcbce;color:#6e8188;background:#f8fafa;text-align:center}.secure-empty-card .secure-icon{width:25px;color:#80969d}.secure-empty-card strong,.secure-empty-card span{display:block}.secure-empty-card strong{margin-top:9px;color:var(--secure-navy);font-size:11px}.secure-empty-card span{margin-top:5px;font-size:8px}.secure-state-page{min-height:100vh;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--secure-navy);background:#f5f8f8;text-align:center}.secure-state-page>.secure-brand{position:absolute;top:30px;left:30px}.secure-state-page h1{margin:20px 0 7px;font-family:Archivo,Inter,sans-serif;font-size:30px;letter-spacing:-.04em}.secure-state-page p{max-width:540px;margin:0;color:var(--secure-muted);font-size:12px;line-height:1.65}.secure-state-page>small{display:block;margin-top:8px;color:#87979c;font-size:9px}.secure-state-icon{width:62px;height:62px;margin-top:30px;display:grid;place-items:center;border:1px solid;border-radius:50%}.secure-state-icon.danger{color:var(--secure-danger);border-color:#e3b9b9;background:#fff3f2}.secure-state-icon .secure-icon{width:27px;height:27px}.secure-state-actions{margin-top:25px;display:flex;gap:9px}.secure-spinner{width:36px;height:36px;margin-top:40px;border:3px solid #cce0df;border-top-color:var(--secure-teal);border-radius:50%;animation:secure-spin .8s linear infinite}.secure-spinner.small{width:16px;height:16px;margin:0;border-width:2px;border-color:#ffffff59;border-top-color:#fff}@keyframes secure-spin{to{transform:rotate(360deg)}}.secure-mobile-nav,.secure-mobile-menu-backdrop{display:none}.secure-module-loading{min-height:430px;padding:clamp(24px,4vw,50px);display:grid;align-content:start;gap:18px;border:1px solid var(--secure-line);background:#fff}.secure-module-loading-head{display:flex;align-items:center;gap:14px}.secure-module-loading-head>span{width:52px;height:52px;background:#e6f1f1;animation:secure-skeleton 1.1s ease-in-out infinite alternate}.secure-module-loading-head>div{flex:1;display:grid;gap:8px}.secure-module-loading-head i,.secure-module-loading-grid i{display:block;background:#e9f0f1;animation:secure-skeleton 1.1s ease-in-out infinite alternate}.secure-module-loading-head i{width:min(380px,70%);height:14px}.secure-module-loading-head i:last-child{width:min(620px,90%);height:9px}.secure-module-loading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.secure-module-loading-grid i{height:125px}.secure-module-loading>strong{color:#6f858c;font-size:11px;font-weight:700}.secure-module-error{min-height:430px;padding:clamp(30px,6vw,70px);display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #dfc2bd;background:snow;text-align:center}.secure-module-error>span{width:58px;height:58px;display:grid;place-items:center;color:#9a4941;border:1px solid #dfb8b3;background:#fff0ee;font:800 23px/1 Archivo,Inter,sans-serif}.secure-module-error small{margin-top:18px;color:#9a4941;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.secure-module-error h1{margin:6px 0 8px;color:var(--secure-navy);font:800 clamp(26px,4vw,38px)/1.05 Archivo,Inter,sans-serif;letter-spacing:-.04em}.secure-module-error p{max-width:630px;margin:0;color:var(--secure-muted);font-size:12px;line-height:1.65}.secure-module-error>div{margin-top:22px;display:flex;gap:8px}@keyframes secure-skeleton{0%{opacity:.55}to{opacity:1}}@media (max-width: 1050px){.secure-auth-page{grid-template-columns:minmax(350px,.9fr) minmax(420px,1.1fr)}.secure-auth-copy h1{font-size:47px}.secure-stat-grid,.secure-module-grid,.secure-app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.secure-center-switch button span{display:none}}@media (max-width: 760px){body{padding-bottom:calc(69px + env(safe-area-inset-bottom))}.secure-auth-page{display:block;background:#f7f9f9}.secure-auth-story{min-height:265px;padding:24px;justify-content:flex-end}.secure-auth-story>.secure-brand,.secure-auth-security{display:none}.secure-auth-copy{margin:0;padding:20px 0 3px}.secure-auth-copy h1{max-width:500px;font-size:clamp(34px,11vw,50px)}.secure-auth-copy p{margin-top:14px;font-size:13px;line-height:1.5}.secure-login-panel{min-height:auto;padding:31px 20px 44px;display:block}.secure-mobile-brand{margin-bottom:34px;display:block}.secure-login-card{margin:0 auto}.secure-login-card h2{font-size:32px}.secure-shell{display:block}.secure-sidebar{display:none}.secure-main{min-width:0}.secure-topbar{min-height:64px;padding:0 14px;gap:10px}.secure-back{width:38px;padding:0;justify-content:center}.secure-back span{display:none}.secure-topbar-brand{display:block}.secure-topbar-brand .secure-brand div{display:none}.secure-topbar-brand .secure-brand>span{width:28px;height:34px}.secure-topbar-brand .secure-brand svg{width:23px}.secure-topbar-title{display:none}.secure-center-switch{margin-right:auto;overflow-x:auto}.secure-center-switch button{min-width:42px;padding:0 9px}.secure-no-center{padding:0 9px;font-size:8px}.secure-signout{width:38px;padding:0;justify-content:center}.secure-signout span{display:none}.secure-content{padding:18px 14px 25px}.secure-hero{min-height:220px;padding:25px;display:block}.secure-hero h1{font-size:36px}.secure-hero p{font-size:11px}.secure-hero-badge{width:fit-content;min-width:0;margin-top:22px}.secure-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.secure-stat-grid article{min-height:102px;padding:14px;gap:10px}.secure-stat-icon{width:34px;height:34px}.secure-stat-grid strong{font-size:18px}.secure-section-heading{align-items:flex-start}.secure-section-heading button{display:none}.secure-module-grid,.secure-app-grid{grid-template-columns:1fr}.secure-page-heading{display:block}.secure-heading-shield{margin-top:14px}.secure-page-heading h1{font-size:31px}.secure-protected-state{min-height:410px;padding:34px 17px}.secure-protected-meta{grid-template-columns:1fr}.secure-protected-meta>div{min-height:58px;border-right:0;border-bottom:1px solid var(--secure-line)}.secure-protected-meta>div:last-child{border-bottom:0}.secure-admin-card{align-items:flex-start;flex-wrap:wrap}.secure-admin-card>div:nth-child(2){min-width:calc(100% - 75px)}.secure-admin-card>span{margin-left:72px}.secure-mobile-nav{position:fixed;z-index:30;inset:auto 0 0;min-height:calc(68px + env(safe-area-inset-bottom));padding:5px 6px calc(5px + env(safe-area-inset-bottom));display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:3px;border-top:1px solid var(--secure-line);background:#fffffffa;box-shadow:0 -6px 20px #102f4212}.secure-mobile-nav button{min-width:0;min-height:57px;padding:5px 3px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;color:#667c84;background:transparent}.secure-mobile-nav button.active{color:var(--secure-teal);background:#e9f6f5}.secure-mobile-nav .secure-icon{width:19px;height:19px}.secure-mobile-nav span{max-width:100%;overflow:hidden;font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.secure-mobile-menu-backdrop{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;background:#09222e85;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.secure-mobile-menu{width:100%;max-height:min(76vh,650px);overflow:hidden;border-top:1px solid #bcd0d3;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 -20px 50px #0c2b3833}.secure-mobile-menu>header{min-height:78px;padding:15px 17px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:var(--secure-navy-2)}.secure-mobile-menu>header small{color:#84c9c4;font-size:9px;font-weight:800}.secure-mobile-menu>header h2{margin:4px 0 0;font:800 20px/1 Archivo,Inter,sans-serif}.secure-mobile-menu>header button{width:38px;height:38px;display:grid;place-items:center;color:#d7e5e8;border:1px solid rgba(255,255,255,.2);background:transparent}.secure-mobile-menu>header .secure-icon{width:18px}.secure-mobile-menu>div{max-height:calc(min(76vh,650px) - 78px);padding:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;overflow-y:auto}.secure-mobile-menu>div>button{min-height:68px;padding:10px;display:grid;grid-template-columns:34px 1fr 15px;align-items:center;gap:9px;color:#536b74;border:1px solid #dce6e8;background:#f8fafa;text-align:left}.secure-mobile-menu>div>button.active{color:#0b6f69;border-color:#aed5d1;background:#edf8f6}.secure-mobile-menu>div>button>span{width:34px;height:34px;display:grid;place-items:center;color:var(--secure-teal);background:#e5f3f1}.secure-mobile-menu>div>button>span .secure-icon{width:17px}.secure-mobile-menu>div>button>div{min-width:0}.secure-mobile-menu strong,.secure-mobile-menu small{display:block}.secure-mobile-menu strong{font-size:11px}.secure-mobile-menu small{margin-top:3px;color:#809198;font-size:9px}.secure-mobile-menu>div>button>.secure-icon{width:13px;color:#91a2a7}.secure-notification-panel{position:fixed;width:auto;max-height:calc(100dvh - 84px);inset:68px 10px auto}.secure-notification-list{max-height:calc(100dvh - 151px)}.secure-module-loading-grid{grid-template-columns:1fr}.secure-module-loading-grid i{height:88px}.secure-module-error>div{width:100%;flex-direction:column}.secure-module-error>div button{width:100%}}@media (max-width: 420px){.secure-stat-grid{grid-template-columns:1fr 1fr}.secure-stat-grid article{display:block}.secure-stat-icon{margin-bottom:9px}.secure-auth-story{min-height:245px}.secure-auth-copy h1{font-size:34px}.secure-content{padding-inline:10px}.secure-hero{padding:22px}.secure-hero h1{font-size:32px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.secure-brand small,.secure-sidebar-status span,.secure-sidebar-user small,.secure-topbar-title span,.secure-stat-grid div>span,.secure-app-head small,.secure-status-chip,.secure-protected-meta small{font-size:10px}.secure-sidebar-label,.secure-sidebar nav button small,.secure-sidebar-user strong,.secure-center-switch button b,.secure-center-switch button span,.secure-signout,.secure-heading-shield,.secure-module-grid small,.secure-app-grid article>button,.secure-associated-apps span,.secure-admin-card>span,.secure-empty-card span,.secure-mobile-nav span{font-size:11px}.secure-sidebar nav button span,.secure-sidebar-status strong,.secure-stat-grid small,.secure-section-heading p,.secure-module-grid strong,.secure-warning span,.secure-admin-card p,.secure-checklist>div{font-size:12px}.secure-page-heading p,.secure-app-grid p,.secure-protected-state>p{font-size:13px}.hub-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px;background:#07142194;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hub-dialog{width:min(440px,100%);display:grid;grid-template-columns:auto 1fr;gap:16px;padding:24px;border:1px solid rgba(18,66,80,.12);border-radius:20px;background:#fff;box-shadow:0 28px 80px #07182647}.hub-dialog-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#075968;background:#dcf5f2;font-size:20px;font-weight:800}.hub-dialog-mark.danger{color:#a33131;background:#fde8e8}.hub-dialog-copy h2{margin:0 0 7px;color:#102f3d;font-size:19px}.hub-dialog-copy p{margin:0;color:#526d78;font-size:14px;line-height:1.55;white-space:pre-line}.hub-dialog-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.hub-dialog-actions button{min-height:44px;padding:0 17px;border-radius:11px;border:1px solid #ccd9de;font:inherit;font-weight:750;cursor:pointer}.hub-dialog-cancel{color:#345560;background:#fff}.hub-dialog-confirm{color:#fff;border-color:#087d86!important;background:#087d86}.hub-dialog-confirm.danger{border-color:#bd4040!important;background:#bd4040}.hub-dialog-actions button:focus-visible{outline:3px solid rgba(10,126,137,.25);outline-offset:2px}@media (max-width: 600px){.hub-dialog-backdrop{align-items:end;padding:12px}.hub-dialog{grid-template-columns:auto 1fr;padding:20px;border-radius:18px}.hub-dialog-actions{display:grid;grid-template-columns:1fr 1fr}.hub-dialog-actions button:only-child{grid-column:1 / -1}}
