*{margin:0;padding:0;box-sizing:border-box;width:100%}body{width:100%;overflow-x:hidden}.app-container{font-family:Arimo,sans-serif;background:linear-gradient(135deg,#e4e6eb,#e6e3e9);min-height:100vh;width:100%}.main-content{flex:1;display:flex;justify-content:space-around;align-items:center;padding:40px;width:100%}.content-wrapper{display:flex;justify-content:center;align-items:center;gap:100px;width:100%;max-width:100%;padding:0 40px}.content-wrapper.chat-only{justify-content:center;max-width:1200px;margin:0 auto}@media(max-width:1200px){.content-wrapper{gap:60px;padding:0 20px}}@media(max-width:968px){.content-wrapper{flex-direction:column;gap:30px;padding:0 20px}.content-wrapper.chat-only{padding:0 15px}.main-content{padding:20px 10px}}@media(max-width:480px){.content-wrapper{gap:20px;padding:0 10px}.main-content{padding:15px 5px}.app-container{min-height:100dvh}}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;box-shadow:0 2px 16px #0000001a;border-bottom:1px solid rgba(0,0,0,.05);height:fit-content;width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-around;height:100px}.header-content{max-width:1200px;display:flex;flex-direction:column;align-items:center}.header-title{font-size:36px;font-weight:700;color:#eb6e4c;letter-spacing:-.5px}.header-subtitle{font-size:16px;color:#666;font-weight:400;display:flex;align-items:center;width:fit-content}.header-subtext{font-size:14px;color:#999;font-weight:400}.header-date-time{font-size:14px;color:#999;text-align:right;margin:0;display:flex;align-items:center;flex-direction:column}@media(max-width:968px){.header{flex-direction:column;height:auto;gap:15px;padding:20px}.header-content{width:100%}.header-subtitle{width:100%;justify-content:space-between;flex-wrap:wrap;gap:10px}.header-date-time svg{height:50px;width:50px}}@media(max-width:768px){.header{padding:15px;gap:12px}.header-title{font-size:28px}.header-subtext{font-size:12px}.header-subtitle{font-size:13px;flex-direction:column;align-items:center;gap:10px}.header-date-time{font-size:12px}.header-date-time svg{height:45px;width:45px}.header-subtitle>div:last-child{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;width:100%}.header-subtitle button{font-size:12px!important;padding:7px 14px!important}}@media(max-width:480px){.header{padding:12px 10px}.header-title{font-size:24px}.header-subtext,.header-subtitle,.header-date-time{font-size:11px}.header-date-time svg{height:40px;width:40px}.header-subtitle button{font-size:11px!important;padding:6px 12px!important;white-space:nowrap}}.weather-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:40px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);height:500px;width:500px;display:flex;flex-direction:column}.weather-header{text-align:center;margin-bottom:30px}.weather-city{font-size:28px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.weather-temp{font-size:48px;font-weight:700;background:linear-gradient(135deg,#1c22dc,#2d2deb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.weather-temp-row{display:flex;align-items:center;gap:16px;justify-content:center}.unit-toggle{display:inline-flex;gap:8px;background:#00000008;padding:6px;border-radius:12px}.unit-btn{border:none;background:transparent;padding:6px 10px;border-radius:8px;cursor:pointer;font-weight:700;color:#444}.unit-btn.active{background:linear-gradient(135deg,#46ba53,#64d871d8);color:#fff}.weather-condition{text-align:center;font-size:18px;color:#666;margin-bottom:25px;font-weight:500}.weather-details{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px;padding:20px;background:#667eea0d;border-radius:16px;justify-content:center;align-items:center}.detail-item{display:flex;flex-direction:column;align-items:center}.detail-label{font-size:13px;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.detail-value{font-size:24px;font-weight:700;color:#1a1a1a}.city-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.city-btn{padding:12px 16px;border:none;background:linear-gradient(135deg,#e6e6e6,#f0f0f0);border-radius:16px;font-size:14px;font-weight:600;color:#444;cursor:pointer;transition:all .3s ease;outline:none}.city-btn:hover{background:linear-gradient(135deg,#66ea6f,#c6fbc5);color:#000;transform:translateY(-2px)}.city-btn.active{background:linear-gradient(135deg,#46ba53,#64d871d8);color:#fff;transform:scale(1.05)}.city-btn:focus{outline:none;box-shadow:none}@media(max-width:968px){.weather-card{width:100%;max-width:600px;height:auto;padding:35px}}@media(max-width:768px){.weather-card{padding:30px 20px;width:100%;max-width:100%;height:auto}.weather-header{margin-bottom:20px}.weather-city{font-size:24px}.weather-temp{font-size:40px}.weather-condition{font-size:16px;margin-bottom:20px}.weather-details{gap:15px;padding:15px;margin-bottom:20px}.detail-label{font-size:11px}.detail-value{font-size:20px}.city-buttons{grid-template-columns:repeat(2,1fr);gap:10px}.city-btn{padding:10px 14px;font-size:13px}}@media(max-width:480px){.weather-card{padding:25px 15px;border-radius:16px}.weather-city{font-size:20px}.weather-temp{font-size:36px}.weather-condition{font-size:14px}.weather-details{gap:12px;padding:12px;margin-bottom:15px}.detail-label{font-size:10px}.detail-value{font-size:18px}.city-btn{padding:8px 12px;font-size:12px;border-radius:12px}}.chat-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:40px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;height:500px;width:500px;overflow:hidden;overflow-y:hidden}.chat-header{margin-bottom:20px;text-align:center}.chat-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 4px}.chat-subtitle{font-size:14px;color:#999;margin:0}.chat-messages{flex:1;overflow-y:auto;margin:20px 0;display:flex;flex-direction:column;gap:16px;padding:10px 0}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{background:#96969699;border-radius:10px}.message{display:flex;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{justify-content:flex-end}.message.bot{justify-content:flex-start}.message-content{max-width:75%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;word-wrap:break-word}.message.user .message-content{background-color:#f0f0f0;color:#000;border-radius:16px 4px 16px 16px;width:fit-content}.message.bot .message-content{background:#f0f0f0;color:#1a1a1a;border-radius:4px 16px 16px}.typing{display:flex;gap:4px;align-items:center;padding:12px 16px}.typing-dot{width:8px;height:8px;border-radius:50%;background:#66ea80;animation:typingAnimation 1.4s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingAnimation{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chat-input-area{display:flex;gap:12px;margin-top:auto;padding-top:20px;border-top:1px solid #e0e0e0}.chat-input{flex:1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:14px;font-family:inherit;transition:all .3s ease;outline:none;background:#fff;color:#1a1a1a}.chat-input:focus{box-shadow:0 0 0 3px #667eea1a}.chat-input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.send-btn{padding:12px 20px;background:linear-gradient(135deg,#6fc874,#27c139);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .3s ease;outline:none;width:fit-content}.send-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.send-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:968px){.chat-card{width:100%;max-width:600px;height:450px;padding:30px}}@media(max-width:768px){.chat-card{margin:0;min-height:400px;height:auto;max-height:70vh;padding:25px 20px;width:100%;max-width:100%}.chat-header{margin-bottom:15px}.chat-title{font-size:20px}.chat-subtitle{font-size:12px}.message-content{max-width:85%;font-size:13px;padding:10px 14px}.chat-input-area{gap:8px;padding-top:15px}.chat-input{padding:10px 14px;font-size:13px}.send-btn{padding:10px 16px;font-size:13px}}@media(max-width:480px){.chat-card{padding:20px 15px;border-radius:16px;max-height:65vh}.chat-title{font-size:18px}.message-content{max-width:90%;font-size:12px;padding:8px 12px}.chat-input,.send-btn{padding:8px 12px;font-size:12px}.typing-dot{width:6px;height:6px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#97ff9c;text-decoration:inherit}a:hover{color:#54f04f}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#4bda3b}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#23df4c}button{background-color:#f9f9f9}}body.light-theme,body.light-theme .app-container{background:linear-gradient(135deg,#f4f7fb,#fff)!important;color:#213547!important}body.light-theme .theme-toggle{background:linear-gradient(90deg,#00000008,#00000005);border-color:#0000000f}body.light-theme a{color:#23df4c}body.light-theme button{background-color:#f9f9f9}
