:root{--bg:#f7f7fb;--surface:#fff;--text:#17171c;--muted:#6f6f7b;--line:#e7e5ee;--accent:#5b3fd6;--accent-dark:#4b31c4;--shadow:0 18px 55px rgba(31,23,68,.10)}
*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}a{color:inherit}.wrap{width:min(1120px,calc(100% - 40px));margin:0 auto}.brand{display:flex;gap:10px;align-items:center;text-decoration:none;font-size:18px}.brand strong{font-weight:700}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--accent);color:#fff;font-weight:800}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.login-visual{padding:72px;background:linear-gradient(145deg,#271866,#5b3fd6);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.login-visual h1{font-size:54px;line-height:1.02;max-width:620px;margin:80px 0 20px;letter-spacing:-2px}.login-visual p{max-width:560px;color:#ddd7ff;font-size:18px;line-height:1.6}.login-panel{display:grid;place-items:center;padding:40px}.card{width:min(440px,100%);background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow)}.card h2{font-size:28px;margin:22px 0 8px;letter-spacing:-.6px}.card .lead{color:var(--muted);line-height:1.5;margin:0 0 26px}.btn{width:100%;height:50px;border:0;border-radius:11px;font-weight:700;font-size:15px;cursor:pointer}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark)}.btn-ms{text-decoration:none;background:#fff;border:1px solid #d9d7e0;display:flex;align-items:center;justify-content:center;gap:10px}.ms-logo{display:grid;grid-template-columns:8px 8px;grid-template-rows:8px 8px;gap:2px}.ms-logo i{display:block;background:#5c5c63}.divider{display:flex;align-items:center;gap:12px;color:#9896a1;font-size:13px;margin:22px 0}.divider:before,.divider:after{content:"";height:1px;background:var(--line);flex:1}.field label{display:block;font-weight:650;font-size:14px;margin-bottom:8px}.field input{width:100%;height:48px;border:1px solid #d9d7e0;border-radius:10px;padding:0 14px;font-size:16px;outline:none}.field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(91,63,214,.12)}.hint,.message{font-size:13px;color:var(--muted);line-height:1.45}.message{padding:12px 14px;border-radius:10px;background:#f1effb;margin-bottom:18px;color:#443a70}.topbar{height:72px;background:rgba(255,255,255,.9);border-bottom:1px solid var(--line);display:flex;align-items:center}.topbar-inner{display:flex;align-items:center;justify-content:space-between}.top-actions{display:flex;align-items:center;gap:18px}.org-switch{padding:9px 12px;border:1px solid var(--line);border-radius:10px;text-decoration:none;background:#fff;font-size:14px}.link-button{border:0;background:none;font:inherit;color:var(--muted);cursor:pointer}.main{padding:64px 0}.welcome{background:#fff;border:1px solid var(--line);border-radius:22px;padding:42px;box-shadow:0 10px 35px rgba(31,23,68,.06)}.eyebrow{text-transform:uppercase;letter-spacing:.11em;font-size:12px;color:var(--accent);font-weight:800}.welcome h1{font-size:42px;letter-spacing:-1.3px;margin:10px 0}.welcome p{color:var(--muted);font-size:17px}.org-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;margin-top:22px}.org-card{display:block;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.org-card:hover{border-color:#c9c3e8;box-shadow:0 10px 28px rgba(31,23,68,.07)}.org-card strong{display:block;margin-bottom:6px}.org-card span{color:var(--muted);font-size:14px}.plain-card{max-width:760px;margin:0 auto}.form-inline{margin:0}.error{background:#fff0f0;color:#8f1b1b;padding:12px 14px;border-radius:10px;margin-bottom:18px}@media(max-width:850px){.login-shell{grid-template-columns:1fr}.login-visual{display:none}.login-panel{min-height:100vh}.wrap{width:min(100% - 24px,1120px)}.welcome{padding:28px}.welcome h1{font-size:34px}.top-actions{gap:8px}.org-switch{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
.top-left{display:flex;align-items:center;gap:28px}.nav{display:flex;align-items:center;gap:8px}.nav-link{text-decoration:none;color:var(--muted);font-size:14px;font-weight:650;padding:9px 10px;border-radius:9px}.nav-link:hover{background:#f3f1f8;color:var(--text)}
.surface-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 10px 35px rgba(31,23,68,.05)}.surface-card h1,.surface-card h2{margin-top:0}.surface-card h2{font-size:20px;letter-spacing:-.3px}.narrow{max-width:760px}.lead{color:var(--muted);line-height:1.55}.muted{color:var(--muted)}.text-link{color:var(--accent);font-weight:700}.invite-page{min-height:100vh;display:grid;place-items:center;padding:28px}.invite-card{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:36px;box-shadow:var(--shadow)}.invite-card .brand{margin-bottom:34px}.invite-card h1{font-size:34px;letter-spacing:-1px;margin:10px 0 12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.actions-row{display:flex;gap:12px;margin-top:24px}.btn-auto{width:auto;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.page-heading h1{font-size:38px;letter-spacing:-1px;margin:7px 0 5px}.page-heading p{margin:0;color:var(--muted)}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.invite-form{display:flex;align-items:end;gap:12px}.invite-form .field{flex:1}.pending-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:13px 0}.pending-row:first-of-type{border-top:0}.pending-row strong,.pending-row span{display:block}.pending-row div span{font-size:13px;color:var(--muted);margin-top:4px}.status{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:750}.status-active{background:#eaf8ef;color:#237445}.status-muted{background:#f0f0f3;color:#6f6f7b}.status-pending{background:#fff4db;color:#8a6211}.table-card{padding:0;overflow:hidden}.section-title{display:flex;align-items:center;justify-content:space-between;padding:24px 26px;border-bottom:1px solid var(--line)}.section-title h2{margin:0}.section-title span{color:var(--muted);font-size:13px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:16px 20px;border-bottom:1px solid var(--line);vertical-align:middle}th{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:#faf9fc}tbody tr:last-child td{border-bottom:0}.person-cell strong,.person-cell span{display:block}.person-cell span{font-size:13px;color:var(--muted);margin-top:3px}.inline-actions{display:flex;gap:8px;align-items:center}.select{height:38px;border:1px solid #d9d7e0;border-radius:9px;background:#fff;padding:0 10px}.small-btn{height:38px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 12px;font-weight:700;cursor:pointer}.danger-link{border:0;background:none;color:#a33c3c;cursor:pointer}.right{text-align:right}
@media(max-width:850px){.nav{display:none}.admin-grid{grid-template-columns:1fr}.invite-form{align-items:stretch;flex-direction:column}.form-grid{grid-template-columns:1fr}.page-heading h1{font-size:32px}.top-left{gap:10px}}

/* Portal: shared workspace, navigation and existing administration views. */
.icon{flex:none;vertical-align:middle}.form-spacer{height:14px}button,input,select{font-family:inherit}a,button,input,select,summary{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #9a85fa;outline-offset:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px}.org-card{width:100%;text-align:left;cursor:pointer;font:inherit;min-height:110px}.actions-row{flex-wrap:wrap}.skip-link{position:fixed;left:20px;top:-100px;padding:14px 20px;background:#fff;color:#271866;z-index:10;border-radius:8px}.skip-link:focus{top:16px}
.portal{min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;display:flex;flex-direction:column;padding:34px 20px 20px;color:#eeeaff;background:linear-gradient(170deg,#271866 0%,#302075 62%,#3e2a91 100%);overflow-y:auto;z-index:3}.sidebar-brand{margin:0 12px 46px;gap:12px}.sidebar-brand>.brand-mark{width:40px;height:43px;border-radius:13px;background:#7457e6;border:1px solid #997cf0;box-shadow:0 5px 20px #12093a33;font-size:23px}.sidebar-brand>span:last-child{line-height:1.2;font-size:19px;letter-spacing:-.3px}.sidebar-brand strong{display:block;font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:500;color:#c8bdf2;margin-top:5px}.sidebar-menu>summary{display:none}.sidebar-nav{display:flex;flex-direction:column;gap:6px}.nav-caption{font-size:10px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#b4a5e4;padding:24px 14px 10px}.nav-caption:first-child{padding-top:0}.sidebar-link{display:flex;align-items:center;gap:13px;padding:13px 14px;min-height:47px;border-radius:10px;text-decoration:none;color:#d4cbea;font-size:14px;font-weight:550;border:1px solid transparent}.sidebar-link:hover{color:#fff;background:#ffffff0d}.sidebar-link.active{background:#ffffff18;border-color:#ffffff1a;color:#fff;box-shadow:inset 3px 0 #bba8ff}.sidebar-link.active .icon{color:#d1c3ff}.sidebar-bottom{margin-top:auto;padding-top:70px}.sidebar-signature{display:flex;align-items:center;gap:12px;padding:0 14px 25px;color:#bbaee7;font-size:12px;line-height:1.8}.sidebar-bottom form{border-top:1px solid #ffffff17;padding-top:14px}.logout-button{background:none;width:100%;font-family:inherit;cursor:pointer;text-align:left}.portal-body{grid-column:2;min-width:0;display:flex;flex-direction:column}.portal-topbar{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 38px;border-bottom:1px solid var(--line);background:#fff;gap:20px}.breadcrumb{display:flex;gap:12px;align-items:center;font-size:12px;color:#8b879c;white-space:nowrap}.breadcrumb strong{font-weight:600;color:#423c54}.portal-top-actions{display:flex;align-items:center;gap:24px;min-width:0}.portal .org-switch{display:flex;align-items:center;gap:9px;max-width:300px;background:#fcfbfe;border-color:#ebe8f2;font-size:12px;padding:11px 12px}.org-switch>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-link{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}.avatar{display:grid;place-items:center;flex:none;width:38px;height:38px;border-radius:50%;background:#eae4fc;color:#6441ce;text-transform:uppercase;font-size:14px;font-weight:700}.profile-label{display:flex;flex-direction:column;gap:4px;max-width:170px}.profile-label strong,.profile-label>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-label strong{font-size:12px;color:#302943}.profile-label>span{font-size:10px;color:#827990}.portal .main{padding:38px 0 50px;flex:1}.portal .wrap{width:calc(100% - 76px);max-width:1300px;margin:0 auto}.portal .wrap.narrow{max-width:760px}.portal .page-heading{gap:20px;margin-bottom:28px}.portal .page-heading h1{font-size:30px;letter-spacing:-1px;color:#241a3e;margin:8px 0}.portal .page-heading p{font-size:13px;line-height:1.6}.portal .eyebrow{font-size:10px;letter-spacing:1.5px}.workspace-tag{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:550;color:#6c6380;background:#eeebf5;border:1px solid #e6e0f1;padding:9px 12px;border-radius:24px;max-width:330px;overflow-wrap:anywhere}.workspace-tag .icon{width:15px;height:15px}.portal-footer{display:flex;justify-content:space-between;gap:14px;margin:0 38px;padding:22px 0;border-top:1px solid var(--line);font-size:10px;color:#888098}.portal-footer>span:first-child{color:#615770;font-weight:650}
.dashboard-hero{position:relative;display:flex;align-items:center;justify-content:space-between;overflow:hidden;min-height:238px;padding:36px 40px;border-radius:19px;background:linear-gradient(115deg,#332078,#5b3fd6);color:#fff;box-shadow:0 12px 30px #33207815}.hero-copy{position:relative;z-index:1;max-width:650px;width:70%}.dashboard-hero .eyebrow{color:#c7baf5}.dashboard-hero h2{font-size:34px;font-weight:600;letter-spacing:-1px;line-height:1.2;margin:12px 0}.dashboard-hero p{color:#ded6fb;font-size:13px;line-height:1.8;max-width:530px;margin:0}.dashboard-hero p strong{color:#fff;font-weight:600}.dashboard-hero .actions-row{margin-top:23px}.btn-light{color:#4d32a9;background:#fff}.btn-light:hover{background:#f0ebff}.portal .btn-auto{height:43px;font-size:12px;padding:0 18px;white-space:nowrap}.hero-art{position:absolute;right:65px;top:50%;width:140px;height:140px;transform:translateY(-50%);display:grid;place-items:center}.hero-shield{width:102px;height:120px;display:grid;place-items:center;background:linear-gradient(140deg,#ffffff20,#ffffff08);border:1px solid #ffffff35;border-radius:26px;transform:rotate(8deg);box-shadow:0 20px 35px #23135525}.hero-shield>.icon{width:59px;height:59px;color:#eee7ff;transform:rotate(-8deg);stroke-width:1.1}.hero-orbit{position:absolute;border:1px solid #ffffff15;border-radius:50%}.orbit-one{width:245px;height:245px}.orbit-two{width:345px;height:345px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:24px 0 34px}.stat-card{padding:21px 23px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 4px 16px #23135503;min-width:0}.stat-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:#756a86}.icon-tile{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#f0ebfc;color:#7754d6;flex:none}.icon-tile .icon{width:18px;height:18px}.stat-value{display:block;font-size:27px;font-weight:650;color:#302147;margin:5px 0 7px;letter-spacing:-.6px;overflow-wrap:anywhere}.stat-card p{font-size:11px;color:#82788e;line-height:1.5;margin:0;overflow-wrap:anywhere}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.section-heading h2{font-size:18px;font-weight:650;letter-spacing:-.3px;margin:0;color:#302147}.section-heading p{font-size:12px;color:#82788e;margin:6px 0 0}.shortcut-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.shortcut-card{display:block;position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;padding:23px;text-decoration:none;transition:border-color .15s,box-shadow .15s}.shortcut-card:hover{border-color:#b8a5ec;box-shadow:0 8px 24px #4328850a}.shortcut-card h3{font-size:14px;font-weight:650;margin:17px 0 8px;color:#302147;line-height:1.4}.shortcut-card p{font-size:12px;line-height:1.7;color:#82788e;margin:0;max-width:250px}.shortcut-arrow{position:absolute;top:27px;right:23px;color:#a397b8}.shortcut-arrow .icon{width:17px;height:17px}.workspace-note{display:flex;align-items:center;gap:16px;margin-top:26px;border:1px solid #e5dff3;border-radius:13px;padding:20px 23px;background:#f0edf8;color:#8a6dc2}.workspace-note>.icon{width:24px;height:24px}.workspace-note h2{font-size:12px;color:#564572;margin:0 0 6px;font-weight:650}.workspace-note p{font-size:11px;color:#796c8b;margin:0;line-height:1.7}
.subnav{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-bottom:25px;overflow-x:auto}.subnav a{display:flex;gap:8px;align-items:center;text-decoration:none;white-space:nowrap;padding:0 3px 15px;border-bottom:2px solid transparent;color:#7b7189;font-size:13px;font-weight:600}.subnav a:hover{color:var(--accent)}.subnav a.active{color:var(--accent);border-color:var(--accent)}.subnav a>span{display:inline-grid;place-items:center;min-width:21px;height:20px;padding:0 5px;font-size:10px;background:#ece7f7;border-radius:5px}.portal .surface-card{border-radius:15px;box-shadow:0 4px 16px #23135503}.portal .surface-card h2{font-size:17px;color:#302147}.portal .surface-card>.lead{font-size:13px}.portal .section-title{padding:23px;gap:18px}.portal .section-title h2{margin:0}.portal .section-title p{font-size:12px;line-height:1.6;margin:7px 0 0}.count-label{font-size:11px!important;white-space:nowrap;background:#f2eef9;border:1px solid #e8e1f4;border-radius:6px;padding:6px 9px;color:#786c8a!important}.portal th{font-size:10px;letter-spacing:.8px;padding:15px 23px}.portal td{font-size:12px;padding:19px 23px}.portal tbody tr:hover{background:#fdfcfe}.person{display:flex;gap:11px;align-items:center}.avatar-soft{width:34px;height:34px;font-size:12px;background:#f0ebfa}.person-cell{min-width:130px}.person-cell strong{font-size:12px;color:#392d49;font-weight:650;line-height:1.6}.person-cell span{font-size:11px}.person-cell strong .you-tag{display:inline-block;background:#f0ebfa;color:#846eab;font-size:9px;border-radius:4px;padding:0 5px;margin-left:4px;font-weight:500}.portal .select{font-size:11px;height:35px;max-width:180px;padding:0 8px}.portal .small-btn{font-size:10px;height:35px;color:#695780;background:#fcfaff}.portal .danger-link{font-size:11px;white-space:nowrap;min-height:35px}.portal .status{font-size:10px;font-weight:600;white-space:nowrap;gap:6px;align-items:center}.portal .status:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.table-note{display:flex;align-items:center;gap:8px;font-size:11px;line-height:1.7;color:#8a7d96;margin:19px 2px}.table-note>.icon{width:15px;height:15px}.invitation-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:22px;align-items:start}.large.icon-tile{width:44px;height:44px;margin-bottom:20px}.large.icon-tile .icon{width:23px;height:23px}.invite-submit{margin-top:17px;height:45px;font-size:12px}.portal .field label{font-size:12px;color:#493954}.portal .field input{font-size:14px;height:46px}.portal .hint{font-size:11px;line-height:1.8;margin-top:15px}.pending-card{padding:0}.pending-list{padding:0 23px}.pending-row{gap:12px;padding:19px 0}.pending-person{min-width:0;flex:1}.pending-person strong{font-size:12px;overflow-wrap:anywhere;color:#493954}.pending-row div span{font-size:10px;line-height:1.7;margin-top:5px}.empty-state{padding:42px 20px;text-align:center;color:#ab9cbe}.empty-state>.icon{width:34px;height:34px;margin-bottom:10px}.empty-state h3{font-size:15px;color:#594967;margin:10px 0}.empty-state p{max-width:350px;margin:0 auto;color:#8a7d96;font-size:12px;line-height:1.8}.empty-state a{display:inline-block;margin-top:18px;font-size:12px}.portal .message,.portal .error{font-size:12px;padding:14px 17px;line-height:1.7}.portal .org-grid{margin-top:25px}.portal .org-card{border-radius:14px;color:#453151;padding:24px;font-size:14px;line-height:1.6}.portal .org-card span{font-size:12px}.portal .plain-card>h1{font-size:30px;color:#302147;letter-spacing:-.8px}.portal .plain-card>.lead{font-size:13px}.portal .narrow .surface-card{padding:34px}
@media(min-width:851px){.sidebar-menu::details-content{content-visibility:visible}.sidebar-menu:not([open])>.sidebar-nav{display:flex}}
@media(max-width:1200px){.portal{grid-template-columns:214px minmax(0,1fr)}.sidebar{width:214px;padding-left:14px;padding-right:14px}.portal-topbar{padding:0 26px}.portal .wrap{width:calc(100% - 52px)}.portal-top-actions{gap:16px}.profile-label{display:none}.dashboard-hero{padding:32px}.hero-art{right:36px}.hero-copy{width:72%}.portal .page-heading h1{font-size:28px}.stat-card,.shortcut-card{padding:20px}.portal-footer{margin:0 26px}.portal .table-wrap{overflow:auto}.portal table{min-width:710px}}
@media(max-width:850px){.portal{display:block}.sidebar{position:relative;width:100%;padding:18px 22px;overflow:visible;display:grid;grid-template-columns:1fr auto;gap:0 20px}.sidebar-brand{margin:0;align-self:start}.sidebar-brand>.brand-mark{width:34px;height:38px}.sidebar-brand>span:last-child{font-size:17px}.sidebar-brand strong{font-size:9px}.sidebar-menu{grid-column:1/-1;grid-row:2;margin-top:15px}.sidebar-menu>summary{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:12px;padding:10px 0;color:#d4cbea;list-style:none}.sidebar-menu>summary::-webkit-details-marker{display:none}.sidebar-menu>summary>.icon:last-child{margin-left:auto}.sidebar-menu[open]>summary>.icon:last-child{transform:rotate(180deg)}.sidebar-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding-top:8px}.nav-caption{display:none}.sidebar-link{font-size:12px;min-height:43px;padding:10px 12px}.sidebar-bottom{grid-column:2;grid-row:1;padding:0;margin:0;align-self:center}.sidebar-signature{display:none}.sidebar-bottom form{padding:0;border:0}.logout-button{font-size:11px;padding:8px}.portal-topbar{height:70px;padding:0 22px}.breadcrumb{display:none}.portal-top-actions{width:100%;justify-content:space-between}.portal .org-switch{max-width:calc(100% - 55px)}.portal .main{padding:28px 0 35px}.portal .wrap{width:calc(100% - 44px)}.portal .page-heading{align-items:flex-start;flex-wrap:wrap;gap:14px}.workspace-tag{display:none}.dashboard-hero{padding:29px;min-height:220px}.dashboard-hero h2{font-size:29px}.hero-art{right:25px;opacity:.7}.hero-copy{width:73%}.stats-grid{gap:12px}.stat-card{padding:17px}.stat-heading{font-size:10px}.stat-heading .icon-tile{width:27px;height:27px}.stat-value{font-size:23px}.stat-card p{font-size:10px}.shortcut-grid{gap:12px}.shortcut-card{padding:19px}.shortcut-card h3{font-size:13px}.shortcut-arrow{right:17px}.invitation-layout{grid-template-columns:1fr}.portal-footer{margin:0 22px}.portal .narrow .surface-card{padding:25px}.pending-row>.icon-tile{display:none}}
@media(max-width:560px){.portal .wrap{width:calc(100% - 32px)}.portal .main{padding-top:24px}.portal .page-heading h1{font-size:26px}.portal .page-heading p{font-size:12px}.dashboard-hero{padding:27px 24px}.hero-copy{width:100%;max-width:none}.hero-art{display:none}.dashboard-hero h2{font-size:28px}.dashboard-hero p{font-size:12px}.stats-grid{grid-template-columns:1fr;margin:18px 0 28px;gap:10px}.stat-card{position:relative;padding:17px 20px}.stat-heading{font-size:12px}.stat-heading .icon-tile{position:absolute;right:20px;top:20px;width:35px;height:35px}.stat-value{font-size:25px;margin:8px 45px 3px 0}.stat-card p{font-size:11px}.shortcut-grid{grid-template-columns:1fr}.shortcut-card{padding:20px 22px}.shortcut-card h3{font-size:14px;margin-top:12px}.shortcut-card p{max-width:none}.workspace-note{padding:18px;align-items:flex-start}.portal-footer>span:last-child{display:none}.portal .section-title{align-items:flex-start}.portal .section-title h2{font-size:15px}.pending-list{padding:0 18px}.pending-row{flex-wrap:wrap}.portal .subnav{gap:20px}.portal .page-heading>.btn{min-height:44px}.sidebar-nav{grid-template-columns:1fr 1fr}.portal .form-grid{gap:18px}.portal .surface-card{padding:22px}.portal .table-card,.portal .pending-card{padding:0}.portal .inline-actions button{min-height:40px}.portal .danger-link{min-height:40px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
