@import"https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Inter:wght@400;500;600;700;800&display=swap";:root{--gc-green: #1a8b55;--gc-green-light: #57bb8a;--gc-green-dark: #137a47;--gc-green-bg: #e8f5e9;--gc-green-surface: rgba(26, 139, 85, .06);--gc-blue: #4285f4;--gc-yellow: #fbbc04;--gc-red: #ea4335;--bg: #fafcfa;--bg-deep: #f1f6f2;--surface: rgba(255, 255, 255, .95);--surface-2: rgba(248, 252, 249, .92);--border: #d6e4da;--border-hover: #a3c5ad;--text: #1a2e23;--text-secondary: #4a6b56;--muted: #6d8a77;--accent: var(--gc-green);--accent-2: var(--gc-green-dark);--shadow-sm: 0 1px 3px rgba(26, 46, 35, .06);--shadow: 0 4px 20px rgba(26, 46, 35, .08);--shadow-lg: 0 12px 40px rgba(26, 46, 35, .1);--shadow-green: 0 4px 24px rgba(26, 139, 85, .12);--radius: 16px;--radius-sm: 10px;--radius-lg: 24px}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before,body:after{content:"";position:fixed;z-index:-1;border-radius:50%;filter:blur(100px);pointer-events:none;animation:floatOrb 20s ease-in-out infinite}body:before{width:500px;height:500px;background:#1a8b5512;left:-150px;top:-100px}body:after{width:400px;height:400px;background:#4285f40d;right:-120px;bottom:10vh;animation-delay:-8s}a{color:inherit}button,input,textarea,select{font:inherit}.page-shell{width:min(1200px,calc(100% - 32px));margin:0 auto}.card{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);transition:border-color .3s ease,box-shadow .3s ease}.state-loading,.state-error,.state-empty{border-radius:var(--radius-sm);border:1px dashed var(--border);background:var(--surface-2);padding:20px;color:var(--muted);font-size:14px;text-align:center}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.metric{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);padding:18px;animation:riseIn .6s ease both;box-shadow:var(--shadow-sm);transition:all .3s ease}.metric:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:var(--shadow)}.metric-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:8px}.metric-value{font-size:28px;font-weight:800;letter-spacing:-.03em;color:var(--gc-green)}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes floatOrb{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.04)}}@keyframes slideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}::selection{background:#1a8b5533;color:var(--text)}@media(max-width:860px){.page-shell{width:calc(100% - 20px)}}.site-shell.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.site-header.svelte-12qhfyh{position:sticky;top:0;z-index:100;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#fafcfae0;border-bottom:1px solid var(--border)}.header-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.brand.svelte-12qhfyh{text-decoration:none;display:inline-flex;align-items:center;gap:12px;color:var(--text);font-weight:700;animation:riseIn .5s ease both;transition:opacity .2s ease}.brand.svelte-12qhfyh:hover{opacity:.8}.brand-logo.svelte-12qhfyh{width:42px;height:42px;border-radius:12px;box-shadow:0 4px 12px #1a8b5526;background:#fff;padding:3px;border:1px solid rgba(26,139,85,.12)}.brand-text.svelte-12qhfyh{display:grid;gap:2px}.brand-text.svelte-12qhfyh strong:where(.svelte-12qhfyh){line-height:1;letter-spacing:-.02em;font-size:15px}.brand-text.svelte-12qhfyh small:where(.svelte-12qhfyh){color:var(--muted);font-weight:500;font-size:11px}.site-nav.svelte-12qhfyh{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.site-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);text-decoration:none;font-size:13px;font-weight:600;border:1px solid transparent;border-radius:999px;padding:8px 16px;background:transparent;transition:all .25s ease}.site-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--gc-green);background:var(--gc-green-bg);border-color:#1a8b5526}.site-main.svelte-12qhfyh{padding-top:32px;padding-bottom:48px;flex:1}.site-footer.svelte-12qhfyh{border-top:1px solid var(--border);background:var(--bg-deep);padding:32px 0}.footer-inner.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-brand.svelte-12qhfyh{display:flex;align-items:center;gap:10px}.footer-logo.svelte-12qhfyh{width:28px;height:28px;border-radius:8px;opacity:.7}.footer-brand.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:14px;display:block;color:var(--text)}.footer-brand.svelte-12qhfyh small:where(.svelte-12qhfyh){font-size:11px;color:var(--muted)}.footer-links.svelte-12qhfyh{display:flex;gap:24px}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);text-decoration:none;font-size:13px;font-weight:500;transition:color .2s ease}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--gc-green)}.footer-copy.svelte-12qhfyh{color:var(--muted);font-size:12px;width:100%;text-align:center;margin-top:8px;padding-top:16px;border-top:1px solid var(--border)}@media(max-width:780px){.header-inner.svelte-12qhfyh{flex-direction:column;align-items:flex-start;padding:10px 0}.site-nav.svelte-12qhfyh{width:100%;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.site-nav.svelte-12qhfyh::-webkit-scrollbar{display:none}.site-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){white-space:nowrap;flex-shrink:0}.footer-inner.svelte-12qhfyh{flex-direction:column;text-align:center}.footer-brand.svelte-12qhfyh{flex-direction:column}}
