.portal-admin-dashboard{display:grid;gap:1.25rem}.portal-dashboard-hero{position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:1.5rem;padding:1.5rem;border:1px solid rgb(var(--gray-200));border-radius:1.25rem;background:linear-gradient(135deg,#fffffffa,#f8fafcf5);box-shadow:0 16px 40px #0f172a0f}.portal-dashboard-hero:after{content:"";position:absolute;right:13rem;bottom:-2.75rem;width:190px;height:190px;background-image:url(/images/logo.webp);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.035;pointer-events:none}.portal-dashboard-hero>*{position:relative;z-index:1}.portal-dashboard-eyebrow{margin:0 0 .4rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--primary-600))}.portal-dashboard-hero h1{margin:0;font-size:clamp(1.5rem,2vw,2.1rem);font-weight:800;color:rgb(var(--gray-950))}.portal-dashboard-hero p{max-width:760px;margin:.75rem 0 0;color:rgb(var(--gray-600));line-height:1.7}.portal-dashboard-hero__meta{min-width:180px;align-self:stretch;display:grid;place-content:center;padding:1rem;border-radius:1rem;background:linear-gradient(145deg,#fffbebf5,#fff7edeb);color:rgb(var(--primary-700));text-align:center;box-shadow:inset 0 0 0 1px #f59e0b14}.portal-dashboard-hero__logo{display:flex;align-items:center;justify-content:center;width:86px;height:86px;margin:0 auto .85rem;border-radius:1.1rem;background:#ffffffad;box-shadow:0 12px 28px #0f172a14}.portal-dashboard-hero__logo img{display:block;max-width:68px;max-height:68px;width:auto;height:auto;object-fit:contain}.portal-dashboard-hero__meta span{font-size:.8rem;color:rgb(var(--gray-500))}.portal-dashboard-hero__meta strong{display:block;margin-top:.25rem;font-size:1.1rem;color:rgb(var(--primary-700))}.portal-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.portal-dashboard-stat{display:flex;gap:.9rem;align-items:flex-start;padding:1rem;border:1px solid rgb(var(--gray-200));border-radius:1rem;background:#fff;box-shadow:0 10px 28px #0f172a0a}.portal-dashboard-stat__icon{display:grid;place-content:center;width:2.6rem;height:2.6rem;border-radius:.9rem;background:rgb(var(--primary-50));color:rgb(var(--primary-600));flex:0 0 auto}.portal-dashboard-stat__icon svg{width:1.5rem;height:1.5rem}.portal-dashboard-stat p{margin:0;font-size:.85rem;color:rgb(var(--gray-500))}.portal-dashboard-stat strong{display:block;margin-top:.2rem;font-size:1.65rem;line-height:1;color:rgb(var(--gray-950))}.portal-dashboard-stat span{display:block;margin-top:.45rem;font-size:.8rem;color:rgb(var(--gray-500))}.portal-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1rem}.portal-dashboard-panel,.portal-dashboard-note{padding:1.25rem;border:1px solid rgb(var(--gray-200));border-radius:1.1rem;background:#fff;box-shadow:0 10px 28px #0f172a0a}.portal-dashboard-panel__header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem}.portal-dashboard-panel h2{margin:0;font-size:1.05rem;font-weight:750;color:rgb(var(--gray-950))}.portal-dashboard-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.portal-dashboard-action{display:flex;gap:.8rem;align-items:flex-start;padding:.9rem;border:1px solid rgb(var(--gray-200));border-radius:.95rem;color:inherit;text-decoration:none;background:rgb(var(--gray-50));transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.portal-dashboard-action:hover{transform:translateY(-1px);border-color:rgb(var(--primary-200));background:#fff;box-shadow:0 10px 22px #0f172a0f}.portal-dashboard-action>span{display:grid;place-content:center;width:2.2rem;height:2.2rem;border-radius:.8rem;background:rgb(var(--primary-50));color:rgb(var(--primary-600));flex:0 0 auto}.portal-dashboard-action>span svg{width:1.25rem;height:1.25rem}.portal-dashboard-action strong{display:block;color:rgb(var(--gray-950));font-size:.92rem}.portal-dashboard-action small{display:block;margin-top:.2rem;color:rgb(var(--gray-500));line-height:1.45}.portal-dashboard-roadmap{display:grid;gap:.75rem}.portal-dashboard-roadmap__item{display:flex;gap:.75rem;align-items:flex-start}.portal-dashboard-roadmap__item span{display:grid;place-content:center;width:1.8rem;height:1.8rem;border-radius:999px;background:rgb(var(--primary-50));color:rgb(var(--primary-700));font-size:.8rem;font-weight:700;flex:0 0 auto}.portal-dashboard-roadmap__item p{margin:0;color:rgb(var(--gray-700));line-height:1.55}.portal-dashboard-note{color:rgb(var(--gray-600));line-height:1.6}.portal-dashboard-note strong{color:rgb(var(--gray-950))}@media(max-width:1024px){.portal-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-dashboard-grid{grid-template-columns:1fr}.portal-dashboard-hero:after{right:8rem}}@media(max-width:768px){.portal-dashboard-hero{display:grid}.portal-dashboard-hero__meta{min-width:0;align-self:auto}.portal-dashboard-hero:after{right:-2rem;bottom:-3rem;width:160px;height:160px}}@media(max-width:640px){.portal-dashboard-hero{padding:1.1rem}.portal-dashboard-hero h1{font-size:1.45rem}.portal-dashboard-hero__logo{width:76px;height:76px}.portal-dashboard-hero__logo img{max-width:58px;max-height:58px}.portal-dashboard-stats,.portal-dashboard-actions{grid-template-columns:1fr}.portal-dashboard-panel,.portal-dashboard-note,.portal-dashboard-stat{border-radius:.95rem}}
