:root{--navy:#0b316e;--blue:#174c9a;--orange:#f2971c;--ink:#12213d;--muted:#65718a;--surface:#fff;--bg:#f5f7fa;--line:#e5eaf2}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.shell{min-height:100vh;display:flex}.sidebar{background:var(--navy);color:#fff;flex-direction:column;width:250px;padding:28px 18px;display:flex}.brand{align-items:center;gap:12px;padding:0 12px 38px;display:flex}.brand-mark{background:var(--orange);width:40px;height:40px;color:var(--navy);border-radius:12px;place-items:center;font-size:22px;font-weight:800;display:grid}.brand strong,.brand small,.user-chip strong,.user-chip small{display:block}.brand small,.user-chip small{color:#aebddb;margin-top:4px;font-size:11px}nav{gap:7px;display:grid}.nav-link{color:#c8d3e8;border-radius:10px;align-items:center;gap:13px;padding:13px 14px;font-size:14px;display:flex}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff1f}.sidebar-footer{color:#aebddb;border-top:1px solid #ffffff21;margin-top:auto;padding:16px 10px 0;font-size:11px}.status-dot{background:#53d19a;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.main-content{flex:1;min-width:0}.topbar{background:var(--surface);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:88px;padding:18px 5%;display:flex}.eyebrow{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:10px;font-weight:800}.eyebrow.light{color:#b6caed}.topbar-title{color:var(--ink);margin:0;font-size:14px;font-weight:700}.user-chip{align-items:center;gap:10px;font-size:12px;display:flex}.avatar{width:35px;height:35px;color:var(--blue);background:#e7eefb;border-radius:50%;place-items:center;font-weight:800;display:grid}.page-container{max-width:1300px;margin:0 auto;padding:40px 5% 60px}.hero-panel{background:linear-gradient(110deg, var(--navy), var(--blue));color:#fff;border-radius:18px;justify-content:space-between;align-items:center;min-height:220px;padding:34px 40px;display:flex;overflow:hidden;box-shadow:0 15px 35px #0b316e26}h1,h2,h3,p{margin-top:0}.hero-panel h1{letter-spacing:-.03em;margin-bottom:10px;font-size:clamp(28px,4vw,42px)}.hero-panel p:not(.eyebrow){color:#d6e2f8;max-width:510px;margin-bottom:0;line-height:1.6}.hero-orbit{color:#ffd18a;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:170px;height:170px;font-size:34px;display:grid;transform:rotate(12deg)}.hero-orbit span:nth-child(2){color:#fff;font-size:26px}.section-header{justify-content:space-between;align-items:end;gap:20px;margin:42px 0 20px;display:flex}.section-header h1,.section-header h2{letter-spacing:-.03em;margin:0;font-size:28px}.count-badge,.integration-badge{color:var(--blue);white-space:nowrap;background:#e8effb;border-radius:100px;padding:7px 11px;font-size:11px;font-weight:700}.application-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.application-card{border:1px solid var(--line);background:var(--surface);border-radius:15px;gap:17px;min-height:180px;padding:20px;display:flex;box-shadow:0 5px 17px #14284b0a}.application-icon{color:#bc6b00;background:#fff2df;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:21px;font-weight:800;display:grid}.application-card-content{flex:1;min-width:0}.card-heading{justify-content:space-between;align-items:start;gap:10px;display:flex}.card-heading h3{margin-bottom:7px;font-size:17px}.card-heading .eyebrow{margin-bottom:3px;font-size:9px}.muted{color:var(--muted);font-size:13px;line-height:1.5}.maintenance{color:#925e00;background:#fff4dc;border-radius:7px;padding:7px 9px;font-size:11px}.button{border-radius:8px;margin-top:12px;padding:9px 13px;font-size:12px;font-weight:700;display:inline-block}.button.primary{background:var(--orange);color:var(--navy)}.button.secondary{color:var(--blue);background:#fff;border:1px solid #d7e0f0}.button[aria-disabled=true]{cursor:not-allowed;opacity:.6}.notice-panel,.empty-state,.admin-card{border:1px solid var(--line);background:#fff;border-radius:15px}.notice-panel{color:var(--muted);gap:14px;margin-top:28px;padding:17px 20px;font-size:12px;display:flex}.notice-panel p{margin:5px 0 0}.notice-icon{height:24px;color:var(--blue);background:#e8effb;border-radius:50%;flex:0 0 24px;place-items:center;font-weight:800;display:grid}.empty-state{text-align:center;padding:50px 30px}.empty-state h1,.empty-state h2{margin-bottom:10px}.empty-state p{color:var(--muted)}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.admin-card{padding:22px}.admin-card p{color:var(--muted);margin:9px 0 0;font-size:13px;line-height:1.5}@media (max-width:760px){.shell{display:block}.sidebar{width:100%;padding:14px 16px}.brand{padding:0 4px 15px}nav{grid-template-columns:repeat(3,1fr)}.nav-link{justify-content:center;padding:10px 5px;font-size:11px}.sidebar-footer{display:none}.topbar{height:74px;padding:14px 5%}.user-chip small{display:none}.page-container{padding-top:25px}.hero-panel{min-height:250px;padding:27px}.hero-orbit{width:95px;height:95px;font-size:22px}.section-header{flex-direction:column;align-items:start}}
