@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Sora:wght@600;700;800&display=swap");:root{--bg:#f7f5f2;--panel:#ffffff;--panel-soft:#fbfaf8;--ink:#17151b;--ink-2:#302d35;--muted:#5f5964;--muted-2:#817a86;--line:#e7e2dc;--line-strong:#d9d2ca;--coral:#f06a5d;--coral-deep:#d84f44;--coral-soft:#fff0ed;--violet:#7057d9;--violet-soft:#f0edff;--mint:#1f9d75;--mint-soft:#e9f8f2;--amber:#d98a19;--amber-soft:#fff4dd;--blue:#3d6ed7;--blue-soft:#edf3ff;--shadow-sm:0 1px 2px rgba(28,22,17,.04),0 7px 18px rgba(28,22,17,.045);--shadow-md:0 14px 34px rgba(28,22,17,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--bg)}body{margin:0;padding:0;color:var(--ink);font-family:Aptos,Segoe UI,Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:580;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.workspace-shell{min-height:100vh;background:var(--bg)}.global-header{height:78px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:grid;grid-template-columns:250px minmax(340px,760px) auto;grid-gap:28px;gap:28px;align-items:center;padding:0 30px;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:30}.brand-lockup{display:flex;align-items:center;gap:12px;min-width:0}.brand-symbol{width:43px;height:43px;border-radius:14px;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:900;letter-spacing:-.06em;font-size:16px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.brand-symbol:after{content:"";position:absolute}.brand-copy strong{display:block;font-size:18px;font-weight:900;letter-spacing:-.025em;line-height:1.05}.brand-copy span{display:block;margin-top:4px;color:var(--muted);font-size:12px;font-weight:750}.command-search{height:43px;border:1px solid var(--line);border-radius:13px;background:#f7f5f3;display:flex;align-items:center;gap:10px;padding:0 12px;color:var(--muted);transition:.18s ease}.command-search:focus-within{background:#fff;border-color:#cfc7be;box-shadow:0 0 0 4px rgba(240,106,93,.08)}.command-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px;font-weight:650}.command-search input::placeholder{color:#918a94}.command-key{display:inline-flex;align-items:center;gap:3px;border:1px solid #ded8d2;background:#fff;border-radius:7px;padding:4px 6px;font-size:11px;font-weight:750;color:#6f6874;white-space:nowrap}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}.review-mode{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:var(--violet-soft);color:#5b46bd;font-size:12px;font-weight:900;white-space:nowrap}.icon-button{position:relative;width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:12px;display:grid;place-items:center;cursor:pointer}.notification-dot{position:absolute;right:8px;top:7px;width:6px;height:6px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 2px #fff}.create-button{height:39px;border:0;border-radius:11px;background:var(--coral);color:#fff;display:flex;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:850;cursor:pointer;box-shadow:0 6px 14px rgba(240,106,93,.2)}.create-button:hover{background:var(--coral-deep)}.avatar{width:38px;height:38px;border-radius:12px;background:#26222b;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:850;letter-spacing:.02em}.module-nav{position:-webkit-sticky;position:sticky;top:78px;z-index:25;background:rgba(247,245,242,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.module-nav-inner{height:60px;display:flex;align-items:center;gap:8px;padding:0 32px;position:relative;overflow:visible}.nav-category-trigger,.nav-home-link{height:42px;display:flex;align-items:center;gap:8px;border:0;background:transparent;border-radius:11px;padding:0 13px;color:#5d5762;font-size:13px;font-weight:850;white-space:nowrap;cursor:pointer;transition:.16s ease}.nav-category-trigger:hover,.nav-home-link:hover{background:#fff;color:var(--ink);box-shadow:0 1px 0 rgba(0,0,0,.03)}.nav-category.active>.nav-category-trigger,.nav-home-link.active{background:#fff;color:var(--ink);box-shadow:0 1px 0 rgba(0,0,0,.03),inset 0 -2px 0 var(--coral)}.nav-category.active>.nav-category-trigger svg,.nav-home-link.active svg{color:var(--coral)}.nav-category{position:relative;height:60px;display:flex;align-items:center}.nav-category-trigger svg{transition:transform .16s ease}.nav-category-trigger svg.rotate{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:54px;left:0;width:318px;padding:9px;background:#fff;border:1px solid var(--line-strong);border-radius:16px;box-shadow:0 20px 50px rgba(31,25,22,.14);opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;z-index:60}.nav-category:hover .nav-dropdown,.nav-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-label{padding:8px 10px 7px;color:#8a838d;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.nav-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:11px;color:#3d3741;transition:.14s ease}.nav-dropdown-item:hover{background:#f7f3ef}.nav-dropdown-item.active{background:var(--coral-soft);color:#9f392f}.nav-dropdown-icon{width:36px;height:36px;border-radius:10px;background:#f2efeb;color:#554e58;display:grid;place-items:center;flex:0 0 auto}.nav-dropdown-item.active .nav-dropdown-icon{background:#fff;color:var(--coral-deep)}.nav-dropdown-copy{min-width:0}.nav-dropdown-copy strong{display:block;font-size:14px;font-weight:900;letter-spacing:-.01em;line-height:1.25}.nav-dropdown-copy small{display:block;margin-top:3px;color:#77707a;font-size:11px;line-height:1.3}.nav-dropdown-item.active .nav-dropdown-copy small{color:#9d5d56}.workspace-main{min-width:0}.content-canvas{padding:34px 38px 54px;max-width:1720px;margin:0 auto}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 26px}.page-title-block{max-width:880px}.page-kicker{font-size:11px;letter-spacing:.16em;color:var(--coral);margin-bottom:9px}.page-head h1{font-size:42px;line-height:1.05;margin:0 0 10px;letter-spacing:-.045em;font-weight:900}.page-head p{margin:0;color:var(--muted);font-size:15px;font-weight:620;line-height:1.65;max-width:800px}.actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.btn{border:1px solid var(--line-strong);background:#fff;padding:10px 14px;border-radius:10px;color:var(--ink-2);font-weight:850;font-size:13px;cursor:pointer;transition:.16s ease;box-shadow:0 1px 0 rgba(0,0,0,.02)}.btn:hover{border-color:#bfb7af;transform:translateY(-1px)}.btn.primary{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:0 8px 18px rgba(23,21,27,.12)}.btn.primary:hover{background:#2c2831}.btn.soft{background:var(--coral-soft);color:#b9463c;border-color:#f8d8d3}.text-action{display:flex;align-items:center;gap:5px;border:0;background:transparent;padding:0;color:var(--ink);font-weight:900;font-size:13px;cursor:pointer}.grid{display:grid;grid-gap:15px;gap:15px}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.split{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);grid-gap:16px;gap:16px}.section{margin-top:18px}.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm);overflow:hidden}.card-pad{padding:19px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.section-title h2{margin:0;font-size:18px;font-weight:900;letter-spacing:-.015em}.section-title p{margin:5px 0 0;color:var(--muted);font-size:13px;font-weight:600}.stat{position:relative;min-height:142px;overflow:hidden}.stat:after{content:"";position:absolute;width:90px;height:90px;border-radius:34px;right:-30px;bottom:-34px;transform:rotate(26deg);background:var(--coral-soft)}.grid.cols-4 .stat:nth-child(2):after{background:var(--violet-soft)}.grid.cols-4 .stat:nth-child(3):after{background:var(--blue-soft)}.grid.cols-4 .stat:nth-child(4):after{background:var(--mint-soft)}.stat-top{display:flex;align-items:center;gap:8px;position:relative;z-index:1}.stat-orb{width:8px;height:8px;border-radius:50%;background:var(--coral)}.grid.cols-4 .stat:nth-child(2) .stat-orb{background:var(--violet)}.grid.cols-4 .stat:nth-child(3) .stat-orb{background:var(--blue)}.grid.cols-4 .stat:nth-child(4) .stat-orb{background:var(--mint)}.stat .label{color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.075em;text-transform:uppercase}.stat .value{font-size:31px;font-weight:900;letter-spacing:-.04em;margin-top:19px}.stat .hint,.stat .value{position:relative;z-index:1}.stat .hint{color:var(--muted);font-size:13px;font-weight:620;margin-top:7px}.table-wrap{overflow:auto}table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;font-weight:620}th{text-align:left;color:#6f6873;font-size:10.5px;text-transform:uppercase;letter-spacing:.095em;font-weight:900;padding:12px 15px;border-bottom:1px solid var(--line);background:#fbfaf8;white-space:nowrap}td{padding:15px;border-bottom:1px solid #eee9e3;vertical-align:middle;color:#342f38;font-weight:620}tbody tr{transition:.14s ease}tbody tr:hover{background:#fcfaf7}tr:last-child td{border-bottom:none}td strong{color:var(--ink)}.badge{display:inline-flex;align-items:center;border-radius:8px;padding:5px 8px;font-size:10.5px;font-weight:900;border:1px solid transparent;white-space:nowrap;letter-spacing:.015em}.badge.green{background:var(--mint-soft);color:#177556;border-color:#cdeedf}.badge.amber{background:var(--amber-soft);color:#9a610e;border-color:#f2dfba}.badge.blue{background:var(--blue-soft);color:#315daf;border-color:#d7e3ff}.badge.gray{background:#f2f0ed;color:#69636d;border-color:#e5e1dc}.badge.red{background:#fff0ef;color:#ae433a;border-color:#f3d3cf}.searchbar{display:flex;gap:9px;margin-bottom:15px;flex-wrap:wrap;padding:8px;background:#ece8e3;border-radius:14px;width:max-content;max-width:100%}.searchbar input,.searchbar select{background:#fff;border:1px solid transparent;border-radius:9px;padding:9px 11px;color:#342f38;min-width:160px;outline:0;font-size:13px;font-weight:620}.searchbar input{min-width:340px}.searchbar input:focus,.searchbar select:focus{border-color:#cfc6bc}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:13px;gap:13px}.field label{display:block;font-size:10.5px;font-weight:950;color:#817a84;text-transform:uppercase;letter-spacing:.085em;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line-strong);border-radius:10px;padding:10px 11px;background:#fff;color:#302b33;outline:0;font-size:13.5px;font-weight:600}.field input:focus,.field select:focus,.field textarea:focus{border-color:#bdb3aa;box-shadow:0 0 0 4px rgba(240,106,93,.065)}.field textarea{min-height:95px;resize:vertical}.material-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:17px;gap:17px}.material-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.2s ease}.material-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#d6cec5}.material-media{height:210px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#e7ddd1}.material-media:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,rgba(255,255,255,.7),transparent 35%),linear-gradient(160deg,transparent 28%,rgba(0,0,0,.07))}.material-media-bar{position:absolute;top:13px;left:13px;right:13px;display:flex;align-items:center;justify-content:space-between;z-index:2;font-size:10.5px;font-weight:900;letter-spacing:.075em;text-transform:uppercase;color:rgba(34,28,25,.68)}.media-count{display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:5px 7px;border-radius:8px;color:#433c3a}.fabric-swatch{position:relative;width:68%;height:64%;border-radius:24px;transform:rotate(-3deg);box-shadow:0 18px 36px rgba(43,33,26,.19),inset 0 0 0 1px rgba(255,255,255,.22);overflow:hidden;background:repeating-linear-gradient(90deg,#c9b8a6,#c9b8a6 2px,#d8cabc 0,#d8cabc 5px)}.fabric-swatch:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.06),rgba(255,255,255,.06) 1px,rgba(0,0,0,.035) 0,rgba(0,0,0,.035) 4px);mix-blend-mode:multiply}.swatch-knit{background:#e8d4cd}.swatch-knit .fabric-swatch{background:repeating-linear-gradient(90deg,#b97066,#b97066 2px,#c98679 0,#c98679 5px)}.swatch-woven{background:#d9e2dd}.swatch-woven .fabric-swatch{background:repeating-linear-gradient(45deg,#789989,#789989 3px,#8cab9d 0,#8cab9d 6px)}.swatch-jacquard{background:#e5dabb}.swatch-jacquard .fabric-swatch{background:repeating-radial-gradient(circle at 20% 20%,#917c45 0,#917c45 3px,#c5ae6a 4px,#c5ae6a 7px)}.swatch-specialty{background:#dcd5ea}.swatch-specialty .fabric-swatch{background:radial-gradient(circle at 20% 20%,#a18ac6 0 2px,transparent 3px),radial-gradient(circle at 70% 50%,#7d68a4 0 2px,transparent 3px),#baadd1;background-size:14px 14px,18px 18px,auto}.video-chip{position:absolute;right:14px;bottom:13px;display:flex;align-items:center;gap:5px;background:#17151b;color:#fff;border-radius:9px;padding:6px 8px;font-size:10.5px;font-weight:900;z-index:2}.material-body{padding:15px 16px 16px}.material-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.material-code{color:#746d78;font-size:10.5px;font-weight:900;letter-spacing:.065em}.material-name{font-size:19px;font-weight:900;letter-spacing:-.025em;margin:9px 0 13px}.material-meta-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px 12px;gap:9px 12px;padding:12px 0;border-top:1px solid #eee9e3;border-bottom:1px solid #eee9e3}.material-meta-grid>div{min-width:0}.material-meta-grid .wide{grid-column:1/-1}.material-meta-grid span{display:block;color:#97909a;font-size:9.5px;text-transform:uppercase;letter-spacing:.08em;font-weight:850;margin-bottom:3px}.material-meta-grid strong{display:block;font-size:12px;color:#3f3942;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.material-actions{align-items:center;gap:10px;padding-top:13px}.kpi-line,.material-actions{display:flex;justify-content:space-between}.kpi-line{gap:12px;padding:11px 0;border-bottom:1px solid #eee9e3;font-size:13px;font-weight:620}.kpi-line:last-child{border-bottom:0}.kpi-line span:first-child{color:var(--muted)}.timeline{display:grid;grid-gap:2px;gap:2px}.timeline-item{display:grid;grid-template-columns:12px 1fr auto;grid-gap:11px;gap:11px;align-items:start;font-size:13px;font-weight:620;padding:11px 0;border-bottom:1px solid #eee9e3}.timeline-item:last-child{border-bottom:0}.dot{width:9px;height:9px;border-radius:3px;background:var(--coral);margin-top:3px;transform:rotate(45deg)}.timeline-item small{color:var(--muted)}.callout{padding:14px 16px;border:1px solid #eaded8;background:#fff9f6;border-radius:14px;font-size:13px;font-weight:620;color:#6f554e;line-height:1.65;box-shadow:inset 3px 0 0 var(--coral)}.module-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px}.module-tile{padding:18px;border:1px solid var(--line);background:#fff;border-radius:18px;box-shadow:var(--shadow-sm);transition:.18s ease}.module-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.module-tile h3{margin:13px 0 6px;font-size:17px;font-weight:900;letter-spacing:-.015em}.module-tile p{margin:0;color:var(--muted);font-size:13px;font-weight:600;line-height:1.6}.module-icon{width:38px;height:38px;border-radius:12px;background:var(--violet-soft);display:grid;place-items:center;color:var(--violet)}.module-tile:nth-child(3n+2) .module-icon{background:var(--coral-soft);color:var(--coral-deep)}.module-tile:nth-child(3n+3) .module-icon{background:var(--mint-soft);color:var(--mint)}.provider{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.provider:last-child{border-bottom:none}.provider-name{display:flex;gap:12px;align-items:center}.provider-logo{width:40px;height:40px;border-radius:12px;background:#f2efeb;display:grid;place-items:center;font-weight:900;color:#3e3842}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);grid-gap:16px;gap:16px;margin-bottom:17px}.hero-panel{background:#211d25;color:#fff;border-radius:24px;padding:25px;min-height:220px;position:relative;overflow:hidden;box-shadow:0 18px 38px rgba(23,21,27,.14)}.hero-panel:before{content:"";position:absolute;width:230px;height:230px;border-radius:64px;background:var(--coral);right:-60px;top:-105px;transform:rotate(22deg)}.hero-panel:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;border:42px solid rgba(112,87,217,.75);right:75px;bottom:-150px}.hero-eyebrow{position:relative;z-index:1;color:#f5a59d;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero-panel h2{position:relative;z-index:1;font-size:36px;line-height:1.08;letter-spacing:-.045em;margin:12px 0 10px;max-width:590px}.hero-panel p{position:relative;z-index:1;color:#d7d0da;font-size:14px;font-weight:600;line-height:1.65;max-width:560px;margin:0}.hero-actions{position:relative;z-index:1;display:flex;gap:9px;margin-top:22px}.hero-button{border:0;background:#fff;color:#211d25;border-radius:10px;padding:10px 13px;font-size:13px;font-weight:900;cursor:pointer}.hero-button.ghost{background:rgba(255,255,255,.09);color:#fff;border:1px solid rgba(255,255,255,.16)}.focus-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow-sm)}.focus-panel h3{margin:0;font-size:17px;font-weight:900}.focus-panel>p{color:var(--muted);font-size:12px;font-weight:600;margin:5px 0 17px}.focus-list{display:grid;grid-gap:10px;gap:10px}.focus-item{display:grid;grid-template-columns:34px 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:9px;border-radius:12px;background:#faf8f5}.focus-icon{width:34px;height:34px;border-radius:10px;background:var(--coral-soft);color:var(--coral-deep);display:grid;place-items:center;font-weight:900;font-size:10px}.focus-item:nth-child(2) .focus-icon{background:var(--violet-soft);color:var(--violet)}.focus-item:nth-child(3) .focus-icon{background:var(--mint-soft);color:var(--mint)}.focus-item strong{display:block;font-size:12px;font-weight:900}.focus-item span{display:block;color:var(--muted);font-size:11px;font-weight:600;margin-top:2px}.focus-value{font-size:16px!important;font-weight:900!important;color:var(--ink)!important}@media(max-width:1280px){.global-header{grid-template-columns:215px minmax(250px,1fr) auto;padding:0 20px;gap:18px}.review-mode{display:none}.form-grid,.grid.cols-4,.material-grid,.module-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.global-header{grid-template-columns:auto 1fr auto;height:68px;padding:0 15px;gap:12px}.brand-copy,.command-key,.create-button span{display:none}.module-nav{top:68px}.module-nav-inner{padding:0 14px;gap:4px;overflow-x:auto;overflow-y:visible}.content-canvas{padding:26px 18px 42px}.page-head{align-items:flex-start;flex-direction:column}.actions{justify-content:flex-start}.dashboard-hero,.grid.cols-2,.grid.cols-3,.split{grid-template-columns:1fr}.searchbar{width:100%}.searchbar input{min-width:220px;flex:1 1}}@media(max-width:620px){.global-header{grid-template-columns:auto 1fr auto}.avatar,.header-actions .icon-button{display:none}.command-search{height:39px}.brand-symbol{width:39px;height:39px}.form-grid,.grid.cols-4,.material-grid,.module-list{grid-template-columns:1fr}.page-head h1{font-size:33px}.content-canvas{padding:22px 14px 36px}.material-media{height:230px}.searchbar input,.searchbar select{width:100%;min-width:100%}}.card-pad>p,.card>p{font-size:13px!important;font-weight:620!important;color:var(--muted)!important;line-height:1.65}.card h3{font-size:16px;font-weight:900;letter-spacing:-.012em}.provider-name strong{font-size:14px;font-weight:900}.provider-name>div>div{font-size:12px!important;font-weight:620;color:var(--muted)!important}body{font-family:Segoe UI Variable Text,Aptos,Segoe UI,system-ui,-apple-system,sans-serif;letter-spacing:-.006em}.brand-copy strong,.dashboard-card h2,.focus-panel h3,.hero-panel h2,.module-tile h3,.page-head h1,.section-title h2,.stat .value{font-family:Bahnschrift,Aptos Display,Segoe UI Variable Display,Segoe UI,sans-serif;font-stretch:semi-condensed;font-weight:800}.page-head h1{font-size:45px;line-height:1}.page-head p{font-size:16px;font-weight:650;color:#4f4954}.page-kicker{font-size:12px;font-weight:950;letter-spacing:.145em}.nav-category-trigger,.nav-home-link{font-size:14px;font-weight:700;letter-spacing:-.01em}.nav-category-trigger,.nav-dropdown-copy strong,.nav-home-link{font-family:Bahnschrift,Segoe UI Variable Display,Segoe UI,sans-serif}.nav-dropdown-copy strong{font-size:15px;font-weight:750}.nav-dropdown-copy small{font-size:12px;font-weight:650}.brand-copy strong{font-size:19px;letter-spacing:-.035em}.brand-copy span{font-size:12.5px;font-weight:700}.command-search input{font-size:14.5px;font-weight:620}.btn,.create-button,.hero-button,.text-action{font-family:Bahnschrift,Segoe UI Variable Display,Segoe UI,sans-serif;font-weight:700}.dashboard-stats .stat{border-width:1px;box-shadow:none;min-height:150px}.dashboard-stats .stat:first-child{background:linear-gradient(145deg,#fff8ef,#fff2dc);border-color:#f0dfc4}.dashboard-stats .stat:nth-child(2){background:linear-gradient(145deg,#f4f0ff,#ece7ff);border-color:#ddd3ff}.dashboard-stats .stat:nth-child(3){background:linear-gradient(145deg,#edf5ff,#e5f0ff);border-color:#d3e2fb}.dashboard-stats .stat:nth-child(4){background:linear-gradient(145deg,#edf9f3,#e5f5ed);border-color:#cce8da}.dashboard-stats .stat:after{opacity:.55;right:-22px;bottom:-30px;width:105px;height:105px}.dashboard-stats .stat .label{font-size:12px;color:#4c4650;letter-spacing:.06em}.dashboard-stats .stat .value{font-size:35px;line-height:1;margin-top:22px}.dashboard-stats .stat .hint{font-size:13.5px;color:#58515c;font-weight:650}.dashboard-card{--section-accent:var(--violet);--section-deep:#5540b4;--section-tint:#f4f1ff;--section-border:#ddd5fb;border:1px solid var(--section-border);border-radius:22px;box-shadow:0 12px 34px rgba(34,28,38,.055);overflow:hidden;background:#fff}.dashboard-card.rfq-card{--section-accent:#7357dc;--section-deep:#553cb7;--section-tint:#f3efff;--section-border:#dcd3fb}.dashboard-card.activity-card{--section-accent:#f06a5d;--section-deep:#c94e43;--section-tint:#fff0ec;--section-border:#f4d4ce}.dashboard-card.po-card{--section-accent:#178c69;--section-deep:#0f7255;--section-tint:#eaf8f2;--section-border:#cde9de}.dashboard-card.comms-card{--section-accent:#3f72d8;--section-deep:#2f5cb2;--section-tint:#edf4ff;--section-border:#d5e2fb}.dashboard-card-head{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--section-accent) 15%,transparent),transparent 38%),linear-gradient(135deg,var(--section-tint),#fff 72%);border-bottom:1px solid var(--section-border);position:relative}.dashboard-card-head:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--section-accent)}.dashboard-card-title{display:flex;align-items:center;gap:13px;min-width:0}.dashboard-card-icon{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;color:var(--section-deep);background:#fff;border:1px solid var(--section-border);border-radius:14px;box-shadow:0 5px 14px color-mix(in srgb,var(--section-accent) 12%,transparent)}.dashboard-card .section-kicker{display:block;color:var(--section-deep);font-family:Bahnschrift,Segoe UI Variable Display,Segoe UI,sans-serif;font-size:10.5px;line-height:1;font-weight:750;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}.dashboard-card h2{margin:0;font-size:21px;line-height:1.08;letter-spacing:-.025em;color:#1d1920}.dashboard-card-head p{margin:5px 0 0;color:#625a65;font-size:13.5px;font-weight:640}.dashboard-head-action{border-color:var(--section-border);color:var(--section-deep);background:rgba(255,255,255,.82);box-shadow:none;white-space:nowrap}.dashboard-card table{font-size:14px}.dashboard-card th{background:color-mix(in srgb,var(--section-tint) 62%,#fff);color:#625a66;font-family:Bahnschrift,Segoe UI Variable Display,Segoe UI,sans-serif;font-size:11px;font-weight:750;letter-spacing:.08em;padding:13px 15px}.dashboard-card td{font-size:14px;font-weight:640;padding:16px 15px}.dashboard-card td strong{font-family:Bahnschrift,Segoe UI Variable Display,Segoe UI,sans-serif;font-size:14px;font-weight:730;letter-spacing:-.012em}.dashboard-card tbody tr:hover{background:color-mix(in srgb,var(--section-tint) 42%,#fff)}.table-subline{color:#77707a;font-weight:620}.dashboard-timeline{padding:8px 18px 16px;background:linear-gradient(180deg,#fff,#fffaf8)}.dashboard-timeline .timeline-item{min-height:61px;padding:13px 0;grid-template-columns:12px minmax(0,1fr) auto}.dashboard-timeline .timeline-item strong{font-family:Bahnschrift,Segoe UI Variable Display,Segoe UI,sans-serif;font-size:14px;font-weight:730}.dashboard-timeline .timeline-item small{font-size:11.5px;font-weight:650;color:#69626d}.dashboard-timeline .dot{width:9px;height:9px;background:var(--section-accent);box-shadow:0 0 0 4px var(--section-tint)}.dashboard-timeline .timeline-item:nth-child(2) .dot{background:#7b5ce2;box-shadow:0 0 0 4px #f0ebff}.dashboard-timeline .timeline-item:nth-child(3) .dot{background:#3f72d8;box-shadow:0 0 0 4px #eaf2ff}.dashboard-timeline .timeline-item:nth-child(4) .dot{background:#188a68;box-shadow:0 0 0 4px #e7f6ef}.dashboard-timeline .timeline-item:nth-child(5) .dot{background:#d28a1b;box-shadow:0 0 0 4px #fff4df}table{font-size:14px}th{font-size:11px;font-weight:800}td{font-size:14px;font-weight:640}td strong{font-family:Bahnschrift,Segoe UI Variable Display,Segoe UI,sans-serif;font-weight:730}.section-title h2{font-size:20px;font-weight:800}.section-title p{font-size:13.5px;font-weight:650;color:#5f5863}.card h3{font-size:18px;font-weight:780}.field label{font-size:11px;font-weight:800}.field input,.field select,.field textarea,.searchbar input,.searchbar select{font-size:14px;font-weight:620}.badge{font-size:11px;font-weight:800;padding:5px 9px}@media(max-width:900px){.dashboard-card-head,.dashboard-card-title{align-items:flex-start}.dashboard-head-action{display:none}}:root{--dash-yellow:#fff18a;--dash-pink:#f7cef6;--dash-blue:#cfe8ff;--dash-green:#ccefdc;--dash-lavender:#ddd4ff;--dash-peach:#ffd8c7;--dash-cream:#fff7df}body{font-family:Manrope,Segoe UI Variable Text,Segoe UI,sans-serif;font-size:15.5px;font-weight:600;letter-spacing:-.012em}.brand-copy strong,.dashboard-welcome h2,.feature-panel h2,.message-visual-row strong,.page-head h1,.performance-cell strong,.performance-panel h2,.po-visual-row strong,.rfq-watch-item strong{font-family:Sora,Manrope,Segoe UI,sans-serif}.page-head h1{font-size:44px;font-weight:800;letter-spacing:-.055em}.page-head p{font-size:15.5px;font-weight:600;color:#544f57}.dashboard-welcome{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.7fr);grid-gap:28px;gap:28px;align-items:center;padding:28px 30px;border-radius:24px;background:radial-gradient(circle at 88% 10%,rgba(255,255,255,.78),transparent 24%),linear-gradient(125deg,#fff4db,#f6dcff 48%,#dceeff);border:1px solid #eadfd4;box-shadow:0 16px 40px rgba(49,40,31,.07);margin-bottom:18px}.welcome-kicker{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#6d4bc7}.dashboard-welcome h2{font-size:31px;line-height:1.12;letter-spacing:-.045em;margin:9px 0 8px;max-width:760px}.dashboard-welcome p{margin:0;color:#5d5660;font-size:14px;line-height:1.6;font-weight:600;max-width:770px}.welcome-focus{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.welcome-focus>div{min-height:92px;border-radius:18px;padding:14px 13px;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.8);box-shadow:0 7px 18px rgba(40,33,45,.05)}.welcome-focus>div:first-child{background:#fff4b7}.welcome-focus>div:nth-child(2){background:#d8ebff}.welcome-focus>div:nth-child(3){background:#dcf2e7}.welcome-focus span{display:block;font-family:Sora,sans-serif;font-size:25px;font-weight:800;line-height:1}.welcome-focus small{display:block;margin-top:8px;color:#4c4650;font-weight:700;font-size:11px;line-height:1.35}.performance-panel{background:#fff;border:1px solid #e7e1da;border-radius:22px;padding:22px 24px 0;box-shadow:0 12px 30px rgba(44,36,30,.05);overflow:hidden}.performance-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:0 0 17px}.performance-heading h2{margin:5px 0 3px;font-size:19px;letter-spacing:-.035em}.performance-heading p{margin:0;color:#777078;font-size:11px;font-weight:600}.section-kicker.neutral{color:#8c818c}.performance-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #ebe5df}.performance-cell{position:relative;padding:18px 22px 20px;min-height:120px;border-right:1px solid #ebe5df;overflow:hidden}.performance-cell:last-child{border-right:0}.performance-cell:after{content:"";position:absolute;right:-24px;bottom:-42px;width:100px;height:100px;border-radius:38px;transform:rotate(28deg);opacity:.75}.performance-cell.warm:after{background:var(--dash-yellow)}.performance-cell.lavender:after{background:var(--dash-lavender)}.performance-cell.sky:after{background:var(--dash-blue)}.performance-cell.mint:after{background:var(--dash-green)}.performance-cell>span{display:block;font-size:11px;font-weight:700;color:#6b646d}.performance-cell strong{font-size:28px;letter-spacing:-.045em}.performance-cell small,.performance-cell strong{position:relative;z-index:1;display:block;margin-top:9px}.performance-cell small{font-size:11px;color:#706873;font-weight:600}.dashboard-feature-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.78fr);grid-gap:16px;gap:16px}.dashboard-feature-grid.lower{grid-template-columns:1fr 1fr}.feature-panel{border-radius:22px;border:1px solid #e5dfd8;background:#fff;box-shadow:0 12px 28px rgba(45,38,33,.05);overflow:hidden}.feature-panel-head{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:20px 20px 16px}.feature-title{display:flex;align-items:center;gap:13px}.feature-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center}.feature-panel h2{margin:2px 0 3px;font-size:18px;letter-spacing:-.03em}.feature-panel p{margin:0;font-size:11.5px;color:#6e6770;font-weight:600}.feature-panel .section-kicker{font-size:9.5px;letter-spacing:.13em;font-weight:800;text-transform:uppercase}.icon-link{width:36px;height:36px;border:1px solid #e3ddd7;background:#fff;border-radius:11px;display:grid;place-items:center;cursor:pointer}.rfq-feature{background:#fffdf8}.rfq-feature .feature-icon{background:#f0e8ff;color:#6748c5}.rfq-feature .section-kicker{color:#6748c5}.activity-feature{background:#fffdfc}.activity-feature .feature-icon{background:#ffe5df;color:#cf5549}.activity-feature .section-kicker{color:#cf5549}.po-feature .feature-icon{background:#dff4e9;color:#177d5f}.po-feature .section-kicker{color:#177d5f}.comms-feature .feature-icon{background:#e4efff;color:#3667c0}.comms-feature .section-kicker{color:#3667c0}.rfq-watch-list{display:grid;grid-gap:8px;gap:8px;padding:0 16px 16px}.rfq-watch-item{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(230px,.8fr) auto;align-items:center;grid-gap:14px;gap:14px;border-radius:15px;padding:13px 14px;border:1px solid rgba(50,43,39,.05)}.rfq-watch-item.tone-1{background:#f1f4ed}.rfq-watch-item.tone-2{background:#f4efff}.rfq-watch-item.tone-3{background:#fff5df}.rfq-code strong{display:block;font-size:12px}.rfq-code span{display:block;margin-top:3px;font-size:11px;color:#655e66;font-weight:600}.rfq-meta{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.rfq-meta span{font-size:11px;font-weight:700}.rfq-meta small{display:block;color:#877f88;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.activity-color-list{display:grid;grid-gap:8px;gap:8px;padding:0 16px 16px}.activity-color-item{display:grid;grid-template-columns:12px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:12px 13px;border-radius:14px}.activity-color-item.sky{background:#dceeff}.activity-color-item.pink{background:#f9ddf5}.activity-color-item.yellow{background:#fff2a9}.activity-color-item.mint{background:#dff3e8}.activity-color-item.lavender{background:#eee7ff}.activity-symbol{width:8px;height:8px;background:#1b1820;border-radius:3px;transform:rotate(45deg)}.activity-color-item strong{display:block;font-size:11.5px}.activity-color-item small{display:block;margin-top:3px;color:#59535b;font-size:10px;font-weight:600}.activity-time{font-size:10px;font-weight:800;color:#49444c}.message-visual-list,.po-visual-list{display:grid;grid-gap:8px;gap:8px;padding:0 16px 16px}.po-visual-row{display:grid;grid-template-columns:40px minmax(0,1fr) 120px auto;grid-gap:12px;gap:12px;align-items:center;padding:12px 13px;border-radius:14px}.po-tone-1{background:#e4f3ea}.po-tone-2{background:#e8f0ff}.po-tone-3{background:#fff1dc}.po-mark{width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.72);display:grid;place-items:center}.message-main strong,.po-main strong{display:block;font-size:11.5px}.message-main span,.po-main span{display:block;margin-top:3px;font-size:10px;color:#655e67;font-weight:600}.po-value small{display:block;color:#7c747e;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.po-value strong{display:block;margin-top:2px;font-size:11px}.message-visual-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;grid-gap:11px;gap:11px;align-items:center;padding:12px 13px;border-radius:14px}.msg-tone-1{background:#eff1ea}.msg-tone-2{background:#e9f1ff}.msg-tone-3{background:#f7e3f7}.msg-tone-4{background:#fff1b8}.message-avatar{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.78);font-family:Sora,sans-serif;font-weight:800}.message-channel{display:grid;justify-items:end;grid-gap:5px;gap:5px}.message-channel small{font-size:9px;font-weight:800;color:#5d5760;text-transform:uppercase;letter-spacing:.06em}.attention-strip{display:grid;grid-template-columns:44px 1fr auto;grid-gap:13px;gap:13px;align-items:center;background:#fff4b7;border:1px solid #ebda75;border-radius:18px;padding:14px 16px}.attention-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#fff}.attention-strip strong{display:block;font-family:Sora,sans-serif;font-size:12px}.attention-strip span{display:block;margin-top:3px;color:#615b4d;font-size:10.5px;font-weight:600}@media(max-width:1050px){.dashboard-feature-grid,.dashboard-feature-grid.lower,.dashboard-welcome{grid-template-columns:1fr}.performance-grid{grid-template-columns:repeat(2,1fr)}.performance-cell:nth-child(2){border-right:0}.rfq-watch-item{grid-template-columns:1fr}.rfq-meta{max-width:360px}}@media(max-width:700px){.dashboard-welcome{padding:21px 18px}.performance-grid,.welcome-focus{grid-template-columns:1fr}.performance-cell{border-right:0;border-bottom:1px solid #ebe5df}.performance-cell:last-child{border-bottom:0}.po-visual-row{grid-template-columns:36px 1fr}.po-value,.po-visual-row>.badge{grid-column:2}.message-visual-row{grid-template-columns:34px 1fr}.message-channel{grid-column:2;justify-items:start}}body{font-size:16px;font-weight:620}.content-canvas{padding-top:28px}.module-page{--theme-accent:#7057d9;--theme-deep:#513cae;--theme-soft:#eee8ff;--theme-soft-2:#fff2dc;--theme-border:#dcd3fb;display:grid;grid-gap:16px;gap:16px}.theme-materials{--theme-accent:#8257d8;--theme-deep:#5c3caf;--theme-soft:#efe8ff;--theme-soft-2:#ffe7d9;--theme-border:#ddd2fb}.theme-suppliers{--theme-accent:#168b70;--theme-deep:#0d6b55;--theme-soft:#dcf4e9;--theme-soft-2:#dceeff;--theme-border:#c9e8dc}.theme-sourcing{--theme-accent:#7458dc;--theme-deep:#523bb5;--theme-soft:#ece5ff;--theme-soft-2:#fff0aa;--theme-border:#dbd2fb}.theme-procurement{--theme-accent:#2c76c9;--theme-deep:#1f5798;--theme-soft:#dcecff;--theme-soft-2:#e3f3e8;--theme-border:#c9ddf5}.theme-quality{--theme-accent:#d65f77;--theme-deep:#a83e55;--theme-soft:#ffe1e8;--theme-soft-2:#dff4e8;--theme-border:#f2cad5}.theme-compliance{--theme-accent:#c48a1f;--theme-deep:#8d6418;--theme-soft:#fff0b7;--theme-soft-2:#e6f3df;--theme-border:#eddca0}.theme-communications{--theme-accent:#5d67d8;--theme-deep:#404aaf;--theme-soft:#e8eaff;--theme-soft-2:#f8d8f4;--theme-border:#d5d8fb}.theme-media{--theme-accent:#2480a7;--theme-deep:#17617f;--theme-soft:#dff3fb;--theme-soft-2:#eee4ff;--theme-border:#c8e5ef}.theme-sharing{--theme-accent:#ed715e;--theme-deep:#b84e40;--theme-soft:#ffe4dd;--theme-soft-2:#dff3e8;--theme-border:#f2d0c8}.theme-approvals{--theme-accent:#d18a23;--theme-deep:#9b6111;--theme-soft:#fff0b8;--theme-soft-2:#ece5ff;--theme-border:#efdda1}.theme-admin{--theme-accent:#6651d4;--theme-deep:#4937aa;--theme-soft:#ebe6ff;--theme-soft-2:#ffdcd0;--theme-border:#d8cff8}.theme-integrations{--theme-accent:#3f6fd4;--theme-deep:#2c53a7;--theme-soft:#e1ebff;--theme-soft-2:#def4e8;--theme-border:#cedcf8}.module-page .page-head{position:relative;overflow:hidden;align-items:center;margin:0;padding:24px 26px;border:1px solid var(--theme-border);border-radius:24px;background:radial-gradient(circle at 87% 8%,rgba(255,255,255,.92),transparent 22%),linear-gradient(125deg,var(--theme-soft) 0,var(--theme-soft-2) 100%);box-shadow:0 10px 28px rgba(31,25,29,.055)}.module-page .page-head:after{content:"";position:absolute;width:150px;height:150px;border-radius:48px;right:-70px;bottom:-98px;transform:rotate(25deg);background:color-mix(in srgb,var(--theme-accent) 14%,transparent)}.module-page .actions,.module-page .page-title-block{position:relative;z-index:1}.module-page .page-kicker{color:var(--theme-deep);font-size:12.5px;letter-spacing:.13em}.module-page .page-head h1{font-family:Sora,Bahnschrift,Aptos Display,Segoe UI Variable Display,sans-serif;font-size:39px;font-weight:800;line-height:1.04;letter-spacing:-.05em;margin-bottom:9px}.module-page .page-head p{font-size:15.5px;line-height:1.55;font-weight:650;color:#514b54}.module-page .btn.primary{background:var(--theme-deep);border-color:var(--theme-deep)}.module-page .btn.primary:hover{background:var(--theme-accent)}.module-pulse{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;background:#fff;border:1px solid var(--theme-border);border-radius:21px;box-shadow:0 8px 22px rgba(37,30,35,.045)}.module-pulse-item{position:relative;min-height:112px;padding:16px 18px;overflow:hidden;border-right:1px solid rgba(45,36,42,.08)}.module-pulse-item:last-child{border-right:0}.module-pulse-item:first-child{background:color-mix(in srgb,var(--theme-soft) 88%,#fff)}.module-pulse-item:nth-child(2){background:#e6f1ff}.module-pulse-item:nth-child(3){background:#fff0ae}.module-pulse-item:nth-child(4){background:#def2e7}.module-pulse-item:after{content:"";position:absolute;right:-26px;bottom:-42px;width:90px;height:90px;border-radius:30px;transform:rotate(25deg);background:rgba(255,255,255,.55)}.module-pulse-item span{display:block;color:#5e5660;font-size:11px;line-height:1.2;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.module-pulse-item strong{position:relative;z-index:1;display:block;margin-top:9px;font-family:Sora,Bahnschrift,Aptos Display,sans-serif;color:#17141a;font-size:27px;line-height:1;font-weight:800;letter-spacing:-.045em}.module-pulse-item small{position:relative;z-index:1;display:block;margin-top:7px;color:#554f58;font-size:12.5px;line-height:1.35;font-weight:700}.module-page .searchbar{margin:0;width:100%;padding:10px;gap:10px;border:1px solid var(--theme-border);background:color-mix(in srgb,var(--theme-soft) 55%,#fff);border-radius:16px}.module-page .searchbar input,.module-page .searchbar select{min-height:42px;border:1px solid rgba(46,39,45,.08);font-size:14.5px;font-weight:650}.module-page .callout{margin:0!important;border-color:var(--theme-border);background:linear-gradient(90deg,color-mix(in srgb,var(--theme-soft) 72%,#fff),#fff);color:#554e57;box-shadow:inset 4px 0 0 var(--theme-accent);font-size:14px;font-weight:650}.module-page .table-wrap{border:1px solid var(--theme-border);border-radius:20px;box-shadow:0 8px 22px rgba(37,30,35,.045)}.module-page table{font-size:14.5px}.module-page th{padding:14px 16px;background:color-mix(in srgb,var(--theme-soft) 64%,#fff);color:#59525c;font-family:Sora,Bahnschrift,Segoe UI,sans-serif;font-size:11px;font-weight:750;letter-spacing:.075em}.module-page td{padding:16px;font-size:14.5px;font-weight:650}.module-page td strong{font-family:Sora,Bahnschrift,Segoe UI,sans-serif;font-size:14.5px;font-weight:750}.module-page tbody tr:nth-child(2n){background:color-mix(in srgb,var(--theme-soft) 20%,#fff)}.module-page tbody tr:hover{background:color-mix(in srgb,var(--theme-soft) 42%,#fff)}.table-subline{font-size:12.5px;color:#776f79;font-weight:650}.checklist-panel,.form-panel,.info-blocks>.card,.provider-panel{border:1px solid var(--theme-border);box-shadow:none}.info-blocks>.card:first-child{background:color-mix(in srgb,var(--theme-soft) 70%,#fff)}.info-blocks>.card:nth-child(2){background:#e7f2ff}.info-blocks>.card:nth-child(3){background:#fff1bd}.info-blocks>.card:nth-child(4){background:#e2f4ea}.module-page .card-pad{padding:20px}.module-page .card h3{margin:0 0 10px;font-family:Sora,Bahnschrift,Segoe UI,sans-serif;font-size:18px;line-height:1.15;font-weight:760;letter-spacing:-.025em}.module-page .card p{font-size:14px!important;line-height:1.6!important;font-weight:630!important;color:#57515a!important}.module-page .kpi-line,.module-page .timeline-item{font-size:14px;padding:12px 0}.module-page .timeline .dot{background:var(--theme-accent)}.module-page .field label{font-family:Sora,Bahnschrift,Segoe UI,sans-serif;color:#5d5660;font-size:11.5px;font-weight:750}.module-page .field input,.module-page .field select,.module-page .field textarea{min-height:43px;font-size:14.5px;font-weight:630;border-radius:11px}.module-page .field textarea{min-height:110px}.module-page .badge{font-size:11.5px;padding:5px 9px}.module-page .btn{font-size:13.5px;padding:10px 14px}.module-list{gap:14px}.module-page .module-tile{min-height:190px;border:1px solid var(--theme-border);box-shadow:none;background:#fff}.module-page .module-tile:nth-child(4n+1){background:color-mix(in srgb,var(--theme-soft) 72%,#fff)}.module-page .module-tile:nth-child(4n+2){background:#e5f1ff}.module-page .module-tile:nth-child(4n+3){background:#fff0b8}.module-page .module-tile:nth-child(4n+4){background:#e1f3e8}.module-page .module-icon{width:43px;height:43px;background:#fff;color:var(--theme-deep);border:1px solid rgba(45,36,42,.08)}.module-page .module-tile h3{font-size:17px;margin-top:15px}.module-page .module-tile p{font-size:13.5px!important;line-height:1.5!important}.tile-action{margin-top:14px}.provider-panel{background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--theme-soft) 22%,#fff))}.module-page .provider{padding:16px 4px}.module-page .provider-logo{width:44px;height:44px;background:var(--theme-soft);color:var(--theme-deep);font-size:13px}.module-page .provider-name strong{font-family:Sora,Bahnschrift,sans-serif;font-size:14.5px}.module-page .provider-name>div>div{font-size:12.5px!important}.provider-actions{display:flex;gap:8px;align-items:center}.checklist-panel{background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--theme-soft-2) 55%,#fff))}.material-grid{gap:16px}.theme-materials .material-card{border-color:var(--theme-border);box-shadow:0 8px 20px rgba(37,30,35,.045)}.theme-materials .material-name{font-family:Sora,Bahnschrift,sans-serif;font-size:18px;font-weight:760}.theme-materials .material-code{font-size:11.5px;font-weight:800}.theme-materials .material-meta-grid span{font-size:10.5px;font-weight:800}.theme-materials .material-meta-grid strong{font-size:13.5px;font-weight:700}@media(max-width:1100px){.module-pulse{grid-template-columns:repeat(2,1fr)}.module-pulse-item:nth-child(2){border-right:0}.module-pulse-item:nth-child(-n+2){border-bottom:1px solid rgba(45,36,42,.08)}}@media(max-width:700px){.module-page .page-head{padding:20px;border-radius:20px}.module-page .page-head h1{font-size:32px}.module-pulse{grid-template-columns:1fr}.module-pulse-item{border-right:0;border-bottom:1px solid rgba(45,36,42,.08)}.module-pulse-item:last-child{border-bottom:0}}.a2z-modal-backdrop{background:rgba(25,20,28,.52)!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.a2z-modal-shell{background:#fff!important;color:#211c25!important;border:1px solid #ddd5e0!important;border-radius:18px!important;box-shadow:0 24px 80px rgba(20,16,24,.28)!important}.a2z-modal-header{min-height:62px;padding:16px 18px!important;align-items:center!important;background:#fff!important;border-bottom:1px solid #e7dfe8!important}.a2z-modal-header h2{margin:0!important;font-size:20px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:-.015em!important;color:#211c25!important}.a2z-modal-header p{color:#59515e!important;font-size:13.5px!important;font-weight:700!important}.a2z-modal-close{width:38px!important;height:38px!important;min-width:38px!important;border:1px solid #ded6df!important;border-radius:10px!important;background:#f5f1ef!important;color:#2b2530!important;display:grid!important;place-items:center!important;cursor:pointer!important}.a2z-modal-close:hover{background:#ebe5e2!important}.a2z-modal-body{padding:18px!important;font-size:14.5px!important;line-height:1.55!important;font-weight:600!important;color:#2a242e!important}.a2z-modal-footer{padding:15px 18px!important;border-top:1px solid #e7dfe8!important;background:#fbf9f8!important}.a2z-modal-body input:not([type=checkbox]):not([type=radio]):not([type=color]),.a2z-modal-body select,.a2z-modal-body textarea{min-height:44px!important;border-color:#bfb4c2!important;border-radius:9px!important;background:#fff!important;color:#211c25!important;font-size:14px!important;font-weight:700!important}.a2z-modal-body textarea{min-height:78px!important}.a2z-modal-body input::placeholder,.a2z-modal-body textarea::placeholder{color:#77707b!important;opacity:1!important}.a2z-modal-body label>span{color:#302834!important;font-size:13px!important;font-weight:850!important}.a2z-modal-body p,.a2z-modal-body small{color:#4f4653!important;font-size:13px!important;font-weight:650!important;line-height:1.5!important}.a2z-modal-body b,.a2z-modal-body strong{color:#29222d;font-weight:850}.a2z-modal-body dt{color:#554c59!important;font-size:12.5px!important;font-weight:900!important;letter-spacing:.045em!important}.a2z-modal-body dd{color:#29222d!important;font-size:14.5px!important;font-weight:800!important}.a2z-modal-body button:not(.a2z-modal-close){font-size:13.5px!important;font-weight:800!important}@media(max-width:620px){.a2z-modal-header{padding:13px 14px!important}.a2z-modal-body{padding:14px!important}.a2z-modal-footer{padding:12px 14px!important}}.a2z-modal-body article,.a2z-modal-body div,.a2z-modal-body section{color:inherit}.a2z-modal-body label{color:#302834!important;font-size:13px!important;font-weight:750!important}.a2z-modal-body em,.a2z-modal-body small{font-size:12.5px!important}.a2z-modal-body em{font-weight:650!important;line-height:1.45!important}.a2z-modal-body input[type=checkbox],.a2z-modal-body input[type=radio]{width:17px!important;height:17px!important}