@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&family=Playfair+Display:wght@600&display=swap";:root{font-family:DM Sans,Noto Sans SC,sans-serif;color:#1c2923;background:#f3f1eb;font-synthesis:none;--green:#315f48;--ink:#1c2923;--muted:#7e837d;--line:#dfddd5;--paper:#fbfaf6}*{box-sizing:border-box}body{margin:0;min-width:1100px}button,input{font:inherit}button{cursor:pointer}.app{min-height:100vh;display:flex}.sidebar{width:230px;background:#173b2d;color:#dfe9e3;padding:28px 18px 20px;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column}.brand{font-family:Playfair Display;font-size:24px;display:flex;align-items:center;gap:11px;padding:0 10px 28px}.brand-mark{width:32px;height:32px;background:#d8bd8b;color:#173b2d;display:grid;place-items:center;border-radius:50%;font-family:DM Sans;font-weight:700}.workspace{background:#234b3b;border:1px solid #38604f;border-radius:8px;padding:11px 12px;font-size:13px;display:flex;justify-content:space-between;align-items:center;margin-bottom:27px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar a{height:42px;padding:0 11px;display:flex;align-items:center;gap:12px;border-radius:7px;color:#b9c9c1;font-size:14px}.sidebar a svg{width:18px}.sidebar a.active{background:#f3f1eb;color:#173b2d;font-weight:600}.nav-label{font-size:10px;letter-spacing:.13em;color:#769284;padding:26px 11px 6px}.sidebar-bottom{margin-top:auto}.profile{border-top:1px solid #315546;margin-top:14px;padding:20px 8px 0;display:flex;gap:10px;align-items:center}.avatar{width:34px;height:34px;background:#d8bd8b;color:#173b2d;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700}.profile strong,.profile small{display:block;font-size:12px}.profile small{color:#8ca397;margin-top:3px}.app main{margin-left:230px;width:calc(100% - 230px)}header{height:69px;background:#fbfaf6;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 36px}.search{display:flex;align-items:center;gap:10px;color:#969992}.search svg{width:18px}.search input{border:0;background:transparent;outline:0;width:280px}.header-actions{display:flex;gap:12px}.icon-button{border:0;background:transparent;color:#6c736e;display:grid;place-items:center}.icon-button svg{width:18px}.add,.sync{border:0;border-radius:7px;color:#fff;background:var(--green);padding:10px 14px;display:flex;align-items:center;gap:7px;font-size:13px}.add svg,.sync svg{width:15px}.content{max-width:1440px;margin:auto;padding:36px 40px 28px}.title-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.date{font-size:12px;color:#8a8e89}.title-row h1{font-family:Playfair Display,Noto Sans SC;font-size:32px;margin:7px 0 2px}.title-row p{margin:0;color:#81857f;font-size:13px}.visibility{border:1px solid var(--line);background:#faf9f5;border-radius:7px;padding:9px 12px;display:flex;gap:7px;align-items:center;color:#606660;font-size:12px}.visibility svg{width:16px}.hero{background:linear-gradient(112deg,#234d3b,#17392c);color:#fff;border-radius:12px;padding:29px 32px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 24px #15372920}.hero>div>span{font-size:12px;color:#b5c9bf}.currency{background:#345d4c;padding:5px 8px;border-radius:5px;margin-left:8px;color:#e3ebe6!important}.hero h2{font-family:Playfair Display;font-size:40px;letter-spacing:.01em;margin:12px 0 6px}.hero p{margin:0;font-size:13px}.positive,.yield{color:#3b8c66}.hero .positive{color:#86d3aa}.hero p small{color:#b0c4b9;margin-left:7px}.hero-note{border-left:1px solid #456657;padding-left:35px;min-width:230px}.hero-note span,.hero-note strong,.hero-note small{display:block}.hero-note strong{font-size:14px;margin:7px 0}.hero-note small{color:#89a399;font-size:11px}.summaries{display:grid;grid-template-columns:repeat(4,1fr);margin:18px 0;gap:12px}.summary-card{background:var(--paper);border:1px solid var(--line);border-radius:9px;padding:18px 19px}.summary-label,.summary-card strong,.summary-detail{display:block}.summary-label{font-size:11px;color:#838780}.summary-card>strong{font-family:Playfair Display;font-size:24px;margin:9px 0 6px}.summary-detail{font-size:11px;color:#8b8f89;display:flex;align-items:center;gap:3px}.summary-detail svg{width:14px}.summary-detail.up{color:#428366}.summary-detail.down{color:#a56950}.charts-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:18px;margin-bottom:18px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:10px}.panel-head{padding:19px 22px 10px;display:flex;align-items:center;justify-content:space-between}.eyebrow{font-size:9px;letter-spacing:.18em;color:#999b95}.panel h2{font-size:17px;margin:4px 0}.panel-head button{border:1px solid var(--line);background:#f7f5ef;border-radius:6px;padding:7px 9px;color:#747973;font-size:11px}.range{display:flex;gap:2px;background:#f0eee8;padding:3px;border-radius:6px}.range button{border:0;background:transparent;padding:5px 8px}.range button.selected{background:#fff;color:#1f4936;box-shadow:0 1px 3px #0001}.chart{height:255px;padding:5px 14px 8px}.recharts-cartesian-axis-tick text{fill:#949791;font-size:10px}.allocation-body{display:flex;align-items:center;padding:5px 22px 22px;gap:19px}.donut{height:208px;flex:1;position:relative;min-width:190px}.donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;text-align:center;pointer-events:none}.donut-center small{color:#92958f;font-size:10px}.donut-center strong{font-family:Playfair Display;font-size:24px}.legend{flex:1.15}.legend-row{display:grid;grid-template-columns:9px 1fr auto;gap:7px;align-items:center;padding:7px 0;border-bottom:1px solid #ebe9e3;font-size:11px}.legend-row i{width:7px;height:7px;border-radius:50%}.legend-row small{grid-column:2/4;color:#989b96;font-size:9px}.accounts-panel{padding-bottom:5px}.sync{background:transparent!important;color:var(--green)!important;border:1px solid #aab9b0!important}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:10px;color:#8b8e88;font-weight:500;padding:11px 22px;border-bottom:1px solid var(--line)}td{padding:14px 22px;border-bottom:1px solid #e8e6df;font-size:12px}tbody tr:last-child td{border-bottom:0}.institution{display:flex;gap:11px;align-items:center;min-width:205px}.provider-icon{width:35px;height:35px;border-radius:8px;display:grid;place-items:center;background:#e1eae5;color:#315f48;font-size:11px;font-weight:700}.provider-icon.broker{background:#ece6dc;color:#976b3f}.provider-icon.exchange,.provider-icon.wallet{background:#e8e4ed;color:#725f82}.provider-icon svg{width:16px}.institution strong,.institution small,td>strong,.fresh{display:block}.institution small,.fresh{font-size:9px;color:#979a95;margin-top:4px}.fresh{color:#5c956f}.tag{background:#eeece6;border-radius:4px;padding:4px 7px;color:#676d67;font-size:10px}.holdings{display:flex;gap:5px;max-width:175px;flex-wrap:wrap}.holdings span{border:1px solid #dedbd3;border-radius:4px;padding:3px 6px;font-size:9px}.yield{font-size:13px}footer{text-align:center;color:#a1a39f;font-size:10px;padding:23px}@media(max-width:1200px){.charts-grid{grid-template-columns:1fr}.summaries{grid-template-columns:repeat(2,1fr)}}.bank-assets-panel{margin-top:18px}.exchange-total.bank-total{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:16px}.exchange-total.bank-total>small{margin-left:0}.screenshot-hint{display:flex;align-items:center;gap:6px;color:#7e837d;font-size:11px}.screenshot-hint svg{width:15px}.screenshot-upload{margin:0 22px 14px;padding:14px 15px;border:1px dashed #cfcfc6;border-radius:9px;background:#f8f7f2}.upload-copy{display:flex;align-items:center;gap:10px;margin-bottom:12px}.upload-copy>svg{width:22px;color:#38664f}.upload-copy strong,.upload-copy small{display:block}.upload-copy strong{font-size:12px}.upload-copy small{margin-top:3px;color:#858982;font-size:10px}.upload-controls{display:grid;grid-template-columns:150px minmax(180px,1fr) 110px;gap:8px}.upload-controls select,.file-picker,.upload-controls button{height:38px;border-radius:7px;font:inherit;font-size:11px}.upload-controls select,.file-picker{border:1px solid #d9d7cf;background:#fff}.upload-controls select{padding:0 10px;color:#40443f}.file-picker{display:flex;align-items:center;min-width:0;padding:0 11px;cursor:pointer}.file-picker input{position:absolute;width:1px;height:1px;opacity:0}.file-picker span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#737872}.upload-controls button{border:0;background:#214b38;color:#fff;font-weight:600;cursor:pointer}.upload-controls button:disabled{opacity:.5;cursor:not-allowed}.upload-message{display:flex;align-items:center;gap:6px;margin:10px 0 0;font-size:10px;color:#3f755b}.upload-message svg{width:14px;height:14px}.upload-message.error,.upload-message.needs_review{color:#a15a42}.bank-assets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:8px 22px 22px}.bank-asset-card{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px;border:1px solid #e4e1d9;border-radius:8px;padding:15px}.bank-asset-main{flex:1}.bank-asset-main>strong,.bank-asset-main>small,.bank-values b{display:block}.bank-values{margin:6px 0}.bank-values b{font-family:Playfair Display;font-size:19px}.bank-asset-main small{color:#8b8f89;font-size:10px}.bank-yield-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.bank-yield-grid>div{min-width:0;padding:8px 9px;border-radius:6px;background:#f5f4ef}.bank-yield-grid span,.bank-yield-grid b{display:block}.bank-yield-grid span{margin-bottom:4px;color:#8b8f89;font-size:8px}.bank-yield-grid b{overflow:hidden;color:#34443b;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.bank-yield-grid b.yield{color:#3b8c66}.bank-card-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;font-size:10px}.bank-asset-card .healthy{color:#428366}.bank-asset-card .pending{color:#999b95}.manual-edit-button{display:flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:#567060;font:inherit;font-size:10px;cursor:pointer}.manual-edit-button svg{width:12px;height:12px}.manual-edit-button:disabled{opacity:.45;cursor:not-allowed}.manual-asset-form{display:grid;grid-template-columns:minmax(120px,1fr) 78px minmax(120px,1fr) minmax(95px,.7fr) 64px 32px;align-items:end;gap:7px;width:100%;padding-top:12px;border-top:1px solid #ebe8e0}.manual-asset-form label{display:grid;gap:4px;color:#787d77;font-size:9px}.manual-asset-form input,.manual-asset-form select,.manual-asset-form button{height:34px;box-sizing:border-box;border-radius:6px;font:inherit;font-size:11px}.manual-asset-form input,.manual-asset-form select{width:100%;border:1px solid #d9d7cf;padding:0 8px;background:#fff}.manual-asset-form button{border:0;background:#214b38;color:#fff;cursor:pointer}.manual-asset-form button:disabled{opacity:.5}.manual-asset-form .cancel-manual{display:grid;place-items:center;background:#eceae3;color:#5f645e}.cancel-manual svg{width:14px}.manual-asset-form .manual-error{grid-column:1 / -1;color:#a15a42}@media(max-width:720px){.exchange-total.bank-total{grid-template-columns:repeat(2,minmax(0,1fr))}.exchange-total.bank-total>small{grid-column:1 / -1;text-align:left}.upload-controls,.bank-assets-grid{grid-template-columns:1fr}.manual-asset-form{grid-template-columns:1fr 82px}}.login-page{margin:0!important;width:100%!important;min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 18%,#fffdf6 0,#f3f1eb 46%,#e6e8e0);padding:32px}.login-card{width:min(440px,100%);background:#fbfaf6;border:1px solid #d9d7cf;border-radius:18px;padding:35px 38px;text-align:center;box-shadow:0 28px 80px #173b2d18}.login-brand{font-family:Playfair Display;font-size:22px;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:27px}.passkey-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;color:#315f48;background:#e3ece6;border:1px solid #c8d9cf}.passkey-icon svg{width:36px;height:36px}.login-card h1{font-family:Playfair Display,Noto Sans SC;font-size:29px;margin:9px 0 10px}.login-card>p{font-size:13px;line-height:1.7;color:#777d77;margin:0 auto 25px;max-width:340px}.passkey-button{width:100%;border:0;background:#214b38;color:#fff;border-radius:9px;padding:13px 18px;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:600}.passkey-button:disabled{opacity:.55;cursor:not-allowed}.passkey-button svg{width:19px}.setup-field{text-align:left;display:block;margin:0 0 14px}.setup-field>span{display:block;color:#727872;font-size:11px;margin:0 0 7px}.setup-field>div{height:44px;border:1px solid #d9d7cf;border-radius:8px;display:flex;align-items:center;padding:0 12px;background:#fff}.setup-field svg{width:16px;color:#8a8f89}.setup-field input{border:0;outline:0;background:transparent;padding:0 9px;width:100%;font-size:12px}.security-note{display:flex;text-align:left;gap:9px;border-top:1px solid #e4e1da;margin-top:24px;padding-top:19px;color:#818681;font-size:10px;line-height:1.5}.security-note svg{width:17px;flex:none;color:#4a7c62}.auth-error{margin-top:15px;padding:9px 10px;border-radius:7px;background:#f4e4df;color:#98533d;font-size:11px}.auth-loading{min-height:100vh;display:grid;place-items:center;background:#f3f1eb}.auth-loading .brand-mark{animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{50%{transform:scale(1.1);opacity:.65}}.exchange-panel{margin-bottom:18px}.exchange-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:7px 22px 18px}.exchange-card{border:1px solid #e1ded6;border-radius:9px;background:#f8f7f2;padding:16px}.exchange-title{display:flex;align-items:center;gap:10px;padding-bottom:13px;border-bottom:1px solid #e4e1da}.exchange-title>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.exchange-title>div:nth-child(2)>small{font-size:9px}.exchange-title>span{margin-left:auto;font-size:9px;color:#8c908a}.healthy{color:#4a8965}.error{color:#a75c47}.balance-list{max-height:220px;overflow:auto}.balance-row{display:grid;grid-template-columns:minmax(100px,1fr) minmax(118px,.9fr) auto;align-items:center;gap:8px;padding:10px 2px;border-bottom:1px solid #e8e5de;font-size:12px}.balance-row:last-child{border-bottom:0}.balance-row>div{display:flex;align-items:baseline;gap:6px}.balance-row small{font-size:8px;color:#9a9d97}.balance-row>span{font-variant-numeric:tabular-nums;font-weight:600}.balance-yield-split{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch!important;gap:5px!important}.balance-yield-split>span{min-width:0;padding:5px 6px;border-radius:5px;background:#eeece6}.balance-yield-split small,.balance-yield-split b,.balance-yield-split em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.balance-yield-split b{margin:2px 0;color:#33453b;font-size:9px}.balance-yield-split em{color:#8b8f89;font-size:8px;font-style:normal}.exchange-foot{display:flex;align-items:center;gap:7px;padding:0 22px 16px;color:#858984;font-size:10px}.exchange-foot svg{width:14px;color:#4a7c62}.sync-error{margin:10px 0 2px;padding:8px;background:#f6e7e2;color:#99513c;border-radius:5px;font-size:9px}.empty-balance{padding:30px;text-align:center;color:#989b96;font-size:11px}.spinning{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.exchange-grid{grid-template-columns:1fr}}.exchange-title>span{text-align:right}.exchange-title>span b{display:block;color:#263b31;font-size:11px;margin-top:4px}.balance-list{max-height:250px}.balance-row>span{text-align:right;font-weight:400}.balance-row>span b,.balance-row>span small{display:block}.balance-row>span small{margin-top:3px}.exchange-total{margin:5px 22px 9px;padding:15px 17px;border-radius:9px;background:#1e4736;color:#fff;display:flex;align-items:center;gap:30px}.exchange-total div span,.exchange-total div strong{display:block}.exchange-total div span{font-size:9px;color:#a9c1b5;margin-bottom:4px}.exchange-total div strong{font-family:Playfair Display;font-size:18px;white-space:nowrap}.exchange-total>small{margin-left:auto;color:#a9c1b5;font-size:9px;line-height:1.6;text-align:right}.token-copy .asset-yield{color:#3b8c66;font-weight:600}.unpriced{margin:0 22px 13px;padding:8px 10px;border-radius:6px;background:#f2eadc;color:#8b693f;font-size:9px}.balance-row{grid-template-columns:minmax(0,1fr) minmax(128px,38%) 88px}.balance-yield-split{width:100%;justify-self:stretch;text-align:left}.balance-yield-split>span{width:100%;text-align:left}.balance-yield-split b,.balance-yield-split em{font-variant-numeric:tabular-nums}.token-copy{min-width:0}.token-copy strong,.token-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-icon img{width:100%;height:100%;border-radius:inherit;object-fit:contain}.provider-icon.bank,.provider-icon.exchange{overflow:hidden;background:#fff}.token-identity{align-items:center!important;gap:9px!important}.token-icon{width:27px;height:27px;flex:none;overflow:hidden;border-radius:50%;display:grid;place-items:center;background:#e9ece8;color:#5f6c65;font-size:8px;font-weight:700}.token-icon img{width:100%;height:100%;object-fit:cover}.token-copy strong,.token-copy small{display:block}.token-copy small{margin-top:2px}.avatar{overflow:hidden}.avatar img{width:100%;height:100%;display:block;object-fit:cover}.receivables-panel{margin-top:18px}.receivable-add-button{display:flex;align-items:center;gap:5px;color:#315f48!important}.receivable-add-button svg{width:14px;height:14px}.receivable-add-button:disabled{opacity:.45;cursor:not-allowed}.receivable-total{margin-bottom:8px}.receivable-form{display:grid;grid-template-columns:minmax(210px,1fr) 150px 100px 70px 36px;align-items:end;gap:8px;margin:0 22px 14px;padding:14px;border:1px solid #dedbd3;border-radius:8px;background:#f8f7f2}.receivable-form label{display:grid;gap:5px;color:#787d77;font-size:10px}.receivable-form input,.receivable-form select,.receivable-form button{height:36px;box-sizing:border-box;border-radius:6px;font:inherit;font-size:11px}.receivable-form input,.receivable-form select{width:100%;border:1px solid #d9d7cf;padding:0 9px;background:#fff;color:#303b35}.receivable-form button{border:0;background:#214b38;color:#fff;cursor:pointer}.receivable-form button:disabled{opacity:.5}.receivable-form .receivable-cancel{display:grid;place-items:center;background:#eceae3;color:#5f645e}.receivable-cancel svg{width:14px;height:14px}.receivable-error{grid-column:1 / -1;color:#a15a42;font-size:10px}.receivable-list{padding:4px 22px 22px}.receivable-row{display:grid;grid-template-columns:36px minmax(180px,1fr) auto 32px;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid #ebe8e0}.receivable-row:last-of-type{border-bottom:0}.receivable-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e4ece7;color:#315f48}.receivable-icon svg{width:17px;height:17px}.receivable-copy strong,.receivable-copy small,.receivable-value b,.receivable-value small{display:block}.receivable-copy strong{font-size:12px}.receivable-copy small,.receivable-value small{margin-top:4px;color:#8b8f89;font-size:9px}.receivable-value{text-align:right}.receivable-value b{font-family:Playfair Display;font-size:17px}.receivable-delete{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#9b6654}.receivable-delete:hover{background:#f3eae6}.receivable-delete:disabled{opacity:.35;cursor:not-allowed}.receivable-delete svg{width:14px;height:14px}.receivable-empty{display:grid;justify-items:center;gap:5px;padding:26px 0 18px;color:#8b8f89}.receivable-empty svg{width:24px;height:24px;color:#6d8a7a}.receivable-empty strong{color:#5e665f;font-size:12px}.receivable-empty small{font-size:10px}.receivable-error.list-error{display:block;margin-top:10px}@media(max-width:720px){.receivable-form{grid-template-columns:1fr 90px}.receivable-form label:first-child{grid-column:1 / -1}}.chart-head-actions{display:flex;align-items:center;gap:10px}.live-indicator{display:inline-flex;align-items:center;gap:5px;color:#57816b;font-size:9px;white-space:nowrap}.live-indicator i{width:6px;height:6px;border-radius:50%;background:#4f9a70;box-shadow:0 0 0 3px #4f9a7018}.live-indicator.daily{color:#7c817b}.live-indicator.daily i{background:#8e938d;box-shadow:none}.live-history-chart{position:relative}.chart-empty,.allocation-chart-empty{height:100%;display:grid;place-items:center;color:#969a94;font-size:11px}.allocation-chart-empty{min-height:235px}.chart-note{display:block;margin:-5px 22px 14px;color:#90948e;font-size:9px}.hero-yield-note strong{color:#f4d6a0;font-family:Playfair Display,Noto Sans SC;font-size:27px}.hero-yield-note small{line-height:1.7}.sidebar a{text-decoration:none}.monitor-content{padding-top:34px}.monitor-title{align-items:flex-end}.monitor-refresh{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 13px;border:1px solid #d6d5ce;border-radius:7px;background:#fbfaf6;color:#315f48;font-size:12px;font-weight:600}.monitor-refresh:disabled{cursor:wait;opacity:.68}.monitor-refresh svg{width:15px;height:15px}.monitor-hero{min-height:148px;display:flex;align-items:center;justify-content:space-between;padding:26px 30px;overflow:hidden;position:relative;border-radius:12px;background:linear-gradient(118deg,#173b2d,#285943);color:#fff;box-shadow:0 10px 30px #173b2d1f}.monitor-hero:after{content:"";position:absolute;width:300px;height:300px;right:10%;top:-185px;border:1px solid #ffffff17;border-radius:50%;box-shadow:0 0 0 42px #ffffff08,0 0 0 86px #ffffff05}.monitor-hero.status-warning{background:linear-gradient(118deg,#453d25,#6d5a31)}.monitor-hero.status-critical,.monitor-hero.status-offline{background:linear-gradient(118deg,#4a2924,#744036)}.monitor-hero-status{display:flex;align-items:center;gap:20px;position:relative;z-index:1}.monitor-status-icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid #ffffff2b;border-radius:14px;background:#ffffff13}.monitor-status-icon svg{width:27px;height:27px}.monitor-hero-status small{color:#b9cec4;font-size:10px;letter-spacing:.12em}.monitor-hero-status h2{margin:4px 0 5px;font-family:Playfair Display,Noto Sans SC;font-size:30px}.monitor-hero-status p{display:flex;align-items:center;gap:9px;margin:0;color:#c2d4cb;font-size:11px}.monitor-hero-status p i{width:3px;height:3px;border-radius:50%;background:#8eaa9c}.monitor-hero-meta{min-width:180px;position:relative;z-index:1;padding-left:30px;border-left:1px solid #ffffff26}.monitor-hero-meta span,.monitor-hero-meta strong,.monitor-hero-meta small{display:block}.monitor-hero-meta span{color:#a9c7b8;font-size:10px}.monitor-hero-meta span i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#7bd19e;box-shadow:0 0 0 4px #7bd19e16}.monitor-hero-meta strong{margin:7px 0 3px;font-size:19px;font-variant-numeric:tabular-nums}.monitor-hero-meta small{color:#8fac9e;font-size:9px}.monitor-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.metric-card{min-width:0;padding:17px 18px 15px;border:1px solid var(--line);border-radius:10px;background:var(--paper)}.metric-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.metric-card-head>span{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#e7eee9;color:#37654e}.metric-card-head svg{width:16px;height:16px}.metric-card-head i{color:#6b8576;font-size:9px;font-style:normal}.metric-card.status-warning .metric-card-head>span{background:#f1eadb;color:#9a7139}.metric-card.status-warning .metric-card-head i{color:#9a7139}.metric-card.status-critical .metric-card-head>span,.metric-card.status-offline .metric-card-head>span{background:#f3e3de;color:#a15744}.metric-card.status-critical .metric-card-head i,.metric-card.status-offline .metric-card-head i{color:#a15744}.metric-card.status-unknown .metric-card-head>span{background:#ecebe6;color:#80847e}.metric-card>small{display:block;color:#868a84;font-size:10px}.metric-card>strong{display:block;min-height:31px;margin:5px 0 8px;overflow:hidden;font-family:Playfair Display,Noto Sans SC;font-size:24px;white-space:nowrap;text-overflow:ellipsis}.metric-card>p{margin:8px 0 0;overflow:hidden;color:#8c908a;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.metric-progress{height:4px;overflow:hidden;border-radius:5px;background:#e9e7e0}.metric-progress span{display:block;height:100%;border-radius:inherit;background:#4b8b6b;transition:width .4s ease}.metric-card.status-warning .metric-progress span{background:#c28c45}.metric-card.status-critical .metric-progress span{background:#b85f49}.configuration-alert{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px;padding:12px 15px;border:1px solid #e5cfaa;border-radius:8px;background:#f7f0e3;color:#805f2f}.configuration-alert svg{width:17px;flex:none}.configuration-alert strong,.configuration-alert span{display:block}.configuration-alert strong{font-size:11px}.configuration-alert span{margin-top:3px;color:#9a7c4e;font-size:9px}.monitor-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);gap:18px}.monitor-panel-head{padding-bottom:14px;border-bottom:1px solid #e5e2db}.panel-count{display:inline-flex;align-items:center;gap:5px;color:#7c817a;font-size:10px}.panel-count svg{width:14px;height:14px}.server-list{padding:0 20px}.server-row{display:grid;grid-template-columns:minmax(170px,1.2fr) minmax(185px,1fr) minmax(130px,.72fr) auto;align-items:center;gap:18px;padding:17px 2px;border-bottom:1px solid #e8e5de}.server-row:last-child{border-bottom:0}.server-main{display:flex;align-items:center;min-width:0;gap:11px}.server-icon{width:38px;height:38px;display:grid;flex:none;place-items:center;border-radius:9px;background:#e4eee8;color:#3f7358}.server-icon.status-warning{background:#f2e9d8;color:#a57635}.server-icon.status-critical,.server-icon.status-offline{background:#f3e1dc;color:#a95843}.server-icon.status-unknown{background:#ecebe7;color:#858983}.server-icon svg{width:17px;height:17px}.server-name{display:flex;align-items:center;gap:6px;min-width:0}.server-name strong{overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.server-name span{flex:none;padding:2px 5px;border-radius:3px;background:#e4ece7;color:#47705c;font-size:8px}.server-main p,.server-main small{margin:3px 0 0;color:#8e928c;font-size:9px}.server-main small{display:block;font-variant-numeric:tabular-nums}.server-readings{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.server-readings>div{padding-left:9px;border-left:1px solid #e3e0d9}.server-readings small,.server-readings strong{display:block}.server-readings small{margin-bottom:3px;color:#989b96;font-size:8px}.server-readings strong{font-size:11px;font-variant-numeric:tabular-nums}.server-renewal{display:flex;align-items:center;gap:8px}.server-renewal>svg{width:15px;color:#8d918b}.server-renewal span,.server-renewal small{display:block}.server-renewal span{font-size:10px;font-weight:600}.server-renewal small{margin-top:3px;color:#969994;font-size:8px}.status-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:67px;padding:5px 7px;border-radius:99px;background:#e8f0eb;color:#3f7c5d;font-size:9px;white-space:nowrap}.status-badge i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-badge.status-warning{background:#f4ebda;color:#9c7137}.status-badge.status-critical,.status-badge.status-offline{background:#f5e3df;color:#a65340}.status-badge.status-unknown{background:#ecebe7;color:#7e827d}.monitor-footnote{display:flex;align-items:center;gap:6px;margin:2px 20px 16px;padding-top:12px;border-top:1px solid #e8e5de;color:#999c97;font-size:8px}.monitor-footnote svg{width:12px}.domain-list{padding:0 20px}.domain-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:15px 0;border-bottom:1px solid #e8e5de}.domain-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#e7efe9;color:#46755d}.domain-icon.status-warning{background:#f3ead8;color:#a17639}.domain-icon.status-critical{background:#f4e2de;color:#a85543}.domain-icon svg{width:14px}.domain-name,.domain-expiry{min-width:0}.domain-name strong,.domain-name small,.domain-expiry strong,.domain-expiry small{display:block}.domain-name strong{overflow:hidden;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.domain-name small,.domain-expiry small{margin-top:4px;color:#999c97;font-size:8px}.domain-expiry{padding-left:10px;text-align:right}.domain-expiry strong{font-size:10px}.domain-summary{display:flex;align-items:center;gap:7px;margin:12px 20px 16px;padding:10px 11px;border-radius:7px;background:#edf2ee;color:#557462;font-size:9px}.domain-summary svg{width:14px}.domain-empty{min-height:220px;display:grid;place-items:center;align-content:center;padding:28px;text-align:center}.domain-empty>svg{width:28px;height:28px;margin-bottom:10px;color:#8ca094}.domain-empty strong{font-size:12px}.domain-empty p{max-width:230px;margin:6px 0 0;color:#969a94;font-size:9px;line-height:1.6}.monitor-error{display:grid;min-height:400px;place-items:center;align-content:center;padding:40px;text-align:center}.monitor-error>svg{width:34px;height:34px;color:#a1604e}.monitor-error h2{margin:14px 0 4px}.monitor-error p{margin:0 0 18px;color:#8d918b;font-size:11px}.monitor-loading-title span,.monitor-loading-hero,.monitor-loading-cards span{display:block;overflow:hidden;position:relative;background:#e7e5de}.monitor-loading-title span:after,.monitor-loading-hero:after,.monitor-loading-cards span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,#ffffff66,transparent);animation:monitor-shimmer 1.4s infinite}.monitor-loading-title{display:grid;gap:8px;margin:20px 0 26px}.monitor-loading-title span:first-child{width:210px;height:32px;border-radius:5px}.monitor-loading-title span:last-child{width:320px;height:12px;border-radius:3px}.monitor-loading-hero{height:148px;border-radius:12px}.monitor-loading-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.monitor-loading-cards span{height:160px;border-radius:10px}@keyframes monitor-shimmer{to{transform:translate(100%)}}@media(max-width:1250px){.monitor-grid{grid-template-columns:1fr}.server-row{grid-template-columns:minmax(190px,1.25fr) minmax(190px,1fr) minmax(150px,.75fr) auto}}
