@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{display:flex;align-items:center;justify-content:center;min-height:100vh;background:url(currency3.jpg) #030728 no-repeat center}#root{width:100%}.currency-convertor{margin:0 auto;padding:40px 30px 50px;border-radius:8px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);max-width:410px;background:#02072880;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #00000080}.currency-convertor .tittle{color:#fff;font-size:1.6rem;font-weight:600;text-align:center}.currency-convertor .convertor-form{margin-top:45px}.convertor-form .form-description{display:flex;flex-direction:column;margin-bottom:30px}.convertor-form .form-description .form-label{color:#fff;font-weight:500;display:block;margin-bottom:9px;font-size:1rem}.convertor-form .form-description .currency-input{outline:none;min-height:48px;border-radius:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.5);font-size:1.1rem;padding:0 15px;color:#fff;font-weight:500}.convertor-form .form-currency-group{flex-direction:row;align-items:center;justify-content:space-between}.form-currency-group .currency-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.5);border-radius:6px;display:flex;align-items:center;padding:0 10px;min-height:45px}.form-currency-group .currency-select img{width:25px}.form-currency-group .currency-select .currency-dropdown{outline:none;border:none;background:none;color:#fff;font-weight:500;padding:0 10px 0 5px;font-size:1rem}.form-currency-group .currency-select .currency-dropdown option{background:#fff;color:#000;font-weight:500}.form-currency-group .swap-icon{height:40px;width:40px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;margin-top:25px;transition:transform .3s ease-in-out}.form-currency-group .swap-icon:hover{background:#ffffff4d;transform:rotate(180deg)}.convertor-form .submit-btn{width:100%;min-height:52px;border-radius:6px;border:none;outline:none;font-size:1rem;font-weight:600;cursor:pointer;margin-top:5px;transition:.2s ease;background:#007bff;color:#fff}.convertor-form .submit-btn:hover{background:#0056b3}.convertor-form .clear-btn{width:100%;min-height:52px;border-radius:6px;border:none;outline:none;font-size:1rem;font-weight:600;cursor:pointer;margin-top:10px;transition:.2s ease;background:#dc3545;color:#fff}.convertor-form .clear-btn:hover{background:#c82333}.exchange-rate-result{margin-top:20px;font-size:1.2rem;font-weight:600;color:#fff;text-align:center;padding:10px;background:#ffffff1a;border-radius:6px;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 16px #0003}.storage-notice{margin-top:10px;font-size:.9rem;color:#fff;text-align:center}.storage-notice button{background:none;border:none;color:#007bff;cursor:pointer;text-decoration:underline}.insights-container{margin-top:15px;padding:12px;background:#ffffff26;border-radius:6px;border:1px solid rgba(255,255,255,.3)}.loading-insights{color:#fff;font-style:italic;text-align:center}.currency-insights{color:#fff;line-height:1.5;font-size:.95rem}.travel-tips-btn{width:100%;min-height:40px;border-radius:6px;border:none;outline:none;font-size:.9rem;font-weight:500;cursor:pointer;margin-top:15px;transition:.2s ease;background:#007bffb3;color:#fff}.travel-tips-btn:hover{background:#007bffe6}.travel-tips-container{margin-top:15px;padding:15px;background:#ffffff26;border-radius:6px;border:1px solid rgba(255,255,255,.3);color:#fff}.travel-tips-container h3{margin-bottom:8px;font-size:1.1rem}.assistant-toggle-btn{align-self:flex-end;background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;cursor:pointer;margin-bottom:15px;transition:.2s ease}.assistant-toggle-btn:hover{background:#ffffff4d}.assistant-container{margin-bottom:25px;padding:15px;background:#0003;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.assistant-label{color:#fff;font-size:.9rem;margin-bottom:10px}.assistant-input-group{display:flex;gap:10px}.assistant-input{flex:1;padding:10px;border-radius:6px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff}.assistant-submit-btn{padding:0 15px;border-radius:6px;border:none;background:#007bff;color:#fff;cursor:pointer}.assistant-response{margin-top:15px;padding:10px;background:#ffffff1a;border-radius:6px;color:#fff;font-size:.9rem}@media (max-width: 760px){body{padding:0 10px}.currency-convertor{width:90%;padding:30px 20px 40px}}
