:root {
  --ink: #182422;
  --muted: #70807c;
  --line: #e4e9e6;
  --paper: #f5f7f4;
  --card: #ffffff;
  --nav: #122320;
  --nav-soft: #1c342f;
  --teal: #1d806d;
  --teal-bright: #3db99d;
  --orange: #e5844d;
  --blue: #4d82c7;
  --violet: #8068bb;
  --shadow: 0 14px 38px rgba(19, 45, 39, .08);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--paper); }
body { margin: 0; min-height: 100vh; color: var(--ink); background: var(--paper); font: 14px/1.5 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.app-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: 100vh; }
.sidebar { position: sticky; top: 0; height: 100vh; padding: 28px 18px 18px; background: linear-gradient(178deg, #152b27 0%, #0d1d1a 100%); color: #dce9e5; display: flex; flex-direction: column; z-index: 20; }
.brand, .login-brand { display: flex; align-items: center; gap: 12px; letter-spacing: .06em; }
.brand { padding: 0 10px 28px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #10221e; background: linear-gradient(145deg, #8ce6cf, #41b99d); font-size: 15px; font-weight: 900; box-shadow: 0 8px 24px rgba(62, 187, 157, .25); }
.brand strong, .login-brand strong { display: block; color: #fff; font-size: 15px; }
.brand small, .login-brand small { display: block; margin-top: -2px; color: #77a69a; font-size: 8px; letter-spacing: .23em; }
.main-nav { display: grid; gap: 5px; }
.nav-label { padding: 20px 13px 7px; color: #64887f; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.nav-link { min-height: 45px; padding: 9px 12px; border-radius: 13px; display: flex; align-items: center; gap: 11px; color: #a9c0ba; font-weight: 650; transition: .2s ease; }
.nav-link:hover { background: rgba(255,255,255,.05); color: #fff; transform: translateX(2px); }
.nav-link.active { background: var(--nav-soft); color: #fff; box-shadow: inset 3px 0 #4cc2a5; }
.nav-icon { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; color: #67cdb5; font-size: 11px; font-weight: 850; }
.nav-dot { margin-left: auto; width: 7px; height: 7px; border-radius: 50%; background: #4ed0a9; box-shadow: 0 0 0 4px rgba(78,208,169,.1); }
.sidebar-footer { margin-top: auto; }
.server-state { margin: 0 10px 13px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.06); border-radius: 12px; color: #87a79f; font-size: 11px; display: flex; align-items: center; gap: 8px; }
.profile-button { width: 100%; border: 0; padding: 10px; border-radius: 14px; background: rgba(255,255,255,.04); color: #fff; text-align: left; display: flex; align-items: center; gap: 10px; cursor: pointer; }
.profile-button:hover { background: rgba(255,255,255,.08); }
.profile-button strong { display: block; font-size: 12px; }
.profile-button small { display: block; color: #789a92; font-size: 10px; }
.logout-glyph { margin-left: auto; color: #6d9289; }
.avatar { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; color: #fff; background: #317e6e; font-weight: 800; }
.avatar.color-0 { background: #217c6b; }.avatar.color-1 { background: #d27948; }.avatar.color-2 { background: #4f78ad; }.avatar.color-3 { background: #7961ad; }.avatar.color-4 { background: #9b6f47; }

.main-content { min-width: 0; }
.topbar { min-height: 108px; padding: 25px clamp(24px, 4vw, 58px) 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 18px; background: rgba(245,247,244,.88); backdrop-filter: blur(14px); }
.topbar h1 { margin: 2px 0 0; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.15; letter-spacing: -.035em; }
.topbar-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.eyebrow { margin: 0; color: #87938f; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.date-chip, .count-chip { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); font-size: 11px; font-weight: 650; }
.mobile-menu { display: none; border: 0; background: transparent; font-size: 22px; }
.page-body { padding: 32px clamp(24px, 4vw, 58px) 60px; max-width: 1600px; margin: auto; }

.flash-stack { position: fixed; top: 20px; right: 24px; z-index: 50; width: min(420px, calc(100vw - 48px)); display: grid; gap: 8px; }
.flash { padding: 13px 16px; border-radius: 13px; color: #21413a; background: #dff5ee; border: 1px solid #b6e5d8; box-shadow: var(--shadow); font-weight: 650; }
.flash.error { color: #762f32; background: #ffeaeb; border-color: #ffc8cb; }.flash.warning { color: #76501f; background: #fff4d8; border-color: #f2da9f; }

.hero-card { position: relative; min-height: 320px; padding: clamp(32px, 5vw, 62px); border-radius: 30px; overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 15%, rgba(81,212,178,.24), transparent 34%), linear-gradient(125deg, #173a33, #225c4f 58%, #1b4a40); box-shadow: 0 24px 65px rgba(22,66,56,.16); display: flex; align-items: center; }
.hero-card:after { content: ""; position: absolute; inset: 0; opacity: .07; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(to left, #000, transparent 64%); }
.hero-card > div:first-child { position: relative; z-index: 2; max-width: 650px; }
.hero-card h2 { margin: 15px 0 12px; font-size: clamp(32px, 4vw, 52px); line-height: 1.04; letter-spacing: -.05em; }
.hero-card p { max-width: 570px; margin: 0 0 24px; color: #c4ded7; font-size: 15px; }
.hero-visual { position: absolute; z-index: 1; right: 7%; top: 50%; width: 285px; height: 285px; transform: translateY(-50%); }
.orb { position: absolute; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.17); backdrop-filter: blur(8px); }
.orb-large { inset: 32px; color: #c3fff0; background: linear-gradient(145deg, rgba(72,204,170,.4), rgba(27,81,68,.65)); box-shadow: 0 30px 80px rgba(0,0,0,.24), inset 0 0 50px rgba(255,255,255,.07); font-size: 64px; font-weight: 250; letter-spacing: -.08em; }
.orb-large span { text-shadow: 0 8px 25px rgba(0,0,0,.25); }.orb-small { width: 55px; height: 55px; color: #fff; background: rgba(24,64,55,.72); box-shadow: var(--shadow); font-weight: 800; }.orb-small.one { top: 5px; right: 18px; }.orb-small.two { bottom: 22px; left: 2px; }

.pill { display: inline-flex; align-items: center; justify-content: center; padding: 6px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .025em; }
.pill.success { color: #1c705d; background: #dff5ee; }.pill.warning { color: #8a5a1b; background: #fff0cf; }.pill.accent { color: #fff; background: rgba(87,203,175,.28); border: 1px solid rgba(180,255,236,.2); }.pill.neutral { color: #687672; background: #eef2ef; }
.button { min-height: 42px; padding: 10px 16px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-weight: 750; transition: .2s ease; }
.button:hover { transform: translateY(-1px); filter: brightness(1.02); }.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.button.primary { color: #fff; background: var(--teal); box-shadow: 0 9px 24px rgba(29,128,109,.16); }.button.secondary { color: #31574f; background: #e6efec; }.button.light { color: #15372f; background: #fff; }.button.full { width: 100%; }

.stats-grid { margin: 24px 0 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }.stats-grid.three { grid-template-columns: repeat(3,1fr); }
.stat-card { min-height: 112px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); display: flex; align-items: center; gap: 14px; box-shadow: 0 6px 22px rgba(15,46,38,.035); }
.stat-card > div { min-width: 0; }.stat-card small { display: block; color: var(--muted); font-size: 11px; }.stat-card strong { display: block; margin-top: 2px; font-size: 27px; letter-spacing: -.04em; }
.stat-icon, .quick-icon { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; font-size: 19px; font-weight: 800; }.stat-icon.teal,.quick-icon.teal { color: #16725e; background: #dcf4ed; }.stat-icon.orange,.quick-icon.orange { color: #a75b2e; background: #ffeadb; }.stat-icon.blue,.quick-icon.blue { color: #356da9; background: #e2edfb; }.stat-icon.violet,.quick-icon.violet { color: #6e57a4; background: #ede8f8; }
.trend { margin-left: auto; align-self: flex-start; padding: 4px 7px; border-radius: 8px; color: #7d8b87; background: #f4f6f4; font-size: 9px; font-weight: 750; }

.section-heading, .panel-header { display: flex; justify-content: space-between; align-items: center; gap: 18px; }.section-heading { margin: 0 0 16px; }.section-heading h2, .panel-header h2 { margin: 3px 0 0; font-size: 21px; letter-spacing: -.025em; }.panel-header { padding-bottom: 17px; border-bottom: 1px solid var(--line); }.panel-header a { color: var(--teal); font-size: 11px; font-weight: 750; }
.bot-grid { margin-bottom: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.bot-card { min-height: 246px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(15,46,38,.035); }
.bot-card.featured { background: linear-gradient(145deg, #fff 70%, #ecf7f3); }.bot-card.placeholder { border-style: dashed; background: transparent; }
.bot-card-top { display: flex; align-items: flex-start; justify-content: space-between; }.bot-avatar { width: 53px; height: 53px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #2a8d78, #185a4d); box-shadow: 0 10px 24px rgba(29,128,109,.2); font-size: 21px; font-weight: 300; }.bot-avatar span { font-weight: 850; }.bot-avatar.ghost { color: #78908a; background: #e8eeeb; box-shadow: none; }.bot-avatar.large { width: 72px; height: 72px; border-radius: 21px; font-size: 28px; }
.bot-card h3 { margin: 18px 0 6px; font-size: 22px; }.bot-card p { min-height: 42px; margin: 0; color: var(--muted); }.bot-card > a { margin-top: 18px; color: var(--teal); display: flex; justify-content: space-between; font-weight: 750; }
.bot-metrics { margin-top: 17px; display: flex; gap: 18px; color: var(--muted); font-size: 11px; }.bot-metrics strong { color: var(--ink); font-size: 15px; }

.two-column { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); gap: 16px; }.panel-card { padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 26px rgba(15,46,38,.035); }.narrow-card { margin-top: 16px; max-width: 980px; }
.compact-list { display: grid; }.compact-row { padding: 14px 2px; border-bottom: 1px solid #edf0ee; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; }.compact-row:last-child { border-bottom: 0; }.compact-row:hover strong { color: var(--teal); }.compact-row strong,.compact-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.compact-row small { color: var(--muted); font-size: 10px; }
.file-icon { width: 36px; height: 39px; border-radius: 9px; display: grid; place-items: center; color: #356da9; background: #e8f1fc; font-size: 8px; font-weight: 850; }
.status-badge, .risk-badge { display: inline-flex; padding: 5px 8px; border-radius: 9px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }.status-badge.in_approval,.status-badge.analyzing { color: #9a592d; background: #ffeadb; }.status-badge.completed { color: #1c705d; background: #dff5ee; }.status-badge.error,.status-badge.annulled { color: #9f4248; background: #ffe8ea; }
.integration-list { display: grid; }.integration-row { padding: 15px 2px; border-bottom: 1px solid #edf0ee; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; }.integration-row:last-child { border-bottom: 0; }.integration-row strong,.integration-row small { display: block; }.integration-row small { color: var(--muted); font-size: 10px; }
.integration-logo { width: 37px; height: 37px; border-radius: 11px; display: grid; place-items: center; font-size: 10px; font-weight: 900; }.integration-logo.bitrix { color: #327cb5; background: #e2f3ff; }.integration-logo.openai { color: #1e6e5d; background: #def3ed; }.integration-logo.domain { color: #805c2e; background: #fff0d9; }.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; }.status-dot.success { background: #41b993; box-shadow: 0 0 0 4px #e0f5ee; }.status-dot.warning { background: #e4a044; box-shadow: 0 0 0 4px #fff2dc; }
.empty-state { padding: 45px 20px; text-align: center; color: var(--muted); }.empty-state > span { margin: auto; width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: var(--teal); background: #e3f4ef; font-weight: 800; }.empty-state h3 { margin: 13px 0 4px; color: var(--ink); }.empty-state p { margin: 0 auto 18px; max-width: 450px; }.empty-state.small { padding: 25px 16px; }.empty-state.standalone { border: 1px dashed #ced8d4; border-radius: var(--radius); background: #fff; }

.module-banner { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg, #fff, #eef7f4); display: flex; align-items: center; justify-content: space-between; gap: 20px; }.module-identity { display: flex; align-items: center; gap: 18px; }.module-identity h2 { margin: 3px 0 2px; font-size: 25px; }.module-identity p:last-child { margin: 0; color: var(--muted); }.module-actions { display: flex; gap: 9px; }
.workflow-strip { margin: 20px 0 28px; padding: 20px; overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; display: flex; align-items: center; gap: 12px; }.workflow-strip > i { color: #b5c0bc; font-style: normal; }.workflow-step { flex: 1 0 130px; text-align: center; }.workflow-step span { margin: auto auto 7px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: #337665; background: #e2f2ed; font-size: 10px; font-weight: 850; }.workflow-step.parallel span { color: #a1582b; background: #ffeadb; }.workflow-step strong,.workflow-step small { display: block; }.workflow-step strong { font-size: 11px; }.workflow-step small { color: var(--muted); font-size: 9px; }
.quick-grid { margin-bottom: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }.quick-card { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; transition: .2s ease; }.quick-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }.quick-card h3 { margin: 0 0 3px; font-size: 14px; }.quick-card p { margin: 0; color: var(--muted); font-size: 10px; }.quick-card b { color: var(--teal); }

.info-callout { margin-bottom: 18px; padding: 16px 18px; border: 1px solid #cfe4de; border-radius: 15px; background: #edf7f4; display: flex; gap: 13px; }.info-callout > span { flex: 0 0 auto; width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--teal); font-weight: 850; }.info-callout strong { display: block; }.info-callout p { margin: 2px 0 0; color: #61736e; font-size: 11px; }
.table-wrap { overflow-x: auto; }.data-table { width: 100%; border-collapse: collapse; }.data-table th { padding: 14px 12px; color: #83908c; background: #f7f9f7; font-size: 9px; letter-spacing: .08em; text-align: left; text-transform: uppercase; }.data-table th:first-child { border-radius: 10px 0 0 10px; }.data-table th:last-child { border-radius: 0 10px 10px 0; }.data-table td { padding: 15px 12px; border-bottom: 1px solid #edf0ee; vertical-align: middle; }.data-table tbody tr:last-child td { border-bottom: 0; }.data-table code { color: #45685f; background: #eef3f1; padding: 4px 7px; border-radius: 7px; }.person,.contract-link { display: flex; align-items: center; gap: 11px; }.person strong,.person small,.contract-link strong,.contract-link small { display: block; }.person small,.contract-link small { color: var(--muted); font-size: 10px; }.contract-link:hover strong { color: var(--teal); }
.inline-form { display: flex; align-items: center; gap: 6px; }.inline-form select { min-width: 148px; }.icon-button { width: 34px; height: 34px; border: 0; border-radius: 10px; color: #fff; background: var(--teal); cursor: pointer; }
input, select { width: 100%; min-height: 41px; padding: 9px 11px; border: 1px solid #d9e0dd; border-radius: 11px; color: var(--ink); background: #fff; outline: none; }.login-form input { min-height: 48px; }.login-form input:focus,input:focus,select:focus { border-color: #73b9a9; box-shadow: 0 0 0 4px rgba(65,174,148,.1); }
.form-grid { padding-top: 18px; display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }.form-grid label,.login-form label { color: #4c5c58; font-size: 11px; font-weight: 750; }.form-grid label input,.login-form label input { margin-top: 6px; }.form-actions { grid-column: 1/-1; }

.chain-list { display: grid; }.chain-card { display: grid; grid-template-columns: 52px 1fr; gap: 12px; }.chain-index { position: relative; display: flex; justify-content: center; }.chain-index span { position: relative; z-index: 2; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--teal); border: 6px solid var(--paper); font-size: 10px; font-weight: 850; }.chain-index i { position: absolute; top: 30px; bottom: -22px; width: 2px; background: #cbdad5; }.chain-content { margin-bottom: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }.chain-title { display: flex; justify-content: space-between; gap: 18px; }.chain-title h2 { margin: 3px 0 2px; font-size: 18px; }.chain-title p:last-child { margin: 0; color: var(--muted); font-size: 11px; }.role-badges { display: flex; align-items: flex-start; gap: 6px; }.assignment-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }.assignment-grid label > span,.assignment-grid label > small { display: block; }.assignment-grid label > span { font-size: 11px; font-weight: 800; }.assignment-grid label > small { margin-bottom: 6px; color: var(--muted); font-size: 9px; }.assignment-grid select { min-height: 110px; padding: 5px; }.assignment-grid option { padding: 7px; border-radius: 7px; }.assignment-grid option:checked { color: #fff; background: var(--teal) linear-gradient(var(--teal),var(--teal)); }
.sticky-save { position: sticky; bottom: 18px; z-index: 5; margin: 4px 0 0 64px; padding: 14px 16px; border: 1px solid #d8e3df; border-radius: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 14px 44px rgba(12,43,35,.13); display: flex; align-items: center; justify-content: space-between; }.sticky-save strong,.sticky-save small { display: block; }.sticky-save small { color: var(--muted); font-size: 9px; }

.detail-hero { margin-bottom: 18px; padding: 24px; border-radius: 20px; color: #fff; background: linear-gradient(130deg,#173b33,#266858); display: flex; justify-content: space-between; align-items: center; gap: 20px; }.detail-hero h2 { margin: 10px 0 3px; font-size: 24px; }.detail-hero p { margin: 0; color: #bbd6cf; }.detail-stage { min-width: 170px; padding: 14px; border-radius: 14px; background: rgba(255,255,255,.09); }.detail-stage small,.detail-stage strong { display: block; }.detail-stage small { color: #a9cdc3; }.detail-grid { align-items: start; }.detail-side { display: grid; gap: 16px; }.risk-badge.low { color:#1c705d;background:#dff5ee }.risk-badge.medium { color:#9a592d;background:#ffeadb }.risk-badge.high,.risk-badge.critical { color:#9f4248;background:#ffe8ea }
.report-content { padding-top: 18px; }.report-content h3 { margin: 17px 0 7px; font-size: 14px; }.report-content p { color: #52635f; }.report-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }.report-facts div { padding: 12px; border-radius: 12px; background: #f5f7f5; }.report-facts small,.report-facts strong { display: block; }.report-facts small { color: var(--muted); font-size: 9px; }.report-facts strong { margin-top: 3px; font-size: 11px; }
.finding { padding: 12px 0; border-bottom: 1px solid #edf0ee; display: flex; align-items: flex-start; gap: 10px; }.finding:last-child { border-bottom: 0; }.finding p { margin: 3px 0; font-size: 11px; }.finding small { color: var(--muted); }.severity { flex: 0 0 auto; padding: 4px 6px; border-radius: 7px; background:#edf1ef; font-size:8px; font-weight:800; text-transform:uppercase }.severity.high,.severity.critical { color:#9f4248;background:#ffe8ea }.severity.medium { color:#9a592d;background:#ffeadb }
.timeline,.audit-list { padding-top: 15px; display: grid; }.timeline-item { position: relative; padding: 0 0 17px 24px; }.timeline-item:before { content:""; position:absolute; left:6px; top:8px; bottom:-2px; width:1px; background:#dbe3e0 }.timeline-item:last-child:before { display:none }.timeline-item > span { position:absolute; left:1px; top:5px; width:11px; height:11px; border-radius:50%; background:#c5cfcc; border:3px solid #fff; box-shadow:0 0 0 1px #c5cfcc }.timeline-item.approved > span { background:#38ad8e;box-shadow:0 0 0 1px #38ad8e }.timeline-item strong,.timeline-item p,.timeline-item small { display:block;margin:0 }.timeline-item p,.timeline-item small { color:var(--muted);font-size:9px }.audit-list > div { display:flex;gap:10px;padding:9px 0;border-bottom:1px solid #edf0ee }.audit-list p { margin:0 }.audit-list strong,.audit-list small { display:block }.audit-list small { color:var(--muted);font-size:9px }.muted { color:var(--muted) }

.integration-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.integration-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }.integration-card-head { display:flex;align-items:flex-start;justify-content:space-between }.integration-logo.large { width:52px;height:52px;border-radius:15px;font-size:12px }.integration-card h2 { margin:17px 0 5px }.integration-card p { margin:0;color:var(--muted) }.integration-card ul { padding-left:18px;color:#53635f }.configuration-summary { margin-top:16px }.configuration-summary dl { display:grid;grid-template-columns:repeat(2,1fr);gap:0 24px }.configuration-summary dl div { padding:12px 0;border-bottom:1px solid #edf0ee;display:flex;justify-content:space-between;gap:10px }.configuration-summary dt { color:var(--muted) }.configuration-summary dd { margin:0;font-weight:700;text-align:right }

.login-page { overflow: hidden; padding: 24px; background: radial-gradient(circle at 16% 15%, #2f6558 0, transparent 34%), radial-gradient(circle at 88% 80%, #244a41 0, transparent 36%), #10211d; display: grid; place-items: center; }
.login-page:before { content:"";position:fixed;inset:0;opacity:.08;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:24px 24px }
.login-card { position:relative;z-index:2;width:min(460px,100%);padding:38px;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 35px 90px rgba(0,0,0,.32) }.login-brand { margin-bottom:34px }.login-brand strong { color:#183b33 }.login-brand small { color:#659185 }.login-copy h1 { margin:15px 0 8px;font-size:34px;line-height:1.08;letter-spacing:-.05em }.login-copy p { margin:0 0 24px;color:var(--muted) }.login-form { display:grid;gap:15px }.login-note { margin:20px 0 0;text-align:center;color:#8b9794;font-size:9px }.login-orbit { position:fixed;border:1px solid rgba(133,221,197,.13);border-radius:50% }.orbit-one { width:540px;height:540px;left:-180px;bottom:-260px }.orbit-two { width:420px;height:420px;right:-170px;top:-190px }

@media (max-width: 1100px) { .stats-grid { grid-template-columns:repeat(2,1fr) }.quick-grid,.integration-grid { grid-template-columns:1fr }.hero-visual { opacity:.45;right:-30px }.two-column { grid-template-columns:1fr }.module-banner { align-items:flex-start;flex-direction:column }.module-actions { width:100% }.module-actions .button { flex:1 } }
@media (max-width: 760px) { .app-shell { display:block }.sidebar { position:fixed;left:0;top:0;width:250px;transform:translateX(-105%);transition:.25s ease;box-shadow:20px 0 60px rgba(0,0,0,.25) }.sidebar.open { transform:none }.mobile-menu { display:block }.topbar { min-height:88px;padding:18px 20px }.topbar-actions { display:none }.page-body { padding:22px 18px 45px }.hero-card { min-height:360px;padding:30px 24px }.hero-visual { right:-80px;top:70%;transform:translateY(-50%) scale(.75) }.stats-grid,.stats-grid.three,.bot-grid,.form-grid,.assignment-grid,.report-facts,.configuration-summary dl { grid-template-columns:1fr }.workflow-strip { align-items:flex-start }.module-identity { align-items:flex-start }.bot-avatar.large { width:58px;height:58px }.chain-card { grid-template-columns:34px 1fr }.chain-index span { width:30px;height:30px }.chain-content { padding:17px }.chain-title { flex-direction:column }.sticky-save { margin-left:44px }.detail-hero { align-items:flex-start;flex-direction:column }.detail-stage { width:100% }.login-card { padding:28px 22px }.login-copy h1 { font-size:29px } }
