.performance-dashboard.svelte-n3o9gi{position:fixed;top:20px;right:20px;width:320px;max-height:500px;background:var(--black-alpha-90);color:#fff;border-radius:8px;font-family:monospace;font-size:12px;z-index:var(--z-modal);overflow:hidden;box-shadow:var(--shadow-modal)}.dashboard-header.svelte-n3o9gi{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--white-alpha-10);border-bottom:1px solid var(--white-alpha-20)}.dashboard-header.svelte-n3o9gi h3:where(.svelte-n3o9gi){margin:0;font-size:14px;font-weight:var(--font-weight-bold)}.dashboard-header.svelte-n3o9gi button:where(.svelte-n3o9gi){background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.dashboard-content.svelte-n3o9gi{padding:12px;max-height:400px;overflow-y:auto}.stats-section.svelte-n3o9gi,.recent-section.svelte-n3o9gi{margin-bottom:16px}.stats-section.svelte-n3o9gi h4:where(.svelte-n3o9gi),.recent-section.svelte-n3o9gi h4:where(.svelte-n3o9gi){margin:0 0 8px;font-size:12px;color:var(--color-neutral-light);text-transform:uppercase}.stat-item.svelte-n3o9gi,.metric-item.svelte-n3o9gi{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid var(--white-alpha-10)}.stat-name.svelte-n3o9gi,.metric-name.svelte-n3o9gi{flex:1;font-weight:var(--font-weight-medium)}.stat-values.svelte-n3o9gi{display:flex;gap:var(--space-sm);align-items:center}.stat-avg.svelte-n3o9gi{color:var(--color-success);font-weight:var(--font-weight-bold)}.stat-range.svelte-n3o9gi{color:var(--color-neutral-light);font-size:10px}.stat-count.svelte-n3o9gi{color:var(--color-info);font-size:10px}.metric-value.svelte-n3o9gi{color:var(--color-success);font-weight:var(--font-weight-bold)}.metric-meta.svelte-n3o9gi{color:var(--color-neutral-light);font-size:10px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-footer.svelte-n3o9gi{padding:8px 12px;background:var(--white-alpha-05);border-top:1px solid var(--white-alpha-10);text-align:center}.dashboard-footer.svelte-n3o9gi small:where(.svelte-n3o9gi){color:var(--color-neutral-light);font-size:10px}.floating-feedback.svelte-whcrnx{position:fixed;right:var(--space-xl);bottom:var(--space-md);z-index:var(--z-base-2);padding:.25rem .5rem;background:linear-gradient(135deg,#1a212d99,#1a212db3);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.08);color:var(--color-text-secondary);box-shadow:var(--shadow-md);cursor:pointer;transition:all var(--transition-fast);animation:svelte-whcrnx-feedbackSlideIn .3s ease-out;white-space:nowrap;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);user-select:none}.theme-light .floating-feedback.svelte-whcrnx{background:linear-gradient(135deg,#f5f7f999,#f5f7f9b3);border:1px solid var(--black-alpha-08)}.floating-feedback.svelte-whcrnx:hover{background:linear-gradient(135deg,#222a3abf,#222a3ad9);box-shadow:var(--shadow-lg);color:var(--color-primary)}.theme-light .floating-feedback.svelte-whcrnx:hover{background:linear-gradient(135deg,#e6eaf0d9,#dfe4ecf2)}.floating-feedback.svelte-whcrnx:active{transform:scale(.98)}@keyframes svelte-whcrnx-feedbackSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.floating-feedback.svelte-whcrnx{right:var(--space-md);bottom:var(--space-md)}}.feedback-body.svelte-whcrnx{display:flex;flex-direction:column;gap:var(--space-lg)}.feedback-actions.svelte-whcrnx{display:flex;justify-content:flex-end;gap:var(--space-sm);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--color-bg-tertiary)}.feedback-success.svelte-whcrnx{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-xl);text-align:center;position:relative}.success-icon{font-size:2rem;color:var(--color-success);margin-bottom:var(--space-md)}.feedback-success.svelte-whcrnx p:where(.svelte-whcrnx){margin:0;font-size:var(--font-size-sm);color:var(--color-text-secondary)}.feedback-error.svelte-whcrnx{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-xl);text-align:center;position:relative}.feedback-error.svelte-whcrnx .error-icon{font-size:2rem;color:var(--color-danger);margin-bottom:var(--space-md)}.feedback-error.svelte-whcrnx p:where(.svelte-whcrnx){margin:0;font-size:var(--font-size-sm);color:var(--color-text-secondary)}@media (prefers-contrast: high){.floating-feedback.svelte-whcrnx{border-width:2px}}@media (prefers-reduced-motion: reduce){.floating-feedback.svelte-whcrnx{animation:none;transition:none}}.floating-promo.svelte-zhz114{position:fixed;bottom:calc(var(--space-xl) + var(--space-sm));right:var(--space-xl);z-index:var(--z-base-2);max-width:560px;width:100%;min-width:320px;display:flex;flex-direction:row;background:linear-gradient(135deg,#1a212d99,#1a212db3);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.08);padding:.75rem;color:var(--color-text-primary);box-shadow:var(--shadow-lg);cursor:pointer;animation:svelte-zhz114-slideInUp .3s ease-out;overflow:visible}.ad-header.svelte-zhz114{position:absolute;top:.5rem;right:.5rem;z-index:9999;display:flex;align-items:center;gap:var(--space-xs)}.theme-light .floating-promo.svelte-zhz114{background:linear-gradient(135deg,#f5f7f999,#f5f7f9b3);border:1px solid var(--black-alpha-08)}@keyframes svelte-zhz114-slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.promo-image.svelte-zhz114{flex-shrink:0;width:140px;height:100%;overflow:hidden;background:var(--color-text-tertiary-alpha-02);position:relative;border-radius:var(--radius-sm);margin-right:.75rem}.promo-image.svelte-zhz114:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,var(--color-text-tertiary) 0%,var(--color-text-tertiary) 30%,color-mix(in srgb,var(--color-text-tertiary) 70%,var(--color-bg-primary) 30%) 50%,color-mix(in srgb,var(--color-text-tertiary) 30%,var(--color-bg-primary) 70%) 70%,var(--color-bg-primary) 100%);mix-blend-mode:overlay;opacity:.7;z-index:var(--z-base);pointer-events:none;transition:opacity .4s ease}.floating-promo.svelte-zhz114:hover .promo-image:where(.svelte-zhz114):before{opacity:0}.promo-image.svelte-zhz114 img:where(.svelte-zhz114){width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%) brightness(.85) contrast(1.15);opacity:var(--opacity-subtle);transition:filter .4s ease,opacity .4s ease}.floating-promo.svelte-zhz114:hover .promo-image:where(.svelte-zhz114) img:where(.svelte-zhz114){filter:none;opacity:1}.promo-content.svelte-zhz114{flex:1;display:flex;flex-direction:column;gap:var(--space-sm);position:relative;min-width:0;z-index:1}.promo-badge.svelte-zhz114{width:22px;height:22px;background:var(--color-text-tertiary-alpha-70);color:#fff;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.promo-badge.svelte-zhz114 svg{width:14px;height:14px}.promo-headline.svelte-zhz114{margin:0;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);line-height:var(--line-height-normal);padding-right:var(--space-lg)}.promo-text.svelte-zhz114{margin:0;font-size:var(--font-size-xs);color:var(--color-text-secondary);line-height:var(--line-height-relaxed);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.promo-link.svelte-zhz114{display:inline-flex;align-items:center;gap:var(--space-xs);color:var(--color-primary);text-decoration:none;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-top:var(--space-xs);transition:color var(--transition-fast)}.promo-link.svelte-zhz114:hover{color:var(--color-primary-hover, var(--color-primary));text-decoration:underline}.promo-link.svelte-zhz114 svg{width:14px;height:14px}@media (max-width: 1023px){.floating-promo.svelte-zhz114{display:none}}main.svelte-12qhfyh{width:100%;min-height:100vh;display:flex;flex-direction:column}.os-theme-dark.os-scrollbar{--os-handle-bg: var(--color-primary-alpha-10);--os-handle-bg-hover: var(--color-primary-alpha-20);--os-handle-bg-active: var(--color-primary-alpha-20)}
