:root{--graphite:#414042;--graphite-dark:#2f2f30;--bg:#f5f6f7;--line:#e4e5e7;--text:#1f2023;--muted:#73777e;--white:#fff;--success:#2aa66a;--demo:#2b8ce6;--development:#e99122;--upcoming:#9ca1a7;--danger:#c84848;--radius:14px;--shadow:0 12px 34px rgba(24,25,27,.07)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Montserrat,system-ui,sans-serif;color:var(--text);background:var(--bg)}button,input,select{font:inherit}.hidden{display:none!important}.muted{color:var(--muted);line-height:1.55}.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:700}.eyebrow.dark{color:var(--graphite)}.toast{position:fixed;right:24px;bottom:24px;z-index:99;background:var(--graphite);color:#fff;padding:12px 16px;border-radius:10px;opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s;box-shadow:var(--shadow);max-width:380px}.toast.show{opacity:1;transform:translateY(0)}.toast.error{background:#8b3030}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.86fr) minmax(480px,1.14fr)}.brand-panel{background:var(--graphite);color:#fff;padding:48px;display:flex;flex-direction:column;min-height:100vh}.brand-logo{width:220px}.brand-logo-white{filter:none}.brand-panel-copy{margin:auto 0;max-width:560px}.brand-panel-copy h1{font-size:44px;line-height:1.08;margin:16px 0}.brand-panel-copy p{color:#ddd;line-height:1.7;max-width:510px}.brand-panel-footer{font-size:12px;color:#bbb}.auth-card-wrap{display:grid;place-items:center;padding:48px;background:#fff}.auth-card{width:min(440px,100%)}.auth-logo{width:230px;margin-bottom:48px}.auth-card h2{font-size:34px;margin:10px 0}.form-stack{display:grid;gap:18px;margin-top:30px}label{font-size:12px;font-weight:600;display:grid;gap:8px}input,select{width:100%;border:1px solid var(--line);background:#fff;border-radius:9px;padding:13px 14px;outline:none;transition:.15s}input:focus,select:focus{border-color:#a7a9ad;box-shadow:0 0 0 3px rgba(65,64,66,.08)}.btn{border:0;border-radius:9px;padding:12px 16px;font-weight:600;cursor:pointer}.btn.primary{background:var(--graphite);color:#fff}.btn.primary:hover{background:var(--graphite-dark)}.btn.secondary{background:#fff;border:1px solid var(--line);color:var(--text)}.text-btn{border:0;background:none;color:var(--graphite);padding:0;text-decoration:underline;cursor:pointer;font-size:12px}.app-shell{display:grid;grid-template-columns:258px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--graphite);color:#fff;padding:28px 18px 22px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-brand{padding:3px 12px 28px}.sidebar-brand img{width:180px}.nav-list{display:grid;gap:5px}.nav-item,.sidebar-action{appearance:none;border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:13px;padding:12px 14px;border-radius:9px;text-align:left;cursor:pointer;font-size:13px}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.11)}.sidebar-spacer{flex:1}.profile-mini{display:flex;gap:11px;align-items:center;padding:18px 10px;border-top:1px solid rgba(255,255,255,.15)}.profile-mini strong,.profile-mini span{display:block}.profile-mini strong{font-size:12px}.profile-mini span{font-size:10px;color:#ccc;margin-top:4px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--graphite);font-size:12px;font-weight:700;flex:none}.avatar.small{width:34px;height:34px;background:var(--graphite);color:#fff}.sidebar-action{border-top:1px solid rgba(255,255,255,.15);border-radius:0;padding-top:18px;margin-top:4px}.workspace{min-width:0}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.topbar h1{font-size:18px;margin:0}.topbar-actions{display:flex;align-items:center;gap:12px}.org-select{width:260px;padding:10px 12px}.icon-btn{border:1px solid var(--line);background:#fff;width:36px;height:36px;border-radius:9px;cursor:pointer}.view{display:none;padding:28px}.active-view{display:block}.hero-row,.page-head,.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.hero-row h2,.page-head h2{font-size:28px;margin:0 0 5px}.summary-chip{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;min-width:270px;font-size:12px}.section-heading{margin:30px 0 15px}.section-heading h3{margin:6px 0 0;font-size:17px}.solution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.solution-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px;min-height:236px;display:flex;flex-direction:column}.solution-top{display:flex;gap:12px;align-items:flex-start}.solution-icon{width:48px;height:48px;border-radius:11px;background:linear-gradient(145deg,var(--graphite),#6a6a6c);display:grid;place-items:center;color:#fff;font-weight:700;font-size:16px}.solution-card h4{font-size:13px;margin:2px 0 6px;line-height:1.35}.solution-card .org-name{font-size:11px;color:var(--muted);line-height:1.45}.status-row{margin:17px 0 10px;display:flex;align-items:center;gap:8px;font-size:11px}.dot{width:8px;height:8px;border-radius:50%;background:var(--upcoming)}.status.active .dot,.dot.active{background:var(--success)}.dot.demo{background:var(--demo)}.dot.development{background:var(--development)}.dot.upcoming{background:var(--upcoming)}.solution-meta{font-size:10px;color:var(--muted);margin-bottom:13px}.solution-meta strong{display:block;color:var(--text);font-size:11px;margin-top:4px}.card-actions{display:grid;gap:8px;margin-top:auto}.card-actions .btn{font-size:11px;padding:9px 10px}.btn.disabled{opacity:.45;pointer-events:none}.activity-title{margin-top:26px}.activity-strip{background:#fff;border:1px solid var(--line);border-radius:var(--radius);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.activity-item{padding:16px;border-right:1px solid var(--line);font-size:11px}.activity-item:last-child{border-right:0}.activity-item strong{display:block;margin-bottom:4px}.activity-item span{color:var(--muted)}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px}.page-head{margin-bottom:18px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:11px}.data-table th{font-size:10px;text-align:left;color:var(--muted);font-weight:600;padding:11px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.data-table td{padding:13px 12px;border-bottom:1px solid var(--line);vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.tag,.status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:600}.status.active{background:#eaf7f0;color:#197346}.status.demo{background:#eaf3fe;color:#2467a8}.status.development{background:#fff2df;color:#9b5b08}.status.upcoming{background:#f0f1f2;color:#6d7379}.tag{background:#f0f1f2;color:#50545a}.roles-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px}.role-list{padding:10px}.role-option{padding:14px;border-radius:10px;cursor:pointer}.role-option:hover,.role-option.active{background:#f2f3f4}.role-option strong,.role-option span{display:block}.role-option strong{font-size:12px}.role-option span{font-size:10px;color:var(--muted);margin-top:4px}.role-matrix h3{margin:0 0 6px}.matrix-table th,.matrix-table td{text-align:center}.matrix-table th:first-child,.matrix-table td:first-child{text-align:left}.check{display:inline-grid;place-items:center;width:19px;height:19px;border:1px solid #c8cbd0;border-radius:5px;font-size:11px}.check.on{background:var(--graphite);color:#fff;border-color:var(--graphite)}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.panel h3{margin-top:0}.panel hr{border:0;border-top:1px solid var(--line);margin:18px 0}.color-row{display:flex;align-items:center;gap:10px}.swatch{width:28px;height:28px;border-radius:8px;background:#414042}.modal{border:0;padding:0;border-radius:14px;box-shadow:var(--shadow);width:min(460px,calc(100% - 30px))}.modal::backdrop{background:rgba(20,21,22,.42)}.modal-card{padding:22px;display:grid;gap:16px}.modal-head{display:flex;justify-content:space-between;align-items:flex-start}.modal-head h3{margin:6px 0 0}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.empty{padding:30px;text-align:center;color:var(--muted);font-size:12px}
@media(max-width:1180px){.solution-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.activity-strip{grid-template-columns:repeat(2,1fr)}.activity-item:nth-child(2){border-right:0}.activity-item:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:900px){.app-shell{grid-template-columns:86px minmax(0,1fr)}.sidebar-brand img{width:52px;object-fit:cover;object-position:left}.nav-item span,.profile-mini>div:last-child,.sidebar-action{display:none}.nav-item{justify-content:center}.sidebar{padding-left:12px;padding-right:12px}.solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.roles-layout,.settings-grid{grid-template-columns:1fr}.auth-shell{grid-template-columns:1fr}.brand-panel{display:none}.auth-card-wrap{min-height:100vh}}@media(max-width:640px){.view{padding:18px}.topbar{padding:0 16px}.org-select{width:170px}.solution-grid{grid-template-columns:1fr}.activity-strip{grid-template-columns:1fr}.activity-item{border-right:0!important;border-bottom:1px solid var(--line)}.hero-row,.page-head{display:grid}.summary-chip{min-width:0}.topbar h1{display:none}}
