@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--navy:#183442;--ink:#2b3d47;--muted:#7b8a92;--canvas:#eef2f3;--line:#dfe7e9}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:15px;line-height:1.45}a{color:inherit;text-decoration:none}.topbar{height:72px;background:var(--navy);display:flex;align-items:center;padding:0 30px;color:#fff}.brand{display:flex;align-items:center;gap:11px;min-width:245px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#a9deda;color:var(--navy);font:800 22px Manrope,sans-serif}.brand-name{font:800 24px Manrope,sans-serif;letter-spacing:-1.2px}.breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;color:#98adb5}.breadcrumb b{font-size:22px;font-weight:400;color:#6f8992}.breadcrumb strong{font-weight:600;color:#fff}.top-actions{display:flex;align-items:center;gap:9px;margin-left:auto;color:#b6c6cb;font-size:13px}.online-dot{width:8px;height:8px;background:#62c19f;border-radius:50%;box-shadow:0 0 0 4px rgba(98,193,159,.16)}.workspace{display:flex;min-height:calc(100vh - 72px)}.sidebar{width:245px;flex:0 0 245px;background:#f8fafb;border-right:1px solid #dae3e6;display:flex;flex-direction:column}.sidebar-title{padding:29px 25px 14px;color:#8b9aa0;font-size:11px;letter-spacing:1.7px;font-weight:700}.side-item{display:flex;align-items:center;gap:14px;padding:13px 25px;color:#66767e;font-size:15px;border-left:4px solid transparent;transition:.18s ease}.side-item:hover{background:#edf4f5;color:var(--navy)}.side-item.active{background:#dceeed;color:#1d6d72;border-left-color:#3d9a9a;font-weight:700}.side-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:8px;color:#fff;font-weight:700;font-size:17px}.teal{background:#3d9a9a}.blue{background:#4a86aa}.coral{background:#dc7e67}.purple{background:#8b78b4}.sidebar-footer{display:flex;align-items:center;gap:11px;margin-top:auto;margin-bottom:25px;padding:16px 25px;border-top:1px solid var(--line);color:#6c7c84;font-size:12px;line-height:1.3}.sidebar-footer small{color:#9aa7ac;font-size:11px}.n-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#d6eeeb;color:#277d7d;font:800 15px Manrope,sans-serif}.content{width:min(1100px,100%);padding:44px 44px 55px}.content-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.eyebrow{margin:0 0 6px;color:#5c9798;font-size:11px;font-weight:700;letter-spacing:1.7px}.content h1{font:800 clamp(2rem,4vw,2.9rem) Manrope,sans-serif;letter-spacing:-.05em;margin:0;color:var(--navy)}.subtitle{margin:7px 0 0;color:#7c8c93;font-size:16px}.profile-badge{display:flex;align-items:center;gap:10px;padding:10px 13px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.64)}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#d9efeb;color:#297b7d;font-weight:700}.profile-badge b,.profile-badge small{display:block}.profile-badge b{font-size:13px;color:#4d626c}.profile-badge small{font-size:11px;color:#91a0a5;margin-top:2px}.app-section{margin-bottom:33px}.section-title{display:flex;align-items:center;gap:13px;margin-bottom:14px}.section-title h2{margin:0;font:700 19px Manrope,sans-serif;letter-spacing:-.025em;color:#334a55}.count{font-size:11px;color:#8b9aa0;background:#e4ecee;padding:4px 9px;border-radius:20px}.app-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.app-grid.single-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.app-card{display:flex;align-items:center;gap:17px;min-height:137px;padding:21px 22px;background:#fff;border:1px solid #e0e8ea;border-radius:5px;box-shadow:0 5px 13px rgba(42,69,79,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.app-card:hover,.app-card:focus-visible{transform:translateY(-3px);border-color:#b7d4d4;box-shadow:0 12px 23px rgba(42,69,79,.12);outline:none}.app-icon{display:grid;place-items:center;flex:0 0 66px;width:66px;height:66px;border-radius:9px;color:#fff;font-size:31px;font-weight:400;box-shadow:inset 0 -7px 0 rgba(0,0,0,.08)}.blue-icon{background:#4385aa}.coral-icon{background:#dc7e67}.purple-icon{background:#8977b4}.green-icon{background:#4d9b78}.app-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.app-copy strong{font:700 17px Manrope,sans-serif;color:#314a56;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-copy small{color:#819097;font-size:13px}.app-copy em{font-style:normal;color:#3f9696;font-size:12px;font-weight:600;margin-top:5px}.app-copy em.muted{color:#a2afb2}.hint{display:flex;align-items:center;gap:10px;color:#839196;font-size:13px;margin:5px 0 0}.hint span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#dceceb;color:#398b8b;font-weight:700}@media(max-width:820px){.topbar{padding:0 18px}.brand{min-width:auto}.breadcrumb,.top-actions{display:none}.sidebar{width:76px;flex-basis:76px}.sidebar-title,.side-item span:not(.side-icon),.sidebar-footer span:not(.n-mark){display:none}.side-item{justify-content:center;padding:14px 0;border-left-width:3px}.side-icon{width:34px;height:34px}.sidebar-footer{justify-content:center;padding:15px 0}.content{padding:31px 24px 45px}.content-heading{align-items:flex-start;gap:15px}.profile-badge{display:none}}@media(max-width:560px){.sidebar{display:none}.content{padding:29px 17px 38px}.app-grid,.app-grid.single-row{grid-template-columns:1fr}.content h1{font-size:2.25rem}.subtitle{font-size:14px}.app-card{min-height:124px;padding:18px}.app-icon{flex-basis:57px;width:57px;height:57px;font-size:26px}.app-copy strong{font-size:15px}.section-title h2{font-size:17px}}
.welcome-bar{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:26px 44px;background:#24607d;color:#fff;box-shadow:0 3px 10px rgba(22,57,72,.13)}.welcome-bar p{margin:0 0 5px;color:#a9deda;font-size:11px;font-weight:700;letter-spacing:1.8px}.welcome-bar h1{margin:0;font:800 clamp(1.55rem,3vw,2.35rem) Manrope,sans-serif;letter-spacing:-.04em}.welcome-bar span{display:block;margin-top:4px;color:#d3e5e6;font-size:14px}.manage-button{border:1px solid rgba(255,255,255,.35);border-radius:7px;background:#fff;color:#215a74;padding:13px 17px;font:700 14px 'DM Sans',sans-serif;white-space:nowrap;cursor:pointer;box-shadow:0 5px 13px rgba(15,48,64,.14)}.manage-button:hover{background:#e9f5f3}.manage-button span{display:inline;margin:0 5px 0 0;color:#2b8b8a;font-size:20px;vertical-align:-2px}.content h2{margin:0;font:800 clamp(2rem,4vw,2.9rem) Manrope,sans-serif;letter-spacing:-.05em;color:var(--navy)}.section-title h3{margin:0;font:700 19px Manrope,sans-serif;letter-spacing:-.025em;color:#334a55}.icon-picker{display:flex;flex-wrap:wrap;gap:9px;margin:4px 0 20px}.icon-option{display:grid;place-items:center;width:44px;height:44px;border:2px solid transparent;border-radius:9px;color:#fff;font-size:22px;cursor:pointer;box-shadow:inset 0 -5px 0 rgba(0,0,0,.1)}.icon-option.selected{border-color:#183442;box-shadow:0 0 0 3px #b8dedd,inset 0 -5px 0 rgba(0,0,0,.1)}.gold-icon{background:#c79b31}.teal-icon{background:#3d9a9a}.slate-icon{background:#5f7d88}.rose-icon{background:#b46b83}.empty-state{padding:42px;text-align:center;border:1px dashed #cbdadd;background:rgba(255,255,255,.5);color:#7a8b92}.empty-state span{display:grid;place-items:center;width:45px;height:45px;margin:auto;border-radius:12px;background:#dceeed;color:#3b9190;font-size:22px}.empty-state h3{margin:12px 0 4px;color:#415b65}.empty-state p{margin:0}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:22px;background:rgba(17,39,50,.58);backdrop-filter:blur(3px)}.modal-backdrop[hidden]{display:none}.manager-modal{position:relative;width:min(640px,100%);max-height:calc(100vh - 44px);overflow:auto;border-radius:14px;background:#f9fbfb;padding:31px 34px 25px;box-shadow:0 25px 70px rgba(10,31,41,.32)}.close-modal{position:absolute;top:16px;right:18px;border:0;background:transparent;color:#84949a;font-size:28px;line-height:1;cursor:pointer}.modal-heading{display:flex;gap:15px;align-items:flex-start;margin-bottom:25px}.modal-symbol{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border-radius:11px;background:#dceeed;color:#308889;font-size:21px}.modal-heading h2{margin:0;font:800 24px Manrope,sans-serif;color:#203e4d}.modal-heading p:last-child{margin:3px 0 0;color:#819096;font-size:13px}.manager-modal label{display:block;margin:0 0 14px;color:#526a74;font-size:13px;font-weight:700}.manager-modal input,.manager-modal select{display:block;width:100%;margin-top:6px;border:1px solid #d1dee1;border-radius:7px;background:#fff;color:#304a55;padding:11px 12px;font:400 14px 'DM Sans',sans-serif}.manager-modal input:focus,.manager-modal select:focus{outline:3px solid #d9eeec;border-color:#3d9a9a}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px;border-top:1px solid #e2eaeb}.primary-button,.secondary-button{margin-top:18px;border-radius:7px;padding:11px 16px;font:700 13px 'DM Sans',sans-serif;cursor:pointer}.primary-button{border:1px solid #286f76;background:#286f76;color:#fff}.secondary-button{border:1px solid #c9d7da;background:#fff;color:#667d84}.managed-list{margin-top:27px;padding-top:20px;border-top:1px solid #dfe8e9}.managed-list h3{margin:0 0 10px;font:700 15px Manrope,sans-serif;color:#3c5661}.managed-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #e7eeee}.mini-icon{display:grid;place-items:center;width:29px;height:29px;border-radius:6px;color:#fff;font-size:16px}.managed-row span:nth-child(2){display:flex;flex-direction:column;flex:1;min-width:0}.managed-row b{color:#445d67;font-size:13px}.managed-row small{color:#8a989d;font-size:11px}.managed-row button{border:0;background:transparent;color:#34878a;font-size:12px;cursor:pointer}.managed-row button.delete{color:#b36b70}@media(max-width:700px){.welcome-bar{display:block;padding:24px}.manage-button{margin-top:17px}.content{padding-left:24px;padding-right:24px}}@media(max-width:560px){.manager-modal{padding:25px 19px 20px}.form-grid{grid-template-columns:1fr}.welcome-bar h1{font-size:1.6rem}}
.topbar{background:#173b52}.welcome-bar{background:#237aa1}.sidebar{background:#f4f5f5}.side-item:nth-child(2) .side-icon{background:#3b7eaa}.side-item:nth-child(3) .side-icon{background:#ed6a4c}.side-item:nth-child(4) .side-icon{background:#f0bb22}.side-item:nth-child(5) .side-icon{background:#7a4ca4}.side-item.active{background:#e5e8e9;color:#173b52;border-left-color:#237aa1}.side-item.active .side-icon{background:#237aa1}.app-card{border-radius:2px}.blue-icon{background:#3e7eaa}.coral-icon{background:#ef6b4c}.purple-icon{background:#78499e}.green-icon{background:#3d8a83}
.topbar{height:64px;background:linear-gradient(105deg,#222da7 0%,#303ab9 48%,#4a4bd0 100%);padding:0 30px}.brand{min-width:265px;gap:12px}.brand-mark{display:grid;place-items:center;width:39px;height:39px;padding:3px;border-radius:50%;background:#fff;color:#2639bb}.brand-mark svg{width:29px;height:29px}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-name{color:#fff;font:500 24px 'DM Sans',sans-serif;letter-spacing:3px}.brand-copy small{margin-top:5px;color:#d5d9ff;font-size:7px;letter-spacing:3px;font-weight:700}.welcome-bar{background:linear-gradient(105deg,#242eaa,#454bcc);padding:25px 44px}.welcome-bar p{color:#e2e4ff}.welcome-bar span{color:#e8e9ff}.manage-button{color:#202da7}.workspace{background:#f1f3fb}.sidebar{background:#fff;border-right:1px solid #e0e3f0}.sidebar-title{color:#7078a4}.side-item{color:#4f5879}.side-item:hover{background:#f0f1ff;color:#17279f}.side-item.active{background:#edf0ff;color:#1d2fae;border-left-color:#2838bb}.side-item.active .side-icon{background:#2838bb}.content h2{color:#19289f}.eyebrow{color:#3240b4}.section-title h3{color:#263460}.count{background:#e5e8ff;color:#5c66a5}.app-card{box-shadow:0 5px 13px rgba(39,49,137,.08);border-color:#dfe2ef}.app-card:hover,.app-card:focus-visible{border-color:#929bea;box-shadow:0 12px 23px rgba(39,49,137,.15)}.hint span{background:#e1e5ff;color:#303db3}
.brand-logo{display:block;width:132px;height:58px;object-fit:contain;object-position:left center}
