:root{--mint: #d8ebe3;--mint-deep: #7aa892;--mint-ink: #3d6b58;--page: #eef5f1;--ink: #2c3340;--muted: #8a93a0;--accent: #7aa892;--accent-hover: #5f8f78;--btn: #2b3444;--btn-hover: #1e2530;--danger: #c43c2c;--card: #ffffff;--stroke: #e4e8ee;--shadow: 0 24px 60px rgba(43, 52, 68, .1);font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:var(--page);min-height:100%}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;height:100%}body{margin:0;min-height:100vh;min-height:100dvh}h1,h2,h3{font-family:"Instrument Serif",Georgia,serif;font-weight:400;letter-spacing:.01em;margin:0 0 .4rem;color:var(--ink)}h1{font-size:clamp(2rem,4vw,2.8rem)}a{color:var(--mint-ink);text-decoration:none}a:hover{color:#2f5646;text-decoration:underline}.auth-page{min-height:100vh;min-height:100dvh;width:100%;margin:0;padding:0;display:block}.auth-shell{width:100%;min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;background:var(--card);border-radius:0;overflow:hidden;box-shadow:none;animation:rise .5s ease both}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.auth-hero{background:var(--mint);padding:3rem 2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.25rem;min-height:100%}.auth-hero-carousel{display:flex;flex-direction:column;align-items:center;gap:1.1rem;width:100%}.auth-hero-stage{width:100%;min-height:220px;display:flex;align-items:center;justify-content:center;animation:auth-fade-in .55s ease}.auth-hero-illust{width:min(340px,92%);height:auto;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.auth-hero-float{animation:auth-float 4.5s ease-in-out infinite}.auth-hero-orbit-a{animation:auth-bob 3.6s ease-in-out infinite;transform-origin:61px 125px;transform-box:fill-box}.auth-hero-orbit-b{animation:auth-bob 3.6s ease-in-out infinite .6s;transform-origin:259px 125px;transform-box:fill-box}.auth-hero-beam{animation:auth-dash 1.4s linear infinite}.auth-hero-beam-delay{animation-delay:.35s}.auth-hero-spark{animation:auth-twinkle 2.4s ease-in-out infinite}.auth-hero-spark-delay{animation-delay:.8s}.auth-hero-apps{display:flex;align-items:center;justify-content:center;gap:.85rem}.auth-hero-apps img{width:78px;height:78px;border-radius:18px;object-fit:contain;background:#fff;box-shadow:0 10px 28px #3d6b582e}.auth-hero-apps-link{width:36px;height:3px;border-radius:999px;background:#7aa892;position:relative;animation:auth-pulse 1.8s ease-in-out infinite}.auth-hero-apps-link:before,.auth-hero-apps-link:after{content:"";position:absolute;top:50%;width:8px;height:8px;border-radius:50%;background:#7aa892;transform:translateY(-50%)}.auth-hero-apps-link:before{left:-2px}.auth-hero-apps-link:after{right:-2px}.auth-hero-secure{width:min(220px,70%)}.auth-hero-secure svg{width:100%;height:auto;display:block}.auth-hero-title,.auth-hero h2{font-family:DM Sans,system-ui,sans-serif;font-size:1.35rem;font-weight:600;margin:0;color:#2f3a45}.auth-hero-body,.auth-hero p{margin:0;color:#5d6b76;font-size:.95rem;line-height:1.5;max-width:16rem}@keyframes auth-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes auth-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes auth-dash{to{stroke-dashoffset:-22}}@keyframes auth-twinkle{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.08)}}@keyframes auth-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-pulse{0%,to{opacity:.45;transform:scaleX(.85)}50%{opacity:1;transform:scaleX(1)}}.auth-dots{display:flex;gap:.45rem;margin-top:.5rem;align-items:center;justify-content:center}.auth-dots span,.auth-dots .auth-dot{width:8px;height:8px;border-radius:999px;background:#3d6b5840;border:none;padding:0;cursor:pointer;display:inline-block;min-width:8px}.auth-dots span.is-active,.auth-dots .auth-dot.is-active{background:var(--mint-deep);width:18px}.auth-panel{padding:clamp(2rem,6vw,4rem) clamp(1.75rem,6vw,5rem);display:flex;flex-direction:column;justify-content:center;min-height:100%;max-width:520px;width:100%;margin:0 auto}.auth-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.75rem}.auth-brand-name{font-family:"Instrument Serif",Georgia,serif;font-size:1.55rem;color:var(--ink);letter-spacing:.02em}.auth-welcome{text-align:center;color:var(--muted);font-family:DM Sans,system-ui,sans-serif;font-size:1.05rem;margin:0 0 1.75rem;font-weight:400}.auth-panel form{display:grid;gap:1.35rem;margin:0}.field{display:grid;gap:.45rem}.field label{font-size:.82rem;color:var(--muted)}.field input{border:none;border-bottom:1px solid #d5dbe3;border-radius:0;background:transparent;padding:.55rem 0;font:inherit;font-size:1rem;color:var(--ink)}.field input:focus{outline:none;border-bottom-color:var(--mint-deep)}.auth-actions{display:grid;gap:.75rem;margin-top:.5rem}.btn-primary{width:100%;border:none;border-radius:999px;background:var(--btn);color:#fff;font:inherit;font-weight:600;padding:.9rem 1.2rem;cursor:pointer;text-decoration:none;text-align:center;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover:not(:disabled){background:var(--btn-hover)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-link{background:none;border:none;color:var(--mint-ink);font:inherit;font-size:.88rem;cursor:pointer;padding:.35rem;text-align:center}.btn-link:hover{text-decoration:underline}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.85rem;color:var(--muted)}.error{color:var(--danger);margin:0;font-size:.88rem}.hint{color:var(--muted);font-size:.85rem;margin:0 0 .5rem;text-align:center}.lede{color:var(--muted);line-height:1.55;text-align:center}@media(max-width:760px){.auth-shell{grid-template-columns:1fr;min-height:100vh;min-height:100dvh}.auth-hero{padding:2.25rem 1.5rem 1.75rem;min-height:38vh}.auth-hero-illust{width:min(260px,78%)}.auth-hero-apps img{width:56px;height:56px;border-radius:14px}.auth-hero-stage{min-height:160px}.auth-panel{padding:1.75rem 1.5rem 2.5rem;max-width:none}}.shell{max-width:960px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem}.eyebrow{text-transform:none;letter-spacing:.02em;font-size:.95rem;color:var(--muted);margin:0 0 .25rem;font-weight:400}.panel,.login-card{background:var(--card);border:1px solid var(--stroke);border-radius:22px;padding:1.75rem;box-shadow:var(--shadow);animation:rise .55s ease both}.login-card{max-width:420px;margin:8vh auto 0}.auth-apps{display:flex;gap:.75rem;margin:1rem 0 .25rem;justify-content:center}.auth-apps img{width:44px;height:44px;border-radius:10px;object-fit:contain;background:transparent;border:none;padding:0;box-shadow:0 0 0 1px var(--stroke)}form{display:grid;gap:.9rem;margin-top:1.25rem}label{display:grid;gap:.35rem;font-size:.85rem;color:var(--muted)}input{border:1px solid var(--stroke);background:#fff;color:var(--ink);border-radius:10px;padding:.75rem .85rem;font:inherit}input:focus{outline:2px solid rgba(122,168,146,.35);border-color:var(--mint-deep)}button:not(.app-card):not(.auth-dot):not(.dir-page button),.btn,.ghost{font:inherit;cursor:pointer;border-radius:999px;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}button:not(.app-card):not(.ghost):not(.btn-link):not(.btn-primary):not(.auth-dot):not(.dir-page button),.btn{background:var(--btn);color:#fff;font-weight:600;padding:.8rem 1.2rem}button:not(.app-card):not(.ghost):not(.btn-link):not(.btn-primary):not(.auth-dot):not(.dir-page button):hover,.btn:hover{background:var(--btn-hover)}button:disabled{opacity:.55;cursor:not-allowed}.ghost{background:transparent;color:var(--ink);border:1px solid var(--stroke);padding:.55rem 1rem}.ghost:hover{border-color:var(--mint-deep);background:#f4faf7}.meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.25rem 0 1.75rem}.meta dt{color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.meta dd{margin:.2rem 0 0}.app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem;margin-top:1rem}.app-card{display:grid;gap:.35rem;padding:1rem;border-radius:14px;border:1px solid var(--stroke);background:#f8fbf9;color:var(--ink);text-decoration:none;font:inherit;font-weight:600;text-align:left;cursor:pointer;width:100%;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.app-card:hover,.app-card:focus-visible{transform:translateY(-3px);border-color:var(--mint-deep);background:#eef7f2;color:var(--ink);box-shadow:0 8px 24px #7aa89233;outline:none}.app-icon{width:48px;height:48px;border-radius:12px;object-fit:contain;background:transparent;border:none;padding:0;display:block}.app-icon.is-cg{box-shadow:0 0 0 1px var(--stroke)}.app-icon.is-hr{border-radius:10px}.muted{color:var(--muted);font-size:.85rem}.app-icon-settings{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#eef5f1;border:1px solid var(--stroke);font-size:1.4rem;line-height:1}.dir-page{min-height:100vh;min-height:100dvh;width:100%;max-width:none;margin:0;padding:1.25rem 1.5rem 1.5rem;box-sizing:border-box;background:#f3f4f6;display:flex;flex-direction:column;gap:.85rem;font-family:DM Sans,system-ui,sans-serif;color:#1f2937}.dir-page.is-cg{--dir-accent: #c9a227;--dir-accent-ink: #1a1a1a}.dir-page.is-hr{--dir-accent: #2563eb;--dir-accent-ink: #fff}.dir-page.is-merged{--dir-accent: #2b3444;--dir-accent-ink: #fff}.dir-brand-pair{display:flex;align-items:center}.dir-brand-pair img{width:34px;height:34px;border-radius:8px;object-fit:contain;background:#fff;box-shadow:0 0 0 1px #e5e7eb}.dir-brand-pair img+img{margin-left:-8px}.dir-source{height:36px;border:1px solid #e5e7eb;border-radius:6px;padding:0 .5rem;font:inherit;font-size:.8125rem;background:#fff;color:#111827}.dir-flags{display:inline-flex;flex-wrap:wrap;gap:.3rem}.dir-flag{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .45rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;border:1px solid #e5e7eb;background:#f9fafb;color:#374151}.dir-flag img{width:12px;height:12px;border-radius:2px;object-fit:contain}.dir-flag.is-cg{background:#fff8e6;border-color:#f5d67a;color:#8a6a00}.dir-flag.is-hr{background:#eef2ff;border-color:#c7d2fe;color:#1c4ed8}.dir-loading-text{margin:3rem auto;color:#6b7280}.dir-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.dir-brand{display:flex;align-items:center;gap:.75rem}.dir-brand img{width:40px;height:40px;border-radius:10px;object-fit:contain;background:#fff;box-shadow:0 0 0 1px #e5e7eb}.dir-eyebrow{margin:0;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.dir-brand h1{margin:.1rem 0 0;font-family:DM Sans,system-ui,sans-serif;font-size:1.35rem;font-weight:700;color:#111827}.dir-top-actions{display:flex;gap:.5rem}.dir-link{border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:6px;padding:.35rem .7rem;font:inherit;font-weight:500;font-size:.8125rem;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center}.dir-link:hover{border-color:#d1d5db;background:#f9fafb;text-decoration:none;color:#111827}.dir-app-switch{display:flex;align-items:center;gap:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:0 .5rem;height:40px}.dir-app-switch button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;height:100%;margin:0;border:none;border-bottom:2px solid transparent;border-radius:0;background:transparent!important;color:#6b7280!important;font:inherit;font-weight:500;font-size:.8125rem;padding:0 .85rem;cursor:pointer;box-shadow:none!important}.dir-app-switch button img{width:16px;height:16px;border-radius:3px;object-fit:contain}.dir-app-switch button.is-active{color:#111827!important;border-bottom-color:var(--dir-accent);font-weight:600}.dir-app-switch button:hover:not(.is-active){color:#374151!important;background:transparent!important}.dir-tabs{display:flex;align-items:flex-end;gap:0;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:8px 8px 0 0;padding:0 .75rem;margin-bottom:-.85rem;min-height:40px}.dir-tabs button{border:none;border-bottom:2px solid transparent;border-radius:0;background:transparent!important;color:#6b7280!important;font:inherit;font-weight:500;font-size:.8125rem;padding:.55rem .9rem;margin-bottom:-1px;cursor:pointer;box-shadow:none!important}.dir-tabs button.is-active{color:#111827!important;border-bottom-color:var(--dir-accent);font-weight:600}.dir-tabs button:hover:not(.is-active){color:#374151!important;background:transparent!important}.dir-filters{display:grid;grid-template-columns:minmax(0,1fr) 140px auto auto;gap:.5rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:0 0 8px 8px;padding:.75rem .9rem;margin:0}.dir-page.is-merged .dir-filters{grid-template-columns:minmax(0,1fr) 140px 150px auto auto}.dir-filters input[type=search]{width:100%;border:none;border-radius:6px;padding:.45rem .65rem;font:inherit;font-size:.8125rem;background:#f3f4f6;color:#111827;height:36px;box-sizing:border-box;box-shadow:none;outline:none}.dir-filters input[type=search]:focus{outline:none;border:none;box-shadow:none;background:#eef0f2}.dir-filters select{width:100%;max-width:140px;border:1px solid #e5e7eb;border-radius:6px;padding:.45rem .5rem;font:inherit;font-size:.8125rem;background:#fff;color:#111827;height:36px;box-sizing:border-box}.dir-filters select:focus{outline:none;border-color:#d1d5db;box-shadow:none}.dir-filters select.dir-dept{max-height:36px}.dir-dept{position:relative;width:140px;max-width:140px}.dir-dept-trigger{width:100%;height:36px;display:inline-flex;align-items:center;justify-content:space-between;gap:.35rem;border:1px solid #e5e7eb!important;border-radius:6px!important;background:#fff!important;color:#374151!important;font:inherit;font-size:.8125rem;font-weight:500;padding:0 .55rem!important;cursor:pointer;box-shadow:none!important}.dir-dept-trigger span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.dir-dept-caret{flex-shrink:0;color:#9ca3af;font-size:.7rem}.dir-dept-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;margin:0;padding:.25rem;list-style:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0f172a1f;max-height:220px;overflow-y:auto}.dir-dept-menu button{width:100%;border:none!important;border-radius:5px!important;background:transparent!important;color:#374151!important;font:inherit;font-size:.78rem;font-weight:500;text-align:left;padding:.4rem .5rem!important;cursor:pointer;box-shadow:none!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dir-dept-menu button:hover,.dir-dept-menu button.is-active{background:#f3f4f6!important;color:#111827!important}.dir-search-btn{border:none;border-radius:6px;background:var(--dir-accent)!important;color:var(--dir-accent-ink)!important;font:inherit;font-weight:600;font-size:.8125rem;padding:0 .95rem;height:36px;cursor:pointer;white-space:nowrap;width:auto;box-shadow:none!important}.dir-search-btn:disabled,.dir-refresh:disabled{opacity:.55;cursor:not-allowed}.dir-refresh{width:36px;height:36px;border:1px solid #e5e7eb;border-radius:6px;background:#fff!important;color:#374151!important;font-size:1rem;cursor:pointer;padding:0;box-shadow:none!important}.dir-refresh:hover:not(:disabled){background:#f9fafb!important}.dir-error{margin:0;color:#b91c1c;font-weight:600}.dir-table-card{position:relative;flex:1;min-height:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.dir-table-scroll{overflow:auto;flex:1;min-height:280px;max-height:calc(100dvh - 320px)}.dir-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem}.dir-table th,.dir-table td{text-align:left;padding:.85rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.dir-table th{position:sticky;top:0;z-index:1;background:#fafafa;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280}.dir-table tbody tr:hover td{background:#fffbeb}.dir-page.is-hr .dir-table tbody tr:hover td{background:#eff6ff}.dir-name{font-weight:600;color:#111827;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dir-email{color:#374151}.dir-actions-col{width:56px;text-align:center}.dir-edit-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#4b5563;font-size:.95rem;cursor:pointer;box-shadow:none!important}.dir-edit-icon:hover:not(:disabled){border-color:var(--dir-accent, #2b3444);color:var(--dir-accent, #2b3444);background:#f9fafb}.dir-edit-icon:disabled{opacity:.45;cursor:not-allowed}.dir-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:1rem;background:#0f172a73}.dir-modal{width:min(440px,100%);background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 20px 50px #0f172a33;overflow:hidden}.dir-modal-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid #e5e7eb}.dir-modal-head h2{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.dir-modal-close{width:32px;height:32px;margin:0;border:none;border-radius:6px;background:transparent;color:#6b7280;font-size:1.35rem;line-height:1;cursor:pointer;box-shadow:none!important}.dir-modal-close:hover:not(:disabled){background:#f3f4f6;color:#111827}.dir-modal-body{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.dir-modal-body label{display:flex;flex-direction:column;gap:.3rem;font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#6b7280}.dir-modal-body input{height:38px;border:1px solid #e5e7eb;border-radius:8px;padding:0 .7rem;font:inherit;font-size:.875rem;font-weight:500;text-transform:none;letter-spacing:normal;color:#111827;background:#fff}.dir-modal-body input:focus{outline:none;border-color:#9ca3af}.dir-modal-foot{display:flex;justify-content:flex-end;gap:.5rem;padding:.85rem 1rem 1rem;border-top:1px solid #e5e7eb}.dir-email-save,.dir-email-cancel{height:36px;border-radius:8px;padding:0 .9rem;font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer}.dir-email-save{border:none;background:var(--dir-accent, #2b3444);color:var(--dir-accent-ink, #fff)}.dir-email-save:disabled,.dir-email-cancel:disabled{opacity:.55;cursor:not-allowed}.dir-email-cancel{border:1px solid #e5e7eb;background:#fff;color:#374151}.dir-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.84rem;color:#4b5563}.dir-empty{text-align:center;color:#9ca3af;padding:3rem 1rem!important}.dir-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#ffffffb3;font-weight:600;color:#6b7280}.dir-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem 1rem}.dir-count{font-size:.9rem;color:#4b5563;font-weight:600}.dir-pager{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.dir-pager button{min-width:34px;height:34px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font:inherit;font-weight:600;font-size:.85rem;cursor:pointer;padding:0 .45rem}.dir-pager button.is-active{background:var(--dir-accent);border-color:var(--dir-accent);color:var(--dir-accent-ink)}.dir-pager button:disabled{opacity:.4;cursor:not-allowed}.dir-ellipsis{padding:0 .2rem;color:#9ca3af}.dir-limit{margin-left:.35rem;border:1px solid #e5e7eb;border-radius:8px;padding:.4rem .55rem;font:inherit;background:#fff}@media(max-width:860px){.dir-filters{grid-template-columns:1fr}.dir-app-switch{flex-wrap:wrap;height:auto}.dir-table-scroll{max-height:none}.dir-source{width:100%}}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#e8f3ed;color:var(--ink);padding:.15rem .4rem;border-radius:6px}.hub-dashboard-root{min-height:100vh;min-height:100dvh;background:radial-gradient(circle at 50% 0%,#f1f5f9,#f8fafc);color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;flex-direction:column}.hub-navbar{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50;padding:.85rem 1.5rem}.hub-navbar-inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.hub-brand-section{display:flex;align-items:center;gap:.75rem}.hub-brand-logo-icon{width:40px;height:40px;border-radius:10px;background:#0f172a;color:#fbbf24;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0f172a26}.hub-brand-text-group{display:flex;flex-direction:column;line-height:1.15}.hub-brand-title{font-size:1.1rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.hub-brand-subtitle{font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.hub-user-nav{display:flex;align-items:center;gap:1rem}.hub-user-profile-chip{display:flex;align-items:center;gap:.65rem;padding:.35rem .85rem .35rem .45rem;background:#fff;border:1px solid #e2e8f0;border-radius:999px;box-shadow:0 1px 3px #0000000a}.hub-user-avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 1px #fff6}.hub-user-info-text{display:flex;flex-direction:column;line-height:1.15}.hub-user-name-row{display:flex;align-items:center;gap:.35rem}.hub-user-name{font-size:.82rem;font-weight:600;color:#0f172a;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-badge-admin{background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:1px 5px;border-radius:999px}.hub-user-email{font-size:.72rem;color:#64748b;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-btn-logout{display:flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .18s ease;box-shadow:0 1px 2px #00000008}.hub-btn-logout:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626;transform:translateY(-1px)}.hub-main-container{max-width:1160px;width:100%;margin:0 auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;gap:2rem;flex:1}.hub-hero-banner{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.25rem 2.5rem;box-shadow:0 4px 20px -2px #0f172a0a;position:relative;overflow:hidden}.hub-hero-banner:after{content:"";position:absolute;top:0;right:0;width:260px;height:100%;background:radial-gradient(circle at 100% 0%,rgba(251,191,36,.12) 0%,transparent 70%);pointer-events:none}.hub-hero-status-pill{display:inline-flex;align-items:center;gap:.45rem;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;font-size:.75rem;font-weight:600;border-radius:999px;padding:.25rem .75rem;margin-bottom:.85rem}.hub-status-indicator-live{width:7px;height:7px;border-radius:999px;background:#16a34a;box-shadow:0 0 0 3px #16a34a33;animation:hub-pulse 2s infinite}@keyframes hub-pulse{0%{transform:scale(.95);box-shadow:0 0 #16a34a66}70%{transform:scale(1);box-shadow:0 0 0 6px #16a34a00}to{transform:scale(.95);box-shadow:0 0 #16a34a00}}.hub-hero-heading{font-size:2rem;font-weight:700;color:#0f172a;letter-spacing:-.025em;margin:0 0 .5rem}.hub-hero-subtext{font-size:.95rem;color:#64748b;max-width:680px;line-height:1.55;margin:0}.hub-applications-section{display:flex;flex-direction:column;gap:1.25rem}.hub-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.hub-section-title{font-size:1.25rem;font-weight:700;color:#0f172a;letter-spacing:-.015em;margin:0}.hub-section-subtitle{font-size:.85rem;color:#64748b;margin:.2rem 0 0}.hub-section-count{font-size:.75rem;font-weight:600;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:.3rem .8rem}.hub-apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.hub-app-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.6rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;box-shadow:0 2px 8px #0f172a0a;transition:all .22s cubic-bezier(.16,1,.3,1);cursor:pointer;position:relative;overflow:hidden}.hub-app-card:hover{transform:translateY(-4px);border-color:#cbd5e1;box-shadow:0 16px 32px -4px #0f172a14}.hub-app-card:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.hub-app-card.is-launching{opacity:.85;cursor:wait}.hub-app-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.hub-app-card-icon-box{width:60px;height:60px;border-radius:14px;background:#fff;border:1px solid #f1f5f9;box-shadow:0 4px 12px #0f172a0f;padding:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hub-app-card-icon{width:100%;height:100%;object-fit:contain}.hub-app-status-badge{display:inline-flex;align-items:center;gap:.35rem;background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;font-size:.72rem;font-weight:600;border-radius:999px;padding:.25rem .65rem}.hub-pulse-dot{width:6px;height:6px;border-radius:999px;background:#22c55e}.hub-app-card-body{display:flex;flex-direction:column;gap:.4rem}.hub-app-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.hub-app-card-title{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.hub-app-tag{font-size:.68rem;font-weight:600;color:#b45309;background:#fef3c7;padding:.2rem .55rem;border-radius:6px;white-space:nowrap}.hub-app-card-desc{font-size:.85rem;color:#64748b;line-height:1.5;margin:0}.hub-app-card-footer{margin-top:.25rem}.hub-app-launch-btn{width:100%;height:42px;background:#0f172a;color:#fff;border:none;border-radius:10px;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;transition:all .18s ease}.hub-app-launch-btn:hover{background:#1e293b;box-shadow:0 4px 12px #0f172a26}.hub-app-launch-btn:active{transform:scale(.985)}.hub-app-card-admin{border-color:#e0e7ff}.hub-app-card-admin:hover{border-color:#c7d2fe}.hub-icon-box-admin{background:#eff6ff;border-color:#dbeafe}.hub-status-badge-admin{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.hub-tag-admin{background:#eff6ff;color:#1d4ed8}.hub-btn-admin{background:#2563eb}.hub-btn-admin:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb40}.hub-dashboard-footer{margin-top:auto;padding-top:2rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.hub-footer-security-note{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#64748b}.hub-footer-copyright{font-size:.72rem;color:#94a3b8;margin:0}.hub-page-wrapper{min-height:100vh;min-height:100dvh;background:radial-gradient(circle at 50% 0%,#f1f5f9,#f8fafc);display:flex;align-items:center;justify-content:center;padding:1.5rem}.hub-loading-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.hub-loading-text{font-size:.9rem;font-weight:500;color:#64748b;margin:0}.hub-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#0f172a;border-radius:999px;animation:hub-spin .8s linear infinite}.hub-mini-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:999px;animation:hub-spin .8s linear infinite}@keyframes hub-spin{to{transform:rotate(360deg)}}.hub-unauth-card{max-width:440px;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem;box-shadow:0 12px 32px -4px #0f172a14;text-align:center}.hub-brand-badge{display:inline-flex;align-items:center;gap:.45rem;background:#fef3c7;border:1px solid #fde68a;color:#92400e;font-size:.75rem;font-weight:600;border-radius:999px;padding:.25rem .75rem;margin-bottom:1.25rem}.hub-brand-dot{width:6px;height:6px;border-radius:999px;background:#f59e0b}.hub-unauth-title{font-size:1.75rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0 0 .5rem}.hub-unauth-lede{font-size:.9rem;color:#64748b;line-height:1.55;margin:0 0 1.5rem}.hub-app-preview-badge{display:flex;align-items:center;gap:.85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.85rem 1rem;text-align:left;margin-bottom:1.5rem}.hub-preview-logo{width:40px;height:40px;object-fit:contain}.hub-preview-meta{display:flex;flex-direction:column;line-height:1.2}.hub-preview-meta strong{font-size:.9rem;font-weight:600;color:#0f172a}.hub-preview-meta span{font-size:.75rem;color:#64748b}.hub-btn-primary{display:flex;align-items:center;justify-content:center;width:100%;height:44px;background:#0f172a;color:#fff;font-size:.9rem;font-weight:600;border-radius:10px;text-decoration:none;transition:all .18s ease}.hub-btn-primary:hover{background:#1e293b;color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.admin-root-shell{min-height:100vh;min-height:100dvh;background:#f8fafc;display:flex;flex-direction:column;color:#0f172a}.admin-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.25rem 2rem 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 2px #0f172a0a}.admin-header-inner{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding-bottom:1.25rem;gap:1.5rem;flex-wrap:wrap}.admin-brand-group{display:flex;align-items:center;gap:1rem}.admin-badge-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-brand-title{font-family:DM Sans,system-ui,sans-serif;font-size:1.35rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.admin-realm-pill{font-size:.75rem;font-weight:600;padding:.2rem .65rem;border-radius:999px;letter-spacing:.02em}.pill-digilogy{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.pill-casa{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.admin-brand-desc{display:block;font-size:.8rem;color:#64748b;margin-top:.15rem}.admin-user-group{display:flex;align-items:center;gap:1.25rem}.admin-user-info{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.admin-user-email{font-size:.875rem;font-weight:600;color:#0f172a}.admin-role-badge{font-size:.7rem;font-weight:700;color:#0369a1;background:#e0f2fe;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.admin-exit-btn{display:inline-flex;align-items:center;gap:.45rem;font-size:.825rem;font-weight:600;color:#475569;padding:.45rem .9rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;text-decoration:none;transition:all .15s ease}.admin-exit-btn:hover{background:#f1f5f9;color:#0f172a;text-decoration:none;border-color:#94a3b8}.admin-nav-tabs{display:flex;gap:.75rem;max-width:1280px;margin:0 auto;border-top:1px solid #f1f5f9;overflow-x:auto}.admin-tab-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.15rem;border:none;background:transparent;font-size:.875rem;font-weight:500;color:#64748b;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:all .15s ease}.admin-tab-btn:hover{color:#0f172a}.admin-tab-btn.is-active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.admin-main{max-width:1280px;margin:0 auto;padding:2rem 1.5rem 4rem;width:100%;flex:1}.admin-alert-banner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;border-radius:10px;margin-bottom:1.5rem;font-size:.875rem;animation:fadeIn .2s ease}.alert-danger{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.admin-alert-banner .btn-close{background:none;border:none;font-size:1.25rem;line-height:1;cursor:pointer;color:currentColor;padding:0 0 0 1rem}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:2rem}.admin-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.35rem 1.5rem;box-shadow:0 1px 3px #0f172a0a}.admin-stat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.admin-stat-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.admin-stat-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.15rem}.icon-users{background:#eff6ff}.icon-apps{background:#f5f3ff}.icon-clock{background:#fefce8}.icon-shield{background:#ecfdf5}.admin-stat-value{font-family:DM Sans,system-ui,sans-serif;font-size:1.85rem;font-weight:700;color:#0f172a;line-height:1.1;margin-bottom:.35rem}.admin-stat-sub{font-size:.8rem;color:#94a3b8}.admin-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;box-shadow:0 1px 3px #0f172a0a;margin-bottom:2rem}.admin-section-heading{font-family:DM Sans,system-ui,sans-serif;font-size:1.2rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;margin:0 0 .25rem}.admin-section-subtext{font-size:.85rem;color:#64748b;margin:0 0 1.5rem}.admin-quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.admin-quick-btn{display:flex;align-items:flex-start;gap:.95rem;padding:1.1rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;text-align:left;transition:all .18s ease}.admin-quick-btn:hover{border-color:#2563eb;box-shadow:0 4px 14px #2563eb14;transform:translateY(-2px)}.quick-icon{font-size:1.5rem;line-height:1}.quick-text{display:flex;flex-direction:column;gap:.2rem}.quick-text strong{font-size:.9rem;font-weight:600;color:#0f172a}.quick-text span{font-size:.775rem;color:#64748b}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.admin-search-box{display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:.55rem .9rem;flex:1;min-width:240px;max-width:440px;color:#64748b;transition:border-color .15s ease}.admin-search-box:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.admin-search-box input{border:none;outline:none;font-size:.875rem;width:100%;background:transparent;color:#0f172a}.admin-filter-group{display:flex;gap:.35rem;background:#f1f5f9;padding:.25rem;border-radius:8px}.admin-filter-pill{border:none;background:transparent;font-size:.8rem;font-weight:500;color:#64748b;padding:.35rem .8rem;border-radius:6px;cursor:pointer;transition:all .15s ease}.admin-filter-pill:hover{color:#0f172a}.admin-filter-pill.is-active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 1px 2px #0f172a0f}.admin-actions-group{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1.15rem;font-size:.85rem;font-weight:600;color:#fff;background:#0f172a;border:1px solid #0f172a;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-primary:hover:not(:disabled){background:#1e293b;border-color:#1e293b;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1.15rem;font-size:.85rem;font-weight:500;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-secondary:hover:not(:disabled){background:#f8fafc;color:#0f172a;border-color:#94a3b8}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1.15rem;font-size:.85rem;font-weight:600;color:#fff;background:#dc2626;border:1px solid #dc2626;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.btn-danger-outline{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1.15rem;font-size:.85rem;font-weight:500;color:#dc2626;background:#fff;border:1px solid #fca5a5;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-danger-outline:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.btn-sm{padding:.35rem .75rem;font-size:.775rem}.admin-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a08}.admin-table{width:100%;border-collapse:collapse;text-align:left;font-size:.85rem}.admin-table th{background:#f8fafc;color:#475569;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;padding:.85rem 1.15rem;border-bottom:1px solid #e2e8f0}.admin-table td{padding:.95rem 1.15rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#f8fafc}.admin-table tr.is-selected-row td{background:#eff6ff}.admin-user-cell{display:flex;align-items:center;gap:.85rem}.admin-user-avatar{width:34px;height:34px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #cbd5e1}.admin-user-meta{display:flex;flex-direction:column;gap:.15rem}.admin-user-fullname{font-weight:600;color:#0f172a;display:flex;align-items:center;gap:.45rem}.badge-you{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:4px;text-transform:uppercase}.admin-user-subemail{font-size:.775rem;color:#64748b}.status-pill{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:999px}.status-active{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.status-disabled{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.status-pending{background:#fef3c7;color:#b45309;border:1px solid #fde68a}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:.45rem}.btn-table-action{border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:.775rem;font-weight:500;padding:.35rem .65rem;border-radius:6px;cursor:pointer;transition:all .12s ease}.btn-table-action:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.btn-table-action.action-delete{color:#dc2626}.btn-table-action.action-delete:hover{background:#fef2f2;border-color:#fca5a5}.admin-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1.25rem;padding:0 .5rem}.pagination-text{font-size:.8rem;color:#64748b}.pagination-btns{display:flex;align-items:center;gap:.5rem}.pagination-btns button{border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:.8rem;font-weight:500;padding:.35rem .75rem;border-radius:6px;cursor:pointer;transition:all .12s ease}.pagination-btns button:hover:not(:disabled){background:#f8fafc;color:#0f172a;border-color:#94a3b8}.pagination-btns button:disabled{opacity:.5;cursor:not-allowed}.page-indicator{font-size:.8rem;font-weight:600;color:#0f172a;padding:0 .35rem}.admin-apps-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.75rem;flex-wrap:wrap;gap:1rem}.admin-apps-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.35rem}.admin-app-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;box-shadow:0 1px 3px #0f172a08;transition:all .18s ease}.admin-app-card:hover{box-shadow:0 8px 24px #0f172a14;transform:translateY(-2px);border-color:#cbd5e1}.app-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.15rem}.app-icon-wrap{width:48px;height:48px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;padding:6px}.app-icon-wrap img{width:100%;height:100%;object-fit:contain}.app-status-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;padding:.25rem .6rem;border-radius:999px}.dot-active{width:6px;height:6px;border-radius:999px;background:#22c55e}.app-card-body{flex:1;margin-bottom:1.25rem}.app-card-name{font-family:DM Sans,system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;margin:0 0 .35rem}.app-card-cid{font-size:.775rem;color:#64748b;margin:0 0 .35rem}.app-card-cid code{background:#f1f5f9;padding:.15rem .4rem;border-radius:4px;color:#0f172a;font-family:monospace}.app-card-url{font-size:.775rem;color:#64748b;margin:0 0 .35rem;word-break:break-all}.app-card-url a{color:#2563eb;text-decoration:none}.app-card-url a:hover{text-decoration:underline}.app-card-uris{font-size:.75rem;color:#94a3b8}.app-card-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;border-top:1px solid #f1f5f9;padding-top:1rem}.admin-view-realm{max-width:760px;margin:0 auto}.admin-settings-form{display:flex;flex-direction:column;gap:1.5rem}.admin-settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;box-shadow:0 1px 3px #0f172a0a}.admin-form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.admin-form-group:last-child{margin-bottom:0}.admin-form-group label{font-size:.85rem;font-weight:600;color:#334155}.admin-form-group input{padding:.65rem .9rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;outline:none;transition:all .15s ease;background:#fff}.admin-form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.field-hint{font-size:.775rem;color:#64748b}.admin-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.admin-settings-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1.25rem;animation:fadeIn .15s ease}.admin-modal-window{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0f172a33;display:flex;flex-direction:column;animation:rise .2s ease}.admin-modal-window.modal-lg{max-width:720px}.admin-modal-window.modal-sm{max-width:420px}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.admin-modal-header h3{font-family:DM Sans,system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:#0f172a;margin:0}.btn-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#94a3b8;line-height:1;padding:0;transition:color .15s ease}.btn-modal-close:hover{color:#0f172a}.admin-modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.15rem}.admin-modal-sub{font-size:.85rem;color:#475569;margin:0}.modal-field{display:flex;flex-direction:column;gap:.35rem}.modal-field label{font-size:.825rem;font-weight:600;color:#334155}.modal-field input,.modal-field select,.modal-field textarea{padding:.6rem .85rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s ease;background:#fff;width:100%;color:#0f172a}.modal-field input:focus,.modal-field select:focus,.modal-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.modal-field input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.modal-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-field-toggle{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.modal-field-toggle label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#334155;cursor:pointer}.admin-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.csv-instruction-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.csv-instruction-box p{font-size:.825rem;color:#475569;margin:0}.csv-instruction-box code{background:#e2e8f0;padding:.1rem .35rem;border-radius:4px;font-size:.8rem;font-family:monospace}.csv-preview-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;margin-top:.5rem}.csv-preview-title{font-size:.8rem;font-weight:600;color:#0f172a;display:block;margin-bottom:.5rem}.csv-preview-table-wrap{max-height:190px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.table-compact th,.table-compact td{padding:.45rem .65rem!important;font-size:.775rem!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.realm-details-grid{display:flex;flex-direction:column;gap:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem}.realm-detail-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.85rem;flex-wrap:wrap}.detail-key{font-weight:600;color:#475569}.detail-val{color:#0f172a}.detail-val code{background:#e2e8f0;padding:.15rem .45rem;border-radius:4px;font-size:.825rem;font-family:monospace}.detail-val a{color:#2563eb;text-decoration:none;word-break:break-all}.detail-val a:hover{text-decoration:underline}.sessions-status-box{display:flex;flex-direction:column;gap:.85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem}.sessions-status-item{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.sessions-status-item strong{color:#0f172a;min-width:140px}.sessions-status-item span{color:#475569}.sp-shell{display:flex;height:100vh;width:100vw;overflow:hidden;background:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#0f172a}.sp-sidebar{width:220px;min-width:220px;max-width:220px;height:100vh;background:#0f172a;display:flex;flex-direction:column;transition:width .2s ease,min-width .2s ease;overflow:hidden;border-right:1px solid rgba(255,255,255,.05)}.sp-sidebar--collapsed{width:60px;min-width:60px;max-width:60px}.sp-brand{display:flex;align-items:center;gap:10px;padding:18px 14px 14px;border-bottom:1px solid rgba(255,255,255,.06)}.sp-brand-logo{width:34px;height:34px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.sp-brand-text{flex:1;min-width:0;overflow:hidden}.sp-brand-name{display:block;font-weight:700;font-size:13px;color:#f8fafc;white-space:nowrap}.sp-brand-sub{display:block;font-size:10px;color:#64748b;white-space:nowrap;margin-top:1px}.sp-collapse-btn{width:26px;height:26px;border-radius:6px;background:transparent;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;flex-shrink:0;transition:background .15s,color .15s}.sp-collapse-btn:hover{background:#ffffff14;color:#f8fafc}.sp-realm-badge{display:flex;align-items:center;gap:7px;padding:8px 14px;font-size:11px;color:#94a3b8;border-bottom:1px solid rgba(255,255,255,.06)}.sp-realm-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dot-dig{background:#6366f1;box-shadow:0 0 5px #6366f1aa}.dot-casa{background:#10b981;box-shadow:0 0 5px #10b981aa}.sp-realm-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Courier New,monospace}.sp-nav{flex:1;padding:10px 8px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.sp-nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;background:transparent;border:none;cursor:pointer;color:#94a3b8;font-size:13px;font-weight:500;text-align:left;transition:all .15s;position:relative;white-space:nowrap}.sp-nav-item:hover{background:#ffffff0f;color:#e2e8f0}.sp-nav-item--active{background:#6366f126;color:#a5b4fc!important}.sp-nav-item--active .sp-nav-icon{color:#818cf8}.sp-nav-icon{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.sp-nav-label{flex:1}.sp-nav-count{background:#6366f14d;color:#a5b4fc;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:20px;text-align:center}.sp-nav-count-dot{position:absolute;top:6px;right:6px;width:7px;height:7px;background:#6366f1;border-radius:50%}.sp-sidebar-footer{padding:10px 8px 14px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:8px}.sp-footer-user{display:flex;align-items:center;gap:9px;padding:6px}.sp-footer-avatar{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-footer-info{flex:1;min-width:0}.sp-footer-email{display:block;font-size:11px;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-footer-role{display:block;font-size:10px;color:#6366f1;margin-top:1px}.sp-signout-btn{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.08);cursor:pointer;color:#64748b;font-size:12px;transition:all .15s;width:100%}.sp-signout-btn:hover{background:#ef44441f;color:#f87171;border-color:#ef444440}.sp-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.sp-topbar{height:52px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0}.sp-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b}.sp-breadcrumb-root{color:#94a3b8}.sp-breadcrumb-page{font-weight:600;color:#0f172a}.sp-topbar-right{display:flex;align-items:center;gap:10px}.sp-refresh-btn{width:32px;height:32px;border-radius:8px;background:transparent;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .15s}.sp-refresh-btn:hover{background:#f8fafc;color:#6366f1;border-color:#6366f1}.sp-topbar-avatar{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.sp-toasts{position:absolute;top:60px;right:16px;z-index:9999;display:flex;flex-direction:column;gap:8px}.sp-toast{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;font-size:13px;font-weight:500;min-width:280px;max-width:420px;box-shadow:0 4px 16px #0000001f;animation:slideInRight .25s ease}.sp-toast--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.sp-toast--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.sp-toast button{margin-left:auto;background:none;border:none;cursor:pointer;color:inherit;opacity:.6;display:flex;padding:2px}.sp-toast button:hover{opacity:1}@keyframes slideInRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.sp-content{flex:1;overflow-y:auto;padding:24px}.sp-view{display:flex;flex-direction:column;gap:20px;max-width:1200px}.sp-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.sp-page-title{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 4px}.sp-page-sub{font-size:13px;color:#64748b;margin:0}.sp-page-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.sp-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}.sp-card--flush{overflow:hidden}.sp-card--info{background:#f8fafc}.sp-card--danger-zone{border-color:#fecaca;background:#fff}.sp-card-header{padding:20px 24px 16px;border-bottom:1px solid #f1f5f9}.sp-card-title{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 3px}.sp-card-sub{font-size:12px;color:#94a3b8;margin:0}.sp-title-danger{color:#dc2626}.sp-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sp-metric-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:18px 20px;box-shadow:0 1px 3px #0000000a}.sp-metric-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.sp-metric-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center}.sp-metric-icon--blue{background:#eff6ff;color:#3b82f6}.sp-metric-icon--violet{background:#f5f3ff;color:#7c3aed}.sp-metric-icon--amber{background:#fffbeb;color:#d97706}.sp-metric-icon--green{background:#f0fdf4;color:#16a34a}.sp-metric-change{font-size:11px;font-weight:600;padding:3px 8px;border-radius:20px;background:#f1f5f9;color:#64748b}.sp-metric-change--up{background:#dcfce7;color:#16a34a}.sp-metric-value{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:2px}.sp-metric-value--sm{font-size:18px}.sp-metric-label{font-size:12px;color:#94a3b8;font-weight:500}.sp-quick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;padding:16px 24px 20px}.sp-quick-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;cursor:pointer;text-align:left;transition:all .15s}.sp-quick-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014;border-color:transparent}.sp-quick-card--blue:hover{background:#eff6ff}.sp-quick-card--violet:hover{background:#f5f3ff}.sp-quick-card--green:hover{background:#f0fdf4}.sp-quick-card--amber:hover{background:#fffbeb}.sp-quick-card--slate:hover{background:#f8fafc}.sp-quick-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-quick-icon--blue{background:#dbeafe;color:#2563eb}.sp-quick-icon--violet{background:#ede9fe;color:#7c3aed}.sp-quick-icon--green{background:#dcfce7;color:#16a34a}.sp-quick-icon--amber{background:#fef3c7;color:#d97706}.sp-quick-icon--slate{background:#e2e8f0;color:#475569}.sp-quick-text{flex:1;min-width:0}.sp-quick-text strong{display:block;font-size:13px;font-weight:600;color:#0f172a}.sp-quick-text span{display:block;font-size:11px;color:#94a3b8;margin-top:2px}.sp-quick-arrow{color:#cbd5e1}.sp-spec-table{padding:8px 24px 20px}.sp-spec-row{display:flex;align-items:baseline;gap:16px;padding:10px 0;border-bottom:1px solid #f1f5f9}.sp-spec-row:last-child{border-bottom:none}.sp-spec-key{width:200px;min-width:200px;font-size:12px;font-weight:600;color:#64748b}.sp-spec-val{flex:1;font-size:12px;color:#334155;word-break:break-all}.sp-spec-code{background:#f1f5f9;color:#7c3aed;padding:2px 7px;border-radius:5px;font-size:11.5px;font-family:Courier New,monospace}.sp-spec-link{color:#6366f1;text-decoration:none;display:inline-flex;align-items:center;gap:4px;word-break:break-all}.sp-spec-link:hover{text-decoration:underline}.sp-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:all .15s;white-space:nowrap;text-decoration:none}.sp-btn--primary{background:#6366f1;color:#fff}.sp-btn--primary:hover{background:#4f46e5;box-shadow:0 2px 8px #6366f166}.sp-btn--secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.sp-btn--secondary:hover{background:#f9fafb;border-color:#9ca3af}.sp-btn--ghost{background:#f1f5f9;color:#374151;border:1px solid #e2e8f0}.sp-btn--ghost:hover{background:#e2e8f0}.sp-btn--danger{background:#ef4444;color:#fff}.sp-btn--danger:hover{background:#dc2626;box-shadow:0 2px 8px #ef444466}.sp-btn--danger-outline{background:transparent;color:#ef4444;border:1px solid #fca5a5}.sp-btn--danger-outline:hover{background:#fef2f2}.sp-btn--danger-ghost{background:transparent;color:#ef4444;border:1px solid transparent}.sp-btn--danger-ghost:hover{background:#fef2f2;border-color:#fca5a5}.sp-btn--sm{padding:5px 10px;font-size:12px}.sp-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none!important;transform:none!important}.sp-toolbar{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #f1f5f9;flex-wrap:wrap}.sp-search{display:flex;align-items:center;gap:8px;flex:1;max-width:360px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:0 12px;height:36px;color:#94a3b8}.sp-search input{flex:1;border:none;background:transparent;outline:none;font-size:13px;color:#0f172a}.sp-search input::placeholder{color:#94a3b8}.sp-filter-tabs{display:flex;gap:4px}.sp-filter-tab{padding:5px 12px;border-radius:6px;font-size:12px;font-weight:600;border:1px solid transparent;cursor:pointer;background:transparent;color:#64748b;transition:all .15s}.sp-filter-tab:hover{background:#f1f5f9}.sp-filter-tab--active{background:#eff6ff;color:#3b82f6;border-color:#bfdbfe}.sp-table-wrap{overflow-x:auto}.sp-table-compact .sp-table-wrap{max-height:240px;overflow-y:auto}.sp-table{width:100%;border-collapse:collapse}.sp-table th{padding:11px 16px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;background:#f8fafc;border-bottom:1px solid #e2e8f0;white-space:nowrap}.sp-table td{padding:13px 16px;border-bottom:1px solid #f1f5f9;font-size:13px;vertical-align:middle}.sp-table tbody tr:hover{background:#f8fafc}.sp-table tbody tr:last-child td{border-bottom:none}.sp-tr--selected{background:#eff6ff!important}.sp-td-muted{color:#94a3b8;font-size:12px}.sp-table-empty{text-align:center;padding:48px 24px!important;color:#94a3b8}.sp-table-empty p{font-weight:600;color:#475569;margin:8px 0 4px}.sp-table-empty span{font-size:12px}.sp-user-cell{display:flex;align-items:center;gap:10px}.sp-user-avatar{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-user-avatar--disabled{background:#94a3b8}.sp-user-name{font-weight:600;font-size:13px;color:#0f172a;display:flex;align-items:center;gap:6px}.sp-user-email{font-size:12px;color:#94a3b8;margin-top:1px}.sp-badge{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}.sp-badge--you{background:#ede9fe;color:#7c3aed}.sp-status{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:20px;font-size:11.5px;font-weight:600}.sp-status-dot{width:6px;height:6px;border-radius:50%}.sp-status--active{background:#dcfce7;color:#166534}.sp-status--active .sp-status-dot{background:#16a34a}.sp-status--disabled{background:#f1f5f9;color:#64748b}.sp-status--disabled .sp-status-dot{background:#94a3b8}.sp-status--warn{background:#fef3c7;color:#92400e}.sp-status--warn .sp-status-dot{background:#f59e0b}.sp-verified{color:#16a34a;font-size:12px;font-weight:600}.sp-unverified{color:#94a3b8;font-size:12px}.sp-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.sp-action-btn{width:30px;height:30px;border-radius:7px;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .15s}.sp-action-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.sp-action-btn--danger:hover{background:#fef2f2;color:#ef4444;border-color:#fca5a5}.sp-pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #f1f5f9}.sp-pagination-info{font-size:12px;color:#94a3b8}.sp-pagination-btns{display:flex;align-items:center;gap:8px}.sp-pagination-btns button{padding:5px 12px;border-radius:7px;font-size:12px;font-weight:600;border:1px solid #e2e8f0;background:#fff;cursor:pointer;color:#374151;transition:all .15s}.sp-pagination-btns button:hover:not(:disabled){background:#f1f5f9}.sp-pagination-btns button:disabled{opacity:.4;cursor:not-allowed}.sp-pagination-current{font-size:12px;font-weight:600;color:#0f172a;padding:0 4px}.sp-apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.sp-app-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .15s,transform .15s}.sp-app-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}.sp-app-card-head{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px}.sp-app-icon-wrap{width:48px;height:48px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden}.sp-app-icon-wrap img{width:32px;height:32px;object-fit:contain}.sp-app-card-body{padding:0 16px 12px;flex:1}.sp-app-name{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 10px}.sp-app-meta{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.sp-app-meta-label{font-size:11px;font-weight:600;color:#94a3b8;min-width:70px}.sp-app-meta-val{font-size:12px;color:#334155}.sp-app-url{font-size:12px;color:#6366f1;text-decoration:none;display:inline-flex;align-items:center;gap:3px}.sp-app-url:hover{text-decoration:underline}.sp-app-card-foot{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #f1f5f9}.sp-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center;gap:12px;color:#94a3b8}.sp-empty-state h3{font-size:16px;font-weight:700;color:#475569;margin:0}.sp-empty-state p{font-size:13px;margin:0}.sp-settings-layout{display:flex;flex-direction:column;gap:20px}.sp-form-body{padding:20px 24px;display:flex;flex-direction:column;gap:20px}.sp-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.sp-form-footer{padding:16px 24px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end}.sp-field{display:flex;flex-direction:column;gap:6px}.sp-field label{font-size:12px;font-weight:700;color:#374151;display:flex;align-items:center;gap:6px}.sp-field input,.sp-field select,.sp-field textarea{padding:9px 12px;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-size:13px;color:#0f172a;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}.sp-field input:focus,.sp-field select:focus,.sp-field textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.sp-input-disabled{background:#f8fafc!important;color:#94a3b8!important;cursor:not-allowed}.sp-field-hint{font-size:11px;color:#94a3b8}.sp-field-unit{font-weight:400;color:#94a3b8}.sp-field-hint-inline{font-weight:400;color:#94a3b8;font-size:11px}.sp-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sp-toggle-label{display:flex;align-items:center;gap:10px;font-size:13px;color:#374151;cursor:pointer;padding:10px 0}.sp-toggle-label input[type=checkbox]{width:16px;height:16px;accent-color:#6366f1}.sp-security-policies{padding:8px 24px 20px;display:flex;flex-direction:column;gap:0}.sp-policy-row{display:flex;align-items:baseline;gap:16px;padding:11px 0;border-bottom:1px solid #f1f5f9}.sp-policy-row:last-child{border-bottom:none}.sp-policy-label{width:220px;min-width:220px;font-size:12px;font-weight:600;color:#64748b}.sp-policy-val{flex:1;font-size:13px;color:#334155;display:flex;align-items:center;gap:6px}.sp-policy-val--ok{color:#16a34a}.sp-policy-check{display:flex;color:#16a34a}.sp-sessions-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sp-session-stat{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:16px 18px;display:flex;align-items:center;gap:14px}.sp-session-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-session-stat-val{font-size:18px;font-weight:800;color:#0f172a}.sp-session-stat-label{font-size:11px;color:#94a3b8;font-weight:500;margin-top:2px}.sp-danger-content{padding:16px 24px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.sp-danger-desc{flex:1}.sp-danger-desc p{font-size:13px;color:#374151;margin:0 0 8px;line-height:1.6}.sp-danger-warning{color:#d97706!important;font-weight:600;font-size:12px!important}.sp-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:9998;padding:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadein .15s ease}.sp-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;animation:modalIn .2s ease;width:100%}.sp-modal--sm{max-width:420px}.sp-modal--md{max-width:540px}.sp-modal--lg{max-width:720px}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{transform:scale(.95) translateY(8px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.sp-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 16px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.sp-modal-title{font-size:16px;font-weight:700;color:#0f172a;margin:0}.sp-modal-close{width:28px;height:28px;border-radius:7px;background:#f1f5f9;border:none;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .15s}.sp-modal-close:hover{background:#e2e8f0;color:#0f172a}.sp-modal-body{flex:1;overflow-y:auto;padding:20px 22px;display:flex;flex-direction:column;gap:14px}.sp-modal-footer{padding:14px 22px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0}.sp-modal-error{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:13px}.sp-modal-danger-note{color:#dc2626;font-size:12px;font-weight:500;margin:4px 0 0}.sp-modal-sub{color:#64748b;font-size:13px;margin:0}.sp-import-preview{border:1px solid #e2e8f0;border-radius:9px;overflow:hidden}.sp-import-preview-title{display:block;padding:10px 14px;background:#f8fafc;font-size:12px;font-weight:600;color:#374151;border-bottom:1px solid #e2e8f0}.sp-import-more{padding:8px 14px;font-size:11px;color:#94a3b8;margin:0}.sp-icon-preview{display:flex;align-items:center;gap:10px;padding:10px 0}.sp-icon-preview img{width:36px;height:36px;object-fit:contain;border-radius:8px;border:1px solid #e2e8f0}.sp-icon-preview span{font-size:12px;color:#94a3b8}@media(max-width:768px){.sp-metrics,.sp-sessions-metrics{grid-template-columns:repeat(2,1fr)}.sp-spec-key{width:130px;min-width:130px}.sp-policy-label{width:140px;min-width:140px}.sp-page-header{flex-direction:column}.sp-page-actions{width:100%}.sp-sidebar{width:60px;min-width:60px}}@media(max-width:480px){.sp-metrics{grid-template-columns:1fr}}
