*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#2c3e37,#3a4e48);display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.container{background-color:#6a7b76;width:100%;max-width:600px;border:2px solid #2c3e37;border-radius:1rem;box-shadow:0 8px 24px #0000004d;padding:1.5rem;transition:transform .3s ease}.container:hover{transform:translateY(-5px)}h2{text-align:center;color:#fff;font-size:1.75rem;margin-bottom:2rem;letter-spacing:1px}.content{display:flex;flex-direction:column;gap:1.5rem}.box{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.country-box,.country1,.country2{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1;min-width:200px}.img{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.img img{width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0003}.name{display:flex;justify-content:center}.name p{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:1px}.opt{display:flex;flex-direction:column;gap:.5rem;width:100%}.input{padding:.75rem;font-size:1rem;border:2px solid #465a54;border-radius:.5rem;background-color:#fff;width:100%;transition:border-color .3s ease}.input:focus{outline:none;border-color:#2c3e37}.pt{padding:.75rem;font-size:1rem;border:2px solid #465a54;border-radius:.5rem;background-color:#fff;cursor:pointer;width:100%;transition:border-color .3s ease}.pt:focus{outline:none;border-color:#2c3e37}#exchange{display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;background-color:#465a54;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:transform .3s ease,background-color .3s ease;flex-shrink:0}#exchange:hover{transform:rotate(180deg);background-color:#2c3e37}.msg{text-align:center;font-size:1.1rem;font-weight:600;color:#fff;min-height:30px;padding:.5rem;background-color:#465a5480;border-radius:.5rem}#button,.button-container{display:flex;align-items:center;justify-content:center}button,.convert-btn{background:linear-gradient(135deg,#465a54,#2c3e37);color:#fff;padding:1rem 2rem;font-size:1rem;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;width:100%;max-width:300px;transition:all .3s ease;letter-spacing:1px;box-shadow:0 4px 12px #0003}button:hover,.convert-btn:hover{background:linear-gradient(135deg,#2c3e37,#465a54);transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}button:active,.convert-btn:active{transform:translateY(0)}@media (max-width: 768px){h2{font-size:1.5rem;margin-bottom:1.5rem}.container{padding:1.25rem}.box{gap:.75rem}.country-box,.country1,.country2{min-width:180px}#exchange{width:45px;height:45px;font-size:1.25rem}.msg{font-size:1rem}button,.convert-btn{padding:.875rem 1.5rem;font-size:.95rem}}@media (max-width: 480px){body{padding:.5rem}.container{padding:1rem;border-radius:.75rem}h2{font-size:1.25rem;margin-bottom:1rem}.box{flex-direction:column;gap:1rem}.country-box,.country1,.country2{width:100%;min-width:unset}.img{width:56px;height:56px}.name p{font-size:1.1rem}.input,.pt{padding:.625rem;font-size:.95rem}#exchange{width:40px;height:40px;font-size:1.1rem;transform:rotate(90deg)}#exchange:hover{transform:rotate(270deg)}.msg{font-size:.95rem;padding:.5rem}button,.convert-btn{padding:.75rem 1.25rem;font-size:.9rem;max-width:100%}}@media (max-width: 360px){h2{font-size:1.1rem}.img{width:48px;height:48px}.name p{font-size:1rem}.input,.pt{padding:.5rem;font-size:.875rem}.msg{font-size:.875rem}button,.convert-btn{padding:.625rem 1rem;font-size:.85rem}}
