@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Geist:wght@400;500;600;700;800&display=swap";:root{color:#0a1833;font-synthesis:none;--nav:#111d2e;--ink:#0b1730;--muted:#647594;--line:#dfe7f1;--blue:#176ff2;--green:#18a64a;--yellow:#e49a00;--red:#e53844;--radius:10px;background:#f4f8fc;font-family:Geist,Arial,sans-serif}*{box-sizing:border-box}body{min-width:1180px;color:var(--ink);background:radial-gradient(circle at 75% -10%,#eef5ff,#0000 28%),#f7faff;margin:0}button,input,select{font:inherit}button,a{transition:all .16s}button{color:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.sidebar{color:#edf4ff;z-index:20;background:linear-gradient(155deg,#142236,#0e1929 72%,#152338);flex-direction:column;width:200px;padding:20px 11px 15px;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:6px 0 24px #0e1b2d13}.brand{color:#fff;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;height:46px;padding:0 9px;font-size:18px;display:flex}.brand-mark,.hero-lemon{width:25px;height:26px;display:inline-block;position:relative}.brand-mark i,.hero-lemon i{transform-origin:bottom;border-radius:10px 1px 10px 2px;width:10px;height:17px;display:block;position:absolute}.brand-mark i:first-child,.hero-lemon i:first-child{background:#4cdb71;top:0;left:2px;transform:rotate(48deg)}.brand-mark i:nth-child(2),.hero-lemon i:nth-child(2){background:#f7dc17;top:8px;left:9px;transform:rotate(-20deg)}.brand-mark i:nth-child(3),.hero-lemon i:nth-child(3){background:#70e569;width:8px;height:12px;top:0;left:14px;transform:rotate(12deg)}.side-nav{flex-direction:column;gap:5px;margin-top:22px;display:flex}.nav-item{color:#d9e3f2;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:13px;height:43px;padding:0 12px;font-size:18px;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background:#263650}.sidebar-bottom{flex-direction:column;gap:16px;margin-top:auto;display:flex}.new-board{color:#fff;text-align:left;background:#27374f;border:1px solid #34435a;border-radius:8px;height:44px;padding:0 15px;font-size:18px}.new-board span{margin-right:10px;font-size:20px}.sidebar-tagline{color:#8fa0b9;gap:12px;padding:0 9px;font-size:18px;line-height:1.3;display:flex}.tiny-sprout{color:#4edc75}.user-row{align-items:center;gap:10px;padding:4px 8px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#d9e1eb,#879bb5);border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:18px;font-weight:700;display:grid}.user-row div{flex-direction:column;gap:3px;display:flex}.user-row strong{font-size:18px}.user-row small{color:#91a2ba;font-size:18px}.workspace{min-height:100vh;margin-left:200px;padding:13px 18px 26px;overflow-x:auto}.demo-banner{color:#705a00;background:#fff8d5;border:1px solid #f2df8a;border-radius:8px;align-items:center;gap:10px;margin-bottom:8px;padding:7px 12px;font-size:18px;display:flex}.demo-banner strong{background:#f4d64e;border-radius:999px;padding:3px 8px}.page-header{border-bottom:1px solid #e3eaf3;justify-content:space-between;align-items:flex-start;gap:22px;min-height:66px;padding:0 4px 10px;display:flex}.page-header h1{letter-spacing:-1.2px;margin:0 0 3px;font-size:31px;font-weight:800}.page-header p{color:#50658b;margin:0;font-size:18px}.header-actions{align-items:center;gap:9px;display:flex}.search-box{color:#66799a;background:#fff;border:1px solid #d6e0eb;border-radius:8px;align-items:center;gap:10px;width:315px;height:40px;padding:0 13px;display:flex}.search-box input{width:100%;color:var(--ink);border:0;outline:0;font-size:18px}.dark-button,.outline-button,.icon-button,.ghost-button{cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:9px;height:40px;display:inline-flex}.dark-button{color:#fff;background:#121f33;border:1px solid #111d2f;padding:0 18px;font-weight:600}.dark-button:hover{background:#1d304a}.dark-button:disabled{opacity:.55;cursor:not-allowed}.outline-button{background:#fff;border:1px solid #d5dfeb;padding:0 16px}.outline-button:hover,.icon-button:hover{background:#f5f8fc}.icon-button{background:#fff;border:1px solid #d9e2ed;width:40px;padding:0}.ghost-button{background:0 0;border:0;width:30px;height:30px}.refresh-cluster{gap:10px;display:flex}.last-sync{color:#52688e;background:#fff;border:1px solid #d9e2ed;border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 13px;font-size:18px;display:flex}.last-sync span{flex-direction:column;display:flex}.last-sync strong{color:#17233a}.last-sync i{background:#22bb5f;border-radius:50%;width:8px;height:8px}.header-note{color:#6a7b98;margin:7px 4px 14px;font-size:18px}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.kanban-grid,.posts-board{grid-template-columns:repeat(6,minmax(210px,1fr));gap:9px;min-width:1260px;margin-top:14px;display:grid}.category-column,.post-column{background:linear-gradient(180deg,var(--category-color),color-mix(in srgb,var(--category-color) 42%,white));border-radius:9px;min-height:775px;padding:9px}.column-header{justify-content:space-between;height:78px;padding:1px 2px;display:flex}.column-header h2,.post-column>header h2{margin:0 0 9px;font-size:18px}.column-header p{color:#1b3657;gap:8px;margin:0 0 5px;font-size:18px;display:flex}.column-header em{color:#08783a;font-style:normal}.column-header b{color:#b57a00;font-weight:500}.column-header strong{color:#d52834;font-weight:500}.column-header i{color:#8b9ab0;font-style:normal}.group-card-stack,.post-stack{flex-direction:column;gap:8px;display:flex}.group-card{background:#fff;border:1px solid #e4eaf1;border-radius:8px;padding:8px;position:relative;box-shadow:0 2px 8px #26405c08}.group-card h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 7px;font-size:18px;overflow:hidden}.group-cover{text-align:center;color:#182339;background:linear-gradient(125deg,#d8c4a4,#f5e4cf);border-radius:6px;place-items:center;height:82px;margin-bottom:7px;padding:10px;font-family:Georgia,serif;font-size:18px;font-style:italic;font-weight:700;display:grid;overflow:hidden}.tone-reiki{color:#fff;background:radial-gradient(circle at 50% 40%,#fff3ff 0 10%,#bba3c7 30%,#51435c 90%)}.tone-spiritual{color:#fff;background:linear-gradient(#f9b96f,#26384d)}.tone-expats{color:#fff;background:linear-gradient(170deg,#62c4e8,#dff8ff 45%,#d4ad76 48%,#689b6c)}.tone-relationship{color:#fff;background:linear-gradient(135deg,#f3a16e,#422c31)}.tone-men{color:#fff;background:linear-gradient(#8fc8e8,#dae6e8 62%,#3d4d55 63%)}.group-meta{color:#415675;align-items:center;gap:6px;font-size:18px;display:flex}.round-icon{color:#fff;background:#23344e;border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.group-card footer{align-items:center;gap:4px;margin-top:5px;display:flex}.status-pill,.new-pill,.approval-pill{border:0;border-radius:999px;padding:5px 10px;font-size:18px;font-weight:700}.status-approved{color:#06722f;background:#caf5d9}.status-pending{color:#885900;background:#ffea96}.status-not_joined,.status-unknown{color:#41506b;background:#dfe8f4}.status-not_approved{color:#ad1c27;background:#ffd6d8}.new-pill{color:#fff;background:#7e58f1;gap:3px;display:flex}.card-menu{background:0 0;border:0;margin-left:auto;padding:4px;display:inline-flex}.group-card footer .card-menu+button{margin-left:0}.add-column-item{color:#334b70;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;height:32px;margin:5px auto -2px;display:flex}.page-footnote{text-align:center;color:#667a99;margin:7px;font-size:18px}.zero-categories{text-align:center;background:#fff;border:1px dashed #c7d4e4;border-radius:10px;grid-column:1/-1;padding:55px}.zero-categories svg{color:#7c8eaa}.filter-row{align-items:center;gap:10px;margin:12px 3px;display:flex}.filter-row select{color:#182843;background:#fff;border:1px solid #d9e2ed;border-radius:8px;min-width:165px;height:40px;padding:0 13px}.post-column{min-height:760px}.post-column>header{align-items:center;gap:9px;height:39px;padding:0 3px;display:flex}.post-column>header h2{margin:0 auto 0 0}.post-column>header span{font-size:18px}.post-card{background:#fff;border:1px solid #e4eaf0;border-radius:7px;overflow:hidden}.post-origin{align-items:center;gap:8px;height:53px;padding:7px;display:flex}.post-origin div{flex-direction:column;min-width:0;display:flex}.post-origin strong{white-space:nowrap;text-overflow:ellipsis;font-size:18px;overflow:hidden}.post-origin small{color:#5f7190;margin-top:3px;font-size:18px}.post-origin button{margin-left:auto}.mini-avatar{color:#fff;background:#233750;border-radius:50%;place-items:center;width:29px;height:29px;font-size:18px;font-weight:700;display:grid}.post-preview{text-align:center;color:#121b29;border-radius:4px;place-items:center;height:119px;margin:0 8px 7px;padding:13px;display:grid;overflow:hidden}.post-preview p{margin:0;font-size:18px;font-weight:600;line-height:1.3}.post-preview img{object-fit:cover;width:100%;height:100%}.preview-ink{color:#fff;background:#191919}.preview-sand{background:linear-gradient(135deg,#fff5d2,#f4dfaa)}.preview-mint{background:linear-gradient(135deg,#d8fff0,#e4f7dd)}.preview-pink{background:linear-gradient(135deg,#ffd9e9,#f4c2dd)}.preview-sunset{color:#102337;background:linear-gradient(#ffd39e,#e9b078 50%,#66879a)}.preview-peach{background:#f7e1d4}.preview-coast{color:#fff;background:linear-gradient(#8dd0ef,#f3cda9 55%,#263f4e)}.preview-palm{background:linear-gradient(135deg,#bdebf8,#f7e5a7 55%,#79ae77)}.preview-rose{background:#ffd9e4}.preview-blush{background:#f5ddcf}.preview-mountain{color:#102235;background:linear-gradient(#a7d8ef,#cfdcda 60%,#627179)}.preview-blue{background:#deedf3}.preview-pending{background:repeating-linear-gradient(135deg,#f1f5f9,#f1f5f9 10px,#e7eef6 10px 20px)}.metric-line{align-items:center;gap:5px;padding:1px 8px 6px;font-size:18px;display:flex}.metric-line em{color:#08a13c;margin-left:5px;font-style:normal}.metric-line a{margin-left:auto}.metric-symbol{color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.metric-symbol.reactions{background:#2382f4}.metric-symbol.comments{color:#111d30;background:#fff}.page-footnote+*{z-index:50}.modal-backdrop{z-index:100;background:#0b142a55;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border:1px solid #dae2ec;border-radius:12px;width:440px;max-height:90vh;padding:14px;overflow:auto;box-shadow:0 22px 65px #101e3640}.modal-card>header{border-bottom:1px solid #e4eaf1;justify-content:space-between;align-items:center;padding:1px 3px 12px;display:flex}.modal-card h2{margin:0;font-size:18px}.modal-form{flex-direction:column;gap:14px;padding:15px 3px 2px;display:flex}.field{flex-direction:column;gap:7px;display:flex}.field>span{font-size:18px;font-weight:600}.field b{color:#e52938}.field input,.field select,.settings-card input,.settings-card select{background:#fff;border:1px solid #d3deeb;border-radius:7px;outline:0;height:40px;padding:0 11px}.field input:focus,.field select:focus{border-color:#397ff4;box-shadow:0 0 0 3px #3b82f619}.submit-button{width:100%;margin-top:5px}.color-picker{gap:9px;display:flex}.color-picker button{border:2px solid #fff;border-radius:8px;width:38px;height:38px;box-shadow:0 0 0 1px #cfdae8}.color-picker button.selected{box-shadow:0 0 0 2px #1d72e8}.tab-toggle{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.tab-toggle button{text-align:left;background:#fff;border:1px solid #d7e1ec;border-radius:8px;align-items:center;gap:9px;height:58px;padding:8px 12px;display:flex}.tab-toggle button.active{color:#fff;background:#152238;border-color:#152238}.tab-toggle button span{flex-direction:column;display:flex}.tab-toggle button strong{font-size:18px}.tab-toggle button small{opacity:.75;margin-top:3px;font-size:18px}.overview-strip{grid-template-columns:2.5fr repeat(3,.7fr);gap:12px;margin:15px 0;display:grid}.overview-strip>div,.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:12px}.overview-strip h3{margin:0 0 8px;font-size:18px}.sync-cards{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.sync-mini{border-radius:7px;grid-template-rows:1fr 1fr;grid-template-columns:38px 1fr;column-gap:8px;height:66px;padding:8px;display:grid}.sync-mini svg{background:#ffffff80;border-radius:50%;grid-row:1/3;width:30px;height:30px;padding:7px}.sync-mini b{font-size:18px}.sync-mini small{color:#3c577c;font-size:18px}.sync-mini.green{background:#e9fbf1}.sync-mini.blue{background:#e7f2ff}.sync-mini.purple{background:#f0eaff}.summary-card{align-items:flex-start;gap:11px;display:flex}.summary-card>svg{color:#316cd1;background:#edf3ff;border-radius:8px;width:38px;height:38px;padding:8px}.summary-card span{color:#50668c;flex-direction:column;font-size:18px;display:flex}.summary-card strong{color:#11203a;margin:4px 0;font-size:22px}.section-heading{margin:11px 2px 7px;font-size:18px}.ranking-grid,.category-table-grid{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.ranking-card,.mini-table{background:linear-gradient(145deg,var(--category-color),#fff);border:1px solid #e3e8ef;border-radius:8px;padding:10px}.ranking-card header{align-items:center;gap:10px;display:flex}.ranking-card header>span{background:#fff9;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.ranking-card header h3{font-size:18px}.ranking-card dl{border-bottom:1px solid #dfe5ed;padding-bottom:8px;font-size:18px}.ranking-card dl div{justify-content:space-between;margin:7px 0;display:flex}.ranking-card footer{flex-direction:column;gap:4px;font-size:18px;display:flex}.ranking-card footer strong{font-size:18px}.mini-table{padding:0;overflow:hidden}.mini-table h3{margin:0;padding:10px;font-size:18px}.table-head,.table-row{background:#ffffff80;grid-template-columns:20px 1.5fr .45fr .6fr .6fr;align-items:center;gap:3px;padding:6px;font-size:18px;display:grid}.table-row{background:#fff;border-top:1px solid #e5ebf2}.table-row strong{font-size:18px}.panel,.side-panel{background:#fff;border:1px solid #dfe7f0;border-radius:9px;box-shadow:0 2px 12px #21406406}.overall-table{margin-top:10px}.panel-title{align-items:center;gap:9px;padding:10px 13px;display:flex}.panel-title h2{margin:0;font-size:18px}.panel-title p{color:#687c9e;margin:2px 0 0;font-size:18px}.panel-title button{margin-left:auto}.trophy{font-size:22px}.wide-table{padding:0 12px 8px}.wide-row{border-top:1px solid #e5ebf2;grid-template-columns:35px 1.3fr .8fr .6fr .7fr .7fr .7fr 2fr 20px;align-items:center;gap:8px;min-height:28px;font-size:18px;display:grid}.wide-row.head{color:#5e7190;border:0}.wide-row em{color:#0e9d42;font-style:normal;font-weight:700}.category-chip{border-radius:999px;width:max-content;padding:4px 8px;font-size:18px}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.monitor-layout{grid-template-columns:minmax(850px,1fr) 245px;gap:12px;display:grid}.monitor-main{min-width:0}.status-cards{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:13px;display:grid}.status-card{border-radius:9px;gap:12px;min-height:100px;padding:15px;display:flex}.status-card>span{color:#fff;border-radius:50%;flex:none;place-items:center;width:37px;height:37px;display:grid}.status-card>span svg{width:20px}.status-card h3{margin:1px 0 4px;font-size:18px}.status-card strong{font-size:22px}.status-card p{color:#536985;margin:4px 0;font-size:18px}.status-card.red{background:#fde6e7}.status-card.red>span{background:#e53542}.status-card.yellow{background:#fff5d4}.status-card.yellow>span{color:#172039;background:#f7c91e}.status-card.green{background:#e2faea}.status-card.green>span{background:#3ab653}.status-card.purple{background:#efecff}.status-card.purple>span{background:#acb7cb}.monitor-filters{margin:0 0 12px}.monitor-filters .search-box{flex:1}.monitor-filters select{min-width:135px}.approval-table{overflow:hidden}.approval-row{border-top:1px solid #e3e9f1;grid-template-columns:28px 1.55fr .9fr .65fr .75fr 1fr .7fr .65fr;align-items:center;gap:8px;min-height:51px;padding:5px 11px;font-size:18px;display:grid}.approval-row.head{color:#425575;background:#f8fafc;border:0;min-height:35px;font-weight:600}.approval-row>strong:first-of-type{flex-direction:column;font-size:18px;display:flex}.approval-row small{color:#6a7c99;margin-top:3px;font-weight:400}.danger-text{color:#e12937}.warning-text{color:#dc8000}.approval-pill{text-align:center;border-radius:6px}.approval-pill.attention{color:#d82230;background:#ffe3e5}.approval-pill.pending{color:#b87500;background:#fff1bf}.approval-pill.approved{color:#16853f;background:#dff8e8}.approval-pill.failed{color:#42516a;background:#eceef2}.compact{height:32px;padding:0 10px;font-size:18px}.monitor-aside{flex-direction:column;gap:10px;display:flex}.side-panel h2{margin:0 0 4px;font-size:18px}.side-panel p{color:#617595;font-size:18px;line-height:1.45}.health-row{grid-template-columns:1fr 93px 15px;align-items:center;gap:7px;margin:13px 0;font-size:18px;display:grid}.health-row i{background:#edf1f6;height:12px;display:block}.health-row b{height:100%;display:block}.how-it-works{background:linear-gradient(145deg,#e6f2ff,#fff)}.how-it-works>div{align-items:flex-start;gap:9px;margin:11px 0;font-size:18px;line-height:1.3;display:flex}.how-it-works>div b{background:#fff;border-radius:50%;flex:none;place-items:center;width:19px;height:19px;display:grid}.friend-summary,.analytics-metrics{grid-template-columns:repeat(4,1fr);gap:12px;margin:15px 0;display:grid}.metric-card{border:1px solid #e2e9f1;border-radius:9px;min-height:135px;padding:15px}.metric-card>span{background:#ffffff85;border-radius:50%;place-items:center;width:43px;height:43px;display:grid}.metric-card p{margin:10px 0 3px;font-size:18px}.metric-card strong{font-size:28px}.metric-card small{color:#587093;margin-top:5px;font-size:18px;display:block}.metric-card.green{background:#e6fbef}.metric-card.blue{background:#e8f4ff}.metric-card.purple{background:#eeeaff}.metric-card.yellow{background:#fff5d9}.metric-card.pink{background:#ffeaf0}.friends-grid{grid-template-columns:1fr 1fr 260px;gap:12px;display:grid}.request-panel{overflow:hidden}.count-chip{background:#dff3ff;border-radius:999px;margin-left:auto;padding:7px 11px;font-weight:700}.count-chip.yellow{background:#fff0bb}.request-row{border-top:1px solid #e6ebf2;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:10px 13px;display:grid}.avatar.soft{color:#3d5575;background:#e7eef7}.request-row div{flex-direction:column;display:flex}.request-row strong{font-size:18px}.request-row small{color:#6b7e9c;margin-top:3px;font-size:18px}.inline-warning{color:#856000;background:#fff4d6;border-radius:6px;gap:8px;margin:0 12px 8px;padding:9px;font-size:18px;display:flex}.safety-panel ul,.architecture ul{color:#425876;padding-left:18px;font-size:18px;line-height:2}.full{width:100%;font-size:18px}.range-toggle{background:#fff;border:1px solid #d8e2ee;border-radius:8px;height:40px;display:flex;overflow:hidden}.range-toggle button{background:#fff;border:0;padding:0 16px;font-size:18px}.range-toggle button.active{border-radius:7px;font-weight:700;box-shadow:inset 0 0 0 1.5px #347cf3}.analytics-metrics{grid-template-columns:repeat(6,1fr)}.analytics-metrics .metric-card{min-height:145px}.analytics-layout{grid-template-columns:2.2fr .75fr .85fr;gap:12px;display:grid}.line-chart,.weekly-bars{padding:13px}.line-chart header h2,.weekly-bars header h2,.analytics-bottom h2{margin:0;font-size:18px}.line-chart header p,.weekly-bars header p,.analytics-bottom header p{color:#627697;font-size:18px}.line-chart svg{width:100%;height:250px}.bar-area{justify-content:space-around;align-items:flex-end;height:240px;padding:30px 5px 10px;display:flex}.bar-area div{flex-direction:column;align-items:center;gap:4px;font-size:18px;display:flex}.bar-area i{background:linear-gradient(#80b9ff,#5196f4);border-radius:4px 4px 0 0;width:28px}.quick-insights{flex-direction:column;gap:9px;display:flex}.insight{border-radius:7px;align-items:flex-start;gap:9px;min-height:77px;padding:10px;display:flex}.insight.green{background:#e8fbf0}.insight.blue{background:#eaf5ff}.insight.yellow{background:#fff7df}.insight.pink{background:#fff0f3}.insight svg{background:#fffa;border-radius:50%;width:29px;height:29px;padding:6px}.insight div{flex-direction:column;display:flex}.insight strong{font-size:18px;line-height:1.4}.insight small{color:#5c7190;margin-top:5px;font-size:18px}.analytics-bottom{grid-template-columns:1.3fr .8fr 1fr;gap:12px;margin-top:12px;display:grid}.analytics-bottom>section{padding:13px}.donut-wrap{align-items:center;gap:25px;padding:15px;display:flex}.donut{border-radius:50%;place-items:center;width:130px;height:130px;display:grid;position:relative}.donut:after{content:"";background:#fff;border-radius:50%;width:75px;height:75px;position:absolute}.donut span{z-index:1;flex-direction:column;align-items:center;font-size:18px;display:flex}.donut strong{font-size:18px}.donut-wrap dl{flex:1}.donut-wrap dl div{justify-content:space-between;margin:13px 0;font-size:18px;display:flex}.dot{border-radius:50%;width:10px;height:10px;margin-right:7px;display:inline-block}.dot.green{background:#39c779}.dot.yellow{background:#ffb92c}.dot.blue{background:#3489f5}.best-day{flex-direction:column;align-items:center;gap:10px;display:flex}.best-day>svg{color:#1ca855;background:#e4faec;border-radius:50%;width:55px;height:55px;padding:15px}.best-day>strong{font-size:22px}.best-day>span{color:#557094;font-size:18px}.best-day>em{color:#245b42;background:#e9fbf0;border-radius:7px;align-items:center;gap:7px;padding:9px;font-size:18px;font-style:normal;display:flex}.top-days>div{border:1px solid #e4eaf1;border-radius:7px;grid-template-columns:25px 1fr 35px;align-items:center;margin:6px 0;padding:7px;font-size:18px;display:grid}.top-days>div b{background:#eaf1f9;border-radius:5px;place-items:center;width:20px;height:20px;display:grid}.top-days>div em{color:#0b9e42;font-style:normal;font-weight:700}.settings-layout{grid-template-columns:1fr 1.2fr 300px;gap:13px;margin-top:15px;display:grid}.settings-card>header{gap:11px;display:flex}.settings-card h2{margin:2px 0;font-size:18px}.settings-card header p,.muted{color:#657895;font-size:18px;line-height:1.5}.setting-icon{border-radius:9px;place-items:center;width:42px;height:42px;display:grid}.setting-icon.green{color:#17a44b;background:#e5faed}.setting-icon.yellow{color:#c48400;background:#fff1cb}.setting-icon.blue{color:#2578e8;background:#e5f1ff}.connection-status{background:#f5f8fc;border-radius:7px;justify-content:space-between;margin:15px 0;padding:12px;font-size:18px;display:flex}.connection-status strong{color:#b67700}.settings-card>label,.schedule-grid label{flex-direction:column;gap:6px;margin:12px 0;font-size:18px;font-weight:600;display:flex}.schedule-grid{grid-template-columns:1fr 1fr;gap:0 10px;display:grid}.settings-side{flex-direction:column;gap:12px;display:flex}.settings-side h2{align-items:center;gap:8px;display:flex}.settings-side ul{padding:0;list-style:none}.settings-side li{color:#455c7a;gap:6px;margin:10px 0;font-size:18px;display:flex}.settings-side li svg{color:#16a24a;width:14px}.overview-hero{color:#fff;background:linear-gradient(125deg,#142339 0 56%,#1f4b4d);border-radius:14px;justify-content:space-between;align-items:center;min-height:220px;margin-top:15px;padding:35px;display:flex;overflow:hidden}.hero-kicker{letter-spacing:2px;color:#79e19d;font-size:18px}.overview-hero h2{margin:12px 0;font-size:36px}.overview-hero p{color:#bbcadc;max-width:620px;font-size:18px;line-height:1.6}.hero-lemon{filter:drop-shadow(0 12px 20px #0005);margin-right:95px;transform:scale(5)}.overview-metrics{grid-template-columns:repeat(5,1fr);gap:10px;margin:12px 0;display:grid}.overview-metrics article{background:#fff;border:1px solid #dfe7f0;border-radius:9px;align-items:center;gap:12px;padding:14px;display:flex}.overview-metrics article>svg{color:#2c76df;background:#e9f2ff;border-radius:8px;width:38px;height:38px;padding:9px}.overview-metrics span{flex-direction:column;display:flex}.overview-metrics small{color:#607491;font-size:18px}.overview-metrics strong{margin-top:3px;font-size:21px}.overview-content{grid-template-columns:2fr 1fr;gap:12px;display:grid}.getting-started{padding:18px}.getting-started h2{font-size:19px}.getting-started>p{color:#5d7393;font-size:18px}.getting-started>div{border-top:1px solid #e5ebf2;grid-template-columns:32px 1fr 20px;align-items:center;gap:10px;padding:13px 0;display:grid}.getting-started>div>b{color:#2473df;background:#e8f1fe;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.getting-started>div span{flex-direction:column;display:flex}.getting-started>div strong{font-size:18px}.getting-started>div small{color:#657994;margin-top:3px;font-size:18px}.archive-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:15px;display:grid}.archive-row{border-top:1px solid #e5eaf1;grid-template-columns:1fr 130px 20px auto;align-items:center;gap:9px;padding:11px 13px;font-size:18px;display:grid}.empty-copy{color:#75859d;padding:20px;font-size:18px}.empty-state{text-align:center;padding:45px}.empty-state h3{margin:8px}.empty-state p{color:#687c99;font-size:18px}.form-error{color:#c72c37;background:#fff0f1;border-radius:6px;padding:8px;font-size:18px}.connection-modal{flex-direction:column;gap:13px;padding:15px 3px 3px;display:flex}.step-row{grid-template-columns:28px 1fr;align-items:flex-start;gap:9px;display:grid}.step-row b{color:#246bd0;background:#e6f0ff;border-radius:50%;place-items:center;width:26px;height:26px;display:grid}.step-row p{color:#405675;margin:3px 0;font-size:18px;line-height:1.5}@media (width<=1350px){body{min-width:1024px}.sidebar{width:180px}.workspace{margin-left:180px}.kanban-grid,.posts-board{grid-template-columns:repeat(6,195px);min-width:1210px}.page-header h1{font-size:27px}.search-box{width:260px}.analytics-metrics{grid-template-columns:repeat(3,1fr)}.overview-strip{grid-template-columns:2fr repeat(3,.8fr)}}body{background:radial-gradient(circle at 75% -10%,#fff9df,#0000 28%),#f8fafc;min-width:1440px}.sidebar{background:linear-gradient(155deg,#151d2b,#0d1420 72%,#191f29);width:280px;padding:26px 16px 20px}.workspace{margin-left:280px;padding:20px 26px 36px}.brand{text-align:left;white-space:nowrap;gap:0;height:74px;padding:0 16px}.brand-mark{object-fit:contain;filter:drop-shadow(0 4px 8px #0006);flex:none;width:40px;height:40px;position:static}.brand-label{color:#ffca28;white-space:nowrap;font-size:18px;font-weight:700}.side-nav{gap:9px;margin-top:28px}.nav-item{border-radius:11px;gap:15px;height:62px;padding:0 16px}.nav-item svg{width:24px;height:24px}.nav-item.active{box-shadow:inset 3px 0 #ffca28}.sidebar-bottom{gap:20px}.user-row{color:#fff;cursor:pointer;text-align:left;white-space:nowrap;background:#202c3f;border:1px solid #34435a;border-radius:11px;gap:8px;width:100%;min-height:52px;padding:7px 10px}.user-row:hover,.user-row.active{background:#2a3a52}.settings-logo{object-fit:contain;flex:none;width:30px;height:30px}.workspace-settings-label{white-space:nowrap;font-size:16px;font-weight:600}.avatar{color:#172033;background:linear-gradient(135deg,#ffda4b,#f0ad00);width:42px;height:42px}.page-header{min-height:98px;padding:2px 6px 18px}.page-header h1{font-size:36px}.page-header p{line-height:1.45}.header-actions,.refresh-cluster{gap:12px}.search-box{width:390px;height:54px}.dark-button,.outline-button,.icon-button{height:54px}.icon-button{width:54px}.last-sync{height:54px}.filter-row{gap:14px;margin:18px 4px}.filter-row select{min-width:210px;height:54px}.demo-banner{padding:11px 15px;line-height:1.4}.kanban-grid,.posts-board{grid-template-columns:repeat(6,minmax(330px,1fr));gap:14px;min-width:2070px}.category-column,.post-column{min-height:900px;padding:13px}.column-header{height:120px}.column-header h2,.post-column>header h2{font-size:20px}.group-card-stack,.post-stack{gap:13px}.group-card{padding:12px}.group-card h3{margin-bottom:10px;font-size:18px}.group-cover{height:125px;font-size:20px}.group-meta{gap:9px}.group-card footer{margin-top:9px}.status-pill,.new-pill,.approval-pill{padding:7px 11px}.add-column-item{height:48px}.post-column>header{height:56px}.post-origin{height:78px;padding:10px}.mini-avatar{width:40px;height:40px}.post-preview{height:190px;margin:0 10px 10px;padding:18px}.post-preview p{font-size:20px}.metric-line{gap:8px;padding:5px 10px 9px}.overview-strip{grid-template-columns:minmax(720px,2.5fr) repeat(3,minmax(230px,.7fr));gap:16px;min-width:1480px}.sync-mini{grid-template-columns:50px 1fr;height:92px}.sync-mini svg{width:42px;height:42px}.ranking-grid,.category-table-grid{grid-template-columns:repeat(6,minmax(300px,1fr));gap:12px;min-width:1870px}.ranking-card,.mini-table{padding:14px}.ranking-card header h3,.mini-table h3{font-size:18px}.wide-table{min-width:1650px}.wide-row{gap:12px;min-height:48px}.table-head,.table-row{min-height:48px;padding:10px}.monitor-layout{grid-template-columns:minmax(1250px,1fr) 350px;gap:16px;min-width:1620px}.status-card{min-height:135px}.monitor-filters .search-box{min-width:360px}.approval-table{overflow-x:auto}.approval-row{gap:12px;min-width:1450px;min-height:74px;padding:10px 15px}.side-panel{padding:18px}.health-row{grid-template-columns:1fr 120px 25px;margin:18px 0}.analytics-metrics{grid-template-columns:repeat(6,minmax(230px,1fr));gap:16px;min-width:1440px}.analytics-layout{grid-template-columns:minmax(760px,2.2fr) minmax(350px,.75fr) minmax(380px,.85fr);min-width:1530px}.analytics-bottom{grid-template-columns:minmax(460px,1.3fr) minmax(350px,.8fr) minmax(420px,1fr);min-width:1260px}.metric-card{min-height:175px}.line-chart svg{height:320px}.bar-area{height:310px}.settings-layout{grid-template-columns:minmax(430px,1fr) minmax(540px,1.2fr) 390px;min-width:1400px}.settings-card{padding:22px}.settings-card input,.settings-card select,.field input,.field select{height:54px}.modal-card{width:640px}.tab-toggle button{height:78px}small{line-height:1.4}.app-loading{color:#172033;background:#f8fafc;justify-content:center;align-items:center;gap:18px;min-height:100vh;font-size:20px;display:flex}.app-loading img{object-fit:contain;width:56px;height:56px}.error-banner{z-index:80;color:#9f1f2a;background:#fff0f1;border:1px solid #f1a8ae;border-radius:9px;justify-content:space-between;align-items:center;gap:20px;margin:0 0 14px;padding:13px 16px;display:flex;position:sticky;top:10px;box-shadow:0 8px 25px #263c5f18}.error-banner span{gap:10px;display:flex}.error-banner button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:26px}.danger-button{color:#ba2532;cursor:pointer;background:#fff0f1;border:1px solid #e5a3a9;border-radius:8px;height:54px;font-size:18px;font-weight:700}.action-stack{flex-direction:column;gap:12px;padding:18px 3px 3px;display:flex}.column-header>.card-menu{align-self:flex-start}.friend-requests-section{margin-top:16px}.friend-requests-section>header h2{margin:0;font-size:22px}.friend-requests-section>header p{color:#627697}.request-summary-warning{justify-content:space-between;align-items:center;gap:16px;min-height:58px;margin:10px 0;display:flex}.request-summary-warning>span{color:#856000;background:#fff4d6;border-radius:8px;align-items:center;gap:8px;padding:12px;display:flex}.request-columns{grid-template-columns:1fr 1fr;gap:14px;display:grid}.schedule-summary{background:#f6f9fd;border:1px solid #dce6f2;border-radius:9px;margin:16px 0;padding:15px;font-size:18px}.schedule-summary strong{margin-bottom:8px;display:block}.schedule-summary p{color:#415978;margin:6px 0}.schedule-summary small{color:#687b98;margin-top:10px;font-size:18px;display:block}body:has(.reference-page){background:#f8fbff;min-width:1100px}.reference-page{font-size:18px;line-height:1.45}.reference-page .page-header{flex-wrap:wrap;align-items:center;gap:16px;min-height:90px;padding:0 0 18px}.reference-page h2{letter-spacing:-.6px;margin:0 0 6px;font-size:23px;line-height:1.25}.reference-page h3{line-height:1.35}.reference-page p{line-height:1.5}.reference-page small{font-size:18px;line-height:1.4}.reference-page .panel,.reference-page .side-panel{box-shadow:none;border-color:#e0e8f3;border-radius:11px}.reference-page .side-panel{padding:20px}.reference-page .side-panel p{margin:5px 0 18px}.reference-page .outline-button,.reference-page .dark-button{height:46px;padding:0 14px;font-size:18px}.reference-page button:disabled{opacity:.45;cursor:not-allowed}.reference-page button:focus-visible,.reference-page a:focus-visible{outline-offset:3px;outline:3px solid #458afb}.reference-page select{color:#17243d;background:#fff;border:1px solid #d5dfeb;border-radius:8px;min-width:0;height:46px;padding:0 12px;font-size:18px}.reference-page .search-box{width:auto;min-width:0;height:46px}.reference-page .category-chip{white-space:normal;border-radius:7px;max-width:100%;font-size:18px;display:inline-block}.reference-page .card-menu{justify-content:center;align-items:center;min-width:32px;min-height:40px;display:inline-flex}.reference-page .last-sync{height:46px}.reference-page .last-sync strong{font-weight:600}.reference-page .range-toggle{height:46px}.reference-page .range-toggle button{padding:0 14px}.archive-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:22px 0;display:grid}.archive-summary article{border:1px solid #dbe9e7;border-radius:11px;align-items:center;gap:22px;min-height:125px;padding:22px 28px;display:flex}.archive-summary article>svg{width:42px;height:42px}.archive-summary article div{flex-direction:column;display:flex}.archive-summary strong{margin-top:5px;font-size:38px;line-height:1.2}.archive-summary .green{color:#164b33;background:#eafbf0}.archive-summary .purple{color:#312661;background:#eeebff}.archive-summary .pink{color:#661c42;background:#fdeaf2}.archive-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:20px;display:grid}.archive-content{min-width:0;padding:0 22px 20px}.archive-tabs{border-bottom:1px solid #dfe7f1;gap:16px;margin-bottom:20px;display:flex}.archive-tabs button{cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;align-items:center;gap:12px;padding:22px 20px 17px;font-size:20px;display:flex}.archive-tabs button.active{color:#1267ed;border-color:#2678f8;font-weight:700}.archive-tabs button span{background:#eef3fa;border-radius:20px;padding:0 9px}.archive-toolbar{grid-template-columns:minmax(160px,1fr) minmax(140px,.65fr) minmax(150px,.7fr);gap:12px;margin-bottom:20px;display:grid}.archive-notice{color:#225ab4;background:#e9f3ff;border:1px solid #cce0ff;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:16px;display:flex}.archive-notice svg{flex:none;margin-top:3px}.archive-table-scroll{overflow-x:auto}.archive-table{border-collapse:collapse;text-align:left;width:100%}.archive-table th{background:#f5f8fd;padding:15px 10px;font-weight:600}.archive-table th:first-child{width:36px}.archive-table td{vertical-align:middle;border-top:1px solid #e1e9f3;padding:22px 10px}.archive-table input[type=checkbox]{accent-color:#2678f8;cursor:pointer;width:20px;height:20px}.archive-table td:nth-child(2){width:45%;min-width:210px}.archive-record{align-items:center;gap:15px;display:flex}.archive-thumbnail{color:#34605b;border-radius:10px;flex:none;place-items:center;width:58px;height:68px;display:grid;overflow:hidden}.archive-thumbnail img{object-fit:cover;width:100%;height:100%}.archive-record strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;display:-webkit-box;overflow:hidden}.archive-record small{color:#587099;margin-top:4px;display:block}.archive-actions{align-items:center;gap:6px;display:flex}.archive-pagination,.archive-pagination>div{align-items:center;gap:12px;display:flex}.archive-pagination{color:#587099;justify-content:space-between;padding-top:24px}.archive-aside{flex-direction:column;gap:20px;display:flex}.archive-aside hr{border:0;border-top:1px solid #e1e9f3;margin:20px 0}.retention-switch{cursor:pointer;background:0 0;border:0;align-items:center;gap:14px;padding:0;font-size:20px;display:flex}.retention-switch i{background:#cdd7e6;border-radius:24px;width:58px;height:32px;position:relative}.retention-switch i:after{content:"";background:#fff;border-radius:50%;width:26px;height:26px;transition:left .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #4565}.retention-switch.on i{background:#297df5}.retention-switch.on i:after{left:29px}.archive-safe{background:#edfbf0;gap:16px;display:flex}.archive-safe>svg{color:#238242;background:#c5f0d1;border-radius:50%;flex:none;width:45px;height:45px;padding:8px}.archive-safe p{margin-bottom:0!important}.info-copy{align-items:flex-start;gap:10px;display:flex}.info-copy svg{flex:none;margin-top:3px}.reason-chips{flex-wrap:wrap;gap:8px;margin:16px 0 22px;display:flex}.reason-chips span{background:#fff4d7;border-radius:7px;padding:5px 9px}.reason-chips span:nth-child(2){background:#eee8ff}.reason-chips span:nth-child(3){background:#fde7ef}.archive-empty{text-align:center;color:#697d9d;padding:48px 22px}.archive-empty svg{color:#7892b4;margin-bottom:12px}.archive-empty p{max-width:600px;margin:12px auto}.selection-actions{justify-content:space-between;align-items:center;padding:8px 0 18px;display:flex}.success-notice{color:#21683a;background:#edf9f0;border:1px solid #b4e6c3;border-radius:9px;padding:14px 18px}.retention-date{color:#805b16;margin-top:5px;display:block}.analytics-page .analytics-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;min-width:0;margin:22px 0}.analytics-page .metric-card{border:0;min-height:208px;padding:20px 18px}.analytics-page .metric-card>span{width:48px;height:48px}.analytics-page .metric-card p{color:#142548;min-height:52px;margin:12px 0 3px}.analytics-page .metric-card>strong{font-size:38px;line-height:1.2}.analytics-page .metric-card small{color:#567097;margin-top:7px}.metric-card.green>span{color:#0aac53;background:#ccf9e5}.metric-card.blue>span{color:#1474f8;background:#d7edff}.metric-card.purple>span{color:#632af0;background:#e4daff}.metric-card.yellow>span{color:#d78200;background:#fff0b7}.metric-card.pink>span{color:#d22b63;background:#ffdbe8}.metric-change{color:#08a34b;align-items:center;gap:7px;margin-top:9px;display:flex}.metric-change.down{color:#dc4851}.analytics-reference-grid{grid-template-columns:minmax(0,2.5fr) minmax(220px,.85fr) minmax(270px,1fr);align-items:stretch;gap:18px;display:grid}.analytics-page .line-chart,.analytics-page .weekly-bars{min-width:0;padding:20px}.analytics-page header p{color:#597096;margin:3px 0}.analytics-page .quick-insights{grid-area:1/3/3;gap:14px}.quick-insights h2,.how-it-works h2{align-items:center;gap:10px;display:flex}.quick-insights h2 svg,.how-it-works h2 svg{color:#e8ae13;flex:none}.analytics-page .quick-insights>p{margin:0 0 4px}.analytics-page .insight{gap:12px;min-height:120px;padding:18px 13px}.analytics-page .insight>svg{flex:none;width:42px;height:42px;padding:9px}.insight.green>svg{color:#0d9b4c}.insight.blue>svg{color:#1c78ef}.insight.yellow>svg{color:#d48600}.insight.pink>svg{color:#d7366e}.analytics-page .analytics-bottom{grid-column:1/3;grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr) minmax(0,1fr);gap:16px;min-width:0;margin:0;display:grid}.analytics-page .analytics-bottom>section{min-width:0;padding:18px}.analytics-page .best-day>header{width:100%;margin-bottom:10px}.analytics-page .best-day>strong{text-align:center;font-size:30px}.analytics-page .best-day>svg{flex:none;width:64px;height:64px}.analytics-page .best-day>em{width:100%;margin-top:auto}.analytics-page .donut-wrap{flex-wrap:wrap;justify-content:center;gap:18px;padding:20px 0 0}.analytics-page .donut{flex:none;width:168px;height:168px}.analytics-page .donut:after{width:112px;height:112px}.analytics-page .donut strong{font-size:30px}.analytics-page .donut-wrap dl{min-width:145px;margin:0}.analytics-page .donut-wrap dl div{border-bottom:1px solid #eaf0f7;margin:8px 0;padding:8px 0}.analytics-page .donut-wrap dd{text-align:right;margin:0;font-weight:700}.analytics-page .donut-wrap dd small{color:#587099;font-weight:400}.analytics-page .top-days>div:not(.chart-empty){grid-template-columns:30px 1fr auto;margin-top:12px;padding:11px 9px}.analytics-page .top-days>div b{width:26px;height:26px}.growth-chart{position:relative}.analytics-page .line-chart svg{width:100%;height:auto;min-height:270px;margin-top:15px;display:block}.growth-chart svg text{fill:#577199;font-size:18px}.growth-chart circle:focus{stroke:#071f50;stroke-width:3px;outline:none}.chart-tooltip{pointer-events:none;background:#fff;border:1px solid #e1eaf5;border-radius:8px;padding:10px;position:absolute;top:14px;right:12px;box-shadow:0 4px 14px #233d6620}.chart-empty{text-align:center;color:#7b8da9;flex-direction:column;justify-content:center;align-items:center;min-height:250px;border:0!important;padding:20px!important;display:flex!important}.chart-empty svg{width:34px!important;height:34px!important;min-height:0!important;margin-bottom:12px!important}.chart-empty p{margin:8px 0;font-size:18px}.weekly-chart{justify-content:space-between;align-items:flex-end;gap:9px;height:305px;padding-top:30px;display:flex}.weekly-chart>div{flex-direction:column;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.weekly-chart i{background:linear-gradient(#90bdff,#69a6fc);border-radius:5px 5px 0 0;width:100%;max-width:38px}.weekly-chart span{text-align:center;white-space:nowrap;font-size:18px;line-height:1.5}.analytics-data-note{color:#6a7c96;margin:18px 0}.friend-request-details{padding:18px 20px}.friend-request-details summary{cursor:pointer;font-weight:600}.friend-request-details summary span{background:#e9f2ff;border-radius:15px;margin-left:8px;padding:3px 9px}.friend-request-details .request-columns{max-height:480px;margin:20px 0;overflow:auto}.friend-request-details header{padding:12px}.approval-page .monitor-layout{grid-template-columns:minmax(0,1fr) 310px;gap:18px;min-width:0}.approval-page .status-cards{gap:12px;margin:0 0 18px}.approval-page .status-card{text-align:left;cursor:pointer;min-height:135px;font:inherit;border:0;gap:10px;padding:18px 12px;position:relative}.approval-page .status-card h3{margin:0 0 3px;font-size:18px}.approval-page .status-card strong{font-size:32px;line-height:1}.approval-page .status-card p{margin:6px 0 0;font-size:18px}.status-chevron{position:absolute;bottom:10px;right:8px}.approval-page .status-card>span{width:40px;height:40px}.approval-page .monitor-filters{grid-template-columns:minmax(150px,1.4fr) repeat(3,minmax(130px,1fr));gap:10px;margin:0 0 18px;display:grid}.approval-page .monitor-filters .search-box{min-width:0}.approval-page .monitor-filters select{width:100%;min-width:0;height:46px}.approval-page .approval-table{overflow-x:auto}.approval-table table{border-collapse:collapse;text-align:left;width:100%}.approval-table th{color:#345175;white-space:nowrap;background:#f8fbff;padding:14px 12px;font-size:18px;font-weight:600}.approval-table td{border-top:1px solid #e2eaf4;padding:14px 12px;font-size:18px}.approval-table th:first-child,.approval-table td:first-child{padding-left:15px}.approval-table td:nth-child(4){text-align:center}.approval-table td:nth-child(5){white-space:nowrap;font-weight:600}.approval-group{align-items:center;gap:12px;min-width:190px;display:flex}.approval-group>span{border-radius:8px;flex:none;place-items:center;width:42px;height:44px;font-weight:700;display:grid}.approval-group strong{font-size:18px;font-weight:600}.approval-group small{color:#637b9d;margin-top:3px;display:block}.approval-pill{padding:8px 10px;font-size:18px;line-height:1.3;display:inline-block}.approval-pill.unknown{color:#586c89;background:#edf1f7}.approval-pill.removed{color:#a03f53;background:#fce8ed}.approval-error{color:#7f5361;max-width:210px;max-height:52px;margin-top:5px;display:block;overflow:hidden}.approval-new{color:#fff;background:#34ab4c;border-radius:4px;margin-top:4px;padding:2px 5px;font-size:18px;display:inline-block}.approval-actions{align-items:center;gap:5px;display:flex}.approval-page .monitor-aside{gap:16px}.approval-page .health-row{grid-template-columns:1.1fr .8fr 24px;gap:12px;margin:18px 0}.health-row i{border-radius:3px;overflow:hidden}.recent-activity article{border-bottom:1px solid #e6edf5;gap:12px;padding:16px 0;display:flex}.recent-activity article:last-child{border-bottom:0}.recent-activity article>div{flex-direction:column;gap:4px;display:flex}.recent-activity strong{font-size:18px;font-weight:600}.recent-activity small,.recent-activity article>div>span{color:#5f7497}.activity-icon{color:#986d00;background:#ffe88b;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;display:grid}.activity-icon.approved{color:#fff;background:#48b956}.activity-icon.failed,.activity-icon.unknown{color:#455a7b;background:#d4dbe7}.activity-icon.attention{color:#fff;background:#ec3e4c}.activity-icon svg{width:22px}.approval-page .how-it-works{background:#eaf3ff}.approval-page .how-it-works>div{margin:16px 0;line-height:1.5}.approval-page .how-it-works>div b{width:24px;height:24px}.analytics-page .donut-wrap dd small{display:block}.weekly-chart span{white-space:normal;overflow-wrap:normal}.weekly-chart{gap:12px}.analytics-reference-grid{grid-template-columns:minmax(0,2.2fr) minmax(310px,1fr) minmax(290px,1fr)}@media (width<=1700px){.archive-layout{grid-template-columns:minmax(0,1fr) 290px}.archive-content{padding-left:16px;padding-right:16px}.archive-table td{padding:18px 8px}.archive-thumbnail{display:none}.archive-pagination{flex-wrap:wrap}.analytics-reference-grid{grid-template-columns:minmax(0,1.8fr) minmax(285px,1fr) minmax(260px,1fr)}.analytics-page .metric-card{padding:16px 12px}.analytics-page .analytics-bottom{grid-template-columns:1.1fr 1fr 1fr}.approval-page .monitor-layout{grid-template-columns:minmax(0,1fr) 290px}.approval-page .status-card{flex-wrap:wrap}.approval-page .status-card>span{width:33px;height:33px}.approval-page .status-card>div{flex:1;min-width:90px}.approval-page .monitor-filters{grid-template-columns:1fr 1fr}.approval-table table{min-width:1130px}}@media (width<=1350px){.analytics-page .analytics-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-reference-grid{grid-template-columns:minmax(0,2fr) minmax(220px,1fr)}.analytics-page .quick-insights{grid-area:auto/1/auto/3;grid-template-columns:1fr 1fr;display:grid}.quick-insights>h2,.quick-insights>p{grid-column:1/3}.analytics-page .analytics-bottom{grid-area:2/1/auto/3}.archive-layout{grid-template-columns:1fr}.archive-aside{grid-template-columns:repeat(3,1fr);display:grid}.archive-thumbnail{display:grid}.approval-page .monitor-layout{grid-template-columns:1fr}.approval-page .monitor-aside{grid-template-columns:repeat(3,1fr);display:grid}}
