@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";
:root{--bg:#f3efe8;--bg-alt:#e6dfd2;--ink:#1f1c16;--muted:#5f5b52;--panel:#ffffffdb;--panel-strong:#fffffff5;--accent:#ff6b3d;--accent-2:#1b998b;--accent-3:#3f51b5;--shadow:0 18px 45px #1f1c161f;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:radial-gradient(circle at top left, #fff7e8, transparent 55%), radial-gradient(circle at 80% 20%, #e1f6f3, transparent 40%), linear-gradient(120deg, var(--bg), var(--bg-alt));min-height:100%}body{min-height:100vh;color:var(--ink);margin:0;font-family:Space Grotesk,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,.button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:700;display:inline-flex;box-shadow:0 12px 20px #ff6b3d3d}button:disabled,.button:disabled{cursor:not-allowed;opacity:.62}button.secondary,.button.secondary{color:var(--ink);box-shadow:none;background:#ffffffd1;border:1px solid #1f1c161c}button.danger,.button.danger{color:#b42318;border-color:#b4231840}button.compact-button,.button.compact-button{align-self:end;min-height:43px;padding:9px 15px;box-shadow:0 8px 16px #ff6b3d2e}input,select{width:100%;color:var(--ink);background:#fffaf3;border:1px solid #1f1c1624;border-radius:12px;padding:12px 14px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.4rem,7vw,5.8rem);line-height:.94}h2{font-size:clamp(1.5rem,3vw,2.2rem)}.site-shell{width:min(1180px,100% - 32px);margin:0 auto}.nav{justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.brand{align-items:center;gap:10px;font-size:1.32rem;font-weight:800;line-height:1;display:inline-flex}.brand-mark{border-radius:999px;width:36px;height:36px;display:inline-grid}.brand-logo{justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.brand-logo img{object-fit:contain;width:36px;height:36px;display:block}.brand-mark{background:var(--ink);color:#fff;place-items:center}.nav-links{background:#ffffffa3;border:1px solid #1f1c1614;border-radius:999px;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;padding:6px;display:flex}.nav-links a{color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.92rem;font-weight:700;display:inline-flex}.nav-link-icon{justify-content:center;align-items:center;width:18px;height:18px;display:none}.nav-link-icon svg{color:currentColor;width:18px;height:18px}.nav-link-icon .github-icon path{fill:currentColor}.hero{align-items:center;gap:28px;min-height:calc(100vh - 80px);padding:38px 0 64px;display:grid;position:relative}.scroll-indicator{background:#ffffff61;border:2px solid #1f1c163d;border-radius:999px;place-items:start center;width:30px;height:46px;display:grid;position:absolute;bottom:22px;right:50%;transform:translate(50%)}.scroll-indicator span{background:var(--accent-2);border-radius:999px;width:6px;height:6px;margin-top:9px;animation:1.6s ease-in-out infinite scroll-dot}@keyframes scroll-dot{0%,to{opacity:.25;transform:translateY(0)}45%{opacity:1;transform:translateY(16px)}}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:32px;display:grid}.eyebrow{color:var(--muted);letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px;font-size:.76rem;font-weight:800}.lead{max-width:660px;color:var(--muted);font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.55}.hero-actions,.inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.panel{border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #1f1c160f}.metric{min-height:112px;padding:16px}.metric svg{vertical-align:-.18em;margin-right:8px}.metric strong{margin-top:8px;font-size:clamp(1.8rem,4vw,2.8rem);display:block}.metric small{color:var(--muted);margin-top:4px;font-size:.82rem;font-weight:700;line-height:1.25;display:block}.metric span,.muted{color:var(--muted)}.preview-panel{cursor:zoom-in;border:0;padding:0;transition:transform .18s,box-shadow .18s,filter .18s;position:relative;overflow:hidden;transform:translateY(0)rotate(0)}.preview-panel img{aspect-ratio:2952/2344;object-fit:contain;width:100%;height:auto;display:block}.preview-panel:hover,.preview-panel:focus-visible{filter:saturate(1.03);transform:translateY(-8px)rotate(-.35deg);box-shadow:0 34px 70px #1f1c1638,0 18px 34px #1b998b24}.preview-panel:focus-visible{outline-offset:5px;outline:3px solid #1b998b59}.screenshot-lightbox{z-index:800;padding:max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));place-items:center;display:grid;position:fixed;inset:0}.screenshot-lightbox-backdrop{-webkit-backdrop-filter:blur(16px)saturate(.86)brightness(.92);backdrop-filter:blur(16px)saturate(.86)brightness(.92);box-shadow:none;cursor:zoom-out;background:#1f1c166b;border:0;border-radius:0;outline:0;padding:0;position:absolute;inset:0}.screenshot-lightbox-backdrop:hover,.screenshot-lightbox-backdrop:focus,.screenshot-lightbox-backdrop:focus-visible{box-shadow:none;background:#1f1c166b;border-radius:0;outline:0;transform:none}.screenshot-lightbox-content{z-index:1;width:min(1180px,96vw);max-height:92vh;box-shadow:none;background:#ffffffb8;border-radius:18px;position:relative}.screenshot-lightbox-content img{border-radius:inherit;object-fit:contain;width:100%;max-height:92vh;display:block}.screenshot-lightbox-close{z-index:2;width:42px;height:42px;color:var(--ink);background:#ffffffe0;border:1px solid #1f1c161a;border-radius:999px;place-items:center;padding:0;display:inline-grid;position:absolute;top:12px;right:12px;box-shadow:0 10px 22px #1f1c1629}.screenshot-lightbox-close:hover,.screenshot-lightbox-close:focus-visible{background:#fff;transform:none}.section{padding:54px 0}.section-heading{max-width:680px}.compact-section-heading{margin-bottom:16px}.compact-section-heading h2{margin-bottom:0}.section-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.feature{padding:20px}.feature svg{color:var(--accent-2);flex:none}.feature-title{align-items:center;gap:10px;margin-bottom:12px;display:flex}.feature-title h3{margin-bottom:0}.feature-cta{flex-direction:column;align-items:flex-start;display:flex}.feature-cta .button{margin-top:auto}.stats-panel{padding:22px}.stats-panel-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.stats-panel-header .lead{max-width:760px;margin-bottom:0}.changelog-panel{justify-content:space-between;align-items:center;gap:22px;display:flex}.changelog-panel .lead{margin-bottom:0}.roadmap-panel{align-items:start;gap:16px;display:grid}.roadmap-panel .button{justify-self:start}.next-version-block{border-top:1px solid #1f1c161a;gap:10px;padding-top:16px;display:grid}.markdown-content{color:var(--muted);gap:10px;line-height:1.55;display:grid}.markdown-content h3,.markdown-content h4{color:var(--ink);margin:0}.markdown-content p{margin-bottom:0}.markdown-content ul{gap:8px;margin:0;padding-left:1.15rem;display:grid}.markdown-content li::marker{color:var(--accent)}.markdown-content a{color:var(--accent-2);font-weight:800}.markdown-content code{color:var(--ink);background:#1f1c1614;border-radius:6px;padding:1px 5px}.markdown-date{color:var(--accent-2);font-weight:800}.changelog-list-panel{padding:0}.changelog-list{max-height:620px;overflow-y:auto}.changelog-entry{border-bottom:1px solid #1f1c1614}.changelog-entry:last-child{border-bottom:0}.changelog-entry summary{color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;font-weight:800;list-style:none;display:flex}.changelog-entry summary::-webkit-details-marker{display:none}.changelog-entry summary span{align-items:center;gap:8px;display:inline-flex}.changelog-entry summary svg{color:var(--accent-2)}.changelog-entry summary time{color:var(--muted);font-size:.9rem}.changelog-entry .markdown-content{padding:0 18px 18px}.screenshots-section{padding-top:20px}.screenshot-carousel{padding:0;overflow:hidden}.screenshot-carousel-stage{background:#ffffff94;place-items:center;min-height:0;display:grid;position:relative}.screenshot-carousel-stage img{object-fit:contain;width:100%;max-height:min(70vh,760px);display:block}.screenshot-carousel-nav{width:44px;height:44px;color:var(--ink);background:#ffffffdb;border:1px solid #1f1c161a;border-radius:999px;place-items:center;padding:0;display:inline-grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 26px #1f1c1624}.screenshot-carousel-nav:hover,.screenshot-carousel-nav:focus-visible{background:#fff;transform:translateY(-50%)}.screenshot-carousel-nav.previous{left:16px}.screenshot-carousel-nav.next{right:16px}.screenshot-carousel-footer{border-top:1px solid #1f1c1614;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.screenshot-carousel-dots{gap:8px;display:flex}.screenshot-carousel-dots button{width:11px;height:11px;box-shadow:none;background:#1f1c162e;border:0;border-radius:999px;padding:0}.screenshot-carousel-dots button.active{background:var(--accent-2);width:30px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.stats-hero{min-height:auto;padding:28px 0 8px}.stats-page-section{padding:6px 0}.stat-metric{min-height:96px}.stat-metric span{align-items:center;gap:24px;line-height:1.1;display:inline-flex}.stat-metric svg{color:var(--accent-2);flex:none;margin-right:6px}.stats-distribution-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.stats-chart-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:10px;display:grid}.stats-chart-card{align-content:start;gap:8px;height:100%;min-height:0;display:grid}.stats-chart-card h2{align-self:start;min-height:46px;margin-bottom:0;font-size:.94rem;line-height:1.15}.pie-layout{grid-template-rows:168px 1fr;gap:8px;min-height:0;display:grid}.pie-chart{justify-self:center;width:min(100%,158px);height:auto;overflow:visible}.pie-chart-wrap{place-items:center;display:grid;position:relative}.pie-segment{stroke:#ffffffbd;stroke-width:.8px;transition:opacity .16s,filter .16s}.pie-segment:hover{filter:brightness(.94);opacity:.9}.pie-tooltip{min-width:max-content;color:var(--ink);opacity:0;pointer-events:none;background:#ffffffeb;border:1px solid #1f1c161a;border-radius:999px;padding:7px 10px;font-size:.82rem;font-weight:800;transition:opacity .12s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 22px #1f1c161f}.pie-tooltip.visible{opacity:1}.pie-legend{color:var(--muted);flex-wrap:wrap;align-content:start;gap:6px 10px;font-size:.8rem;font-weight:700;display:flex}.pie-legend-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:100%;min-width:min(100%,9rem);display:grid}.pie-legend-group strong{grid-column:1/-1}.pie-legend span,.history-chart-meta span{align-items:center;gap:6px;min-width:0;display:inline-flex}.pie-legend span{overflow-wrap:anywhere}.pie-legend i,.history-chart-meta i{border-radius:999px;flex:none;width:10px;height:10px;display:inline-block}.history-section-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-top:36px;margin-bottom:7px;display:flex}.history-chart-grid{grid-template-columns:1fr;gap:12px;display:grid}.history-chart{gap:6px;min-height:0;display:grid}.history-chart-promoted{grid-row:1/-1}.history-chart-heading{color:var(--muted);justify-content:space-between;align-items:center;gap:14px;font-size:clamp(1rem,1.8vw,1.35rem);font-weight:800;display:flex}.history-chart svg{width:100%;min-height:240px}.chart-grid line{stroke:#1f1c1614;stroke-width:1px}.history-line{fill:none;stroke-width:2.1px;stroke-linejoin:round;stroke-linecap:round}.history-area{opacity:.18}.history-area-left{fill:var(--accent)}.history-area-right{fill:var(--accent-2)}.history-average-line{stroke-width:1.4px;stroke-dasharray:7 6}.history-average-left{stroke:#ff8a6a}.history-average-right{stroke:#66bdb3}.history-line-left{stroke:var(--accent);stroke-width:2.1px}.history-line-right{stroke:var(--accent-2);stroke-width:2.1px;stroke-dasharray:none}.history-swatch-left{background:var(--accent)}.history-swatch-right{background:var(--accent-2)}.history-chart-meta i.average{opacity:.72}.history-chart-meta{color:var(--muted);flex-wrap:wrap;gap:8px 16px;font-size:.86rem;font-weight:700;display:flex}.chart-axis line,.axis-tick line{stroke:#1f1c1647;stroke-width:1px}.chart-axis text,.axis-tick text{fill:var(--muted);font-size:11px;font-weight:700}.axis-left-label{text-anchor:end}.axis-right-label{text-anchor:start}.axis-left-title,.axis-right-title{fill:var(--muted);text-anchor:middle;font-size:12px;font-weight:800}.axis-tick text{text-anchor:middle}.distribution-card{gap:18px;display:grid}.distribution-heading{align-items:flex-start;gap:12px;display:flex}.distribution-heading svg{color:var(--accent-2);margin-top:4px}.distribution-list{gap:14px;display:grid}.distribution-row{gap:8px;display:grid}.distribution-row-label{color:var(--muted);justify-content:space-between;gap:12px;font-size:.92rem;font-weight:700;display:flex}.distribution-row-label strong{color:var(--ink)}.installation-data-section{padding-top:20px;scroll-margin-top:24px}.installation-data-panel{gap:18px;padding:22px;display:grid}.installation-data-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.installation-data-heading h2{margin-bottom:8px}.installation-data-heading p{max-width:720px;margin-bottom:0;line-height:1.5}.installation-data-form{grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:12px;display:grid}.installation-data-form label{color:var(--muted);gap:6px;font-size:.86rem;font-weight:800;display:grid}.data-request-message{color:var(--accent-2);margin:0;font-weight:800}.installation-data-result{background:#ffffff8a;border:1px solid #1f1c1614;border-radius:16px;gap:16px;padding:16px;display:grid}.installation-data-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.installation-data-facts div{background:#ffffff9e;border-radius:12px;gap:4px;padding:12px;display:grid}.installation-data-facts span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:800}.installation-data-facts strong{overflow-wrap:anywhere;font-size:1.1rem}.installation-data-actions{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}button.icon-button{width:44px;height:44px;padding:0}.installation-delete-confirmation{background:#ff6b3d1a;border-radius:14px;gap:12px;padding:14px;display:grid}.installation-delete-confirmation p{color:var(--ink);margin:0;font-weight:700;line-height:1.45}.admin-layout{gap:18px;padding:24px 0 56px;display:grid}.admin-header,.card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-nav{flex-wrap:wrap;gap:8px;display:flex}.admin-nav a{color:var(--muted);background:#ffffffb3;border:1px solid #1f1c161a;border-radius:999px;padding:8px 12px;font-weight:700}.admin-card{padding:20px}.admin-metric-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.admin-self-service-grid{margin-top:14px}.admin-overview-card{gap:18px;display:grid}.admin-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:12px;display:grid}.admin-history-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-distribution-card{min-height:0;box-shadow:none;align-content:start;gap:10px;display:grid}.admin-distribution-card h2{margin:0;font-size:1rem}.admin-bar-list{gap:8px;max-height:112px;padding-right:4px;display:grid;overflow-y:auto}.admin-bar-row{min-width:0;color:var(--muted);grid-template-columns:minmax(82px,.85fr) minmax(90px,1.2fr) minmax(36px,auto);align-items:center;gap:8px;font-size:.84rem;font-weight:700;display:grid}.admin-bar-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-bar-row strong{color:var(--ink);font-variant-numeric:tabular-nums;text-align:right}.bar-track{background:#1f1c1614;border-radius:999px;height:8px;overflow:hidden}.bar-fill{border-radius:inherit;background:var(--accent);height:100%}.filter-row{grid-template-columns:minmax(220px,1.35fr) minmax(130px,.8fr) minmax(150px,.9fr) minmax(140px,.85fr) auto;align-items:end;gap:12px;display:grid}.filter-row label{min-width:0}.filter-row .muted{margin-bottom:6px;font-size:.86rem;display:block}.table-wrap{overflow-x:auto}.bulk-actions{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}table{border-collapse:collapse;width:100%;font-size:.92rem}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #1f1c1614;padding:10px 8px}td code{word-break:break-all;font-size:.84rem}th{color:var(--muted);text-transform:uppercase;font-size:.78rem}.checkbox-cell{text-align:center;width:44px}.event-checkbox{justify-content:center;align-items:center;display:inline-flex}.event-checkbox input{width:18px;height:18px;accent-color:var(--accent)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.login-page{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{width:min(420px,100%);padding:24px}.form-stack{gap:12px;display:grid}.error{color:#b42318;font-weight:700}.inline-code{color:var(--ink);background:#1f1c1614;border-radius:10px;margin:12px 0 0;padding:10px 12px;font-size:.9rem;overflow-x:auto}.json-panel pre{color:#fffaf3;background:#1f1c16;border-radius:12px;max-height:70vh;margin:0;padding:16px;font-size:.86rem;line-height:1.5;overflow:auto}@media (max-width:860px){.hero-grid,.section-grid,.stats-grid,.stats-distribution-grid,.stats-chart-grid,.admin-metric-grid,.admin-self-service-grid,.admin-dashboard-grid,.admin-history-grid,.filter-row,.installation-data-form,.installation-data-facts{grid-template-columns:1fr}.hero{min-height:auto}.nav{align-items:center}.nav-links{gap:6px;padding:5px 8px}.nav-links a{justify-content:center;width:38px;height:38px;padding:0}.nav-link-icon{margin:0;display:inline-flex}.nav-link-label{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.bulk-actions,.stats-panel-header{flex-direction:column;align-items:flex-start}.history-section-heading{flex-direction:column}.history-chart{gap:3px}.history-chart svg{min-height:190px}.chart-axis text,.axis-tick text{font-size:16px}.changelog-panel{flex-direction:column;align-items:flex-start}}@media (max-width:1180px) and (min-width:861px){.stats-chart-grid,.admin-metric-grid,.admin-self-service-grid,.admin-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-history-grid{grid-template-columns:1fr}}
