:root{--navy:#1b3a5c;--deep:#142e49;--blue:#44627f;--gold:#d4a93c;--cream:#f7f6f2;--ink:#233548;--muted:#74808c;--line:#e6e7e4;--green:#26745d;--white:#fff;--red:#a6473e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);font-size:15px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.5}button:focus-visible,a:focus-visible{outline:3px solid var(--gold);outline-offset:3px}input:focus,textarea:focus,select:focus{outline:2px solid #acbccb;outline-offset:1px}a{color:var(--navy)}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:550;letter-spacing:-.035em}h1{font-size:38px;line-height:1.15}h2{font-size:23px}h3{font-size:17px;letter-spacing:-.015em}p{line-height:1.6}small{font-size:12px}button{border:0;background:none;color:inherit}button svg,a svg{width:20px;height:20px;flex-shrink:0}svg{display:block}input,select,textarea{width:100%;border:1px solid #dce1e4;border-radius:10px;background:#fff;color:var(--ink);padding:13px 14px;font-size:16px}textarea{resize:vertical;min-height:100px}label{display:grid;gap:8px;font-size:13px;font-weight:550}label+label{margin-top:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--navy);color:#fff;border-radius:10px;padding:13px 19px;min-height:46px;font-weight:550;text-decoration:none}.btn:hover{background:var(--deep)}.btn.light{background:white;color:var(--navy);border:1px solid var(--line)}.btn.soft{background:#edf1f4;color:var(--navy)}.btn.gold{background:var(--gold);color:var(--deep)}.btn.danger{color:var(--red);background:#fbefed}.icon-btn{min-width:44px;min-height:44px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);background:white}.link-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;padding:10px 0;font-weight:600}.muted{color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:10px;font-weight:700}.pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;border-radius:6px;padding:6px 9px;background:#edf2f4;color:var(--blue);white-space:nowrap}.pill.green{background:#e9f4ed;color:var(--green)}.pill.amber{background:#fbf2dd;color:#926d1b}.pill.red{background:#fbefed;color:var(--red)}.dot{width:6px;height:6px;background:currentColor;border-radius:50%}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.stack{display:grid;gap:18px}.space{margin-top:24px}.panel{border:1px solid var(--line);background:white;border-radius:16px;padding:24px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:24px}.empty{padding:35px 20px;text-align:center;border:1px dashed #d6dee3;border-radius:13px;display:grid;gap:12px;color:var(--muted);justify-items:center}.empty svg{width:30px;height:30px;color:#9dacb9}.empty h3{color:var(--ink)}.loading{height:100vh;display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center;letter-spacing:.3em;color:var(--navy);font-size:28px}.loading span{font-size:13px;letter-spacing:0;color:var(--muted)}
.sidebar{position:fixed;width:230px;height:100dvh;left:0;top:0;background:#fff;border-right:1px solid var(--line);padding:34px 22px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:12px;color:var(--navy)}.brand img{width:150px;height:66px;object-fit:contain}.brand .brand-text{font-size:22px;letter-spacing:.15em;font-weight:650}.brand small{display:block;font-size:9px;letter-spacing:.22em;margin-top:7px}.sidebar .eyebrow{color:var(--muted);margin:44px 13px 15px}.side-nav{display:grid;gap:8px}.side-nav button{display:flex;align-items:center;gap:12px;padding:14px 15px;border-radius:9px;text-align:left;font-size:14px;min-height:48px;color:var(--blue)}.side-nav button.active{color:var(--navy);background:#eef2f4;font-weight:600}.side-nav button.active:before{content:'';width:3px;height:19px;background:var(--gold);margin-left:-15px;margin-right:9px;border-radius:0 3px 3px 0}.sidebar-footer{margin-top:auto;border-top:1px solid var(--line);padding-top:22px;font-size:12px;color:var(--muted)}.avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border-radius:50%;background:#edf1f4;color:var(--navy);font-size:12px;font-weight:650}.avatar.gold{background:#f8f0dd}.user-copy{overflow:hidden;flex:1}.user-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;color:var(--ink);margin-bottom:4px}.logout{font-size:11px;padding:14px 0;color:var(--muted)}.workspace{margin-left:230px;min-height:100dvh}.topbar{height:90px;background:rgba(255,255,255,.65);padding:0 44px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.topbar .crumb{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted)}.topbar .crumb b{font-weight:500;color:var(--ink)}.mobile-brand{display:none}.content{max-width:1230px;margin:auto;padding:35px 44px 50px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.page-head p{margin-top:9px;color:var(--muted);font-size:14px}.head-tools{display:flex;align-items:center;gap:10px}.demo-bar{background:#fbf1d9;border-bottom:1px solid #ecdfba;padding:9px 22px;font-size:12px;display:flex;align-items:center;justify-content:center;gap:14px}.demo-bar select{font-size:12px;padding:5px 10px;width:auto;background:transparent;border-color:#d9cba7;border-radius:5px;max-width:170px}.demo-bar button{text-decoration:underline;font-size:12px}.hero{background:var(--navy);border-radius:18px;position:relative;overflow:hidden;padding:32px 36px;min-height:237px;color:white;display:flex;align-items:center}.hero-copy{position:relative;z-index:1;max-width:61%}.hero .eyebrow{color:#ced9e2;margin-bottom:15px}.hero h2{font-size:33px;line-height:1.18;color:#fff;max-width:360px}.hero p{font-size:13px;color:#c6d3df;margin-top:13px;max-width:370px}.hero .pill{background:#34516d;color:#fff;margin-top:23px}.hero-art{position:absolute;right:0;bottom:-3px;width:48%;height:97%;opacity:.8}.hero-art svg{width:100%;height:100%}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0 26px}.metric{background:white;border:1px solid var(--line);border-radius:13px;padding:21px 24px;display:grid;grid-template-columns:1fr auto;gap:12px}.metric .label{font-size:12px;color:var(--muted)}.metric strong{font-size:28px;font-weight:550;letter-spacing:-.04em}.metric small{color:var(--muted);font-size:11px}.metric .metric-icon{grid-column:2;grid-row:1/3;background:#f3f5f5;border-radius:10px;width:36px;height:36px;display:grid;place-items:center;color:var(--blue)}.metric-icon svg{width:18px;height:18px}.columns{display:grid;grid-template-columns:1.12fr 1fr;gap:22px;align-items:start}.task-row{display:flex;align-items:center;gap:13px;padding:18px 0;border-bottom:1px solid #eff0ed}.task-row:last-child{border:0;padding-bottom:0}.task-row:first-child{padding-top:0}.task-symbol{width:30px;height:30px;border:1px solid #dfe6e8;border-radius:50%;display:grid;place-items:center;color:#99a6b0;flex-shrink:0}.task-symbol.done{border-color:#d7ebe0;color:var(--green);background:#eef7f1}.task-symbol.active{color:var(--gold);border-color:#e8d8ad;background:#fffaf0}.task-symbol svg{width:15px;height:15px}.task-copy{flex:1;min-width:0}.task-copy h3{font-size:13px;font-weight:600;letter-spacing:0;margin-bottom:6px}.task-copy p{font-size:11px;color:var(--muted)}.progress-track{height:5px;border-radius:3px;background:#e9edef;overflow:hidden;accent-color:var(--gold);width:100%;border:0}.progress-track::-webkit-progress-bar{background:#e9edef;border-radius:3px}.progress-track::-webkit-progress-value{background:var(--gold);border-radius:3px}.progress-track::-moz-progress-bar{background:var(--gold)}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.quick-actions button{border:1px solid var(--line);border-radius:12px;background:white;padding:18px 14px;display:flex;align-items:center;gap:13px;text-align:left}.quick-actions strong{font-size:13px;display:block;font-weight:600}.quick-actions small{color:var(--muted);font-size:11px;display:block;margin-top:4px}.quick-actions svg{color:var(--blue)}.note{font-size:12px;color:var(--muted);line-height:1.65}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.photo-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.photo-card{border:1px solid var(--line);background:white;border-radius:12px;overflow:hidden}.photo-visual{height:185px;background:#e7e9e5;position:relative;overflow:hidden;display:block;width:100%;padding:0}.photo-grid.compact .photo-visual{height:120px}.photo-visual img,.photo-visual video,.photo-visual svg{width:100%;height:100%;object-fit:cover}.photo-copy{padding:12px 14px}.photo-copy strong{display:block;font-size:12px;font-weight:550;margin-bottom:6px;overflow-wrap:anywhere}.photo-copy small{color:var(--muted);font-size:10px}.video-tag{position:absolute;right:8px;bottom:8px;background:#172f48d9;color:white;border-radius:5px;padding:5px;font-size:11px}.gantt{overflow-x:auto;margin:0 -4px;padding:4px}.timeline-item{display:grid;grid-template-columns:minmax(150px,1.3fr) minmax(100px,1fr) auto;align-items:center;gap:22px;padding:20px 0;border-bottom:1px solid var(--line)}.timeline-item:last-child{border:0}.timeline-item h3{font-size:14px;margin-bottom:8px}.timeline-item p{font-size:12px;color:var(--muted)}.timeline-item .btn{min-height:40px;padding:9px 14px;font-size:12px}.date-range{font-size:12px;color:var(--blue);margin-bottom:8px}.filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:22px}.filter{padding:10px 16px;border:1px solid var(--line);border-radius:8px;font-size:12px;background:#fff;min-height:42px}.filter.active{background:var(--navy);border-color:var(--navy);color:#fff}.issue-card{padding:22px;border:1px solid var(--line);border-radius:13px;background:white}.issue-card h3{margin:14px 0 9px;font-size:17px}.issue-card p{font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.answer{border-left:3px solid var(--gold);padding:10px 15px;background:#f8f7f1;margin-top:16px}.chat-layout{display:grid;grid-template-columns:245px 1fr;min-height:510px;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.chat-tabs{border-right:1px solid var(--line);padding:16px}.chat-tab{width:100%;display:flex;text-align:left;align-items:center;gap:12px;padding:18px 12px;border-radius:10px;margin-bottom:10px}.chat-tab.active{background:#eff3f5}.chat-tab svg{width:20px;height:20px;color:var(--blue)}.chat-tab strong{font-size:13px;display:block}.chat-tab small{font-size:10px;color:var(--muted);display:block;margin-top:6px}.chat-tabs .note{padding:15px 10px}.chat-main{display:flex;flex-direction:column;min-width:0;height:620px;max-height:75dvh}.chat-header{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px}.chat-header h3{font-size:15px}.chat-header small{font-size:11px;color:var(--muted);display:block;margin-top:5px}.messages{overflow-y:auto;flex:1;padding:22px;scroll-behavior:smooth;background:#fafbf9}.chat-date{text-align:center;margin:0 0 24px;font-size:10px;color:var(--muted)}.bubble{max-width:82%;background:white;border:1px solid var(--line);border-radius:0 12px 12px 12px;padding:13px 16px;margin:0 auto 18px 0;width:fit-content;overflow-wrap:anywhere}.bubble.mine{margin-left:auto;margin-right:0;background:#eaf0f4;border:0;border-radius:12px 0 12px 12px}.bubble b{font-size:11px;color:var(--blue);display:block;margin-bottom:7px}.bubble p{font-size:13px;white-space:pre-wrap;line-height:1.6}.bubble time{display:block;font-size:9px;color:var(--muted);text-align:right;margin-top:7px}.bubble img,.bubble video{max-width:240px;max-height:220px;border-radius:7px;display:block;margin:5px 0}.composer{padding:15px;border-top:1px solid var(--line)}.composer form{display:flex;align-items:flex-end;gap:10px}.composer textarea{resize:none;min-height:48px;max-height:150px;border:0;background:#f6f7f5;font-size:14px;padding:14px}.composer .btn{min-width:46px;padding:13px}.attachment-pending{font-size:11px;color:var(--blue);padding-bottom:10px}.mobile-nav{display:none}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.project-card{display:grid;gap:18px;text-align:left;padding:28px;background:#fff;border:1px solid var(--line);border-radius:15px}.project-card:hover{border-color:#a9bac7}.project-card h2{font-size:22px}.project-card p{font-size:13px;color:var(--muted)}.project-card .pill{width:fit-content}.auth-page{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;background:white}.auth-brand{background:var(--navy);padding:60px 12%;color:white;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.auth-brand .brand-text{letter-spacing:.21em;font-size:24px}.auth-brand h1{font-size:clamp(38px,4.3vw,66px);line-height:1.1;margin-top:80px;max-width:420px;font-weight:450}.auth-brand p{color:#c4d1dd;max-width:310px;margin-top:26px;font-size:14px}.auth-brand .hero-art{width:85%;height:45%;opacity:.23;right:-15%;bottom:-30px}.auth-form{padding:60px 12%;display:flex;align-items:center;justify-content:center}.auth-inner{width:100%;max-width:380px}.auth-inner .eyebrow{color:var(--muted);margin-bottom:18px}.auth-inner h2{font-size:30px;margin-bottom:12px}.auth-inner>p{color:var(--muted);font-size:14px;margin-bottom:28px}.auth-inner .btn{width:100%;margin-top:22px}.auth-inner .note{margin-top:20px}.auth-inner .link-btn{display:flex;margin:15px auto}.auth-inner img{width:160px;max-height:100px;object-fit:contain;margin-bottom:30px}.form-error{padding:13px 15px;background:#fff1ee;color:#9f3e35;border-radius:8px;margin-bottom:18px;font-size:13px}.form-error:empty{display:none}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.two-fields label+label{margin-top:0}dialog{border:0;border-radius:18px;width:min(540px,calc(100% - 32px));max-height:90dvh;overflow:auto;padding:28px;color:var(--ink);box-shadow:0 25px 100px #142e4930}dialog::backdrop{background:#142e4975;backdrop-filter:blur(4px)}dialog h2{margin:0 0 12px}dialog>p{font-size:13px;color:var(--muted);margin-bottom:22px}dialog .close{float:right;margin:-10px -10px 0 12px}dialog form{margin-top:20px}dialog .btn{font-size:13px}dialog img,dialog video{max-width:100%;max-height:70dvh}.invite-link{font-size:12px;overflow-wrap:anywhere;background:#f3f5f4;padding:16px;border-radius:10px;line-height:1.6;user-select:all}.local-tag{font-size:10px;color:var(--muted)}#toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);background:var(--deep);color:#fff;padding:15px 22px;border-radius:12px;font-size:13px;max-width:90vw;z-index:100;box-shadow:0 10px 40px #10233b30;display:none}#toast.show{display:block}.network{padding:10px 20px;background:#fbefed;font-size:12px;color:var(--red);text-align:center}.member-row{padding:16px 0;border-bottom:1px solid var(--line)}.member-row:last-child{border:0}.member-row .user-copy strong{font-size:13px}.member-row .user-copy small{font-size:11px;color:var(--muted)}.footnote{margin-top:24px;font-size:11px;line-height:1.6;color:var(--muted)}
@media(min-width:1500px){.content{padding-top:45px}.hero{min-height:270px}}
@media(max-width:1100px){.sidebar{width:190px;padding:26px 15px}.workspace{margin-left:190px}.content{padding:28px}.topbar{padding:0 28px}.columns{grid-template-columns:1fr}.hero-art{width:47%}.hero h2{font-size:29px}.photo-grid.compact .photo-visual{height:180px}.chat-layout{grid-template-columns:185px 1fr}.chat-tabs{padding:8px}.metric{padding:17px}.metric .label{font-size:11px}.metric strong{font-size:25px}}
@media(max-width:720px){h1{font-size:28px}h2{font-size:20px}.sidebar{display:none}.workspace{margin:0}.topbar{height:74px;padding:0 21px;background:#fff}.topbar .crumb{display:none}.mobile-brand{display:block}.mobile-brand img{width:121px;height:53px;object-fit:contain}.topbar .local-tag{display:none}.content{padding:25px 20px 110px}.page-head{margin-bottom:23px;gap:12px;align-items:flex-start}.page-head p{font-size:12px;margin-top:8px}.page-head .btn{padding:10px 12px;min-height:41px;font-size:11px}.head-tools{gap:6px}.page-head .head-tools .btn span.optional{display:none}.hero{border-radius:14px;padding:26px 24px;min-height:224px}.hero-copy{max-width:77%}.hero h2{font-size:28px;max-width:240px}.hero .eyebrow{font-size:9px;margin-bottom:12px}.hero p{font-size:11px;max-width:215px}.hero-art{width:55%;height:75%;opacity:.55;right:-12%}.hero .pill{font-size:10px;margin-top:20px}.metrics{gap:9px;margin:15px 0 24px}.metric{padding:15px 12px;gap:9px;display:flex;flex-direction:column;min-width:0}.metric .metric-icon{display:none}.metric .label{font-size:10px;line-height:1.4}.metric strong{font-size:25px}.metric small{font-size:9px}.panel{padding:20px;border-radius:13px}.panel-head{margin-bottom:20px}.panel-head h2{font-size:18px}.panel-head .link-btn{font-size:11px}.columns{gap:20px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.photo-grid.compact .photo-visual,.photo-visual{height:135px}.photo-copy{padding:11px}.photo-copy strong{font-size:11px}.photo-copy small{font-size:9px}.quick-actions{gap:9px;margin-top:18px}.quick-actions button{padding:16px 12px;gap:10px}.quick-actions strong{font-size:11px}.quick-actions small{font-size:10px}.quick-actions svg{width:18px}.task-row{gap:10px;padding:17px 0}.task-copy h3{font-size:12px}.task-copy p{font-size:10px}.task-row>.pill{font-size:9px;padding:5px 7px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:30;background:#fff;border-top:1px solid var(--line);padding:8px 10px calc(8px + env(safe-area-inset-bottom));justify-content:space-around;box-shadow:0 -5px 30px #142e4905}.mobile-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:50px;padding:5px 12px;color:#8a97a1;font-size:9px;border-radius:10px}.mobile-nav button svg{width:21px;height:21px}.mobile-nav button.active{color:var(--navy);background:#f0f3f4}.mobile-nav button.active:after{content:'';width:13px;height:2px;background:var(--gold);position:absolute;bottom:9px}.demo-bar{padding:8px 12px;gap:8px;justify-content:space-between;font-size:10px}.demo-bar select{font-size:11px;max-width:139px}.demo-bar button{font-size:10px}.timeline-item{grid-template-columns:1fr auto;gap:12px;padding:20px 0}.timeline-item>div:nth-child(2){grid-column:1}.timeline-item>button{grid-column:2;grid-row:1/3}.timeline-item h3{font-size:13px}.timeline-item p{font-size:11px}.date-range{font-size:11px}.chat-layout{display:flex;flex-direction:column;border-radius:13px}.chat-tabs{padding:8px;border:0;display:flex;border-bottom:1px solid var(--line);gap:8px}.chat-tab{padding:12px;margin:0;gap:9px;flex:1;min-width:0}.chat-tab strong{font-size:11px}.chat-tab small{font-size:9px}.chat-tab svg{width:16px}.chat-tabs .note{display:none}.chat-main{height:calc(100dvh - 310px);max-height:none;min-height:360px}.chat-header{padding:14px 16px}.chat-header h3{font-size:13px}.chat-header small{font-size:10px}.messages{padding:18px 14px}.bubble{max-width:89%;padding:12px 14px}.bubble p{font-size:12px}.bubble img,.bubble video{max-width:195px}.composer{padding:10px}.composer form{gap:6px}.composer textarea{font-size:16px}.composer .btn{padding:12px;min-width:42px;min-height:44px}.projects-grid{grid-template-columns:1fr}.auth-page{display:block}.auth-brand{padding:30px 25px 38px;min-height:235px}.auth-brand .brand-text{font-size:19px}.auth-brand h1{font-size:37px;margin-top:35px;max-width:255px}.auth-brand p{font-size:12px;margin-top:16px}.auth-brand .hero-art{height:90%;width:65%;right:-15%;opacity:.25}.auth-form{padding:35px 27px}.auth-inner>img{display:none}.auth-inner h2{font-size:26px}.auth-inner .eyebrow{font-size:9px}.auth-inner>p{font-size:13px}.form-actions{flex-wrap:wrap}.two-fields{gap:12px}dialog{padding:24px;max-height:85dvh}.filters{gap:7px}.filter{font-size:11px;padding:10px 12px}.issue-card{padding:18px}.issue-card h3{font-size:16px}#toast{bottom:96px;width:max-content;max-width:90vw;line-height:1.5}.footnote{font-size:10px}.head-tools .icon-btn{width:40px;min-width:40px;height:40px;min-height:40px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.avatar>svg{width:20px;height:20px}
@media(max-width:720px){.content.chat-page{height:calc(100dvh - 74px - 76px - env(safe-area-inset-bottom));display:flex;flex-direction:column;padding:20px 16px 12px}.demo-bar~.workspace .content.chat-page{height:calc(100dvh - 74px - 76px - 44px - env(safe-area-inset-bottom))}.chat-page .page-head{margin-bottom:18px}.chat-page .page-head h1{font-size:24px}.chat-page .chat-layout{flex:1;min-height:0}.chat-page .chat-main{flex:1;height:auto;max-height:none;min-height:0}.chat-page>.footnote{display:none}.chat-tabs.single{display:none}.chat-page .chat-header{padding:12px 15px}.chat-page .chat-header small{font-size:10px}}

.role-badge{font-size:11px;font-weight:600;color:var(--navy);padding:7px 10px;border:1px solid #dce4e9;border-radius:7px;background:#f3f6f8;white-space:nowrap}.role-actions{background:white;border:1px solid var(--line);border-left:3px solid var(--gold);border-radius:12px;padding:18px 22px;margin-top:18px;display:flex;gap:18px;align-items:center;justify-content:space-between}.role-actions strong{font-size:14px}.role-actions p{font-size:12px;color:var(--muted);margin-top:5px}.role-actions .btn{font-size:12px;padding:11px 13px}.role-actions>.row{flex-shrink:0}.role-actions+.metrics{margin-top:18px}@media(max-width:1100px){.role-actions{align-items:flex-start;flex-direction:column}}@media(max-width:720px){.role-badge{font-size:9px;padding:6px 8px}.topbar>.row{gap:8px}.role-actions{padding:16px;margin-top:14px;gap:14px}.role-actions strong{font-size:13px}.role-actions p{font-size:11px}.role-actions .btn{font-size:10px;padding:10px;min-height:44px}.role-actions>.row{gap:7px;flex-wrap:wrap}}
