:root{--bg-primary: #f9fafb;--bg-secondary: #ffffff;--bg-tertiary: #f3f4f6;--text-primary: #111827;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--border-color: #e5e7eb;--border-focus: #4f46e5;--accent: #4f46e5;--accent-hover: #4338ca;--accent-light: #e0e7ff;--success: #10b981;--success-light: #d1fae5;--danger: #ef4444;--danger-light: #fee2e2;--warning: #f59e0b;--warning-light: #fef3c7;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-success: linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-danger: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);--gradient-accent: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%)}[data-theme=dark]{--bg-primary: #111827;--bg-secondary: #1f2937;--bg-tertiary: #374151;--text-primary: #f9fafb;--text-secondary: #d1d5db;--text-tertiary: #9ca3af;--border-color: #374151;--border-focus: #6366f1;--accent: #6366f1;--accent-hover: #818cf8;--accent-light: #312e81;--success: #34d399;--success-light: #064e3b;--danger: #f87171;--danger-light: #7f1d1d;--warning: #fbbf24;--warning-light: #78350f;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5);--gradient-primary: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);--gradient-success: linear-gradient(135deg, #34d399 0%, #10b981 100%);--gradient-danger: linear-gradient(135deg, #f87171 0%, #ef4444 100%);--gradient-accent: linear-gradient(135deg, #6366f1 0%, #818cf8 100%)}*{box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6}body{margin:0;padding:0;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;color:var(--text-primary)}a{color:var(--accent);transition:color .2s ease}a:hover{color:var(--accent-hover)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-muted{color:var(--text-secondary)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}button,.btn{font-family:inherit;font-size:1rem;cursor:pointer;transition:all .2s ease}button:disabled,.btn:disabled{opacity:.6;cursor:not-allowed}input,select,textarea{font-family:inherit;font-size:1rem;color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-color);transition:border-color .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--border-focus)}.card{background:var(--bg-secondary);border-radius:8px;box-shadow:var(--shadow-md);transition:transform .2s ease,box-shadow .2s ease}.card:hover{box-shadow:var(--shadow-lg)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.touch-target{min-height:44px;min-width:44px}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop,.show-mobile-only{display:none!important}}@media(max-width:576px){.mobile-stack{flex-direction:column!important}.mobile-stack>*{width:100%!important}.mobile-full-width{width:100%!important;max-width:100%!important}}@media(max-width:768px){input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=tel],select,textarea{font-size:16px!important;min-height:44px}button,.btn,a.btn{min-height:44px;padding:.75rem 1rem}}@supports (padding: env(safe-area-inset-bottom)){.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-area-top{padding-top:env(safe-area-inset-top)}}.ptr-indicator{position:fixed;top:0;left:50%;transform:translate(-50%);z-index:9999;background:var(--accent);color:#fff;padding:.5rem 1rem;border-radius:0 0 8px 8px;font-size:.875rem;opacity:0;transition:opacity .2s ease}.ptr-indicator.visible{opacity:1}.ptr-wrapper.svelte-1auf3t{position:relative;min-height:100%}.ptr-content.svelte-1auf3t{transition:transform .2s ease}.ptr-indicator.svelte-1auf3t{position:fixed;top:60px;left:50%;transform:translate(-50%);z-index:9999;background:var(--bg-secondary);color:var(--text-primary);padding:.75rem 1.25rem;border-radius:24px;font-size:.875rem;font-weight:500;box-shadow:var(--shadow-lg);border:1px solid var(--border-color);opacity:0;transition:opacity .2s ease;display:flex;align-items:center;gap:.5rem}.ptr-indicator.visible.svelte-1auf3t{opacity:1}.ptr-indicator.can-refresh.svelte-1auf3t{background:var(--accent);color:#fff;border-color:var(--accent)}.ptr-indicator.refreshing.svelte-1auf3t{background:var(--success);color:#fff;border-color:var(--success)}.ptr-spinner.svelte-1auf3t{display:inline-block;animation:svelte-1auf3t-spin 1s linear infinite}@keyframes svelte-1auf3t-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(hover:hover)and (pointer:fine){.ptr-wrapper.svelte-1auf3t{touch-action:auto}.ptr-indicator.svelte-1auf3t{display:none}}.navbar.svelte-12qhfyh{background:var(--bg-secondary);border-bottom:1px solid var(--border-color, #e5e7eb);box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100}.nav-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-primary);font-weight:700;font-size:1.25rem;transition:opacity .2s ease}.nav-logo.svelte-12qhfyh:hover{opacity:.8}.logo-icon.svelte-12qhfyh{font-size:1.5rem}.nav-links.svelte-12qhfyh{display:flex;gap:2rem;flex:1;margin-left:2rem}.nav-link.svelte-12qhfyh{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s ease;padding:.5rem 0;border-bottom:2px solid transparent}.nav-link.svelte-12qhfyh:hover{color:var(--accent);border-bottom-color:var(--accent)}.nav-link.active.svelte-12qhfyh{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.nav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}.user-greeting.svelte-12qhfyh{color:var(--text-secondary);font-size:.875rem;padding-right:.5rem}.btn-signout.svelte-12qhfyh{padding:.5rem 1rem;border:none;border-radius:4px;background:var(--bg-primary);color:var(--text-primary);font-weight:500;cursor:pointer;transition:background .2s ease;border:1px solid var(--border-color, #e5e7eb)}.btn-signout.svelte-12qhfyh:hover{background:#f3f4f6}.btn-register.svelte-12qhfyh{padding:.5rem 1rem;border-radius:4px;background:var(--accent);color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s ease}.btn-register.svelte-12qhfyh:hover{opacity:.9}.main-content.svelte-12qhfyh{min-height:calc(100vh - 200px)}.footer.svelte-12qhfyh{background:var(--bg-secondary);border-top:1px solid var(--border-color, #e5e7eb);margin-top:4rem}.footer-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section.svelte-12qhfyh h3:where(.svelte-12qhfyh){margin:0 0 .5rem;font-size:1.25rem;color:var(--text-primary)}.footer-section.svelte-12qhfyh h4:where(.svelte-12qhfyh){margin:0 0 1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;color:var(--text-primary);letter-spacing:.05em}.footer-section.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0;color:var(--text-secondary);font-size:.875rem}.footer-section.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;color:var(--text-secondary);text-decoration:none;font-size:.875rem;margin-bottom:.5rem;transition:color .2s ease}.footer-section.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}.footer-bottom.svelte-12qhfyh{border-top:1px solid var(--border-color, #e5e7eb);padding:1.5rem 2rem;text-align:center}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0;color:var(--text-secondary);font-size:.875rem}.theme-toggle.svelte-12qhfyh{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;border-radius:50%;border:none;background:var(--accent);color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;z-index:1000;transition:transform .2s ease,background .2s ease}.theme-toggle.svelte-12qhfyh:hover{transform:scale(1.1);background:var(--accent-hover)}.theme-toggle.svelte-12qhfyh:active{transform:scale(.95)}@media(max-width:768px){.desktop-only.svelte-12qhfyh{display:none!important}.nav-container.svelte-12qhfyh{padding:.75rem 1rem}.footer-container.svelte-12qhfyh{grid-template-columns:repeat(2,1fr);padding:2rem 1rem}}@media(min-width:769px){.mobile-only.svelte-12qhfyh{display:none!important}}@media(max-width:480px){.footer-container.svelte-12qhfyh{grid-template-columns:1fr}.logo-text.svelte-12qhfyh{display:none}}.hamburger.svelte-12qhfyh{display:flex;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line.svelte-12qhfyh{width:100%;height:3px;background:var(--text-primary);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-line.open.svelte-12qhfyh:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open.svelte-12qhfyh:nth-child(2){opacity:0}.hamburger-line.open.svelte-12qhfyh:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-overlay.svelte-12qhfyh{position:fixed;inset:0;background:#00000080;z-index:999;animation:svelte-12qhfyh-fadeIn .2s ease}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu.svelte-12qhfyh{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:var(--bg-secondary);z-index:1000;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026;animation:svelte-12qhfyh-slideIn .3s ease}@keyframes svelte-12qhfyh-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-header.svelte-12qhfyh{padding:1.5rem;border-bottom:1px solid var(--border-color);background:var(--bg-tertiary)}.mobile-user.svelte-12qhfyh{font-weight:600;color:var(--text-primary);font-size:1.1rem}.mobile-nav.svelte-12qhfyh{flex:1;padding:1rem 0;overflow-y:auto}.mobile-nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:var(--text-primary);text-decoration:none;font-size:1.1rem;font-weight:500;transition:background .2s ease;min-height:56px;border-left:3px solid transparent}.mobile-nav-link.svelte-12qhfyh:hover,.mobile-nav-link.svelte-12qhfyh:active{background:var(--bg-tertiary)}.mobile-nav-link.active.svelte-12qhfyh{background:var(--accent-light);color:var(--accent);border-left-color:var(--accent);font-weight:600}.mobile-nav-icon.svelte-12qhfyh{font-size:1.3rem;width:32px;text-align:center}.mobile-menu-footer.svelte-12qhfyh{padding:1.5rem;border-top:1px solid var(--border-color)}.mobile-signout.svelte-12qhfyh{width:100%;padding:1rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);font-size:1rem;font-weight:500;cursor:pointer;min-height:48px;transition:background .2s ease}.mobile-signout.svelte-12qhfyh:hover,.mobile-signout.svelte-12qhfyh:active{background:var(--danger-light);color:var(--danger);border-color:var(--danger)}
