:root{--color-bg-deep: #f8fafc;--color-bg: #ffffff;--color-bg-elevated: #ffffff;--bg-glow-green: rgba(74, 222, 128, .08);--bg-glow-blue: rgba(56, 189, 248, .06);--color-glass: rgba(255, 255, 255, .8);--color-glass-border: rgba(0, 0, 0, .08);--color-glass-hover: rgba(0, 0, 0, .04);--color-surface: #f1f5f9;--color-primary: #10b981;--color-primary-glow: rgba(16, 185, 129, .2);--color-secondary: #0ea5e9;--color-accent: #38bdf8;--color-success: #22c55e;--color-danger: #ef4444;--color-text: #1e293b;--color-text-muted: #64748b;--color-text-faint: #94a3b8;--gradient-primary: linear-gradient(135deg, #10b981 0%, #34d399 100%);--gradient-hero: linear-gradient(135deg, #f0fdf4 0%, #ecfeff 50%, #f0f9ff 100%);--gradient-card: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);--blur-glass: blur(20px);--shadow-glow: 0 0 30px var(--color-primary-glow);--shadow-card: 0 4px 20px rgba(0, 0, 0, .08);--shadow-elevated: 0 12px 40px rgba(0, 0, 0, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-family);background:var(--color-bg-deep);color:var(--color-text);line-height:1.6;min-height:100vh}body{background:radial-gradient(ellipse 80% 50% at 20% 0%,var(--bg-glow-green),transparent),radial-gradient(ellipse 60% 40% at 80% 100%,var(--bg-glow-blue),transparent),var(--color-bg-deep);background-attachment:fixed}a{color:var(--color-text);text-decoration:none;transition:color .2s}a:hover{color:var(--color-text-muted);text-decoration:none}.glass{background:var(--gradient-card);backdrop-filter:var(--blur-glass);-webkit-backdrop-filter:var(--blur-glass);border:1px solid var(--color-glass-border);border-radius:var(--radius-lg)}button,.btn{font-family:inherit;cursor:pointer;transition:all .2s ease}input,textarea,select{font-family:inherit;background:var(--color-glass);border:1px solid var(--color-glass-border);border-radius:var(--radius-sm);color:var(--color-text);transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-text-muted);box-shadow:0 0 0 3px #64748b26}input::placeholder,textarea::placeholder{color:var(--color-text-faint)}::selection{background:var(--color-text-muted);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}header.svelte-12qhfyh{position:sticky;top:0;z-index:50;background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-glass-border);padding:.75rem 2rem}nav.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;color:var(--color-secondary)}.logo-text.svelte-12qhfyh{font-size:1.5rem;font-weight:700;color:var(--color-text)}.logo.svelte-12qhfyh:hover{text-decoration:none}ul.svelte-12qhfyh{display:flex;list-style:none;gap:.5rem;align-items:center}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-muted);padding:.5rem 1rem;border-radius:var(--radius-sm);transition:all .2s}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text);background:var(--color-glass)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-text);background:var(--color-surface);font-weight:600}.login-btn.svelte-12qhfyh{background:var(--gradient-primary)!important;color:#fff!important;font-weight:500}.login-btn.svelte-12qhfyh:hover{opacity:.9;box-shadow:var(--shadow-glow)}form.svelte-12qhfyh{margin:0}.profile-dropdown.svelte-12qhfyh{position:relative}.profile-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid var(--color-glass-border);background:var(--color-glass);cursor:pointer;transition:all .2s;padding:0;overflow:hidden}.profile-btn.svelte-12qhfyh:hover,.profile-btn.active.svelte-12qhfyh{border-color:var(--color-text-muted);box-shadow:0 0 0 3px #64748b26}.profile-avatar.svelte-12qhfyh{width:100%;height:100%;object-fit:cover}.profile-initial.svelte-12qhfyh{font-size:1rem;font-weight:600;color:var(--color-text)}.profile-menu.svelte-12qhfyh{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--color-bg-elevated);border:1px solid var(--color-glass-border);border-radius:var(--radius-md);box-shadow:var(--shadow-elevated);min-width:220px;z-index:100;overflow:hidden}.profile-header.svelte-12qhfyh{padding:1rem;border-bottom:1px solid var(--color-glass-border);display:flex;flex-direction:column;gap:.25rem}.profile-name.svelte-12qhfyh{font-weight:600;color:var(--color-text)}.profile-email.svelte-12qhfyh{font-size:.85rem;color:var(--color-text-muted)}.profile-menu-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;color:var(--color-text-muted);transition:background .2s}.profile-menu-item.svelte-12qhfyh:hover{background:var(--color-glass);color:var(--color-text);text-decoration:none}.logout-item.svelte-12qhfyh{border-top:1px solid var(--color-glass-border);color:var(--color-danger)}.logout-item.svelte-12qhfyh:hover{background:#ef44441a;color:var(--color-danger)}main.svelte-12qhfyh{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}footer.svelte-12qhfyh{border-top:1px solid var(--color-glass-border);text-align:center;padding:1.5rem;color:var(--color-text-faint);font-size:.9rem}.heart.svelte-12qhfyh{color:var(--color-danger)}@media (max-width: 768px){header.svelte-12qhfyh{padding:.75rem 1rem}ul.svelte-12qhfyh{gap:.25rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.5rem .75rem;font-size:.9rem}}
