:root{--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #eef2ff;--primary-border: #c7d2fe;--bg: #f8fafc;--bg-card: #ffffff;--border: #e2e8f0;--border-light: #f1f5f9;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--success: #059669;--success-light: #ecfdf5;--success-border: #a7f3d0;--error: #dc2626;--error-light: #fef2f2;--error-border: #fecaca;--warning: #d97706;--warning-light: #fffbeb;--warning-border: #fde68a;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .04)}[data-theme=dark]{--primary: #818cf8;--primary-hover: #6366f1;--primary-light: #312e81;--primary-border: #3730a3;--bg: #0f172a;--bg-card: #1e293b;--border: #334155;--border-light: #1e293b;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--success: #34d399;--success-light: #064e3b;--success-border: #065f46;--error: #f87171;--error-light: #450a0a;--error-border: #7f1d1d;--warning: #fbbf24;--warning-light: #451a03;--warning-border: #78350f;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -4px rgba(0, 0, 0, .3)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);min-height:100vh;min-height:100dvh;display:flex;justify-content:center;align-items:center;padding:1rem;color:var(--text-primary)}.container{background:var(--bg-card);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:500px;border:1px solid var(--border)}h1{margin-bottom:1.25rem;color:var(--text-primary);font-size:1.25rem;text-align:center;font-weight:700;letter-spacing:-.01em}h1 .brand{color:var(--primary)}h2{color:var(--text-primary);font-size:1.1rem;font-weight:600}h3{color:var(--text-primary);font-weight:600;font-size:1rem}.field{margin-bottom:1rem}label{display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem;color:var(--text-secondary);font-weight:500;font-size:.875rem}label svg{width:15px;height:15px;color:var(--text-muted);flex-shrink:0}input,textarea,select{width:100%;padding:.6rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9375rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;background:var(--bg-card);color:var(--text-primary)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}input:disabled,textarea:disabled{background:var(--border-light);color:var(--text-muted)}button{width:100%;padding:.7rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-md);font-size:.9375rem;font-weight:500;font-family:inherit;cursor:pointer;margin-top:.75rem;transition:background .15s,box-shadow .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:hover{background:var(--primary-hover);box-shadow:var(--shadow-md)}button:active{background:var(--primary-hover)}button:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;box-shadow:none}button svg{width:16px;height:16px;flex-shrink:0}.status{margin-top:1rem;padding:.6rem 1rem;border-radius:var(--radius-md);text-align:center;font-weight:500;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:.4rem}.status.success{background:var(--success-light);color:var(--success);border:1px solid var(--success-border)}.status.error{background:var(--error-light);color:var(--error);border:1px solid var(--error-border)}.status.info{background:var(--warning-light);color:var(--warning);border:1px solid var(--warning-border)}.spinner{display:flex;justify-content:center;margin:0 auto .75rem}.spinner svg{width:32px;height:32px;color:var(--primary);animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.waiting{text-align:center;padding:2rem 0}.waiting p{margin:.75rem 0;color:var(--text-secondary);font-size:.9375rem}.cancel{background:var(--error)}.cancel:hover{background:#b91c1c}.accepted{text-align:center;padding:2rem 0}.accepted h2{color:var(--success);margin-bottom:1rem}.accepted p{color:var(--text-secondary);margin-bottom:1rem}.meeting-active{text-align:center;padding:2rem 0}.meeting-active h2{color:var(--text-primary);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.meeting-active p{color:var(--text-secondary);margin-bottom:1.5rem}.psychologist-card{border-radius:var(--radius-lg);padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.psychologist-card h2{margin-bottom:1rem;color:var(--text-primary);border-bottom:1px solid var(--border);padding-bottom:.75rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}.psychologist-info{margin-bottom:1rem}.psychologist-info p{margin-bottom:.35rem;color:var(--text-primary);padding:.5rem .75rem;background:var(--border-light);border-radius:var(--radius-sm);font-size:.875rem;display:flex;align-items:center;gap:.4rem}.psychologist-info p svg{width:15px;height:15px;color:var(--text-muted);flex-shrink:0}.psychologist-actions{display:flex;flex-direction:column;gap:.5rem}.accept-btn{background:var(--success)}.accept-btn:hover{background:#047857}.reject-btn{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border)}.reject-btn:hover{background:var(--border-light);box-shadow:none}.price-card{background:var(--primary-light);padding:1rem;border-radius:var(--radius-md);margin:1rem 0;text-align:center;border:1px solid var(--primary-border)}.price-card .price-label{font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}.price-card .price-amount{font-size:1.5rem;font-weight:700;color:var(--primary)}.price-card .price-note{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.avatar-sm{width:28px;height:28px;border-radius:50%;object-fit:cover}.avatar-placeholder{width:80px;height:80px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;border:2px solid var(--border);color:var(--primary)}.avatar-placeholder svg{width:32px;height:32px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.header h1{margin-bottom:0;text-align:left;font-size:1.125rem}.user-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.user-info span{color:var(--text-secondary);font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.nav-btn{width:auto;padding:.4rem .75rem;background:var(--primary);font-size:.8rem;margin:0}.nav-btn:hover{background:var(--primary-hover)}.logout-btn{width:auto;padding:.4rem .75rem;background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border);font-size:.8rem;margin:0}.logout-btn:hover{background:var(--border-light);box-shadow:none}.login-card{text-align:center;padding:1rem 0}.login-card h2{margin-bottom:.5rem;color:var(--text-primary);font-weight:600}.login-card p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6;font-size:.9375rem}.google-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border);padding:.75rem 1.5rem;font-weight:500;border-radius:var(--radius-md);transition:background .15s,box-shadow .2s}.google-btn:hover{background:var(--border-light);box-shadow:var(--shadow-md)}.google-btn svg{flex-shrink:0}.profile-section{margin-top:.25rem}.profile-section h3{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.profile-section h3 svg{width:18px;height:18px;color:var(--primary)}.section-subtitle{color:var(--text-muted);font-size:.875rem;margin-bottom:1rem}.profile-warning{margin-bottom:1rem;padding:.75rem 1rem;background:var(--warning-light);border:1px solid var(--warning-border);border-radius:var(--radius-md);color:var(--warning);font-weight:500;font-size:.875rem;display:flex;align-items:center;gap:.4rem}.profile-warning svg{width:16px;height:16px;flex-shrink:0}.request-form h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--text-primary)}.request-form h3 svg{width:18px;height:18px;color:var(--primary)}.payment-note{font-size:.8rem;color:var(--text-muted);margin-top:1rem;text-align:center;line-height:1.5}.fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 540px){body{padding:0;align-items:flex-start}.container{max-width:100%;border-radius:0;min-height:100vh;min-height:100dvh;padding:1.25rem 1rem;box-shadow:none;border:none}.header{flex-direction:column;align-items:flex-start}.header h1{text-align:center;width:100%}.user-info{width:100%;justify-content:center}.psychologist-card{padding:1rem}.psychologist-info p{font-size:.8rem;padding:.4rem .6rem}}.lang-btn{width:auto;display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:2px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-secondary);cursor:pointer;font-size:.9rem;transition:all .15s ease}.lang-btn:hover{border-color:var(--primary);background:var(--surface);color:var(--text);box-shadow:none}.lang-btn.active{border-color:var(--primary);background:var(--primary);color:#fff}.lang-btn.active:hover{background:var(--primary-hover)}.theme-toggle{width:auto;padding:.35rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);margin:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.theme-toggle:hover{background:var(--border-light);color:var(--text-primary);box-shadow:none}
