@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+TC:wght@400;500;700;900&display=swap";:root{color:#102a43;font-synthesis:none;background:#f5f7f9;font-family:DM Sans,Noto Sans TC,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}a{color:inherit;text-decoration:none}.app-shell{background:radial-gradient(circle at 82% 8%,#fff 0,#f5f7f9 35%);flex-direction:column;min-height:100vh;display:flex}.topbar{justify-content:space-between;align-items:center;max-width:1180px;height:82px;margin:auto;padding:0 28px;display:flex}.brand{letter-spacing:.02em;align-items:center;gap:12px;display:flex}.brand-mark{color:#fff;background:#102a43;border-radius:9px;place-items:center;width:34px;height:34px;font-size:18px;font-weight:900;display:grid}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.14em;font-size:15px}.brand small{color:#829ab1;letter-spacing:.1em;margin-top:2px;font:9px DM Mono,monospace}.topbar-note{color:#829ab1;letter-spacing:.04em;font:11px DM Mono,monospace}.live-dot{background:#42b883;border-radius:50%;width:6px;height:6px;margin-right:8px;display:inline-block;box-shadow:0 0 0 4px #42b88318}main{flex:1;width:100%;max-width:1180px;margin:auto;padding:52px 28px 64px}.hero{max-width:700px}.eyebrow,.section-kicker{color:#627d98;letter-spacing:.2em;font:500 11px DM Mono,monospace}.eyebrow{margin-bottom:15px}.hero h1{color:#102a43;letter-spacing:-.05em;margin:0;font-size:clamp(32px,4vw,46px);font-weight:900;line-height:1.15}.hero-copy{color:#627d98;margin:13px 0 0;font-size:14px;line-height:1.7}.directory{margin-top:62px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:24px;display:flex}.section-heading h2{letter-spacing:-.04em;margin:8px 0 0;font-size:24px}.filters{background:#fff;border:1px solid #d9e2ec;border-radius:8px;gap:5px;padding:4px;display:flex}.filters button{color:#829ab1;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:8px 13px;font:12px inherit}.filters button.active{color:#102a43;background:#edf2f7;font-weight:700}.service-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.service-card{min-height:318px;animation:.55s both rise;animation-delay:var(--delay);background:#ffffffd4;border:1px solid #d9e2ec;border-radius:12px;flex-direction:column;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #102a4308}.service-card:before{content:"";background:var(--accent);width:100%;height:3px;position:absolute;top:0;left:0}.service-card:hover{border-color:#bcccdc;transform:translateY(-5px);box-shadow:0 15px 35px #102a4314}.accent-blue{--accent:#2f80ed}.accent-violet{--accent:#9b51e0}.accent-orange{--accent:#f2994a}.accent-green{--accent:#27ae60}.card-top,.card-link{justify-content:space-between;align-items:center;display:flex}.service-icon{width:38px;height:38px;color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, white);border-radius:9px;place-items:center;font-size:21px;font-weight:700;display:grid}.status{border-radius:4px;padding:5px 8px;font:10px DM Mono,monospace}.status-development{color:#9a6700;background:#fff8e1}.status-available{color:#197d45;background:#e9f8ef}.card-body{margin-top:36px}.card-body h3{letter-spacing:-.04em;margin:0;font-size:22px}.service-label{color:var(--accent);margin:5px 0 17px;font:11px/1.5 DM Mono,monospace}.description{color:#627d98;min-height:52px;margin:0;font-size:13px;line-height:1.7}.card-link{color:#486581;border-top:1px solid #edf2f7;margin-top:auto;padding-top:22px;font-size:11px;font-weight:700}.arrow{color:var(--accent);font-size:18px;transition:transform .2s}.service-card:hover .arrow{transform:translate(3px,-3px)}footer{color:#9fb3c8;letter-spacing:.05em;border-top:1px solid #e6edf3;justify-content:space-between;max-width:1180px;margin:auto;padding:25px 28px 35px;font:10px DM Mono,monospace;display:flex}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.health{color:#829ab1;background:#f5f7f9;border-radius:4px;align-items:center;gap:7px;padding:5px 8px;font:10px DM Mono,monospace;display:flex}.health-dot{background:#bcccdc;border-radius:50%;width:7px;height:7px}.health-online{color:#197d45;background:#e9f8ef}.health-online .health-dot{background:#27ae60;box-shadow:0 0 0 4px #27ae6018}.health-degraded{color:#9a6700;background:#fff8e1}.health-degraded .health-dot{background:#f2c94c;box-shadow:0 0 0 4px #f2c94c18}.health-offline .health-dot{background:#bcccdc}@media (width<=900px){.service-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.topbar{height:70px;padding:0 18px}.topbar-note{display:none}main{padding:55px 18px 45px}.hero h1{font-size:43px}.directory{margin-top:75px}.section-heading{display:block}.filters{width:fit-content;margin-top:18px}.service-grid{grid-template-columns:1fr}.service-card{min-height:280px}footer{padding:22px 18px 30px}}
