@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);:root{--primary-color:#4a6bff;--primary-dark:#3a5bef;--secondary-color:#ff6b6b;--secondary-dark:#ff5252;--dark-color:#2c3e50;--light-color:#f8f9fa;--success-color:#2ecc71;--error-color:#e74c3c;--shadow-main:0 15px 35px #0003;--glass-bg:#ffffffeb;--glass-border:#fff6}*{box-sizing:border-box;margin:0;padding:0}body{background:#2c3e50;background:var(--dark-color);color:#2c3e50;color:var(--dark-color);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.app-background{align-items:center;background-repeat:no-repeat;background-size:cover;display:flex;min-height:100vh;position:relative;transition:all .3s ease;width:100vw}.desktop-wrapper{left:10vw;max-width:550px;position:absolute;width:100%}.mobile-wrapper{display:flex;justify-content:center;margin:0 auto;max-width:500px;padding:1rem;width:100%}.container{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffeb;background:var(--glass-bg);border:1px solid #fff6;border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 15px 35px #0003;box-shadow:var(--shadow-main);padding:2.5rem;width:100%}.header{margin-bottom:2rem;text-align:center}.header h1{background:linear-gradient(135deg,#4a6bff,#ff6b6b);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;color:#0000;font-size:clamp(2rem,4.5vw,2.5rem);font-weight:700;letter-spacing:-.5px;line-height:1.2;margin-bottom:.5rem}.subtitle{color:#555;font-size:clamp(.95rem,2vw,1.1rem);font-weight:500}.form-container{margin:1.5rem 0}.input-group{display:flex;flex-direction:column;gap:1.2rem}.input-box{background:#fffc;border:2px solid #e2e8f0;border-radius:12px;color:#2c3e50;color:var(--dark-color);font-family:inherit;font-size:1.05rem;padding:1.1rem 1.2rem;transition:all .3s ease;width:100%}.input-box:focus{background:#fff;border-color:#4a6bff;border-color:var(--primary-color);box-shadow:0 0 0 4px #4a6bff26;outline:none}.submit-button{align-items:center;background:linear-gradient(135deg,#4a6bff,#ff6b6b);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border:none;border-radius:12px;box-shadow:0 4px 15px #4a6bff4d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;height:54px;justify-content:center;padding:1.1rem;transition:all .3s ease}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#3a5bef,#ff5252);background:linear-gradient(135deg,var(--primary-dark),var(--secondary-dark));box-shadow:0 6px 20px #4a6bff66}.submit-button:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:22px;width:22px}.result-wrapper{min-height:10px}.result-container{border-radius:14px;display:flex;flex-direction:column;margin-top:1rem;padding:1.5rem}.result-container.success{background-color:#2ecc7114;border:1px solid #2ecc714d}.result-container.error{align-items:center;background-color:#e74c3c14;border:1px solid #e74c3c4d;flex-direction:row;gap:1rem;padding:1rem 1.5rem}.result-header{margin-bottom:1rem}.result-icon{font-size:1.5rem}.copy-button{background:#4a6bff;background:var(--primary-color);border:none;box-shadow:0 2px 8px #4a6bff33;color:#fff;font-weight:500}.copy-button:hover{background:#3a5bef;background:var(--primary-dark);box-shadow:0 4px 12px #4a6bff4d}.copy-button.copied{background:#2ecc71;background:var(--success-color);box-shadow:0 2px 8px #2ecc714d}.result-box{background:#fffc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem}.result-box:focus{border-color:#4a6bff;border-color:var(--primary-color);outline:none}.error-message{color:#e74c3c;color:var(--error-color);font-size:.95rem;font-weight:500}.footer{color:#666;font-size:.85rem;font-weight:500;margin-top:1.5rem;text-align:center}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.app-background{align-items:flex-start;padding-top:6vh}.container{padding:2rem 1.5rem}}@media (max-width:480px){.container{padding:1.5rem 1.2rem}.input-box,.submit-button{padding:1rem}}.result-container.success{background-color:#6473ff14;border:1px solid #6473ff33;border-radius:16px;display:flex;flex-direction:column;padding:1.5rem}.result-header{justify-content:space-between;margin-bottom:1.2rem;width:100%}.copy-button,.result-header{align-items:center;display:flex}.copy-button{background:#6473ff26;border:1px solid #6473ff4d;border-radius:8px;color:#5a67d8;cursor:pointer;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.copy-button:hover{background:#6473ff40}.copy-button.copied{background:#2ecc7126;border-color:#2ecc71;color:#2ecc71}.result-box{background:#fff;border:none;border-radius:12px;box-shadow:inset 0 2px 4px #00000005;color:#2c3e50;color:var(--dark-color);font-family:inherit;font-size:1rem;height:auto;line-height:1.6;min-height:150px;overflow-y:auto;padding:1.2rem;resize:none;width:100%}
/*# sourceMappingURL=main.4c87a0de.css.map*/