:root{--bg:#f6f8fc;--surface:#fff;--text:#13213c;--muted:#667085;--line:#e5eaf2;--primary:#3157d5;--primary2:#5b7cfa;--success:#14966f;--shadow:0 18px 50px rgba(35,55,95,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1160px,calc(100% - 32px));margin:auto}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(246,248,252,.88);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(229,234,242,.85)}.nav{height:72px;justify-content:space-between;gap:24px}.brand,.nav{display:flex;align-items:center}.brand{gap:10px;font-weight:850;font-size:21px}.brandmark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),#7a5af8);color:#fff;box-shadow:0 8px 22px rgba(49,87,213,.25)}.navlinks{display:flex;gap:24px;color:#44506a;font-weight:650}.hero{padding:86px 0 54px;text-align:center;background:radial-gradient(circle at 50% 0,#e7ecff 0,transparent 55%)}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border:1px solid #d8e0ff;background:#fff;border-radius:999px;font-size:13px;font-weight:750;color:var(--primary)}h1{font-size:clamp(44px,7vw,76px);line-height:1.02;letter-spacing:-.055em;margin:22px auto 18px;max-width:900px}.gradient{background:linear-gradient(90deg,var(--primary),#8254e8);-webkit-background-clip:text;color:transparent}.lead{max-width:720px;margin:0 auto;color:var(--muted);font-size:19px;line-height:1.7}.searchbox{max-width:760px;margin:34px auto 0;background:#fff;padding:10px;border:1px solid #dfe5ef;border-radius:20px;display:flex;gap:10px;box-shadow:var(--shadow)}.searchbox input{border:0;outline:0;flex:1 1;padding:14px 16px;font-size:17px;min-width:0}.button{border:0;border-radius:14px;padding:14px 20px;font-weight:780;cursor:pointer;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff}.chips{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin-top:18px}.chip{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);color:#536078;font-size:13px}.section{padding:66px 0}.sectionhead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.sectionhead h2{font-size:34px;letter-spacing:-.035em;margin:0 0 8px}.sectionhead p{margin:0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 10px 30px rgba(36,55,94,.045);transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.iconbox{width:46px;height:46px;border-radius:14px;background:#eef2ff;color:var(--primary);display:grid;place-items:center;margin-bottom:18px}.card h3{font-size:19px;margin:0 0 8px}.card p{color:var(--muted);line-height:1.6;margin:0}.replygrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.replycard{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eff3ff;color:var(--primary);font-size:12px;font-weight:800}.replycard h3{font-size:21px;margin:14px 0 10px}.replycard p{color:var(--muted);line-height:1.65}.arrow{display:inline-flex;margin-top:10px;color:var(--primary);font-weight:800}.pagehero{padding:54px 0 28px}.breadcrumb{color:var(--muted);font-size:14px;margin-bottom:18px}.pagehero h1{font-size:clamp(36px,5vw,58px);margin:0 0 14px;max-width:900px}.pagehero p{color:var(--muted);font-size:18px;line-height:1.7;max-width:760px}.replyvariants{display:grid;grid-gap:18px;gap:18px;padding-bottom:68px}.variant{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.varianttop{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.variant h2{font-size:18px;margin:0}.copybtn{border:1px solid #dbe2ef;background:#fff;border-radius:12px;padding:10px 14px;font-weight:800;cursor:pointer;color:var(--primary)}.variant blockquote{margin:0;padding:20px;border-radius:15px;background:#f8faff;color:#26344f;line-height:1.75;font-size:17px}.footer{border-top:1px solid var(--line);background:#fff;padding:36px 0}.footerinner{display:flex;justify-content:space-between;gap:25px;align-items:center;color:var(--muted)}.footerlinks{display:flex;gap:18px}.empty{padding:50px;background:#fff;border:1px solid var(--line);border-radius:20px;text-align:center}.contentpage{max-width:780px;padding:50px 0 80px}.contentpage h1{font-size:48px;margin:0 0 16px}.contentpage p{color:var(--muted);line-height:1.8}.mobilemenu{display:none}@media(max-width:800px){.navlinks{display:none}.grid{grid-template-columns:1fr 1fr}.replygrid{grid-template-columns:1fr}.hero{padding-top:58px}.searchbox{flex-direction:column}.button{width:100%}.footerinner{align-items:flex-start;flex-direction:column}.footerlinks{flex-wrap:wrap}}@media(max-width:540px){.grid{grid-template-columns:1fr}h1{font-size:43px}.section{padding:48px 0}.sectionhead h2{font-size:29px}.pagehero h1{font-size:38px}}.replypage{display:grid;grid-gap:32px;gap:32px;padding-bottom:80px}.replyvariantslist{display:grid;grid-gap:18px;gap:18px}.tonebar{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:18px}.tonebarlabel{font-size:14px;font-weight:800;color:var(--muted);margin-right:4px}.tonechip{border:1px solid var(--line);background:#fff;color:#536078;padding:8px 12px;border-radius:999px;cursor:pointer;font-weight:750}.tonechip.active{background:var(--primary);border-color:var(--primary);color:#fff}.guidecard{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px}.faqsection h2,.guidecard h2{margin:0 0 14px;font-size:28px;letter-spacing:-.025em}.guidecard ol{margin:0;padding-left:22px;color:#536078;line-height:1.85}.checkgrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.checkgrid div{padding:18px;border-radius:16px;background:#f8faff;border:1px solid #edf0f7;display:grid;grid-gap:6px;gap:6px}.checkgrid span{color:var(--muted);line-height:1.55}.faqlist{display:grid;grid-gap:10px;gap:10px}.faqlist details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px}.faqlist summary{cursor:pointer;font-weight:800}.faqlist p{color:var(--muted);line-height:1.7;margin:12px 0 0}@media(max-width:700px){.checkgrid{grid-template-columns:1fr}.guidecard{padding:21px}.tonebarlabel{width:100%}}.replyactions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.actionbtn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;color:var(--primary);padding:10px 14px;border-radius:12px;font-weight:800;cursor:pointer}.actionbtn:hover{border-color:#becaf2;background:#f8faff}.heroactions{display:flex;justify-content:center;margin-top:18px}.heroactions .button{display:inline-flex}.studio-hero{background:radial-gradient(circle at 20% 0,#e8edff 0,transparent 48%)}.studio-page{padding-bottom:80px;display:grid;grid-gap:32px;gap:32px}.studio-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);grid-gap:24px;gap:24px;align-items:start}.studio-panel,.studio-preview{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 12px 36px rgba(35,55,95,.06)}.studio-preview{position:-webkit-sticky;position:sticky;top:96px}.studio-section-title{display:flex;align-items:center;gap:10px;color:var(--primary);margin-bottom:22px}.studio-preview h2,.studio-section-title h2{margin:0;font-size:26px;letter-spacing:-.025em}.field-label{display:block;margin:18px 0 8px;font-size:14px;font-weight:800;color:#44506a}.studio-panel input,.studio-panel select,.studio-panel textarea{width:100%;border:1px solid #dbe2ef;background:#fff;color:var(--text);border-radius:13px;padding:13px 14px;outline:none}.studio-panel textarea{resize:vertical;line-height:1.55}.studio-panel input:focus,.studio-panel select:focus,.studio-panel textarea:focus{border-color:#9eb0f2;box-shadow:0 0 0 3px #eef2ff}.studio-options{display:flex;flex-wrap:wrap;gap:8px}.studio-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 14px;gap:0 14px}.studio-preview-top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:20px}.studio-preview-top h2{margin-top:10px}.studio-output{white-space:pre-wrap;min-height:300px;padding:22px;border:1px solid #e5eaf2;border-radius:18px;background:#f8faff;color:#26344f;font-size:17px;line-height:1.75}.studio-copy{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-top:16px}.studio-note{font-size:13px;color:var(--muted);line-height:1.55;margin:14px 0 0}.studio-hero h1{font-size:clamp(40px,6vw,66px)}@media(max-width:900px){.studio-shell{grid-template-columns:1fr}.studio-preview{position:static}}@media(max-width:600px){.studio-panel,.studio-preview{padding:20px}.studio-fields{grid-template-columns:1fr}.studio-preview-top{flex-direction:column}.studio-preview-top .actionbtn{align-self:flex-start}.studio-output{min-height:240px;font-size:16px}}.discovery-section .sectionhead h2{display:flex;align-items:center;gap:10px}.cardmeta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px}.personal-dashboard{padding-top:0}.dashboard-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:18px;gap:18px}.dashboard-card{display:flex;gap:18px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.dashboard-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:15px;background:#eef2ff;color:var(--primary)}.dashboard-number{font-size:34px;font-weight:900;line-height:1}.dashboard-card h3{margin:5px 0 8px;font-size:21px}.dashboard-card p{color:var(--muted);line-height:1.6;margin:0}.dashboard-content{width:100%}.recent-links{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.recent-links a{padding:10px 12px;border-radius:12px;background:#f8faff;color:#33415c;font-weight:700}.saved-page{padding-bottom:80px}.saved-toolbar{justify-content:space-between;gap:16px;margin-bottom:22px}.saved-search,.saved-toolbar{display:flex;align-items:center}.saved-search{gap:10px;flex:1 1;max-width:560px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 14px;color:var(--muted)}.saved-search input{width:100%;border:0;outline:0;background:transparent;padding:13px 0}.danger{color:#b42318}.saved-card h3 a:hover{color:var(--primary)}.saved-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.textbutton{border:0;background:transparent;color:#b42318;font-weight:800;cursor:pointer}.saved-empty{display:grid;justify-items:center;grid-gap:10px;gap:10px}.saved-empty h2{margin:0}.saved-empty p{color:var(--muted);margin:0 0 10px}.saved-empty .button{display:inline-flex;width:auto}@media(max-width:800px){.dashboard-grid{grid-template-columns:1fr}.saved-toolbar{align-items:stretch;flex-direction:column}.saved-search{max-width:none}}.article-page,.category-page,.guide-index{padding-bottom:80px;display:grid;grid-gap:48px;gap:48px}.guide-index{padding-top:12px}.article-page{max-width:820px}.article-page>section{display:grid;grid-gap:10px;gap:10px}.article-page h2{font-size:30px;letter-spacing:-.03em;margin:0}.article-page p{color:var(--muted);font-size:17px;line-height:1.8;margin:0}.article-intro{font-size:21px!important;color:#33415c!important;padding:24px;border-left:4px solid var(--primary);background:#fff;border-radius:0 18px 18px 0}.guide-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#fff,#f0f4ff);border:1px solid var(--line);border-radius:24px;padding:28px}.guide-cta h3{font-size:27px;margin:12px 0 8px}.guide-cta p{color:var(--muted);line-height:1.65;margin:0;max-width:680px}.guide-cta .button{flex:0 0 auto}@media(max-width:700px){.guide-cta{align-items:flex-start;flex-direction:column}.guide-cta .button{width:100%;text-align:center}.article-intro{font-size:18px!important}}.search-autocomplete{position:relative;z-index:20;max-width:820px}.search-autocomplete .searchbox{margin:0}.search-popover{position:absolute;top:calc(100% + 10px);left:0;right:0;background:var(--card,#fff);border:1px solid var(--border,#e4e7ec);border-radius:18px;box-shadow:0 20px 60px rgba(15,23,42,.16);padding:10px;max-height:440px;overflow:auto;text-align:left}.search-popover-label{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted,#667085);padding:8px 10px}.search-suggestion{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;border-radius:12px;color:inherit;text-decoration:none}.search-suggestion.is-active,.search-suggestion:hover{background:var(--soft,#f5f7fb)}.search-suggestion span:first-child{display:grid;grid-gap:3px;gap:3px}.search-suggestion small{color:var(--muted,#667085)}.search-query-button{width:100%;text-align:left;border:0;background:transparent;padding:12px;border-radius:12px;font:inherit;cursor:pointer}.search-trends{display:flex;flex-wrap:wrap;gap:8px;padding:6px}.search-trends a,.search-trends button{border:1px solid var(--border,#e4e7ec);background:var(--soft,#f8fafc);padding:8px 11px;border-radius:999px;font:inherit;font-size:.88rem;color:inherit;text-decoration:none;cursor:pointer}.search-trends.centered{justify-content:center;margin:16px 0 22px}.search-layout{display:grid;grid-template-columns:250px minmax(0,1fr);grid-gap:32px;gap:32px;align-items:start}.search-filters{position:-webkit-sticky;position:sticky;top:92px;border:1px solid var(--border,#e4e7ec);border-radius:18px;padding:18px;background:var(--card,#fff);display:grid;grid-gap:18px;gap:18px}.filter-head{display:flex;align-items:center;justify-content:space-between}.filter-head h2{font-size:1.1rem;margin:0}.filter-head button{border:0;background:none;color:var(--primary,#6d4aff);font-weight:700;cursor:pointer}.search-filters label{display:grid;grid-gap:7px;gap:7px;font-weight:700;font-size:.9rem}.search-filters select{width:100%;border:1px solid var(--border,#d0d5dd);border-radius:12px;padding:10px 12px;background:var(--card,#fff);color:inherit;font:inherit}.search-results{min-width:0}.result-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted,#667085);font-size:.86rem;margin-top:auto}.load-more{display:block;margin:28px auto 0}.empty .button{display:inline-flex;margin-top:8px}@media (max-width:800px){.search-layout{grid-template-columns:1fr}.search-filters{position:static;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.filter-head{grid-column:1/-1}.search-popover{max-height:360px}.searchbox{display:grid!important;grid-template-columns:1fr}.searchbox .button{width:100%}}@media (max-width:560px){.search-filters{grid-template-columns:1fr}.filter-head{grid-column:auto}.search-suggestion strong{font-size:.92rem}.search-popover{left:-4px;right:-4px}}.studio-slider-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:18px}.studio-slider{display:block;border:1px solid #e2e7f0;background:#f9fbff;border-radius:16px;padding:14px}.studio-slider span{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:var(--muted)}.studio-slider b{color:#34415e}.studio-slider em{font-style:normal;font-weight:800;color:var(--primary)}.studio-slider input{padding:0;margin-top:12px;accent-color:var(--primary);box-shadow:none!important}.studio-toggle-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:9px;gap:9px}.studio-toggle{border:1px solid #e0e6f0;border-radius:13px;padding:11px 12px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;cursor:pointer;background:#fff}.studio-toggle:has(input:checked){border-color:#aebcf4;background:#f1f4ff;color:var(--primary)}.studio-toggle input{width:auto;accent-color:var(--primary)}.studio-autosave{font-size:12px;color:var(--muted);margin:12px 0 0}.studio-metrics{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.studio-metrics span{font-size:12px;background:#f3f6fb;border:1px solid #e2e7f0;border-radius:999px;padding:7px 10px;color:var(--muted)}.studio-metrics b{color:#34415e}.studio-score-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:14px}.studio-score-grid>div{position:relative;overflow:hidden;border:1px solid #e4e9f2;border-radius:14px;padding:12px;background:#fff}.studio-score-grid span{display:block;font-size:12px;color:var(--muted);font-weight:700}.studio-score-grid strong{display:block;font-size:22px;margin-top:3px}.studio-score-grid i{position:absolute;bottom:0;left:0;height:4px;background:var(--primary);border-radius:0 6px 6px 0}.studio-suggestion{margin:14px 0 0;border-left:3px solid var(--primary);background:#f3f6ff;padding:12px 14px;border-radius:0 12px 12px 0;color:#44506a;font-size:13px;line-height:1.5}.studio-preview-actions{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:stretch;margin-top:16px}.studio-preview-actions .studio-copy{margin:0}.studio-save{height:100%;display:flex;align-items:center;gap:7px}.studio-history{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 12px 36px rgba(35,55,95,.05)}.studio-history-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.studio-history-head h2{margin:8px 0 5px}.studio-history-head p{margin:0;color:var(--muted)}.studio-history-empty{display:flex;align-items:center;justify-content:center;gap:10px;min-height:140px;margin-top:18px;border:1px dashed #dce3ee;border-radius:18px;color:var(--muted)}.studio-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:20px}.studio-history-card{border:1px solid #e2e7f0;border-radius:18px;padding:17px;background:#fbfcff}.studio-history-card>div{display:flex;justify-content:space-between;gap:10px;align-items:center}.studio-history-card>div span{font-size:11px;color:var(--muted)}.studio-history-card h3{font-size:17px;margin:10px 0 7px}.studio-history-card p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}.studio-history-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.studio-delete,.studio-heart{border:0;background:transparent;cursor:pointer;color:var(--muted)}.studio-heart.active{color:#d94867}.studio-heart.active svg{fill:currentColor}.studio-delete{font-size:12px;text-decoration:underline}.studio-delete:hover,.studio-heart:hover{color:var(--primary)}@media(max-width:700px){.studio-slider-grid{grid-template-columns:1fr}.studio-toggle-grid{grid-template-columns:1fr 1fr}.studio-preview-actions,.studio-score-grid{grid-template-columns:1fr}.studio-history-head{flex-direction:column}.studio-history-grid{grid-template-columns:1fr}}.studio-export-panel{margin-top:16px;border:1px solid #e2e7f0;background:#fbfcff;border-radius:17px;padding:14px}.studio-export-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.studio-export-heading>span{display:flex;align-items:center;gap:8px;color:#34415e}.studio-export-heading small{color:var(--muted);font-size:11px}.studio-export-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.studio-export-grid button{display:flex;align-items:center;gap:10px;text-align:left;border:1px solid #e0e6f0;background:#fff;border-radius:12px;padding:11px;color:var(--primary);cursor:pointer}.studio-export-grid button:last-child{grid-column:1/-1}.studio-export-grid button:hover{border-color:#aebcf4;background:#f4f6ff}.studio-export-grid button span{display:grid;grid-gap:2px;gap:2px;color:#34415e;font-weight:800;font-size:13px}.studio-export-grid button small{font-weight:500;color:var(--muted);font-size:10px}@media(max-width:520px){.studio-export-grid{grid-template-columns:1fr}.studio-export-grid button:last-child{grid-column:auto}.studio-export-heading{align-items:flex-start;flex-direction:column}}.article-page>section,.category-page>section,.replypage>section,.section{content-visibility:auto;contain-intrinsic-size:1px 640px}.hero,.pagehero{content-visibility:visible}img,svg{max-width:100%}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.admin-dashboard{padding-bottom:80px}.admin-hero{padding-bottom:34px}.admin-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.admin-actions .button{display:inline-flex;width:auto}.admin-metrics{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:14px;gap:14px;margin-bottom:24px}.admin-metric{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;display:grid;grid-gap:6px;gap:6px;box-shadow:0 10px 28px rgba(35,55,95,.05)}.admin-metric>span{color:var(--primary)}.admin-metric strong{font-size:30px}.admin-metric small{color:var(--muted);font-weight:700}.admin-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-bottom:18px}.admin-panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin-bottom:18px}.admin-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-panel h2{margin:0;font-size:22px}.admin-event-list,.admin-ranking{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.admin-event,.admin-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid var(--line)}.admin-event:first-child,.admin-row:first-child{border-top:0}.admin-event strong,.admin-row span{text-transform:capitalize}.admin-row strong{color:var(--primary)}.admin-empty,.admin-event span{color:var(--muted);font-size:13px}.admin-opportunity p{color:var(--muted);line-height:1.7}.admin-links{display:flex;flex-wrap:wrap;gap:10px}.admin-links a{color:var(--primary);font-weight:800}@media(max-width:900px){.admin-metrics{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.admin-grid{grid-template-columns:1fr}.admin-metrics{grid-template-columns:1fr 1fr}.admin-actions{flex-direction:column}.admin-actions .button{width:100%;justify-content:center}}@media(max-width:420px){.admin-metrics{grid-template-columns:1fr}}