@charset "UTF-8";#currency-converter-box{max-width:350px;margin:30px auto;padding:24px 18px 18px 18px;background:#f7fafc;border-radius:18px;box-shadow:0 2px 12px rgba(0,0,0,0.07);font-family:'Segoe UI',Arial,sans-serif}#currency-converter-box label{font-size:15px;display:block;margin-bottom:7px;color:#2c3640}#currency-converter-box input,#currency-converter-box select{width:100%;font-size:16px;border:1px solid #dee2e6;border-radius:8px;padding:8px 10px;margin-bottom:15px;outline:none;transition:border 0.2s;background:#fff}#currency-converter-box input:focus,#currency-converter-box select:focus{border:1.5px solid #65a5ff}#currency-converter-box button{width:100%;padding:10px 0;font-size:16px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background 0.2s}#currency-converter-box button:hover{background:#1745a1}#result{margin-top:18px;font-size:18px;color:#14306a;font-weight:500;text-align:center;min-height:26px}
