:root{--color-bg: #1a1a2e;--color-bg-light: #16213e;--color-primary: #0f3460;--color-accent: #e94560;--color-success: #4ade80;--color-warning: #fbbf24;--color-error: #ef4444;--color-text: #eee;--color-text-muted: #9ca3af;--color-border: rgba(255, 255, 255, .1);--radius: 8px;--radius-lg: 12px;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:#ffffff1a;border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem 1rem;outline:none;transition:border-color .2s,box-shadow .2s;width:100%}input:focus,textarea:focus,select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #e9456033}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:500;font-size:.9rem;transition:all .2s}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:#d63a52;transform:translateY(-1px)}.btn-secondary{background:#ffffff1a;border:1px solid var(--color-border)}.btn-secondary:hover{background:#ffffff26}.btn-danger{background:var(--color-error);color:#fff}.btn-danger:hover{background:#dc2626}.btn-icon{padding:.75rem;border-radius:50%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.card{background:#ffffff0d;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--color-text-muted)}.form-error{color:var(--color-error);font-size:.875rem;margin-top:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.text-error{color:var(--color-error)}.text-success{color:var(--color-success)}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideUp{animation:slideUp .4s ease-out}.animate-pulse{animation:pulse 2s infinite}.animate-spin{animation:spin 1s linear infinite}@media(max-width:640px){:root{font-size:14px}.card{padding:1rem}.btn{padding:.625rem 1.25rem}}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#eee}.app.auth-page.svelte-12qhfyh,.app.call-page.svelte-12qhfyh{background:#1a1a2e}.header.svelte-12qhfyh{background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:.75rem 1.5rem}.nav.svelte-12qhfyh{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;font-size:1.25rem;font-weight:600}.logo-icon.svelte-12qhfyh{font-size:1.5rem}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.nav-link.svelte-12qhfyh{display:inline-flex;align-items:center;color:#fffc;text-decoration:none;font-size:.875rem;padding:.5rem .75rem;border-radius:var(--radius, 6px);transition:all .2s}.nav-link.svelte-12qhfyh:hover{color:#fff;background:#ffffff1a}.nav-link-primary.svelte-12qhfyh{background:var(--color-accent, #e94560);color:#fff!important}.nav-link-primary.svelte-12qhfyh:hover{background:#d63a52}.user-menu-container.svelte-12qhfyh{position:relative}.user-menu-trigger.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.3rem .75rem .3rem .3rem;cursor:pointer;transition:all .2s;color:#fff;font-size:.875rem}.user-menu-trigger.svelte-12qhfyh:hover{background:#ffffff26;border-color:#ffffff4d}.user-menu-trigger.active.svelte-12qhfyh{background:#fff3}.user-avatar.svelte-12qhfyh{width:28px;height:28px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem}.user-name.svelte-12qhfyh{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow.svelte-12qhfyh{font-size:.6rem;transition:transform .2s;opacity:.7}.dropdown-arrow.open.svelte-12qhfyh{transform:rotate(180deg)}.user-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#1e1e2e;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius, 8px);box-shadow:0 10px 40px #0006;overflow:hidden;z-index:100;animation:svelte-12qhfyh-dropdown-in .15s ease-out}@keyframes svelte-12qhfyh-dropdown-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffff08}.dropdown-avatar.svelte-12qhfyh{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.dropdown-user-info.svelte-12qhfyh{min-width:0}.dropdown-name.svelte-12qhfyh{font-weight:500;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-email.svelte-12qhfyh{font-size:.75rem;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider.svelte-12qhfyh{height:1px;background:#ffffff1a}.dropdown-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:#fffc;font-size:.875rem;cursor:pointer;transition:all .2s;text-align:left}.dropdown-item.svelte-12qhfyh:hover{background:#ffffff0d;color:#fff}.logout-btn.svelte-12qhfyh{color:#f87171}.logout-btn.svelte-12qhfyh:hover{background:#f871711a;color:#fca5a5}.logout-icon.svelte-12qhfyh{font-size:1rem}.main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column}@media(max-width:640px){.header.svelte-12qhfyh{padding:.5rem 1rem}.nav-links.svelte-12qhfyh{gap:.25rem}.logo-text.svelte-12qhfyh{display:none}.nav-link.svelte-12qhfyh{padding:.4rem .5rem;font-size:.8rem}.user-name.svelte-12qhfyh{display:none}.user-menu-trigger.svelte-12qhfyh{padding:.3rem}}
