:root{--purple:#9039bb;--pink:#bc38ca;--ink:#253249;--muted:#7b8799;--line:#e8eaf0;--canvas:#f5f6fa;--white:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--canvas);font-size:14px}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #cc9eea;outline-offset:3px}button{transition:background .16s,box-shadow .16s,transform .16s}input{outline:none}input:focus-visible{outline:none}button:hover:not(:disabled){filter:brightness(.98)}.icon{height:18px;width:18px;flex-shrink:0;vertical-align:middle}.brand{display:inline-flex;align-items:center;gap:9px;font-size:22px;font-weight:750;letter-spacing:-.8px;line-height:1.1;color:#402155}.brand-symbol{background:linear-gradient(135deg,#b434c1,#772dbe);color:#fff;width:35px;height:35px;border-radius:12px;display:grid;place-items:center;box-shadow:0 5px 15px #943abc23}.brand-symbol .icon{width:23px;height:23px;stroke-width:2}.brand-sub{display:block;font-size:8px;letter-spacing:3px;font-weight:600;margin-top:4px;color:#947aab}.brand-large{font-size:35px;gap:13px}.brand-large .brand-symbol{height:58px;width:58px;border-radius:19px}.brand-large .brand-symbol .icon{width:36px;height:36px}.brand-large .brand-sub{font-size:10px;letter-spacing:5px;margin-top:7px}.boot{display:grid;place-content:center;justify-items:center;min-height:100vh;color:var(--muted)}.spinner{display:inline-block;width:24px;height:24px;border:2px solid #e4d3ee;border-top-color:var(--purple);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow,.label,.section-kicker,.light-label{font-size:10px;font-weight:700;letter-spacing:1.7px}.eyebrow{color:var(--purple)}.muted{color:var(--muted);font-size:12px}.primary{background:linear-gradient(105deg,#9b35bf,#b53ac6);color:#fff;border:0;border-radius:9px;min-height:46px;display:flex;align-items:center;justify-content:center;gap:13px;font-weight:600;box-shadow:0 5px 14px #9436be23}.outline{border:1px solid #e1e4ec;background:white;border-radius:6px;padding:9px 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px}.text-button{display:inline-flex;align-items:center;gap:7px;background:none;border:0;color:var(--purple);font-size:12px;padding:4px}.icon-button{display:grid;place-items:center;background:none;border:0;padding:8px;color:#8e51ad}.form-error{font-size:12px;color:#be3156;line-height:1.5;min-height:18px}.login-page{background:#fbfaff}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr}.login-story{position:relative;overflow:hidden;background:radial-gradient(ellipse at 5% 0%,#e8defe 0%,transparent 55%),linear-gradient(145deg,#d4bdf2 0%,#a77bdf 48%,#6026b3 100%);min-height:760px;padding:46px 58px;color:#fff}.story-brand{position:relative;z-index:3}.story-brand .brand{color:#513070}.story-brand .brand-sub{color:#755090}.story-copy{position:relative;z-index:2;margin-top:120px}.light-label{color:#f4eaff;font-size:10px;letter-spacing:2px}.story-copy h1{font-size:clamp(33px,3.6vw,54px);letter-spacing:-2px;line-height:1.15;margin:24px 0}.story-copy>p{line-height:1.8;color:#f0e6fa;font-size:15px}.story-tags{display:flex;gap:20px;margin-top:35px;font-size:11px}.story-tags span{display:flex;align-items:center;gap:7px;color:#f6efff}.story-tags .icon{width:15px;height:15px}.ribbon{position:absolute;width:1200px;height:480px;border-radius:50%;transform:rotate(-24deg);left:-180px;bottom:-320px;border:3px solid #e8cfff;box-shadow:0 -10px 20px #e8ccffb0,inset 0 20px 28px #43139f88;background:linear-gradient(175deg,#ae6bef 0%,#532399 25%,#9053d0 40%,#b87ffa 49%,#351084 65%,#7d2fe0 90%)}.ribbon-two{bottom:-380px;left:-200px;transform:rotate(-32deg);opacity:.8}.ribbon-three{bottom:-445px;left:-180px;transform:rotate(-38deg);box-shadow:0 -6px 8px #e8cfff,inset 0 20px 20px #351170;background:linear-gradient(180deg,#c889ff,#52209b)}.story-foot{position:absolute;bottom:28px;left:58px;z-index:4;font-size:11px;color:#eee0fc}.login-side{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:70px 36px 24px}.login-card{width:100%;max-width:365px}.login-card>.brand{margin-bottom:45px}.login-card>.eyebrow{display:block;font-size:9px;letter-spacing:2px;margin-bottom:12px}.login-card h2{font-size:29px;letter-spacing:-1px;margin:0 0 10px}.login-card>p{color:var(--muted);margin:0 0 32px;font-size:13px}.login-card label{display:block;font-size:12px;font-weight:600;margin:20px 0 9px}.input-wrap{display:flex;align-items:center;gap:10px;border:1px solid #dfe1eb;border-radius:8px;padding:4px 12px;background:white;color:#a0a5b4;min-height:47px}.input-wrap:focus-within{border-color:#ab64cf;box-shadow:0 0 0 3px #a64bca0c}.input-wrap input{border:0;background:transparent;min-width:0;width:100%;padding:9px 0;color:var(--ink);font-size:13px}.input-wrap input::placeholder{color:#a5adbb}.input-wrap .icon{height:16px;width:16px}.login-card .form-error{margin:10px 0}.login-submit{width:100%}.login-submit .icon{height:16px;width:16px}.login-trust{display:flex;gap:7px;align-items:center;justify-content:center;color:#9493a4;font-size:11px;margin:26px 0}.login-trust .icon{height:14px;width:14px}.login-side footer{color:#a2a2b1;font-size:11px;margin-top:60px}.topbar{height:72px;background:#ffffffed;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 34px;gap:22px;position:relative;z-index:10}.topbar .brand{font-size:20px}.topbar .brand-symbol{height:33px;width:33px;border-radius:10px}.topbar-divider{height:23px;width:1px;background:#e9e6ee}.topbar-title{font-size:11px;color:#9a96a5}.user-area{margin-left:auto;position:relative}.user-button{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;padding:7px 10px;text-align:left;min-width:174px}.user-avatar{border-radius:50%;background:#ae39bf;color:white;width:31px;height:31px;display:grid;place-items:center;font-size:11px;font-weight:700}.user-button strong{font-size:11px;font-weight:650;display:block}.user-button small{font-size:9px;display:block;color:#9294a5;margin-top:3px}.user-button>.icon{height:13px;width:13px;color:#9893a4;margin-left:auto}.user-menu{position:absolute;right:0;top:55px;width:255px;background:white;border:1px solid var(--line);box-shadow:0 12px 35px #30233c12;border-radius:10px;padding:18px;z-index:20}.user-menu>strong,.user-menu>span{display:block;font-size:12px}.user-menu>span{color:var(--muted);font-size:11px;margin:7px 0}.user-menu .role-tag{display:inline-block;border-radius:4px;padding:4px 7px;background:#f5e9fa;color:var(--purple);font-size:10px}.user-menu button{display:flex;align-items:center;gap:8px;border:0;border-top:1px solid var(--line);background:white;padding:14px 0 0;margin-top:10px;width:100%;text-align:left;font-size:12px;color:#9c385d}.portal-footer{max-width:1320px;margin:48px auto 0;padding:24px 32px;border-top:1px solid #e8e9f0;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#9b9dac;font-size:10px}.portal-footer a{display:flex;gap:5px;align-items:center}.portal-footer .icon{width:12px;height:12px}.search-page{max-width:1040px;margin:auto;padding:0 32px;min-height:calc(100vh - 195px)}.search-hero{max-width:760px;text-align:center;margin:60px auto 0}.section-kicker{display:block;color:#a5a1ad;font-size:9px;letter-spacing:2.2px;margin-bottom:25px}.search-hero>.brand{margin-bottom:18px}.search-hero h1{font-size:29px;font-weight:650;line-height:1.28;letter-spacing:-.9px;margin:10px 0}.search-hero h1 span{color:#9b47b6}.hero-description{color:#9195a4;font-size:12px;margin:12px 0 25px}.search-box{max-width:650px;margin:auto;border:1px solid #d4b0e1;box-shadow:0 5px 20px #783c9e09;background:white;border-radius:13px;display:flex;align-items:center;padding:6px 7px 6px 18px;gap:12px}.search-box>.icon{color:#a69ab1;width:18px;height:18px}.search-box input{border:0;background:white;flex:1;min-width:0;font-size:13px;padding:12px 0;color:var(--ink)}.search-box input::placeholder{color:#a7aab8}.search-box:focus-within{border-color:#a655c6;box-shadow:0 0 0 3px #9d45c00c}.search-submit{border:0;border-radius:9px;background:linear-gradient(120deg,#a63fc3,#b738c7);color:white;display:flex;align-items:center;gap:7px;padding:12px 18px;font-size:12px;font-weight:550}.search-submit .icon{height:16px;width:16px}.search-types{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:18px}.type-button{display:flex;align-items:center;gap:5px;background:white;border:1px solid #e8e9ef;padding:7px 10px;border-radius:7px;font-size:10px;color:#80879a;position:relative}.type-button .icon{width:13px;height:13px}.type-button.active{color:#8f38b1;border-color:#ca9add;background:#f8f0fb;box-shadow:0 3px 8px #8638a812}.type-button:disabled{opacity:.45}.soon-dot{height:3px;width:3px;background:#a8a4b0;border-radius:50%}.search-help{font-size:10px;line-height:1.6;color:#a1a1ad;margin:15px auto 0;max-width:610px}.search-form>.form-error{margin:6px 0 0}.recent-section{max-width:650px;margin:34px auto 0}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px}.section-heading h2{margin:0;display:flex;gap:7px;align-items:center;font-size:12px;font-weight:600;color:#556074}.section-heading h2 .icon{width:14px;height:14px;color:#929aaa}.section-heading .text-button{color:#a49bad;font-size:10px}.recent-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.recent-item{border:1px solid var(--line);border-radius:7px;display:flex;align-items:center;gap:10px;padding:10px 12px;background:white;text-align:left;min-width:0}.recent-item:hover{border-color:#d0b1e0;box-shadow:0 2px 8px #77558508}.recent-icon{background:#f0eaf9;color:#9763b3;display:grid;place-items:center;width:31px;height:31px;border-radius:6px;flex-shrink:0}.recent-icon .icon{height:16px;width:16px}.recent-icon.teal{background:#eaf7f4;color:#40a69f}.recent-item>span:nth-child(2){overflow:hidden}.recent-item strong{font-size:10px;font-weight:550;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.recent-item small{font-size:9px;color:#a9aaba;margin-top:4px;display:block}.recent-arrow{height:12px;width:12px;margin-left:auto;color:#c3b6ca}.empty-history{grid-column:1/-1;padding:24px;text-align:center;border:1px dashed #dcdbe5;border-radius:9px;line-height:1.7;color:#9795a7;font-size:11px}.source-banner{max-width:650px;display:flex;align-items:center;gap:12px;padding:16px;background:#eeedf5;border-radius:9px;margin:25px auto 0}.source-icon{color:#9a7aa9;display:grid;place-items:center}.source-banner strong{font-size:10px;font-weight:600;color:#81758e}.source-banner p{font-size:9px;color:#9a92a5;margin:5px 0 0;line-height:1.5}.source-badge{font-size:9px;border:1px solid #dcd5e6;padding:5px 8px;color:#9b86ac;border-radius:4px;margin-left:auto;letter-spacing:1px}.loading-panel,.empty-state{text-align:center;background:white;border:1px solid var(--line);border-radius:10px;margin-top:25px;padding:35px;color:#9b93a9;font-size:12px}.loading-panel{display:flex;justify-content:center;align-items:center;gap:12px}.empty-state>.icon{width:30px;height:30px;color:#bca5c9}.empty-state h2{font-size:16px;color:#666075;margin:16px 0 8px}.empty-state p{line-height:1.8;max-width:500px;margin:auto}.results-panel{background:white;border:1px solid var(--line);border-radius:12px;padding:20px;margin-top:25px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:11px}thead{background:#f7f7fa;color:#9894a3;font-size:9px;font-weight:500}th,td{padding:12px 10px;white-space:normal}th{font-weight:550}td{border-bottom:1px solid #f0eff4;color:#6c7284}td strong{font-weight:550;display:block;min-width:180px;max-width:320px;font-size:11px}td small{display:block;font-size:9px;color:#a2a4af;margin-top:4px}.mono{font-variant-numeric:tabular-nums;white-space:nowrap}.view-profile{border:0;background:#f7f0fb;padding:7px 8px;color:#9b4ab8;border-radius:5px;font-size:10px;display:flex;gap:4px;align-items:center;white-space:nowrap}.view-profile .icon{width:12px;height:12px}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:20px;font-size:9px;color:#8b8394;background:#f1eff4;white-space:nowrap}.status-badge>span{height:5px;width:5px;background:#a89caf;border-radius:50%}.status-badge.is-active{color:#409680;background:#eaf7ef}.status-badge.is-active>span{background:#62b797}.pagination{display:flex;gap:7px;align-items:center;margin-top:15px}.pagination>span{font-size:9px;line-height:1.6;color:#9a96a5;margin-right:auto}.pagination .outline{font-size:10px;padding:6px 9px}.profile-page{max-width:1400px;padding:0 32px;margin:auto}.breadcrumbs{display:flex;gap:15px;align-items:center;padding:21px 0;color:#b0aab7;font-size:10px}.breadcrumbs .text-button{font-size:10px;color:#9783a3}.breadcrumbs .icon{width:13px;height:13px}.profile-summary{display:grid;grid-template-columns:1.05fr 1fr;gap:42px;margin:12px 0 34px;align-items:center}.profile-identity{display:flex;gap:21px;align-items:flex-start}.profile-avatar{background:linear-gradient(140deg,#f1e5fc,#e6e9f9);width:89px;height:89px;display:grid;place-items:center;border-radius:50%;border:1px solid #e2d9ed;flex-shrink:0;color:#9f7db5}.profile-avatar .icon{width:48px;height:48px;stroke-width:1.2}.profile-identity .eyebrow{font-size:8px;letter-spacing:1.7px;color:#a995b5;display:block;margin:3px 0 9px}.profile-identity h1{font-size:20px;line-height:1.4;font-weight:620;letter-spacing:-.4px;margin:0 0 7px;max-width:510px}.identity-ruc{display:flex;align-items:center;gap:6px;color:#9293a4;font-size:10px}.identity-ruc strong{font-size:12px;font-weight:500;letter-spacing:.4px;color:#747588}.copy-button{border:0;background:#ebeaf2;color:#9b87ac;border-radius:4px;font-size:8px;padding:4px 6px;margin-left:4px}.location{font-size:10px;color:#a2a2b2;display:flex;align-items:center;gap:4px;margin:9px 0 13px}.location .icon{height:12px;width:12px}.identity-badges{display:flex;gap:6px;flex-wrap:wrap}.identity-badges>span{display:flex;align-items:center;gap:4px;padding:4px 7px;border:1px solid #e0d5ed;border-radius:5px;font-size:8px;color:#a288b4}.identity-badges .icon{width:11px;height:11px}.profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-stats article{padding:16px 18px;background:white;border-radius:9px;border:1px solid #eff0f4;display:flex;align-items:flex-start;flex-direction:column;gap:10px}.profile-stats .label{font-size:8px;letter-spacing:.7px;color:#a5a2b0}.profile-stats article>strong{font-size:12px;font-weight:550;color:#697386}.profile-stats small{font-size:8px;color:#b0acb8}.profile-stats .activity-card{grid-column:1/-1;gap:8px}.activity-card p{font-size:10px;line-height:1.6;margin:0;color:#7b7d8d}.profile-layout{display:grid;grid-template-columns:224px minmax(0,1fr);gap:22px}.side-card{padding:16px;background:#fff;border:1px solid #eeeff4;border-radius:9px;margin-bottom:12px}.side-card h2{font-size:8px;font-weight:600;letter-spacing:.4px;color:#9693a4;margin:0 0 12px}.side-card .outline{width:100%;margin-bottom:7px;padding:8px 5px;font-size:9px;color:#88869b}.side-card .outline .icon{height:12px;width:12px}.source-side{text-align:center}.source-side h2{text-align:left}.source-side-symbol{display:grid;place-items:center;color:#a591b5;margin:19px 0 10px}.source-side-symbol .icon{width:26px;height:26px;stroke-width:1.3}.source-side>strong{display:block;font-size:10px;font-weight:550;color:#9890a2}.source-side>p{font-size:9px;color:#ada6b5;line-height:1.8;margin:10px 0 18px}.source-side>span{display:block;font-size:8px;color:#afa9b9}.source-side>b{display:block;font-size:9px;color:#9c8eaa;font-weight:500;margin:5px 0}.sidebar-note{font-size:9px;color:#aaa4b3;line-height:1.8;padding:3px 10px;display:flex;align-items:flex-start;gap:7px}.sidebar-note .icon{width:13px;height:13px;margin-top:3px}.tabs{display:flex;gap:5px;overflow-x:auto;border-bottom:1px solid #e2dce9;margin-bottom:21px;scrollbar-width:thin}.tabs button{border:0;border-bottom:2px solid transparent;border-radius:6px 6px 0 0;background:transparent;display:flex;align-items:center;gap:5px;white-space:nowrap;padding:11px 10px;color:#9690a2;font-size:9px}.tabs button .icon{height:12px;width:12px}.tabs button.active{color:#b346c1;background:#f0eaf6;border-bottom-color:#b53ec6}.data-card{background:white;border:1px solid #eeeff4;border-radius:9px;padding:19px 21px;margin-bottom:13px;break-inside:avoid}.data-card h3{font-size:8px;color:#9a96a6;font-weight:600;letter-spacing:.4px;margin:0 0 18px}.data-card dl{display:grid;grid-template-columns:1fr 1fr;gap:21px 35px;margin:0}.field{min-width:0}.field dt{font-size:9px;color:#a5a3b3;margin-bottom:6px}.field dd{font-size:11px;font-weight:450;line-height:1.65;margin:0;color:#687288;overflow-wrap:anywhere}.profile-source-note{display:flex;align-items:center;gap:7px;font-size:9px;color:#a8a2b3;padding:7px 8px;line-height:1.7}.profile-source-note .icon{width:12px;height:12px}.empty-tab{background:white;border:1px solid var(--line);border-radius:9px;min-height:330px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:38px}.empty-tab-icon{background:#f4edf9;color:#ae88c4;width:55px;height:55px;display:grid;place-items:center;border-radius:17px;margin-bottom:23px}.empty-tab-icon .icon{width:25px;height:25px}.empty-tab>.eyebrow{font-size:8px;letter-spacing:1.4px;color:#ad94be}.empty-tab h2{font-size:19px;font-weight:550;color:#7b6e8c;margin:12px 0}.empty-tab p{max-width:430px;font-size:12px;line-height:1.8;color:#9b92a8;margin:0}.neutral-note{font-size:10px;line-height:1.8;color:#aaa2b4;background:#f7f5fa;border-radius:7px;max-width:440px;padding:12px 17px;margin-top:22px}.panel-note{font-size:10px;color:#a298ae;line-height:1.8;padding:4px 12px}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,15px);background:#473454;color:white;padding:13px 22px;border-radius:9px;font-size:12px;box-shadow:0 5px 30px #27173222;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:99;max-width:90vw}#toast.show{opacity:1;transform:translate(-50%,0)}
.data-card h3{font-size:10px}.field dt{font-size:11px}.field dd{font-size:13px}.tabs button{font-size:11px}.side-card h2{font-size:9px}.side-card .outline{font-size:11px}.profile-stats .label{font-size:9px}.profile-stats small{font-size:10px}.activity-card p{font-size:12px}.source-side>p{font-size:11px}.source-side>strong{font-size:12px}.source-side>span,.source-side>b{font-size:10px}.profile-source-note,.sidebar-note{font-size:10px}
@media(min-width:1600px){.login-story{padding-left:90px}.story-foot{left:90px}.story-copy{margin-top:150px}.search-hero{margin-top:85px}}@media(max-width:1050px){.login-story{padding:35px}.story-copy h1{font-size:37px}.story-foot{left:35px}.profile-summary{gap:22px}.profile-identity{gap:15px}.profile-avatar{width:65px;height:65px}.profile-avatar .icon{width:35px;height:35px}.profile-identity h1{font-size:17px}.profile-layout{grid-template-columns:185px minmax(0,1fr);gap:15px}.tabs button{padding:10px 8px;font-size:8px}.profile-page{padding:0 22px}.topbar{padding:0 22px}}@media(max-width:760px){.login-layout{grid-template-columns:1fr;min-height:100dvh}.login-story{display:none}.login-side{min-height:100dvh;padding:40px 26px 22px;background:radial-gradient(ellipse at 100% 0,#f0e3fb,transparent 55%),#fcfaff}.login-card>.brand{margin-bottom:38px}.login-side footer{margin-top:45px}.login-card{max-width:380px}.topbar{height:66px;padding:0 17px;gap:13px}.topbar-title,.topbar-divider{display:none}.topbar .brand{font-size:18px}.topbar .brand-symbol{width:30px;height:30px}.topbar .brand-sub{font-size:7px}.user-button{min-width:0;padding:5px 7px;gap:7px}.user-button>span:nth-child(2){display:none}.user-avatar{width:28px;height:28px;font-size:9px}.search-page{padding:0 18px}.search-hero{margin-top:35px}.section-kicker{font-size:8px;margin-bottom:22px}.search-hero h1{font-size:25px}.brand-large{font-size:30px}.brand-large .brand-symbol{width:50px;height:50px;border-radius:15px}.brand-large .brand-symbol .icon{width:30px;height:30px}.hero-description{font-size:11px}.search-box{padding-left:12px;gap:9px}.search-submit{padding:12px}.search-submit span{display:none}.search-box input{font-size:12px}.search-types{gap:6px;margin-top:14px}.type-button{font-size:9px;padding:7px 8px}.search-help{font-size:9px;padding:0 8px}.recent-section{margin-top:20px}.recent-list{gap:6px}.recent-item{padding:9px 8px;gap:7px}.recent-item strong{font-size:9px}.recent-item small{font-size:8px}.recent-icon{height:27px;width:27px}.recent-arrow{display:none}.source-banner{padding:13px 12px}.source-banner p{font-size:8px}.portal-footer{padding:20px 18px;gap:12px;font-size:8px;flex-wrap:wrap;margin-top:34px}.portal-footer>span:nth-child(2){display:none}.results-panel{padding:14px 10px}.section-heading h2{font-size:11px}.results-panel .section-heading{padding:0 4px}.results-panel .muted{font-size:9px}td,th{padding:10px 8px}.pagination{flex-wrap:wrap}.pagination>span{width:100%;margin-bottom:5px}.profile-page{padding:0 16px}.breadcrumbs{padding:17px 0;gap:8px;font-size:9px}.profile-summary{grid-template-columns:1fr;gap:23px;margin:8px 0 25px}.profile-identity{gap:15px}.profile-identity h1{font-size:18px}.profile-avatar{width:67px;height:67px}.profile-stats{gap:8px}.profile-stats article{padding:13px 14px;gap:8px}.profile-stats small{font-size:8px}.profile-layout{display:flex;flex-direction:column;gap:14px}.profile-sidebar{display:flex;flex-direction:column}.side-card:first-child{margin:0;padding:12px;display:flex;flex-wrap:wrap;gap:8px}.side-card:first-child h2{width:100%;margin:0;font-size:8px}.side-card .outline{width:auto;flex:1;margin:0;font-size:9px}.source-side,.sidebar-note{display:none}.tabs{margin-bottom:14px;gap:3px}.tabs button{font-size:10px;padding:11px 10px}.tabs button .icon{width:13px;height:13px}.data-card{padding:17px}.data-card dl{gap:19px}.field dd{font-size:10px}.field dt{font-size:9px}.empty-tab{padding:30px 20px}.empty-tab p{font-size:11px}.neutral-note{font-size:9px}.profile-source-note{font-size:8px}.user-menu{right:0;width:235px}.profile-stats .label{font-size:8px}}
@media(max-width:380px){.recent-list{grid-template-columns:1fr}.data-card dl{grid-template-columns:1fr}.search-hero h1{font-size:23px}.profile-identity h1{font-size:16px}.profile-avatar{width:53px;height:53px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{body{background:#fff;color:#111}.topbar{height:60px;border:0;padding:0}.topbar .user-area,.topbar-divider,.topbar-title,.breadcrumbs,.profile-sidebar,.tabs,.portal-footer,#toast,.copy-button,.identity-badges{display:none!important}.profile-page{padding:0}.profile-summary{grid-template-columns:1fr 1fr;gap:20px;margin:20px 0}.profile-identity h1{font-size:17px}.profile-layout{display:block}.data-card{border:1px solid #ddd;padding:13px;margin-bottom:10px}.data-card h3,.field dt{color:#555}.field dd{color:#222}.data-card dl{gap:12px 25px}.profile-source-note{color:#555}.profile-avatar{width:55px;height:55px}.profile-stats article{border:1px solid #ddd}.profile-stats small{color:#777}@page{margin:14mm;size:A4}}

@media(max-width:760px){.field dd{font-size:12px}.field dt{font-size:10px}.data-card h3{font-size:9px}.profile-stats .label{font-size:8px}.profile-stats small{font-size:9px}}
.users-page{max-width:1180px;margin:auto;padding:0 28px;min-height:calc(100vh - 200px)}.users-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:12px 0 28px}.users-heading h1{font-size:28px;letter-spacing:-.7px;margin:10px 0}.users-heading p{font-size:13px;color:#7b7890;line-height:1.6}.users-heading>.role-tag{color:#9257ae;background:#efe7f6;border-radius:7px;padding:9px 12px;font-size:11px;white-space:nowrap}.users-layout{display:grid;grid-template-columns:370px minmax(0,1fr);gap:24px}.user-create h2,.users-list-card h2{font-size:16px;margin:2px 0 22px}.user-create label{display:block;font-size:12px;font-weight:550;margin:17px 0 8px}.user-create input,.user-create select{width:100%;border:1px solid #dfe1eb;border-radius:7px;padding:11px 12px;color:var(--ink);background:#fff;font:inherit;font-size:13px}.user-create input:focus,.user-create select:focus{outline:2px solid #d6b8e7;outline-offset:1px}.user-create .input-wrap{padding:0 5px 0 0}.user-create .input-wrap input{border:0;min-width:0}.user-create .input-wrap input:focus{outline:none}.role-help{font-size:11px;line-height:1.6;color:#8c849a;margin:9px 0 0}.user-create .primary{width:100%}.form-success{font-size:12px;color:#34866c;line-height:1.6}.users-list-card{align-self:start;padding:22px}.users-list-card .section-heading h2{margin:0}.users-list-card table{margin-top:18px}.users-list-card td{padding:16px 10px}.users-list-card td strong{font-size:13px;overflow-wrap:anywhere}.users-list-card td small{font-size:12px;overflow-wrap:anywhere}.role-pill{display:inline-block;padding:6px 9px;border-radius:5px;font-size:11px}.role-pill.admin{background:#f3e9f8;color:#9154a7}.role-pill.operator{background:#eaf5f2;color:#478d80}.self-tag{font-size:9px;color:#a38baa;font-weight:400;margin-left:5px}.user-menu #manage-users{color:var(--purple)}
@media(max-width:760px){.users-page{padding:0 17px}.users-heading{align-items:flex-start;flex-direction:column;gap:8px}.users-heading h1{font-size:24px}.users-heading p{font-size:12px}.users-layout{grid-template-columns:1fr;gap:12px}.users-list-card{padding:17px}.users-list-card td strong{min-width:0;font-size:12px}.users-list-card td small{font-size:11px}.role-pill{font-size:10px}.users-heading>.role-tag{font-size:10px}}
