.navbar[data-astro-cid-sckkx6r4]{background:var(--color-bg-card);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-bg-card-hover)}.nav-brand[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600}.logo[data-astro-cid-sckkx6r4]{font-size:1.5rem}.brand-text[data-astro-cid-sckkx6r4]{background:linear-gradient(135deg,var(--color-primary),var(--color-warning));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links[data-astro-cid-sckkx6r4]{display:flex;gap:1.5rem}.nav-links[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{color:var(--color-text-muted);transition:color .2s}.nav-links[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{color:var(--color-primary);text-decoration:none}.container[data-astro-cid-sckkx6r4]{max-width:1400px;margin:0 auto;padding:2rem}.logout-btn[data-astro-cid-sckkx6r4]{background:transparent;border:1px solid var(--color-text-muted);color:var(--color-text-muted);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}.logout-btn[data-astro-cid-sckkx6r4]:hover{border-color:var(--color-error);color:var(--color-error);text-decoration:none}body.auth-pending{visibility:hidden}:root{--color-primary: #f97316;--color-primary-dark: #ea580c;--color-bg: #0f172a;--color-bg-card: #1e293b;--color-bg-card-hover: #334155;--color-text: #e2e8f0;--color-text-muted: #94a3b8;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.site-detail[data-astro-cid-unw6ak24]{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.header[data-astro-cid-unw6ak24]{margin-bottom:2rem}.back-link[data-astro-cid-unw6ak24]{color:var(--color-text-muted);font-size:.875rem;display:inline-block;margin-bottom:.5rem}.header[data-astro-cid-unw6ak24] h1[data-astro-cid-unw6ak24]{font-size:2rem;font-weight:700;font-family:SF Mono,monospace}.last-update[data-astro-cid-unw6ak24]{color:var(--color-text-muted);font-size:.875rem;margin-top:.5rem}.stats-section[data-astro-cid-unw6ak24]{margin-bottom:2rem}.stats-section[data-astro-cid-unw6ak24] h2[data-astro-cid-unw6ak24]{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:1rem}.stats-grid[data-astro-cid-unw6ak24]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card[data-astro-cid-unw6ak24]{background:var(--color-bg-card);border-radius:12px;padding:1.5rem;text-align:center}.stat-value[data-astro-cid-unw6ak24]{font-size:2rem;font-weight:700;font-family:SF Mono,monospace}.stat-value[data-astro-cid-unw6ak24].success{color:var(--color-success)}.stat-value[data-astro-cid-unw6ak24].warning{color:var(--color-warning)}.stat-value[data-astro-cid-unw6ak24].error{color:var(--color-error)}.stat-label[data-astro-cid-unw6ak24]{color:var(--color-text-muted);font-size:.75rem;margin-top:.25rem;text-transform:uppercase}.error-card[data-astro-cid-unw6ak24]{background:#ef44441a;border:1px solid var(--color-error);border-radius:12px;padding:1.5rem;text-align:center;max-width:200px}.no-data[data-astro-cid-unw6ak24]{background:var(--color-bg-card);border-radius:12px;padding:3rem;text-align:center}.no-data[data-astro-cid-unw6ak24] h2[data-astro-cid-unw6ak24]{margin-bottom:1rem}.no-data[data-astro-cid-unw6ak24] p[data-astro-cid-unw6ak24]{color:var(--color-text-muted);margin-bottom:.5rem}.lcp-grid[data-astro-cid-unw6ak24]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.lcp-card[data-astro-cid-unw6ak24]{background:var(--color-bg-card);border-radius:8px;overflow:hidden}.lcp-card[data-astro-cid-unw6ak24] img[data-astro-cid-unw6ak24]{width:100%;height:120px;object-fit:cover;background:var(--color-bg)}.lcp-info[data-astro-cid-unw6ak24]{padding:.75rem}.lcp-path[data-astro-cid-unw6ak24]{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcp-size[data-astro-cid-unw6ak24]{font-size:.75rem;color:var(--color-info);font-family:SF Mono,monospace}.actions-section[data-astro-cid-unw6ak24]{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-bg-card-hover)}.actions-section[data-astro-cid-unw6ak24] h2[data-astro-cid-unw6ak24]{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:1rem}.actions[data-astro-cid-unw6ak24]{display:flex;gap:1rem;flex-wrap:wrap}.btn[data-astro-cid-unw6ak24]{padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary[data-astro-cid-unw6ak24]{background:var(--color-primary);color:#fff}.btn-primary[data-astro-cid-unw6ak24]:hover{background:var(--color-primary-dark)}.btn-primary[data-astro-cid-unw6ak24]:disabled{opacity:.7;cursor:not-allowed}.btn-secondary[data-astro-cid-unw6ak24]{background:var(--color-bg-card);color:var(--color-text);border:1px solid var(--color-bg-card-hover)}.btn-secondary[data-astro-cid-unw6ak24]:hover{background:var(--color-bg-card-hover);text-decoration:none}.errors-section[data-astro-cid-unw6ak24] h2[data-astro-cid-unw6ak24]{color:var(--color-error)!important}.errors-list[data-astro-cid-unw6ak24]{background:var(--color-bg-card);border:1px solid var(--color-error);border-radius:12px;padding:1rem;max-height:400px;overflow-y:auto}.error-item[data-astro-cid-unw6ak24]{padding:.75rem;border-bottom:1px solid var(--color-bg-card-hover);display:flex;flex-direction:column;gap:.25rem}.error-item[data-astro-cid-unw6ak24]:last-child{border-bottom:none}.error-url[data-astro-cid-unw6ak24]{display:flex;align-items:center;gap:.5rem}.error-device[data-astro-cid-unw6ak24]{font-size:1rem}.error-url[data-astro-cid-unw6ak24] code[data-astro-cid-unw6ak24]{font-size:.75rem;color:var(--color-text);background:var(--color-bg);padding:.25rem .5rem;border-radius:4px;word-break:break-all}.error-message[data-astro-cid-unw6ak24]{font-size:.75rem;color:var(--color-error);padding-left:1.75rem}.errors-more[data-astro-cid-unw6ak24]{text-align:center;padding:.75rem;color:var(--color-text-muted);font-size:.875rem}.error-explanation[data-astro-cid-unw6ak24]{margin-top:1rem;padding:1rem;background:#ef44441a;border-radius:8px;font-size:.875rem}.error-explanation[data-astro-cid-unw6ak24] ul[data-astro-cid-unw6ak24]{margin:.5rem 0 0 1.5rem;color:var(--color-text-muted)}.error-explanation[data-astro-cid-unw6ak24] li[data-astro-cid-unw6ak24]{margin-bottom:.25rem}.error-explanation[data-astro-cid-unw6ak24] code[data-astro-cid-unw6ak24]{background:var(--color-bg);padding:.125rem .375rem;border-radius:4px;font-size:.75rem}.info-section[data-astro-cid-unw6ak24] h2[data-astro-cid-unw6ak24]{color:var(--color-info)!important}.info-box[data-astro-cid-unw6ak24]{background:var(--color-bg-card);border:1px solid var(--color-info);border-radius:12px;padding:1.5rem}.info-box[data-astro-cid-unw6ak24] p[data-astro-cid-unw6ak24]{margin-bottom:.5rem}.info-box[data-astro-cid-unw6ak24] ul[data-astro-cid-unw6ak24]{margin:.5rem 0 1rem 1.5rem;color:var(--color-text-muted)}.info-box[data-astro-cid-unw6ak24] li[data-astro-cid-unw6ak24]{margin-bottom:.25rem}.info-box[data-astro-cid-unw6ak24] code[data-astro-cid-unw6ak24]{background:var(--color-bg);padding:.125rem .375rem;border-radius:4px;font-size:.8rem}.info-tip[data-astro-cid-unw6ak24]{background:#3b82f61a;padding:.75rem 1rem;border-radius:8px;margin-top:1rem}.rum-section[data-astro-cid-unw6ak24]{background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:16px;padding:1.5rem;margin-bottom:2rem}.rum-section[data-astro-cid-unw6ak24] h2[data-astro-cid-unw6ak24]{color:var(--color-success)!important;margin-bottom:1.5rem!important}.rum-periods[data-astro-cid-unw6ak24]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 768px){.rum-periods[data-astro-cid-unw6ak24]{grid-template-columns:1fr}}.rum-period[data-astro-cid-unw6ak24]{background:var(--color-bg-card);border-radius:12px;padding:1.5rem;text-align:center}.rum-period[data-astro-cid-unw6ak24]:first-child{background:linear-gradient(135deg,var(--color-success) 0%,#059669 100%);color:#fff}.period-label[data-astro-cid-unw6ak24]{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.8;margin-bottom:.5rem}.period-rate[data-astro-cid-unw6ak24]{font-size:2.5rem;font-weight:700;font-family:SF Mono,monospace;line-height:1}.rum-period[data-astro-cid-unw6ak24]:first-child .period-rate[data-astro-cid-unw6ak24]{color:#fff}.rum-period[data-astro-cid-unw6ak24]:not(:first-child) .period-rate[data-astro-cid-unw6ak24]{color:var(--color-success)}.period-details[data-astro-cid-unw6ak24]{margin-top:.75rem;font-size:.75rem;opacity:.8;display:flex;flex-direction:column;gap:.25rem}.stat-card[data-astro-cid-unw6ak24].highlight{background:linear-gradient(135deg,var(--color-success) 0%,#059669 100%);color:#fff}.stat-card[data-astro-cid-unw6ak24].highlight .stat-value[data-astro-cid-unw6ak24]{color:#fff!important;font-size:2.5rem}.stat-card[data-astro-cid-unw6ak24].highlight .stat-label[data-astro-cid-unw6ak24]{color:#ffffffe6}.history-table[data-astro-cid-unw6ak24]{overflow-x:auto}.history-table[data-astro-cid-unw6ak24] table[data-astro-cid-unw6ak24]{width:100%;border-collapse:collapse;font-size:.875rem}.history-table[data-astro-cid-unw6ak24] th[data-astro-cid-unw6ak24],.history-table[data-astro-cid-unw6ak24] td[data-astro-cid-unw6ak24]{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-bg-card-hover)}.history-table[data-astro-cid-unw6ak24] th[data-astro-cid-unw6ak24]{color:var(--color-text-muted);font-weight:500;font-size:.75rem;text-transform:uppercase}.history-table[data-astro-cid-unw6ak24] tr[data-astro-cid-unw6ak24]:hover{background:var(--color-bg-card)}.history-table[data-astro-cid-unw6ak24] .status[data-astro-cid-unw6ak24]{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.history-table[data-astro-cid-unw6ak24] .status[data-astro-cid-unw6ak24].completed{background:#10b98133;color:var(--color-success)}.history-table[data-astro-cid-unw6ak24] .status[data-astro-cid-unw6ak24].queued,.history-table[data-astro-cid-unw6ak24] .status[data-astro-cid-unw6ak24].processing{background:#3b82f633;color:var(--color-info)}.history-table[data-astro-cid-unw6ak24] .success[data-astro-cid-unw6ak24]{color:var(--color-success);font-weight:600}
