:root{--radius: .625rem;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--background: 210 33% 97%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--primary: 212 61% 63%;--primary-foreground: 0 0% 100%;--muted: 210 40% 96%;--muted-foreground: 215 16% 47%;--accent: 214 32% 97%;--accent-foreground: 222 47% 11%;--border: 214 32% 90%;--brand-from: 212 61% 63%;--brand-to: 212 61% 55%;--canvas: 210 40% 96%;--canvas-muted: 214 32% 93%;--sidebar-background: 209 39% 30%;--sidebar-foreground: 0 0% 100%;--sidebar-primary: 212 63% 63%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 212 63% 63%;--sidebar-accent-foreground: 0 0% 100%;--sidebar-border: 209 30% 38%;--sidebar-muted-foreground: 210 25% 75%;--shadow-soft: 0 1px 2px rgb(15 23 42 / .04), 0 4px 16px rgb(15 23 42 / .06);--shadow-lift: 0 20px 50px -12px hsl(212 61% 63% / .28);--shadow-card: 0 1px 0 rgb(255 255 255 / .8) inset, 0 8px 32px rgb(15 23 42 / .07)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);background:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.container{width:min(1080px,calc(100% - 2.5rem));margin-inline:auto}.site{position:relative;min-height:100vh;display:flex;flex-direction:column;isolation:isolate}.page-bg{pointer-events:none;position:fixed;inset:0;z-index:-1;overflow:hidden}.page-bg-base{position:absolute;inset:0;background:linear-gradient(180deg,hsl(var(--canvas)),hsl(var(--background)) 45%,hsl(var(--canvas-muted)))}.page-bg-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55}.page-bg-orb-a{width:520px;height:520px;top:-120px;left:50%;transform:translate(-50%);background:hsl(var(--primary) / .18)}.page-bg-orb-b{width:420px;height:420px;right:-80px;bottom:10%;background:hsl(var(--sidebar-background) / .14)}.page-bg-grid{position:absolute;inset:0;opacity:.4;background-image:radial-gradient(circle at 1px 1px,hsl(var(--primary) / .06) 1px,transparent 0);background-size:28px 28px;-webkit-mask-image:linear-gradient(180deg,black 0%,transparent 85%);mask-image:linear-gradient(180deg,black 0%,transparent 85%)}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid hsl(var(--sidebar-border) / .3);background:hsl(var(--sidebar-background) / .88);color:hsl(var(--sidebar-foreground));-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2);box-shadow:0 8px 32px #0f172a1a}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4.25rem}.brand{display:flex;align-items:center;gap:.75rem;transition:opacity .2s ease,transform .2s ease}.brand:hover{opacity:.95;transform:translateY(-1px)}.brand-mark{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.85rem;background:linear-gradient(145deg,#ffffff24,#ffffff0f);border:1px solid rgb(255 255 255 / .12);box-shadow:0 4px 12px #0000001f}.brand-mark svg{width:1.4rem;height:1.4rem}.brand-circle{fill:#ffffff26}.brand-leaf-a{fill:hsl(var(--sidebar-primary))}.brand-leaf-b{fill:#ffffffe6}.brand-leaf-c{fill:#ffffffb3}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-name{font-size:1.08rem;font-weight:700;letter-spacing:-.02em}.brand-accent{color:hsl(var(--sidebar-primary))}.brand-tagline{margin-top:.22rem;font-size:.58rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--sidebar-muted-foreground))}.header-meta{display:flex;align-items:center;gap:.75rem}.site-nav{display:flex;align-items:center;gap:.35rem;padding:.2rem;border-radius:999px;background:#ffffff0f;border:1px solid rgb(255 255 255 / .1)}.site-nav-link{padding:.45rem .8rem;border-radius:999px;font-size:.78rem;font-weight:600;color:#ffffffb8;transition:background .2s ease,color .2s ease}.site-nav-link:hover{color:#fff;background:#ffffff14}.site-nav-link.is-active{color:hsl(var(--sidebar-background));background:#fff}.header-pill{display:none;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:999px;background:#ffffff12;border:1px solid rgb(255 255 255 / .14);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffd9}.main{flex:1;padding:3rem 0 4rem}.hero{text-align:center;max-width:680px;margin:0 auto 2.75rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;border:1px solid hsl(var(--border));background:hsl(var(--card) / .75);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--primary));box-shadow:var(--shadow-soft)}.hero-badge-dot{width:.45rem;height:.45rem;border-radius:50%;background:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .2);animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.92)}}.hero h1{margin:1.25rem 0 1rem;font-size:clamp(2.1rem,5vw,3.4rem);font-weight:800;letter-spacing:-.035em;line-height:1.06;color:hsl(var(--foreground))}.hero-line{white-space:nowrap}.hero-gradient{display:inline;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--brand-to)),hsl(var(--sidebar-background)));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle{margin:0 auto;max-width:none;font-size:1.08rem;line-height:1.7;color:hsl(var(--muted-foreground))}.tools-panel{padding:1.25rem;border-radius:1.5rem;border:1px solid hsl(var(--border) / .85);background:hsl(var(--card) / .55);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-soft)}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.tool-card{position:relative;display:flex;flex-direction:column;gap:1rem;min-height:196px;padding:1.25rem;border-radius:1.15rem;border:1px solid hsl(var(--border) / .75);background:hsl(var(--card));box-shadow:var(--shadow-card);overflow:hidden;transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .28s ease,box-shadow .28s ease;animation:cardIn .55s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--i) * 70ms + 80ms)}@keyframes cardIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.tool-card-glow{position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:linear-gradient(90deg,hsl(var(--primary)),hsl(var(--brand-to)));opacity:0;transition:opacity .28s ease}.tool-card:hover{transform:translateY(-4px);border-color:hsl(var(--primary) / .4);box-shadow:var(--shadow-lift)}.tool-card:hover .tool-card-glow{opacity:1}.tool-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.9rem;background:linear-gradient(145deg,hsl(var(--sidebar-background)),hsl(var(--brand-to)));color:hsl(var(--sidebar-foreground));box-shadow:0 8px 20px hsl(var(--sidebar-background) / .35);transition:transform .28s cubic-bezier(.22,1,.36,1)}.tool-card:hover .tool-icon{transform:scale(1.06)}.tool-icon svg{width:1.35rem;height:1.35rem}.tool-body{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.tool-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.tool-name{font-size:1.02rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:hsl(var(--foreground))}.tool-arrow{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0;border-radius:.5rem;background:hsl(var(--accent));color:hsl(var(--primary));opacity:0;transform:translate(-4px,4px);transition:opacity .25s ease,transform .25s cubic-bezier(.22,1,.36,1),background .25s ease}.tool-card:hover .tool-arrow{opacity:1;transform:translate(0);background:hsl(var(--primary) / .12)}.tool-arrow svg{width:.9rem;height:.9rem}.tool-description{flex:1;font-size:.875rem;line-height:1.55;color:hsl(var(--muted-foreground))}.tool-host{display:inline-flex;align-self:flex-start;margin-top:auto;padding:.3rem .65rem;border-radius:999px;background:hsl(var(--muted));border:1px solid hsl(var(--border) / .7);font-size:.72rem;font-weight:600;letter-spacing:.01em;color:hsl(var(--primary));transition:background .25s ease,border-color .25s ease}.tool-card:hover .tool-host{background:hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .25)}.hero--status h1{margin-bottom:.75rem}.hero-badge--status .hero-badge-dot{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.status-panel{padding:1.25rem;border-radius:1.5rem;border:1px solid hsl(var(--border) / .85);background:hsl(var(--card) / .55);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-soft)}.status-panel--loading,.status-panel--error{min-height:280px;display:grid;place-items:center}.status-loading,.status-error{text-align:center;max-width:34rem}.status-loading p,.status-error p{margin:.75rem 0 0;color:hsl(var(--muted-foreground));line-height:1.6}.status-error h2{margin:0;font-size:1.2rem}.status-error-hint{font-size:.92rem}.status-spinner{display:inline-block;width:2rem;height:2rem;border:3px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-stale-banner{display:flex;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;border-radius:1rem;margin-bottom:1.25rem;background:#f59e0b24;border:1px solid rgb(245 158 11 / .35);color:#92400e;font-size:.88rem;line-height:1.5}.status-stale-banner .status-dot{margin-top:.3rem}.status-stale-banner strong{display:block;margin-bottom:.15rem}.status-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.status-toolbar-copy{min-width:0}.status-last-checked{margin:0;font-size:.95rem;color:hsl(var(--foreground))}.status-toolbar-note{margin:.35rem 0 0;font-size:.85rem;color:hsl(var(--muted-foreground))}.status-refresh-btn{flex-shrink:0;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));border-radius:999px;padding:.55rem 1rem;font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.status-refresh-btn:hover{border-color:hsl(var(--primary) / .35);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.status-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;margin-bottom:1.25rem}.status-summary-card{padding:.9rem 1rem;border-radius:1rem;border:1px solid hsl(var(--border) / .8);background:hsl(var(--card));box-shadow:var(--shadow-soft)}.status-summary-value{display:block;font-size:1.5rem;font-weight:800;letter-spacing:-.03em}.status-summary-label{display:block;margin-top:.2rem;font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground))}.status-summary-card--up .status-summary-value{color:#16a34a}.status-summary-card--degraded .status-summary-value{color:#d97706}.status-summary-card--down .status-summary-value{color:#dc2626}.status-summary-card--unknown .status-summary-value,.status-summary-card--total .status-summary-value{color:hsl(var(--foreground))}.status-list{display:flex;flex-direction:column;gap:.85rem}.status-row{padding:1rem 1.1rem;border-radius:1.1rem;border:1px solid hsl(var(--border) / .8);background:hsl(var(--card));box-shadow:var(--shadow-soft);animation:cardIn .45s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--i) * 40ms + 40ms)}.status-row-head{display:flex;align-items:center;gap:.9rem}.status-row-icon{display:flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:.8rem;background:linear-gradient(145deg,hsl(var(--sidebar-background)),hsl(var(--brand-to)));color:hsl(var(--sidebar-foreground));flex-shrink:0}.status-row-icon svg{width:1.2rem;height:1.2rem}.status-row-title{min-width:0;flex:1}.status-row-title h3{margin:0;font-size:1rem;font-weight:700}.status-row-title a{display:block;margin-top:.15rem;font-size:.78rem;color:hsl(var(--primary));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-overall{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .7rem;border-radius:999px;font-size:.75rem;font-weight:700;white-space:nowrap}.status-overall--up{background:#22c55e1f;color:#15803d}.status-overall--degraded{background:#f59e0b24;color:#b45309}.status-overall--down{background:#ef44441f;color:#b91c1c}.status-overall--unknown{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.status-dot{width:.55rem;height:.55rem;border-radius:50%;flex-shrink:0}.status-dot--up{background:#22c55e;box-shadow:0 0 0 3px #22c55e2e}.status-dot--degraded{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b2e}.status-dot--down{background:#ef4444;box-shadow:0 0 0 3px #ef44442e}.status-dot--unknown{background:hsl(var(--muted-foreground))}.status-row-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.9rem}.status-endpoint{padding:.8rem .9rem;border-radius:.85rem;border:1px solid hsl(var(--border) / .75);background:hsl(var(--accent) / .45)}.status-endpoint--na{color:hsl(var(--muted-foreground))}.status-endpoint--up{border-left:3px solid #22c55e}.status-endpoint--down{border-left:3px solid #ef4444}.status-endpoint-head{display:flex;align-items:center;gap:.45rem;margin-bottom:.45rem}.status-endpoint-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.status-pill{margin-left:auto;padding:.15rem .45rem;border-radius:999px;font-size:.68rem;font-weight:700}.status-pill--up{background:#22c55e24;color:#15803d}.status-pill--down{background:#ef444424;color:#b91c1c}.status-endpoint-meta{display:flex;gap:.75rem;font-size:.8rem;color:hsl(var(--muted-foreground))}.status-endpoint-url{display:block;margin-top:.35rem;font-size:.74rem;color:hsl(var(--primary));word-break:break-all}.status-endpoint-error{margin:.45rem 0 0;font-size:.76rem;color:#b91c1c}.site-footer{margin-top:auto;border-top:1px solid hsl(var(--border) / .6);background:linear-gradient(180deg,hsl(var(--sidebar-background)),hsl(var(--brand-to)));color:hsl(var(--sidebar-foreground));position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 0%,rgb(255 255 255 / .08),transparent 70%);pointer-events:none}.footer-inner{position:relative;display:flex;justify-content:center;padding:2.25rem 0 2.5rem}.footer-brand{text-align:center}.footer-brand p{margin:.4rem 0 0;font-size:.92rem;color:#ffffffa6}.footer-logo{font-size:1.15rem;font-weight:800;letter-spacing:-.025em}@media(min-width:640px){.header-pill{display:inline-flex}}@media(max-width:900px){.tool-grid,.status-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.status-row-checks{grid-template-columns:1fr}}@media(max-width:640px){.container{width:min(1080px,calc(100% - 1.5rem))}.main{padding:2rem 0 3rem}.header-inner{flex-wrap:wrap;min-height:auto;padding:.75rem 0}.header-meta{width:100%;justify-content:space-between}.site-nav{flex:1}.site-nav-link{flex:1;text-align:center;padding-inline:.55rem}.status-toolbar{flex-direction:column}.status-summary{grid-template-columns:1fr 1fr}.status-row-head{flex-wrap:wrap}.status-overall{width:100%;justify-content:center}.tools-panel{padding:.85rem;border-radius:1.15rem}.tool-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(1.85rem,8vw,2.5rem)}}@media(prefers-reduced-motion:reduce){.tool-card,.hero-badge-dot{animation:none}.tool-card:hover,.tool-card:hover .tool-icon,.brand:hover{transform:none}}
