.mds-profile-dropdown.svelte-fbhxwf{position:relative;display:flex;align-items:center;--mds-bg:rgba(255, 255, 255, .98);--mds-text:#1a1a1a;--mds-text-muted:#808080;--mds-border:rgba(0, 0, 0, .08);--mds-hover:rgba(0, 0, 0, .04)}.mds-theme-dark.svelte-fbhxwf{--mds-bg:rgba(28, 28, 30, .98);--mds-text:#fafafa;--mds-text-muted:#808080;--mds-border:rgba(255, 255, 255, .08);--mds-hover:rgba(255, 255, 255, .04)}.mds-profile-dropdown.mds-open.svelte-fbhxwf{z-index:100000}.mds-trigger.svelte-fbhxwf{position:relative;z-index:1;background:0 0;border:0;padding:0;cursor:pointer;border-radius:50%;transition:transform .2s ease}.mds-trigger.svelte-fbhxwf:hover{transform:scale(1.05)}.mds-trigger.svelte-fbhxwf:active{transform:scale(.98)}.mds-dropdown.svelte-fbhxwf{position:fixed;width:280px;background:var(--mds-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--mds-border);border-radius:20px;box-shadow:0 16px 40px #0000001f,0 4px 12px #0000000f;overflow:hidden;z-index:99999}.mds-user-section.svelte-fbhxwf{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 20px 14px}.mds-avatar-container.svelte-fbhxwf{position:relative;width:56px;height:56px;margin-bottom:4px}.mds-avatar-skeleton.svelte-fbhxwf{position:absolute;inset:0;width:56px;height:56px;border-radius:50%;background:linear-gradient(90deg,#80808033,#80808066,#80808033);background-size:200% 100%;animation:svelte-fbhxwf-mds-skeleton-pulse 1.5s ease-in-out infinite;z-index:1;transition:opacity .3s ease}.mds-avatar-skeleton.hidden.svelte-fbhxwf{opacity:0;pointer-events:none}@keyframes svelte-fbhxwf-mds-skeleton-pulse{0%{background-position:200%0}to{background-position:-200%0}}.mds-user-avatar.svelte-fbhxwf{width:56px;height:56px;border-radius:50%;object-fit:cover;opacity:0;transition:opacity .3s ease}.mds-user-avatar.loaded.svelte-fbhxwf{opacity:1}.mds-user-avatar.mds-initials.svelte-fbhxwf{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a2a2a,#404040);color:#fafaf8;font-size:20px;font-weight:700;font-family:Space Grotesk,system-ui,sans-serif;letter-spacing:.02em;opacity:1}.mds-user-name.svelte-fbhxwf{font-size:14px;font-weight:600;color:var(--mds-text);text-align:center}.mds-user-email.svelte-fbhxwf{font-size:12px;color:var(--mds-text-muted);text-align:center}.mds-divider.svelte-fbhxwf{height:1px;background:var(--mds-border);margin:0}.mds-display-area.svelte-fbhxwf{padding:12px 0;position:relative;min-height:60px;overflow:hidden}.mds-display-content.svelte-fbhxwf{display:flex;align-items:center;gap:12px;padding:10px 20px;text-decoration:none;transition:background .15s ease,opacity .2s ease;opacity:0;pointer-events:none;width:100%;background:0 0;border:0;cursor:pointer;text-align:left;font-family:inherit}.mds-display-content.visible.svelte-fbhxwf{opacity:1;pointer-events:auto}.mds-display-content.mds-hovered-app.svelte-fbhxwf{position:absolute;top:12px;left:0;right:0}.mds-display-content.svelte-fbhxwf:hover{background:var(--mds-hover)}.mds-display-icon.svelte-fbhxwf{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#2a2a2a,#404040);display:flex;align-items:center;justify-content:center;color:#fafaf8;flex-shrink:0}.mds-display-icon.brand.svelte-fbhxwf{background:#f5f5f5}.mds-display-icon.brand.svelte-fbhxwf img:where(.svelte-fbhxwf){width:24px;height:24px;object-fit:contain}.mds-theme-dark.svelte-fbhxwf .mds-display-icon.brand:where(.svelte-fbhxwf){background:#2a2a2a}.mds-theme-dark.svelte-fbhxwf .mds-display-icon:where(.svelte-fbhxwf){background:linear-gradient(135deg,#fafaf8,#e0e0e0);color:#2a2a2a}.mds-display-info.svelte-fbhxwf{display:flex;flex-direction:column;gap:2px;min-width:0}.mds-display-name.svelte-fbhxwf{font-size:13px;font-weight:600;color:var(--mds-text)}.mds-display-desc.svelte-fbhxwf{font-size:11px;color:var(--mds-text-muted)}.mds-app-grid-container.svelte-fbhxwf{position:relative;padding:12px 0}.mds-app-grid-wrapper.svelte-fbhxwf{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mds-app-grid-wrapper.svelte-fbhxwf::-webkit-scrollbar{display:none}.mds-app-grid-page.svelte-fbhxwf{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:10px;padding:4px 20px;min-width:100%;flex-shrink:0;scroll-snap-align:start;box-sizing:border-box}.mds-grid-overlay.svelte-fbhxwf{position:absolute;top:0;bottom:0;width:28px;z-index:10;display:flex;align-items:center;justify-content:center;color:var(--mds-text-muted);cursor:pointer;opacity:0;border:0;background:linear-gradient(to right,#fffffff2,#fff0);transition:opacity .2s ease}.mds-grid-overlay-right.svelte-fbhxwf{background:linear-gradient(to left,#fffffff2,#fff0)}.mds-theme-dark.svelte-fbhxwf .mds-grid-overlay:where(.svelte-fbhxwf){background:linear-gradient(to right,#2a2a2af2,#2a2a2a00)}.mds-theme-dark.svelte-fbhxwf .mds-grid-overlay-right:where(.svelte-fbhxwf){background:linear-gradient(to left,#2a2a2af2,#2a2a2a00)}.mds-app-grid-container.svelte-fbhxwf:hover .mds-grid-overlay:where(.svelte-fbhxwf){opacity:1}.mds-grid-overlay.svelte-fbhxwf:hover{color:var(--mds-text)}.mds-grid-overlay-left.svelte-fbhxwf{left:0;border-radius:4px 0 0 4px}.mds-grid-overlay-right.svelte-fbhxwf{right:0;border-radius:0 4px 4px 0}.mds-app-icon.svelte-fbhxwf{width:52px;height:52px;border-radius:14px;background:#f0f0f0;border:2px solid transparent;display:flex;align-items:center;justify-content:center;color:#505050;cursor:pointer;text-decoration:none;transition:all .2s ease;justify-self:center}.mds-theme-dark.svelte-fbhxwf .mds-app-icon:where(.svelte-fbhxwf){background:#3a3a3a;color:#b0b0b0}.mds-app-icon.svelte-fbhxwf:hover{background:#2a2a2a;color:#fafaf8;transform:scale(1.08);box-shadow:0 4px 12px #00000026}.mds-theme-dark.svelte-fbhxwf .mds-app-icon:where(.svelte-fbhxwf):hover{background:#fafaf8;color:#2a2a2a;box-shadow:0 4px 12px #0000004d}.mds-app-icon.current.svelte-fbhxwf{background:#2a2a2a;color:#fafaf8;border-color:#2a2a2a}.mds-theme-dark.svelte-fbhxwf .mds-app-icon.current:where(.svelte-fbhxwf){background:#fafaf8;color:#2a2a2a;border-color:#fafaf8}.mds-admin-btn.svelte-fbhxwf{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px 20px;font-size:13px;font-weight:600;color:#ef4444;background:0 0;border:0;cursor:pointer;transition:background .15s ease}.mds-admin-btn.svelte-fbhxwf:hover{background:#ef444414}.mds-theme-dark.svelte-fbhxwf .mds-admin-btn:where(.svelte-fbhxwf){color:#f87171}.mds-theme-dark.svelte-fbhxwf .mds-admin-btn:where(.svelte-fbhxwf):hover{background:#f871711f}.mds-logout-btn.svelte-fbhxwf{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px 20px;font-size:13px;font-weight:500;color:#dc2626;background:0 0;border:0;cursor:pointer;transition:background .15s ease}.mds-logout-btn.svelte-fbhxwf:hover{background:#dc26260f}.mds-universe-link.svelte-fbhxwf{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;font-size:12px;font-weight:500;color:var(--mds-text-muted);text-decoration:none;transition:all .2s ease;background:0 0;border:0;cursor:pointer;font-family:inherit}.mds-universe-link.svelte-fbhxwf:hover{color:var(--mds-text);background:linear-gradient(135deg,#fff8dc4d,#fff0)}.mds-theme-dark.svelte-fbhxwf .mds-universe-link:where(.svelte-fbhxwf):hover{background:linear-gradient(135deg,#fff8dc1a,#fff0)}.mds-universe-moon.svelte-fbhxwf{width:18px;height:18px;border-radius:50%;object-fit:cover}.mds-trigger.svelte-fbhxwf:focus-visible{outline:2px solid var(--mds-text);outline-offset:2px;border-radius:50%}.mds-display-content.svelte-fbhxwf:focus-visible,.mds-app-icon.svelte-fbhxwf:focus-visible,.mds-admin-btn.svelte-fbhxwf:focus-visible,.mds-logout-btn.svelte-fbhxwf:focus-visible,.mds-universe-link.svelte-fbhxwf:focus-visible{outline:2px solid var(--mds-text);outline-offset:2px}.mds-app-icon.svelte-fbhxwf:focus-visible{border-radius:16px}.mds-spinner{animation:svelte-fbhxwf-mds-spin 1s linear infinite}@keyframes svelte-fbhxwf-mds-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mds-status-message.svelte-fbhxwf{padding:8px 20px;font-size:11px;text-align:center;background:#ffc1071a;color:#b36b00;border-top:1px solid rgba(255,193,7,.2)}.mds-status-message.error.svelte-fbhxwf{background:#dc262614;color:#dc2626;border-top-color:#dc262626}.mds-status-message.offline.svelte-fbhxwf{background:#9ca3af1a;color:#6b7280;border-top-color:#9ca3af33}.mds-theme-dark.svelte-fbhxwf .mds-status-message:where(.svelte-fbhxwf){background:#ffc10726;color:#fbbf24}.mds-theme-dark.svelte-fbhxwf .mds-status-message.error:where(.svelte-fbhxwf){background:#ef444426;color:#ef4444}.mds-theme-dark.svelte-fbhxwf .mds-status-message.offline:where(.svelte-fbhxwf){background:#9ca3af26;color:#9ca3af}.mds-display-content.svelte-fbhxwf:disabled,.mds-app-icon.svelte-fbhxwf:disabled,.mds-logout-btn.svelte-fbhxwf:disabled,.mds-universe-link.svelte-fbhxwf:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.mds-display-content.visible.svelte-fbhxwf:disabled{pointer-events:none}.mds-app-icon.svelte-fbhxwf:disabled:hover{transform:none;box-shadow:none}@media (prefers-reduced-motion:reduce){.mds-trigger.svelte-fbhxwf,.mds-display-content.svelte-fbhxwf,.mds-app-icon.svelte-fbhxwf,.mds-logout-btn.svelte-fbhxwf,.mds-universe-link.svelte-fbhxwf{transition:none}.mds-app-icon.svelte-fbhxwf:hover{transform:none}.mds-spinner{animation:none}}.mds-toast-container.svelte-ncrm0p{position:fixed;z-index:100001;display:flex;flex-direction:column;gap:8px;padding:16px;pointer-events:none;max-width:100%;--mds-toast-bg:#ffffff;--mds-toast-text:#1a1a1a;--mds-toast-border:rgba(0, 0, 0, .08)}.mds-theme-dark.svelte-ncrm0p{--mds-toast-bg:#2a2a2a;--mds-toast-text:#fafafa;--mds-toast-border:rgba(255, 255, 255, .08)}.mds-top-right.svelte-ncrm0p{top:0;right:0;align-items:flex-end}.mds-top-left.svelte-ncrm0p{top:0;left:0;align-items:flex-start}.mds-bottom-right.svelte-ncrm0p{bottom:0;right:0;align-items:flex-end;flex-direction:column-reverse}.mds-bottom-left.svelte-ncrm0p{bottom:0;left:0;align-items:flex-start;flex-direction:column-reverse}.mds-top-center.svelte-ncrm0p{top:0;left:50%;transform:translate(-50%);align-items:center}.mds-bottom-center.svelte-ncrm0p{bottom:0;left:50%;transform:translate(-50%);align-items:center;flex-direction:column-reverse}.mds-toast.svelte-ncrm0p{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--mds-toast-bg);border:1px solid var(--mds-toast-border);border-radius:12px;box-shadow:0 4px 16px #0000001f,0 2px 4px #0000000f;pointer-events:auto;min-width:280px;max-width:400px}.mds-toast-icon.svelte-ncrm0p{flex-shrink:0;display:flex;align-items:center;justify-content:center}.mds-toast-message.svelte-ncrm0p{flex:1;font-size:13px;font-weight:500;color:var(--mds-toast-text);line-height:1.4}.mds-toast-dismiss.svelte-ncrm0p{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:0 0;border:0;border-radius:6px;color:var(--mds-toast-text);opacity:.5;cursor:pointer;transition:opacity .15s ease,background .15s ease}.mds-toast-dismiss.svelte-ncrm0p:hover{opacity:1;background:#0000000d}.mds-theme-dark.svelte-ncrm0p .mds-toast-dismiss:where(.svelte-ncrm0p):hover{background:#ffffff1a}.mds-toast-success.svelte-ncrm0p .mds-toast-icon:where(.svelte-ncrm0p){color:#22c55e}.mds-toast-error.svelte-ncrm0p .mds-toast-icon:where(.svelte-ncrm0p){color:#ef4444}.mds-toast-warning.svelte-ncrm0p .mds-toast-icon:where(.svelte-ncrm0p){color:#f59e0b}.mds-toast-info.svelte-ncrm0p .mds-toast-icon:where(.svelte-ncrm0p){color:#3b82f6}.mds-toast-dismiss.svelte-ncrm0p:focus-visible{outline:2px solid var(--mds-toast-text);outline-offset:2px;opacity:1}@media (prefers-reduced-motion:reduce){.mds-toast-dismiss.svelte-ncrm0p{transition:none}}.mds-provider-loading.svelte-1qpt8sv{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:inherit}.mds-provider-spinner.svelte-1qpt8sv{width:32px;height:32px;border:3px solid rgba(128,128,128,.2);border-top-color:#80808099;border-radius:50%;animation:svelte-1qpt8sv-mds-provider-spin .8s linear infinite}@keyframes svelte-1qpt8sv-mds-provider-spin{to{transform:rotate(360deg)}}.mds-promo-input.svelte-arjjyh{width:100%}.mds-promo-input-wrapper.svelte-arjjyh{display:flex;align-items:center;gap:0;background:var(--mds-input-bg, #f9fafb);border:1px solid var(--mds-input-border, #e5e7eb);border-radius:10px;padding:4px;transition:border-color .2s,box-shadow .2s}.mds-promo-input-wrapper.svelte-arjjyh:focus-within{border-color:var(--mds-primary, #6366f1);box-shadow:0 0 0 3px #6366f11a}.mds-promo-input-wrapper.mds-error.svelte-arjjyh{border-color:var(--mds-error, #ef4444)}.mds-promo-input-wrapper.mds-success.svelte-arjjyh{border-color:var(--mds-success, #10b981)}.dark .mds-promo-input-wrapper.svelte-arjjyh{background:var(--mds-input-bg, #1f2937);border-color:var(--mds-input-border, #374151)}.mds-promo-icon.svelte-arjjyh{display:flex;align-items:center;justify-content:center;padding:0 12px;color:var(--mds-text-muted, #9ca3af)}.mds-promo-field.svelte-arjjyh{flex:1;background:0 0;border:0;outline:0;font-size:14px;font-family:SF Mono,Menlo,monospace;letter-spacing:.05em;color:var(--mds-text, #1f2937);padding:8px 0}.mds-promo-field.svelte-arjjyh::placeholder{color:var(--mds-text-muted, #9ca3af);font-family:inherit;letter-spacing:normal}.mds-promo-field.svelte-arjjyh:disabled{opacity:.6;cursor:not-allowed}.dark .mds-promo-field.svelte-arjjyh{color:var(--mds-text, #f9fafb)}.mds-promo-button.svelte-arjjyh{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;background:var(--mds-primary, #6366f1);color:#fff;border:0;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s,opacity .2s;min-width:60px}.mds-promo-button.svelte-arjjyh:hover:not(:disabled){background:var(--mds-primary-hover, #4f46e5)}.mds-promo-button.svelte-arjjyh:disabled{opacity:.5;cursor:not-allowed}.mds-promo-message.svelte-arjjyh{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:13px;padding:8px 12px;border-radius:6px}.mds-promo-message.mds-error.svelte-arjjyh{background:#ef44441a;color:var(--mds-error, #ef4444)}.mds-promo-message.mds-success.svelte-arjjyh{background:#10b9811a;color:var(--mds-success, #10b981)}.dark .mds-promo-message.mds-error.svelte-arjjyh{background:#ef444433}.dark .mds-promo-message.mds-success.svelte-arjjyh{background:#10b98133}.mds-spin{animation:svelte-arjjyh-mds-spin 1s linear infinite}@keyframes svelte-arjjyh-mds-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mds-promo-form.svelte-2c4nif{display:flex;flex-direction:column;gap:0}.mds-form-header.svelte-2c4nif{padding:16px 20px;border-bottom:1px solid var(--mds-border, #e5e7eb)}.mds-form-title.svelte-2c4nif{font-size:16px;font-weight:600;margin:0;color:var(--mds-text, #1f2937)}.dark .mds-form-title.svelte-2c4nif{color:var(--mds-text, #f9fafb)}.mds-form-body.svelte-2c4nif{padding:20px;display:flex;flex-direction:column;gap:16px}.mds-form-group.svelte-2c4nif{display:flex;flex-direction:column;gap:6px}.mds-form-row.svelte-2c4nif{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mds-label.svelte-2c4nif{font-size:13px;font-weight:500;color:var(--mds-text, #374151)}.dark .mds-label.svelte-2c4nif{color:var(--mds-text, #d1d5db)}.mds-input.svelte-2c4nif{padding:10px 12px;font-size:14px;border:1px solid var(--mds-border, #d1d5db);border-radius:8px;background:var(--mds-input-bg, #ffffff);color:var(--mds-text, #1f2937);transition:border-color .2s,box-shadow .2s}.mds-input.svelte-2c4nif:focus{outline:0;border-color:var(--mds-primary, #6366f1);box-shadow:0 0 0 3px #6366f11a}.mds-input.svelte-2c4nif:disabled{opacity:.6;cursor:not-allowed}.dark .mds-input.svelte-2c4nif{background:var(--mds-input-bg, #1f2937);border-color:var(--mds-border, #4b5563);color:var(--mds-text, #f9fafb)}.mds-code-input.svelte-2c4nif{font-family:SF Mono,Menlo,monospace;text-transform:uppercase;letter-spacing:.05em}.mds-input-with-btn.svelte-2c4nif{display:flex;gap:8px}.mds-input-with-btn.svelte-2c4nif .mds-input:where(.svelte-2c4nif){flex:1}.mds-generate-btn.svelte-2c4nif{display:flex;align-items:center;justify-content:center;padding:0 12px;background:var(--mds-secondary-bg, #f3f4f6);border:1px solid var(--mds-border, #d1d5db);border-radius:8px;color:var(--mds-text-muted, #6b7280);cursor:pointer;transition:background-color .2s,color .2s}.mds-generate-btn.svelte-2c4nif:hover{background:var(--mds-hover-bg, #e5e7eb);color:var(--mds-primary, #6366f1)}.dark .mds-generate-btn.svelte-2c4nif{background:var(--mds-secondary-bg, #374151);border-color:var(--mds-border, #4b5563)}.mds-hint.svelte-2c4nif{font-size:12px;color:var(--mds-text-muted, #9ca3af);margin:0}.mds-form-footer.svelte-2c4nif{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid var(--mds-border, #e5e7eb)}.mds-btn.svelte-2c4nif{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:500;border:0;border-radius:8px;cursor:pointer;transition:background-color .2s,opacity .2s}.mds-btn.svelte-2c4nif:disabled{opacity:.5;cursor:not-allowed}.mds-btn-primary.svelte-2c4nif{background:var(--mds-primary, #6366f1);color:#fff}.mds-btn-primary.svelte-2c4nif:hover:not(:disabled){background:var(--mds-primary-hover, #4f46e5)}.mds-btn-secondary.svelte-2c4nif{background:var(--mds-secondary-bg, #f3f4f6);color:var(--mds-text, #374151)}.mds-btn-secondary.svelte-2c4nif:hover:not(:disabled){background:var(--mds-hover-bg, #e5e7eb)}.dark .mds-btn-secondary.svelte-2c4nif{background:var(--mds-secondary-bg, #374151);color:var(--mds-text, #f9fafb)}.dark .mds-form-header.svelte-2c4nif,.dark .mds-form-footer.svelte-2c4nif{border-color:var(--mds-border, #374151)}.mds-spin{animation:svelte-2c4nif-mds-spin 1s linear infinite}@keyframes svelte-2c4nif-mds-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mds-promo-list.svelte-8gigjp{display:flex;flex-direction:column;height:100%;background:var(--mds-bg, #ffffff);border-radius:12px;border:1px solid var(--mds-border, #e5e7eb);overflow:hidden}.dark .mds-promo-list.svelte-8gigjp{background:var(--mds-bg, #111827);border-color:var(--mds-border, #374151)}.mds-list-header.svelte-8gigjp{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;border-bottom:1px solid var(--mds-border, #e5e7eb);flex-wrap:wrap}.dark .mds-list-header.svelte-8gigjp{border-color:var(--mds-border, #374151)}.mds-search-box.svelte-8gigjp{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--mds-input-bg, #f9fafb);border:1px solid var(--mds-border, #e5e7eb);border-radius:8px;flex:1;max-width:300px;color:var(--mds-text-muted, #9ca3af)}.dark .mds-search-box.svelte-8gigjp{background:var(--mds-input-bg, #1f2937);border-color:var(--mds-border, #374151)}.mds-search-input.svelte-8gigjp{flex:1;border:0;background:0 0;font-size:14px;color:var(--mds-text, #1f2937);outline:0}.mds-search-input.svelte-8gigjp::placeholder{color:var(--mds-text-muted, #9ca3af)}.dark .mds-search-input.svelte-8gigjp{color:var(--mds-text, #f9fafb)}.mds-list-actions.svelte-8gigjp{display:flex;align-items:center;gap:12px}.mds-filter-tabs.svelte-8gigjp{display:flex;background:var(--mds-secondary-bg, #f3f4f6);border-radius:6px;padding:2px}.dark .mds-filter-tabs.svelte-8gigjp{background:var(--mds-secondary-bg, #1f2937)}.mds-filter-tab.svelte-8gigjp{padding:6px 12px;font-size:12px;font-weight:500;border:0;background:0 0;color:var(--mds-text-muted, #6b7280);border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s}.mds-filter-tab.mds-active.svelte-8gigjp{background:var(--mds-bg, #ffffff);color:var(--mds-text, #1f2937);box-shadow:0 1px 2px #0000000d}.dark .mds-filter-tab.mds-active.svelte-8gigjp{background:var(--mds-bg, #374151);color:var(--mds-text, #f9fafb)}.mds-icon-btn.svelte-8gigjp{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;background:var(--mds-secondary-bg, #f3f4f6);border-radius:8px;color:var(--mds-text-muted, #6b7280);cursor:pointer;transition:background-color .2s}.mds-icon-btn.svelte-8gigjp:hover:not(:disabled){background:var(--mds-hover-bg, #e5e7eb)}.mds-icon-btn.svelte-8gigjp:disabled{opacity:.5;cursor:not-allowed}.dark .mds-icon-btn.svelte-8gigjp{background:var(--mds-secondary-bg, #374151)}.mds-btn.svelte-8gigjp{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;border:0;border-radius:8px;cursor:pointer;transition:background-color .2s}.mds-btn-primary.svelte-8gigjp{background:var(--mds-primary, #6366f1);color:#fff}.mds-btn-primary.svelte-8gigjp:hover{background:var(--mds-primary-hover, #4f46e5)}.mds-list-body.svelte-8gigjp{flex:1;overflow-y:auto;padding:16px}.mds-code-grid.svelte-8gigjp{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.mds-loading-state.svelte-8gigjp,.mds-empty-state.svelte-8gigjp{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px 16px;color:var(--mds-text-muted, #6b7280)}.mds-empty-state.svelte-8gigjp p:where(.svelte-8gigjp){margin:0;font-size:14px}.mds-list-footer.svelte-8gigjp{padding:12px 16px;border-top:1px solid var(--mds-border, #e5e7eb)}.dark .mds-list-footer.svelte-8gigjp{border-color:var(--mds-border, #374151)}.mds-count.svelte-8gigjp{font-size:12px;color:var(--mds-text-muted, #9ca3af)}.mds-spin{animation:svelte-8gigjp-mds-spin 1s linear infinite}@keyframes svelte-8gigjp-mds-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer[data-astro-cid-sp264kpk]{background:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:6rem 2rem 4rem;margin-top:auto}.footer-container[data-astro-cid-sp264kpk]{max-width:1400px;margin:0 auto}.footer-main[data-astro-cid-sp264kpk]{display:grid;grid-template-columns:1fr;gap:5rem;margin-bottom:5rem}@media (min-width:1024px){.footer-main[data-astro-cid-sp264kpk]{grid-template-columns:1.2fr 2fr;gap:8rem}}.footer-brand[data-astro-cid-sp264kpk]{display:flex;flex-direction:column;gap:2rem}.brand-logo[data-astro-cid-sp264kpk]{display:block;width:fit-content}.logo-image[data-astro-cid-sp264kpk]{height:32px;width:auto}.brand-tagline[data-astro-cid-sp264kpk]{font-size:1.125rem;color:hsl(var(--foreground-secondary));line-height:1.8;font-weight:400;max-width:350px}.social-links[data-astro-cid-sp264kpk]{display:flex;gap:1rem}.social-link[data-astro-cid-sp264kpk]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:hsl(var(--foreground-muted));border:1px solid hsl(var(--border));border-radius:50%;transition:all .2s ease}.social-link[data-astro-cid-sp264kpk]:hover{color:hsl(var(--foreground));border-color:hsl(var(--foreground))}.footer-links[data-astro-cid-sp264kpk]{display:grid;grid-template-columns:repeat(1,1fr);gap:3rem 2rem}@media (min-width:768px){.footer-links[data-astro-cid-sp264kpk]{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-links[data-astro-cid-sp264kpk]{grid-template-columns:repeat(4,1fr)}}.footer-column[data-astro-cid-sp264kpk]{display:flex;flex-direction:column;gap:.75rem}.footer-column-nested[data-astro-cid-sp264kpk]{gap:1.25rem}.column-title[data-astro-cid-sp264kpk]{font-size:.9375rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.column-title-link[data-astro-cid-sp264kpk]{text-decoration:none;transition:color .2s ease;width:fit-content}.column-title-link[data-astro-cid-sp264kpk]:hover{color:hsl(var(--foreground-secondary))}.footer-link[data-astro-cid-sp264kpk]{font-size:.875rem;font-weight:400;color:hsl(var(--foreground-secondary));text-decoration:none;transition:color .15s ease;width:fit-content;line-height:1.5}.footer-link[data-astro-cid-sp264kpk]:hover{color:hsl(var(--foreground))}.footer-subcategory[data-astro-cid-sp264kpk]{display:flex;flex-direction:column;gap:.5rem}.footer-link-category[data-astro-cid-sp264kpk]{font-weight:500;color:hsl(var(--foreground))}.footer-link-category[data-astro-cid-sp264kpk]:hover{color:hsl(var(--foreground-secondary))}.footer-subcategory-links[data-astro-cid-sp264kpk]{display:flex;flex-direction:column;gap:.5rem}.footer-link-sub[data-astro-cid-sp264kpk]{font-size:.8125rem;color:hsl(var(--foreground-muted))}.footer-link-sub[data-astro-cid-sp264kpk]:hover{color:hsl(var(--foreground-secondary))}.family-section[data-astro-cid-sp264kpk]{margin-top:2rem;padding-top:2rem;border-top:1px solid hsl(var(--border))}.family-title[data-astro-cid-sp264kpk]{font-size:.9375rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.75rem}.family-links[data-astro-cid-sp264kpk]{display:flex;flex-direction:column;gap:.75rem}.family-link[data-astro-cid-sp264kpk]{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground-secondary));text-decoration:none;transition:color .2s ease}.family-link[data-astro-cid-sp264kpk]:hover{color:hsl(var(--foreground))}.family-link[data-astro-cid-sp264kpk] svg[data-astro-cid-sp264kpk]{opacity:.6;transition:opacity .2s ease}.family-link[data-astro-cid-sp264kpk]:hover svg[data-astro-cid-sp264kpk]{opacity:1}.footer-bottom[data-astro-cid-sp264kpk]{display:flex;justify-content:flex-end;padding-top:3rem;position:relative}.footer-bottom[data-astro-cid-sp264kpk]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:1px;background:hsl(var(--border))}.copyright[data-astro-cid-sp264kpk]{font-size:.75rem;color:hsl(var(--foreground-muted));letter-spacing:.02em}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:hsl(var(--background));color:hsl(var(--foreground));min-height:100vh;padding-top:var(--header-height)}body.is-home{padding-top:0}body.logout-transition{opacity:0!important;transform:translateY(30px)!important;animation:smoothAppear 1.2s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.5s}@keyframes smoothAppear{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.page-wrapper[data-astro-cid-37fxchfa]{min-height:100vh;display:flex;flex-direction:column}