:root{--ae-indigo-50:#eef1ff;--ae-indigo-100:#dee4ff;--ae-indigo-200:#bec9fa;--ae-indigo-300:#98a9ed;--ae-indigo-400:#6f83d4;--ae-indigo-500:#5368b8;--ae-indigo-600:#354c9b;--ae-indigo-700:#2c3f82;--ae-indigo-800:#24336a;--ae-indigo-900:#1b274f;--ae-indigo-950:#11182f;--ae-gold-50:#fbf7ec;--ae-gold-100:#f5ebcf;--ae-gold-200:#e9d49a;--ae-gold-300:#dcba67;--ae-gold-400:#c99e43;--ae-gold-500:#b8892f;--ae-gold-600:#986f24;--ae-gold-700:#76541d;--ae-gold-800:#594017;--ae-gold-900:#3b2a10;--ae-energy-50:#fff5ec;--ae-energy-100:#ffe7cf;--ae-energy-200:#ffc99a;--ae-energy-300:#ffa75f;--ae-energy-400:#f88938;--ae-energy-500:#f07a2b;--ae-energy-600:#d95e1f;--ae-energy-700:#b6461b;--ae-energy-800:#87351a;--ae-energy-900:#5a2718;--ae-surface:#ffffff;--ae-background:#f5f7fb;--ae-background-subtle:#eef1f6;--ae-border-subtle:#e6eaf1;--ae-border:#d9dfea;--ae-neutral-400:#a9b1c0;--ae-neutral-500:#8790a2;--ae-text-muted:#70798d;--ae-text-secondary:#4d566b;--ae-text-primary:#151b2c;--ae-success:#2f7d68;--ae-success-soft:#eaf5f1;--ae-warning:#9b6e23;--ae-warning-soft:#faf2df;--ae-danger:#a9434c;--ae-danger-soft:#f9ecee;--ae-info:#426a8c;--ae-info-soft:#eaf1f6;--ae-data-1:#354c9b;--ae-data-2:#f07a2b;--ae-data-3:#3f8797;--ae-data-4:#b8892f;--ae-data-5:#687289;--ae-fund-pending:#70798d;--ae-fund-pending-soft:#eef1f6;--ae-fund-available:#354c9b;--ae-fund-available-soft:#eef1ff;--ae-fund-received:#2f7d68;--ae-fund-received-soft:#eaf5f1;--ae-action-primary:#354c9b;--ae-action-primary-hover:#2c3f82;--ae-action-primary-pressed:#24336a;--ae-action-primary-foreground:#ffffff;--ae-action-secondary:#eef1ff;--ae-action-secondary-foreground:#2c3f82;--ae-action-momentum:#f07a2b;--ae-action-momentum-hover:#d95e1f;--ae-action-momentum-foreground:#151b2c;--ae-action-momentum-soft:#fff5ec;--ae-focus-ring:rgb(152 169 237/55%);--ae-disabled-background:#eef1f6;--ae-disabled-foreground:#a9b1c0;--ae-font-sans-cn:"PingFang SC","Source Han Sans SC","Microsoft YaHei",sans-serif;--ae-font-sans-latin:"Avenir Next",Inter,"Helvetica Neue",Arial,sans-serif;--ae-font-mono:ui-monospace,"SFMono-Regular","JetBrains Mono",monospace;--ae-text-hero-data-size:40px;--ae-text-hero-data-line:44px;--ae-text-h1-size:32px;--ae-text-h1-line:40px;--ae-text-h2-size:24px;--ae-text-h2-line:32px;--ae-text-h3-size:18px;--ae-text-h3-line:26px;--ae-text-body-size:15px;--ae-text-body-line:24px;--ae-text-caption-size:12px;--ae-text-caption-line:18px;--ae-space-1:4px;--ae-space-2:8px;--ae-space-3:12px;--ae-space-4:16px;--ae-space-6:24px;--ae-space-8:32px;--ae-space-12:48px;--ae-space-16:64px;--ae-radius-xs:4px;--ae-radius-sm:8px;--ae-radius-md:12px;--ae-radius-lg:16px;--ae-radius-pill:999px;--ae-shadow-card:0 8px 24px rgb(21 27 44/6%);--ae-shadow-overlay:0 18px 48px rgb(21 27 44/12%);--ae-control-height:40px;--ae-control-height-touch:48px;--ae-table-row-height:48px;--ae-table-row-height-finance:56px;--ae-motion-fast:120ms;--ae-motion-standard:200ms;--ae-motion-expand:280ms;--ae-motion-ceremony:480ms;--ae-ease-out:cubic-bezier(0.16,1,0.3,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ae-background);color:var(--ae-text-primary);font-family:var(--ae-font-sans-cn);font-size:var(--ae-text-body-size);line-height:var(--ae-text-body-line);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}h1,h2,h3,h4{margin:0;line-height:1.2;letter-spacing:-.01em}.num{font-family:var(--ae-font-mono);font-variant-numeric:tabular-nums}.app-shell{display:flex;flex-direction:column;min-height:100vh}.topbar{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--ae-surface) 88%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--ae-border-subtle)}.topbar__inner{max-width:1280px;margin:0 auto;padding:0 var(--ae-space-8);height:60px;display:flex;align-items:center;justify-content:space-between;gap:var(--ae-space-6)}.brand{display:inline-flex;align-items:center;gap:var(--ae-space-3);font-weight:720;font-size:1.02rem;letter-spacing:.02em}.brand__mark{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:var(--ae-radius-sm);background:var(--ae-indigo-950);color:var(--ae-gold-400);font-size:.62rem;font-weight:760;letter-spacing:.04em;flex:0 0 auto}.topbar__right{display:flex;align-items:center;gap:var(--ae-space-4)}.topbar__nav{display:flex;gap:var(--ae-space-2)}.topbar__nav-link{padding:7px 12px;border-radius:var(--ae-radius-sm);color:var(--ae-text-secondary);font-size:.92rem;font-weight:520;transition:background var(--ae-motion-fast) var(--ae-ease-out),color var(--ae-motion-fast) var(--ae-ease-out)}.topbar__nav-link:hover{background:var(--ae-background-subtle);color:var(--ae-text-primary)}.topbar__nav-link--active{background:var(--ae-indigo-50);color:var(--ae-indigo-700)}.topbar__soul{display:inline-flex;align-items:center;gap:var(--ae-space-2);padding:6px 12px;border:1px solid var(--ae-border-subtle);border-radius:var(--ae-radius-pill);font-size:.84rem;color:var(--ae-text-secondary);background:var(--ae-surface)}.soul-dot{width:8px;height:8px;border-radius:50%;background:var(--ae-success)}.page{max-width:1280px;margin:0 auto;padding:var(--ae-space-8) var(--ae-space-8) var(--ae-space-16);width:100%}.page__head{margin-bottom:var(--ae-space-6)}.page__title{font-size:var(--ae-text-h1-size);font-weight:720;letter-spacing:-.01em}.page__sub{margin-top:var(--ae-space-2);color:var(--ae-text-secondary);font-size:.98rem;max-width:64ch}.section{margin-top:var(--ae-space-8)}.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--ae-space-4);margin-bottom:var(--ae-space-4)}.section__title{font-size:var(--ae-text-h2-size);font-weight:680}.section__hint{color:var(--ae-text-muted);font-size:var(--ae-text-caption-size)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--ae-space-2);height:var(--ae-control-height);padding:0 var(--ae-space-4);border-radius:var(--ae-radius-sm);border:1px solid transparent;font-family:inherit;font-size:.94rem;font-weight:620;cursor:pointer;transition:background var(--ae-motion-fast) var(--ae-ease-out),border-color var(--ae-motion-fast) var(--ae-ease-out),transform var(--ae-motion-fast) var(--ae-ease-out)}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:2px solid var(--ae-focus-ring);outline-offset:2px}.btn--primary{background:var(--ae-action-primary);color:var(--ae-action-primary-foreground)}.btn--primary:hover{background:var(--ae-action-primary-hover)}.btn--primary:disabled{background:var(--ae-disabled-background);color:var(--ae-disabled-foreground);cursor:not-allowed}.btn--momentum{background:var(--ae-action-momentum);color:var(--ae-action-momentum-foreground)}.btn--momentum:hover{background:var(--ae-action-momentum-hover)}.btn--momentum:disabled{background:var(--ae-disabled-background);color:var(--ae-disabled-foreground);cursor:not-allowed}.btn--secondary{background:var(--ae-action-secondary);color:var(--ae-action-secondary-foreground)}.btn--secondary:hover{background:var(--ae-indigo-100)}.btn--tertiary{background:transparent;color:var(--ae-text-primary);border-color:var(--ae-border)}.btn--tertiary:hover{border-color:var(--ae-indigo-300);color:var(--ae-indigo-700)}.btn--full{width:100%}.card{background:var(--ae-surface);border:1px solid var(--ae-border-subtle);border-radius:var(--ae-radius-lg);box-shadow:var(--ae-shadow-card)}.card--tight{padding:var(--ae-space-6)}.card--gold{background:linear-gradient(180deg,var(--ae-gold-50),var(--ae-surface));border-color:var(--ae-gold-200)}.card--energy{background:linear-gradient(180deg,var(--ae-energy-50),var(--ae-surface));border-color:var(--ae-energy-200)}.card--indigo{background:linear-gradient(180deg,var(--ae-indigo-50),var(--ae-surface));border-color:var(--ae-indigo-200)}.card__title{font-size:var(--ae-text-h3-size);font-weight:650}.card__body{margin-top:var(--ae-space-3);color:var(--ae-text-secondary)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--ae-space-4)}.kpi-card{padding:var(--ae-space-6)}.kpi-card__label{font-size:var(--ae-text-caption-size);font-weight:650;letter-spacing:.08em;color:var(--ae-text-muted);text-transform:uppercase}.kpi-card__value{margin-top:var(--ae-space-2);font-family:var(--ae-font-mono);font-variant-numeric:tabular-nums;font-size:var(--ae-text-hero-data-size);line-height:var(--ae-text-hero-data-line);font-weight:760;letter-spacing:-.02em}.kpi-card__value--gold{color:var(--ae-gold-600)}.kpi-card__value--energy{color:var(--ae-energy-600)}.kpi-card__hint{margin-top:var(--ae-space-2);font-size:var(--ae-text-caption-size);color:var(--ae-text-muted)}.kpi-card--pool{border-top:3px solid var(--ae-data-5)}.kpi-card--pool .kpi-card__value{color:var(--ae-data-5)}.kpi-card--income{border-top:3px solid var(--ae-data-3)}.kpi-card--income .kpi-card__value{color:var(--ae-data-3)}.kpi-card__trend{margin-top:var(--ae-space-1);font-size:var(--ae-text-caption-size);color:var(--ae-success);font-weight:600}.fund-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--ae-space-4)}.fund-card{padding:var(--ae-space-6);position:relative;overflow:hidden}.fund-card--pending{border-top:3px solid var(--ae-fund-pending)}.fund-card--available{border-top:3px solid var(--ae-fund-available)}.fund-card--received{border-top:3px solid var(--ae-fund-received)}.fund-card--referral{border-top:3px solid var(--ae-energy-500)}.fund-card--referral .fund-card__value{color:var(--ae-energy-600)}.fund-card--pool{border-top:3px solid var(--ae-data-5)}.fund-card--pool .fund-card__value{color:var(--ae-data-5)}.fund-card__label{display:flex;align-items:center;gap:var(--ae-space-2);font-size:var(--ae-text-caption-size);font-weight:650;letter-spacing:.08em;color:var(--ae-text-muted);text-transform:uppercase}.fund-card__value{margin-top:var(--ae-space-2);font-family:var(--ae-font-mono);font-variant-numeric:tabular-nums;font-size:var(--ae-text-h2-size);font-weight:720}.fund-card--available .fund-card__value{color:var(--ae-fund-available)}.fund-card--received .fund-card__value{color:var(--ae-fund-received)}.fund-card__hint{margin-top:var(--ae-space-2);font-size:var(--ae-text-caption-size);color:var(--ae-text-muted);line-height:var(--ae-text-caption-line)}.split-card{padding:var(--ae-space-6)}.split-bar{display:flex;width:100%;height:16px;border-radius:var(--ae-radius-pill);overflow:hidden;margin-top:var(--ae-space-4)}.split-bar__seg{height:100%;transition:width var(--ae-motion-expand) var(--ae-ease-out)}.split-legend{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--ae-space-3);margin-top:var(--ae-space-6)}.split-item{display:flex;align-items:flex-start;gap:var(--ae-space-3);padding:var(--ae-space-3);border-radius:var(--ae-radius-sm);background:var(--ae-background)}.split-item--hidden{opacity:.55}.split-item__dot{width:10px;height:10px;border-radius:3px;margin-top:5px;flex:0 0 auto}.split-item__name{font-size:.92rem;font-weight:620}.split-item__ratio{font-size:var(--ae-text-caption-size);color:var(--ae-text-muted);font-family:var(--ae-font-mono)}.split-item__amount{margin-top:var(--ae-space-1);font-family:var(--ae-font-mono);font-variant-numeric:tabular-nums;font-size:.94rem;font-weight:650}.split-item__note{margin-top:var(--ae-space-1);color:var(--ae-text-muted);line-height:var(--ae-text-caption-line)}.chip,.split-item__note{font-size:var(--ae-text-caption-size)}.chip{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 var(--ae-space-2);border-radius:var(--ae-radius-pill);font-weight:620;line-height:1;white-space:nowrap}.chip__dot{width:6px;height:6px;border-radius:50%}.chip--pending{background:var(--ae-fund-pending-soft);color:var(--ae-fund-pending)}.chip--pending .chip__dot{background:var(--ae-fund-pending)}.chip--available{background:var(--ae-fund-available-soft);color:var(--ae-fund-available)}.chip--available .chip__dot{background:var(--ae-fund-available)}.chip--received{background:var(--ae-fund-received-soft);color:var(--ae-fund-received)}.chip--received .chip__dot{background:var(--ae-fund-received)}.chip--referral{background:var(--ae-energy-100);color:var(--ae-energy-700)}.chip--referral .chip__dot{background:var(--ae-energy-500)}.chip--gold{background:var(--ae-gold-100);color:var(--ae-gold-700)}.chip--gold .chip__dot{background:var(--ae-gold-500)}.chip--energy{background:var(--ae-energy-100);color:var(--ae-energy-700)}.chip--energy .chip__dot{background:var(--ae-energy-500)}.table-wrap{overflow-x:auto;border-radius:var(--ae-radius-md)}.table{width:100%;border-collapse:collapse;background:var(--ae-surface);border:1px solid var(--ae-border-subtle);border-radius:var(--ae-radius-md);font-size:.92rem}.table th{text-align:left;font-size:var(--ae-text-caption-size);font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--ae-text-muted);background:var(--ae-background);white-space:nowrap}.table td,.table th{padding:var(--ae-space-3) var(--ae-space-4);border-bottom:1px solid var(--ae-border-subtle)}.table td{height:var(--ae-table-row-height-finance)}.table tbody tr:hover{background:var(--ae-indigo-50)}.table--num td:last-child,.table--num td:nth-last-child(-n+2),.table--num th:last-child,.table--num th:nth-last-child(-n+2){text-align:right;font-family:var(--ae-font-mono);font-variant-numeric:tabular-nums}.table tbody tr:last-child td{border-bottom:none}.qualify-card{padding:var(--ae-space-6);border:1px solid var(--ae-energy-200);background:var(--ae-action-momentum-soft);border-radius:var(--ae-radius-lg)}.qualify-card__title{display:flex;align-items:center;gap:var(--ae-space-2);font-size:var(--ae-text-h3-size);font-weight:680;color:var(--ae-energy-700)}.qualify-card__body{margin-top:var(--ae-space-3);color:var(--ae-text-secondary);font-size:.94rem;line-height:1.7}.qualify-card__progress{margin-top:var(--ae-space-4)}.progress-track{height:8px;background:var(--ae-energy-100);overflow:hidden}.progress-fill,.progress-track{border-radius:var(--ae-radius-pill)}.progress-fill{height:100%;background:var(--ae-energy-500);transition:width var(--ae-motion-expand) var(--ae-ease-out)}.progress-label{display:flex;justify-content:space-between;margin-top:var(--ae-space-2);font-size:var(--ae-text-caption-size);color:var(--ae-text-muted)}.qualify-list{margin:var(--ae-space-4) 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--ae-space-2)}.qualify-list__item{display:flex;align-items:flex-start;gap:var(--ae-space-3);font-size:.92rem;color:var(--ae-text-secondary)}.qualify-list__item--done{color:var(--ae-success)}.qualify-check{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;border:1.5px solid var(--ae-neutral-400);font-size:.62rem;flex:0 0 auto;margin-top:2px}.qualify-list__item--done .qualify-check{border-color:var(--ae-success);background:var(--ae-success);color:var(--ae-surface)}.view-tabs{display:inline-flex;gap:var(--ae-space-1);padding:4px;background:var(--ae-background-subtle);border-radius:var(--ae-radius-sm)}.view-tab{display:inline-flex;align-items:center;gap:var(--ae-space-2);height:32px;padding:0 var(--ae-space-4);border:none;border-radius:6px;background:transparent;font-family:inherit;font-size:.9rem;font-weight:620;color:var(--ae-text-secondary);cursor:pointer;transition:background var(--ae-motion-fast) var(--ae-ease-out),color var(--ae-motion-fast) var(--ae-ease-out)}.view-tab:hover{color:var(--ae-text-primary)}.view-tab--active{background:var(--ae-surface);color:var(--ae-indigo-700);box-shadow:0 1px 3px rgb(21 27 44/8%)}.dev-role-bar{display:inline-flex;align-items:center;gap:var(--ae-space-1);padding:4px;border:1px dashed var(--ae-gold-400);border-radius:var(--ae-radius-sm);background:var(--ae-gold-50)}.dev-role-bar__tag{padding:0 var(--ae-space-2);font-size:.72rem;font-weight:760;letter-spacing:.08em;color:var(--ae-gold-700);text-transform:uppercase}.momentum-banner{display:flex;align-items:center;justify-content:space-between;gap:var(--ae-space-6);padding:var(--ae-space-6);border-radius:var(--ae-radius-lg);background:linear-gradient(90deg,var(--ae-energy-500),var(--ae-energy-400));color:var(--ae-action-momentum-foreground)}.momentum-banner__title{font-size:var(--ae-text-h3-size);font-weight:720}.momentum-banner__sub{margin-top:var(--ae-space-1);font-size:.92rem;opacity:.82}.momentum-banner__cta{white-space:nowrap}.empty{padding:var(--ae-space-12) var(--ae-space-6);text-align:center;color:var(--ae-text-muted)}.empty__title{font-size:1.02rem;font-weight:650;color:var(--ae-text-secondary)}.empty__hint{margin-top:var(--ae-space-2);font-size:var(--ae-text-caption-size)}.page__foot{margin-top:var(--ae-space-12);padding-top:var(--ae-space-6);border-top:1px solid var(--ae-border-subtle);line-height:var(--ae-text-caption-line)}.foot,.page__foot{color:var(--ae-text-muted);font-size:var(--ae-text-caption-size)}.foot{max-width:1280px;width:100%;margin:0 auto;padding:var(--ae-space-4) var(--ae-space-8) var(--ae-space-8);display:flex;align-items:center;justify-content:space-between;gap:var(--ae-space-4)}.foot__link{color:var(--ae-text-secondary);font-weight:560}.foot__link:hover,.text-link{color:var(--ae-indigo-600)}.text-link{font-weight:620;font-size:.92rem;white-space:nowrap}.text-link:hover{color:var(--ae-indigo-800);text-decoration:underline;text-underline-offset:3px}.member-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--ae-space-3);align-items:stretch}.member-strip__cell{padding:var(--ae-space-4);border-radius:var(--ae-radius-md);border:1px solid var(--ae-border-subtle);background:var(--ae-surface)}.member-strip__cell--empty{background:var(--ae-background-subtle);border-style:dashed}.member-strip__name{font-weight:680}.member-strip__meta{margin-top:var(--ae-space-1);font-size:var(--ae-text-caption-size);color:var(--ae-text-muted)}.member-strip__more{display:flex;align-items:center;justify-content:center;padding:var(--ae-space-2)}.tier-track{margin-top:var(--ae-space-4);height:12px;background:var(--ae-background-subtle);overflow:hidden;position:relative}.tier-track,.tier-track__fill{border-radius:var(--ae-radius-pill)}.tier-track__fill{height:100%;background:linear-gradient(90deg,var(--ae-indigo-400),var(--ae-indigo-700));transition:width var(--ae-motion-expand) var(--ae-ease-out)}.tier-track__label{display:flex;justify-content:space-between;margin-top:var(--ae-space-2);font-size:var(--ae-text-caption-size);color:var(--ae-text-muted)}.member-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--ae-space-4)}.member-summary__item{padding:var(--ae-space-6);border-radius:var(--ae-radius-md);border:1px solid var(--ae-border-subtle);background:var(--ae-surface);text-align:center}.member-summary__item--active{border-color:var(--ae-success-soft);background:var(--ae-success-soft)}.member-summary__item--empty{border-style:dashed}.member-summary__item--pending{border-color:var(--ae-fund-pending-soft);background:var(--ae-fund-pending-soft)}.member-summary__num{font-size:var(--ae-text-h2-size);font-weight:760}.member-summary__label{margin-top:var(--ae-space-1);font-size:var(--ae-text-caption-size);color:var(--ae-text-muted)}.member-cell__name{display:inline-flex;align-items:center;gap:var(--ae-space-2);font-weight:620}.member-cell__leader{display:inline-block;padding:1px 8px;border-radius:var(--ae-radius-pill);background:var(--ae-gold-100);color:var(--ae-gold-700);font-size:.72rem;font-weight:700;letter-spacing:.04em}.tier-cell{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:26px;padding:0 var(--ae-space-2);border-radius:var(--ae-radius-sm);font-family:var(--ae-font-mono);font-size:.86rem;font-weight:700}.tier-cell--none{background:var(--ae-background-subtle);color:var(--ae-text-muted)}.tier-cell--bronze{background:#f6e8d7;color:#8a5a2b}.tier-cell--silver{background:#e8edf3;color:#5c6b7f}.tier-cell--gold{background:var(--ae-gold-100);color:var(--ae-gold-800)}.tier-cell--indigo{background:var(--ae-indigo-50);color:var(--ae-indigo-800)}.node-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--ae-space-4)}.node-card{padding:var(--ae-space-6);border:1px solid var(--ae-border-subtle);border-radius:var(--ae-radius-md);background:var(--ae-surface);transition:border-color var(--ae-motion-standard) var(--ae-ease-out),box-shadow var(--ae-motion-standard) var(--ae-ease-out)}.node-card:hover{border-color:var(--ae-indigo-200);box-shadow:var(--ae-shadow-card)}.node-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--ae-space-2)}.node-card__name{display:flex;align-items:center;gap:var(--ae-space-3)}.node-avatar{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:var(--ae-radius-md);font-weight:720;flex:0 0 auto}.node-avatar--human{background:var(--ae-indigo-50);color:var(--ae-indigo-800)}.node-avatar--spirit{background:var(--ae-energy-100);color:var(--ae-energy-700)}.node-card__title{font-weight:680;line-height:1.3}.node-card__role{font-size:var(--ae-text-caption-size);color:var(--ae-text-muted)}.node-card__task{margin-top:var(--ae-space-3);font-size:.92rem;color:var(--ae-text-secondary);line-height:1.6;min-height:2.6em}.node-card__foot{margin-top:var(--ae-space-3);font-size:var(--ae-text-caption-size);color:var(--ae-text-muted)}.status-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto;margin-top:4px}.status-dot--working{background:var(--ae-success);box-shadow:0 0 0 3px var(--ae-success-soft)}.status-dot--idle{background:var(--ae-gold-500);box-shadow:0 0 0 3px var(--ae-gold-100)}.status-dot--offline{background:var(--ae-neutral-400)}.task-row{display:flex;align-items:center;justify-content:space-between;gap:var(--ae-space-4);padding:var(--ae-space-4) 0}.task-row__main{min-width:0}.task-row__title{font-weight:620;line-height:1.5}.task-row__meta{display:flex;align-items:center;gap:var(--ae-space-3);margin-top:var(--ae-space-1);font-size:var(--ae-text-caption-size);color:var(--ae-text-muted)}.task-divider{border-top:1px solid var(--ae-border-subtle)}.exception-card{border-left:3px solid var(--ae-gold-400)}.exception-card__title{font-size:.98rem;font-weight:680}.exception-card__body{margin-top:var(--ae-space-2);font-size:var(--ae-text-caption-size);color:var(--ae-text-muted);line-height:var(--ae-text-caption-line)}.qualify-card__actions{margin-top:var(--ae-space-4);display:flex;align-items:center;gap:var(--ae-space-4);flex-wrap:wrap}.qualify-card__hint{font-size:var(--ae-text-caption-size);color:var(--ae-text-muted)}.mini-phone{max-width:420px;margin:0 auto;border:1px solid var(--ae-border);border-radius:24px;background:var(--ae-surface);box-shadow:var(--ae-shadow-card);overflow:hidden}.mini-phone__statusbar{display:flex;align-items:center;justify-content:space-between;padding:var(--ae-space-3) var(--ae-space-6);background:var(--ae-indigo-950);color:var(--ae-indigo-100);font-size:var(--ae-text-caption-size);font-weight:620}.mini-block{padding:var(--ae-space-6);border-bottom:1px solid var(--ae-border-subtle)}.mini-block:last-child{border-bottom:none}.mini-block--hero{background:linear-gradient(160deg,var(--ae-indigo-50),var(--ae-surface))}.mini-block__label{font-size:var(--ae-text-caption-size);font-weight:650;letter-spacing:.08em;color:var(--ae-text-muted);text-transform:uppercase}.mini-block__value{margin-top:var(--ae-space-2);font-size:30px;font-weight:760;letter-spacing:-.02em;color:var(--ae-indigo-800)}.mini-block__hint{margin-top:var(--ae-space-1);color:var(--ae-text-muted)}.mini-block__hint,.mini-block__row{font-size:var(--ae-text-caption-size)}.mini-block__row{display:flex;gap:var(--ae-space-6);margin-top:var(--ae-space-3);color:var(--ae-text-secondary);font-family:var(--ae-font-mono);font-variant-numeric:tabular-nums}.mini-block__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--ae-space-3)}.mini-block__title{font-weight:680}.mini-block__more{font-size:var(--ae-text-caption-size);color:var(--ae-indigo-600)}.mini-task{display:flex;align-items:center;justify-content:space-between;gap:var(--ae-space-3);padding:var(--ae-space-3) 0}.mini-task__title{font-size:.92rem;line-height:1.5}.mini-progress{margin-top:var(--ae-space-2)}.mini-msg{display:flex;align-items:flex-start;gap:var(--ae-space-3);padding:var(--ae-space-3) 0}.mini-msg__badge{display:inline-flex;align-items:center;height:22px;padding:0 var(--ae-space-2);border-radius:var(--ae-radius-sm);background:var(--ae-energy-100);color:var(--ae-energy-700);font-size:.72rem;font-weight:700;flex:0 0 auto;white-space:nowrap}.mini-msg__body{min-width:0}.mini-msg__title{font-size:.92rem;font-weight:620}.mini-msg__hint{margin-top:2px;font-size:var(--ae-text-caption-size);color:var(--ae-text-muted)}@media (max-width:720px){.topbar__inner{padding:0 var(--ae-space-4);height:52px}.page{padding:var(--ae-space-4) var(--ae-space-4) var(--ae-space-12)}.kpi-card__value{font-size:30px;line-height:36px}.momentum-banner{flex-direction:column;align-items:flex-start}.topbar__nav-link{padding:6px 8px;font-size:.86rem}.topbar__soul{display:none}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}.btn--sm{height:30px;padding:0 var(--ae-space-3);font-size:.82rem}.auth-page,.topbar__logout{display:flex;align-items:center}.auth-page{min-height:100vh;flex-direction:column;justify-content:center;gap:var(--ae-space-6);padding:var(--ae-space-8) var(--ae-space-4);background:radial-gradient(1200px 600px at 50% -10%,var(--ae-indigo-100),transparent 60%),var(--ae-background)}.auth-card{width:100%;max-width:400px;background:var(--ae-surface);border:1px solid var(--ae-border-subtle);border-radius:var(--ae-radius-lg);box-shadow:var(--ae-shadow-overlay);padding:var(--ae-space-8)}.auth-card__brand{display:flex;align-items:center;gap:var(--ae-space-3);margin-bottom:var(--ae-space-6)}.auth-card__brand-name{font-weight:720;font-size:1.05rem;letter-spacing:.02em}.auth-card__brand-sub{font-size:.78rem;color:var(--ae-text-muted)}.auth-card__title{font-size:var(--ae-text-h2-size);font-weight:720}.auth-card__sub{margin-top:var(--ae-space-2);color:var(--ae-text-secondary);font-size:.94rem}.auth-banner{margin-top:var(--ae-space-4);padding:var(--ae-space-3) var(--ae-space-4);border-radius:var(--ae-radius-sm);font-size:.9rem}.auth-banner--warning{background:var(--ae-warning-soft);color:var(--ae-warning)}.auth-banner--error{background:var(--ae-danger-soft);color:var(--ae-danger)}.auth-banner__title{font-weight:680}.auth-banner__hint{margin-top:2px;font-size:.84rem;opacity:.9}.auth-form{margin-top:var(--ae-space-6);gap:var(--ae-space-4)}.auth-form,.field{display:flex;flex-direction:column}.field{gap:var(--ae-space-2)}.field__label{font-size:.9rem;font-weight:620;color:var(--ae-text-secondary)}.field__row{display:flex;gap:var(--ae-space-2)}.field__input{height:var(--ae-control-height-touch);padding:0 var(--ae-space-4);border:1px solid var(--ae-border);border-radius:var(--ae-radius-sm);font-family:inherit;font-size:.98rem;color:var(--ae-text-primary);width:100%;transition:border-color var(--ae-motion-fast) var(--ae-ease-out),box-shadow var(--ae-motion-fast) var(--ae-ease-out)}.field__input:focus{outline:none;border-color:var(--ae-indigo-400);box-shadow:0 0 0 3px var(--ae-focus-ring)}.field__send{flex:0 0 auto;height:var(--ae-control-height-touch)}.field__error{font-size:.82rem;color:var(--ae-danger)}.field__hint{font-size:.82rem;color:var(--ae-text-muted)}.auth-submit{margin-top:var(--ae-space-2);height:var(--ae-control-height-touch)}.auth-card__foot{margin-top:var(--ae-space-6);font-size:.78rem;color:var(--ae-text-muted);line-height:1.6}.auth-test{width:100%;max-width:720px}.auth-test__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--ae-space-3)}.auth-test__title{font-weight:680;font-size:.94rem}.auth-test__hint{font-size:.8rem;color:var(--ae-text-muted)}.auth-test__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--ae-space-3)}.auth-test__card{text-align:left;padding:var(--ae-space-4);border:1px solid var(--ae-border-subtle);border-radius:var(--ae-radius-md);background:var(--ae-surface);cursor:pointer;font-family:inherit;transition:border-color var(--ae-motion-fast) var(--ae-ease-out),box-shadow var(--ae-motion-fast) var(--ae-ease-out)}.auth-test__card:hover{border-color:var(--ae-indigo-300);box-shadow:var(--ae-shadow-card)}.auth-test__card--disabled{opacity:.55}.auth-test__card-head{display:flex;align-items:center;gap:var(--ae-space-2)}.auth-test__card-name{font-weight:640;font-size:.9rem}.auth-test__card-phone{margin-top:var(--ae-space-1);font-size:.86rem;color:var(--ae-text-secondary)}.auth-test__card-meta{margin-top:var(--ae-space-2);display:flex;flex-direction:column;gap:2px;font-size:.78rem;color:var(--ae-text-muted)}.workbench__identity{margin-top:var(--ae-space-6)}.workbench__identity-row{display:flex;align-items:center;gap:var(--ae-space-3)}.workbench__identity-name{font-weight:680;font-size:1.02rem}.workbench__identity-meta{margin-top:var(--ae-space-2);font-size:.84rem;color:var(--ae-text-muted)}.workbench-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--ae-space-4)}.workbench-card{display:flex;flex-direction:column;gap:var(--ae-space-2);padding:var(--ae-space-6);transition:transform var(--ae-motion-standard) var(--ae-ease-out),border-color var(--ae-motion-standard) var(--ae-ease-out),box-shadow var(--ae-motion-standard) var(--ae-ease-out)}.workbench-card:hover{transform:translateY(-2px);border-color:var(--ae-indigo-200);box-shadow:var(--ae-shadow-overlay)}.workbench-card__title{font-size:var(--ae-text-h3-size);font-weight:680}.workbench-card__sub{color:var(--ae-text-secondary);font-size:.9rem;line-height:1.6}.workbench-card__cta{margin-top:var(--ae-space-2);color:var(--ae-indigo-600);font-weight:640;font-size:.92rem}.workbench-card--pending{opacity:.7}.forbidden{max-width:520px;margin:0 auto;padding:var(--ae-space-16) var(--ae-space-6);text-align:center}.forbidden__code{font-family:var(--ae-font-mono);font-size:72px;font-weight:760;color:var(--ae-indigo-200);letter-spacing:-.02em}.forbidden__title{margin-top:var(--ae-space-2);font-size:var(--ae-text-h1-size);font-weight:720}.forbidden__body{margin-top:var(--ae-space-4);color:var(--ae-text-secondary);line-height:1.7}.forbidden__actions{margin-top:var(--ae-space-8);display:flex;gap:var(--ae-space-3);justify-content:center}.admin-shell{display:flex;min-height:100vh;background:var(--ae-background)}.admin-side{width:248px;flex:0 0 auto;display:flex;flex-direction:column;background:var(--ae-indigo-950);color:var(--ae-indigo-100);position:sticky;top:0;height:100vh;padding:var(--ae-space-6) var(--ae-space-4)}.admin-side__brand{display:flex;align-items:center;gap:var(--ae-space-3);padding:0 var(--ae-space-2) var(--ae-space-6);border-bottom:1px solid rgb(255 255 255/8%);color:var(--ae-surface)}.admin-side__brand-name{display:block;font-weight:720;font-size:1rem;letter-spacing:.02em}.admin-side__brand-sub{display:block;font-size:.72rem;color:var(--ae-indigo-300);letter-spacing:.08em}.admin-nav{display:flex;flex-direction:column;gap:2px;margin-top:var(--ae-space-6);flex:1}.admin-nav__link{display:block;padding:10px 12px;border-radius:var(--ae-radius-sm);color:var(--ae-indigo-200);font-size:.92rem;font-weight:540;transition:background var(--ae-motion-fast) var(--ae-ease-out),color var(--ae-motion-fast) var(--ae-ease-out)}.admin-nav__link:hover{background:rgb(255 255 255/6%);color:var(--ae-surface)}.admin-nav__link--active{background:var(--ae-gold-500);color:var(--ae-indigo-950);font-weight:680}.admin-side__foot{border-top:1px solid rgb(255 255 255/8%);padding-top:var(--ae-space-4)}.admin-operator__name{font-weight:660;color:var(--ae-surface);font-size:.94rem}.admin-operator__meta{margin-top:2px;font-size:.76rem;color:var(--ae-indigo-300)}.admin-side__actions{margin-top:var(--ae-space-3);display:flex;align-items:center;gap:var(--ae-space-4)}.admin-side__link{color:var(--ae-indigo-200);font-size:.84rem}.admin-side__link:hover{color:var(--ae-surface)}.admin-side__logout{background:transparent;border:1px solid rgb(255 255 255/20%);color:var(--ae-indigo-100);border-radius:var(--ae-radius-sm);height:28px;padding:0 var(--ae-space-3);font-size:.82rem;cursor:pointer;font-family:inherit}.admin-side__logout:hover{border-color:var(--ae-gold-400);color:var(--ae-gold-300)}.admin-main{flex:1;min-width:0;display:flex;flex-direction:column}.admin-topbar{position:sticky;top:0;z-index:40;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--ae-space-8);background:color-mix(in srgb,var(--ae-surface) 88%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--ae-border-subtle)}.admin-topbar__crumb{font-weight:650;color:var(--ae-text-secondary);font-size:.92rem}.admin-content{padding:var(--ae-space-8);max-width:1080px;width:100%}