@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6366f1;--primary-light:#818cf8;--primary-dark:#4f46e5;--secondary:#06b6d4;--accent:#f59e0b;--success:#10b981;--danger:#ef4444;--bg-start:#e0e7ff;--bg-end:#f0f9ff;--card-bg:#ffffffd9;--card-border:#fff9;--text-primary:#1e1b4b;--text-secondary:#6b7280;--text-muted:#9ca3af;--shadow-sm:0 2px 8px #6366f114;--shadow-md:0 8px 32px #6366f11f;--shadow-lg:0 20px 60px #6366f12e;--radius:20px;--radius-sm:12px;--radius-xs:8px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}body{background:linear-gradient(135deg, var(--bg-start) 0%, #dbeafe 40%, var(--bg-end) 100%);min-height:100vh;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:99px}.header{text-align:center;background:linear-gradient(135deg,#4f46e5,#6366f1,#0ea5e9);padding:40px 24px 48px;position:relative;overflow:hidden}.header:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.header-content{z-index:1;position:relative}.header h1{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 20px #00000026;margin-bottom:10px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.header-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffe6;letter-spacing:.05em;text-transform:uppercase;background:#ffffff26;border:1px solid #ffffff40;border-radius:99px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.header-badge .dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.header p{color:#fffc;max-width:600px;margin:0 auto;font-size:1rem;font-weight:400}.main-container{flex:1;max-width:1200px;margin:0 auto;padding:40px 24px 120px}.cards-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width<=768px){.cards-grid{grid-template-columns:1fr;gap:20px}}.card{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-md);transition:var(--transition);padding:28px;position:relative;overflow:hidden}.card:before{content:"";border-radius:var(--radius) var(--radius) 0 0;height:3px;position:absolute;top:0;left:0;right:0}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.card-title-group{align-items:center;gap:10px;display:flex}.card-icon{border-radius:var(--radius-xs);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;display:flex}.card-title{color:var(--text-primary);letter-spacing:-.01em;font-size:1rem;font-weight:700}.card-subtitle{color:var(--text-muted);margin-top:1px;font-size:.75rem;font-weight:400}.card-weather:before{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.card-weather .card-icon{background:linear-gradient(135deg,#ede9fe,#ddd6fe)}.card-currency:before{background:linear-gradient(90deg,#06b6d4,#0ea5e9)}.card-currency .card-icon{background:linear-gradient(135deg,#e0f2fe,#bae6fd)}.card-citizen:before{background:linear-gradient(90deg,#10b981,#059669)}.card-citizen .card-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.card-fact:before{background:linear-gradient(90deg,#f59e0b,#ef4444)}.card-fact .card-icon{background:linear-gradient(135deg,#fef3c7,#fde68a)}.btn-refresh{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-radius:var(--radius-xs);cursor:pointer;transition:var(--transition);letter-spacing:.01em;border:none;align-items:center;gap:5px;padding:7px 14px;font-family:inherit;font-size:.78rem;font-weight:600;display:flex}.btn-refresh:hover{transform:scale(1.04);box-shadow:0 4px 16px #6366f159}.btn-refresh:active{transform:scale(.97)}.btn-refresh.loading{opacity:.7;cursor:not-allowed;transform:none!important}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.status-loading,.status-error{border-radius:var(--radius-xs);align-items:center;gap:8px;padding:12px 16px;font-size:.85rem;font-weight:500;display:flex}.status-loading{color:#5b21b6;background:linear-gradient(135deg,#ede9fe,#e0e7ff)}.status-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.loading-dots{gap:4px;display:flex}.loading-dots span{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:1.2s infinite bounce-dot}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce-dot{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.weather-main{align-items:center;gap:16px;margin-bottom:20px;display:flex}.weather-temp{color:var(--text-primary);letter-spacing:-.04em;font-size:3.5rem;font-weight:800;line-height:1}.weather-temp span{color:var(--text-secondary);font-size:1.5rem;font-weight:500}.weather-icon-big{font-size:3rem}.weather-stats{grid-template-columns:1fr 1fr;gap:12px;display:grid}.stat-chip{border-radius:var(--radius-xs);background:#f8fafc;border:1px solid #e2e8f0;padding:10px 14px}.stat-chip-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.7rem;font-weight:600}.stat-chip-value{color:var(--text-primary);font-size:1rem;font-weight:700}.currency-section{margin-bottom:16px}.currency-section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid #f1f5f9;margin-bottom:10px;padding-bottom:6px;font-size:.7rem;font-weight:700}.currency-row{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.currency-row:last-child{border-bottom:none}.currency-pair{align-items:center;gap:8px;display:flex}.currency-flag{background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex}.currency-label{color:var(--text-primary);font-size:.85rem;font-weight:600}.currency-value{color:#0ea5e9;font-size:.95rem;font-weight:700}.citizen-profile{border-radius:var(--radius-sm);background:linear-gradient(135deg,#f0fdf4,#dcfce7);align-items:center;gap:16px;margin-bottom:16px;padding:16px;display:flex}.citizen-avatar{object-fit:cover;border:3px solid #10b981;border-radius:50%;flex-shrink:0;width:72px;height:72px;box-shadow:0 4px 12px #10b98140}.citizen-info h3{color:var(--text-primary);margin-bottom:4px;font-size:1.05rem;font-weight:700}.citizen-detail{color:var(--text-secondary);align-items:center;gap:6px;margin-top:4px;font-size:.8rem;display:flex}.citizen-detail svg{color:#10b981;flex-shrink:0;width:13px;height:13px}.fact-tag{color:#92400e;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:99px;align-items:center;gap:5px;margin-bottom:16px;padding:4px 12px;font-size:.7rem;font-weight:700;display:inline-flex}.fact-text{color:var(--text-primary);border-radius:0 var(--radius-xs) var(--radius-xs) 0;background:linear-gradient(135deg,#fffbeb,#fef9ee);border-left:4px solid #f59e0b;padding:16px 20px;font-size:1rem;font-style:italic;font-weight:400;line-height:1.8;position:relative}.chatbot-fab{cursor:pointer;width:60px;height:60px;transition:var(--transition);z-index:1000;color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 8px 32px #6366f173}.chatbot-fab:hover{transform:scale(1.1)rotate(-5deg);box-shadow:0 12px 40px #6366f18c}.chatbot-fab-pulse{border:2px solid #6366f166;border-radius:50%;animation:2s infinite fab-pulse;position:absolute;inset:-4px}@keyframes fab-pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}.chatbot-window{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#fffffff5;border:1px solid #fffc;border-radius:24px;flex-direction:column;width:380px;max-height:560px;animation:.3s cubic-bezier(.34,1.56,.64,1) chat-appear;display:flex;position:fixed;bottom:104px;right:28px;overflow:hidden;box-shadow:0 24px 80px #6366f138}@keyframes chat-appear{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{background:linear-gradient(135deg,#4f46e5,#6366f1,#0ea5e9);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.chatbot-header-info{align-items:center;gap:10px;display:flex}.chatbot-avatar{background:#fff3;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.chatbot-header h3{color:#fff;font-size:.9rem;font-weight:700}.chatbot-status{color:#ffffffbf;align-items:center;gap:4px;margin-top:2px;font-size:.7rem;display:flex}.chatbot-status-dot{background:#4ade80;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}.chatbot-close{color:#fff;cursor:pointer;width:30px;height:30px;transition:var(--transition);background:#fff3;border:1px solid #ffffff4d;border-radius:8px;justify-content:center;align-items:center;font-size:1rem;display:flex}.chatbot-close:hover{background:#ffffff4d}.chatbot-messages{flex-direction:column;flex:1;gap:12px;min-height:200px;max-height:360px;padding:16px;display:flex;overflow-y:auto}.chat-message{gap:8px;animation:.25s msg-in;display:flex}@keyframes msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{flex-direction:row-reverse}.msg-avatar{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:.75rem;display:flex}.chat-message.user .msg-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5)}.msg-bubble{border-radius:16px;max-width:78%;padding:10px 14px;font-size:.85rem;font-weight:400;line-height:1.55}.chat-message.bot .msg-bubble{color:var(--text-primary);background:#f8fafc;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.chat-message.user .msg-bubble{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border-bottom-right-radius:4px}.chat-typing{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;align-items:center;gap:4px;max-width:70px;padding:10px 14px;display:flex}.chat-typing span{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.2s infinite bounce-dot}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}.chatbot-input-area{border-top:1px solid #f1f5f9;align-items:flex-end;gap:10px;padding:14px 16px;display:flex}.chatbot-input{resize:none;max-height:80px;color:var(--text-primary);transition:var(--transition);background:#fafafa;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:.85rem;line-height:1.4}.chatbot-input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #6366f11a}.chatbot-send{cursor:pointer;color:#fff;width:40px;height:40px;transition:var(--transition);background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chatbot-send:hover{transform:scale(1.05);box-shadow:0 4px 16px #6366f159}.chatbot-send:disabled{opacity:.5;cursor:not-allowed;transform:none}.chatbot-hint{color:var(--text-muted);text-align:center;padding:0 16px 10px;font-size:.68rem}@media (width<=420px){.chatbot-window{width:calc(100vw - 24px);bottom:90px;right:12px}.chatbot-fab{bottom:20px;right:16px}}
