*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f093fb,#f5576c);min-height:100vh;color:#333}.app{max-width:800px;margin:0 auto;padding:2rem 1rem}header{text-align:center;margin-bottom:2rem}h1{color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.subtitle{color:#ffffffd9;font-size:1.1rem}.lang-switcher{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.lang-btn{background:#fff3;border:2px solid transparent;border-radius:8px;padding:.3rem .5rem;font-size:1.3rem;cursor:pointer;transition:all .2s}.lang-btn:hover{background:#ffffff4d}.lang-btn.active{border-color:#fff;background:#ffffff59}.input-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000001a;margin-bottom:1.5rem}textarea{width:100%;border:2px solid #e0e0e0;border-radius:12px;padding:1rem;font-size:1.1rem;resize:vertical;font-family:inherit;transition:border-color .2s}textarea:focus{outline:none;border-color:#f5576c}.controls{margin-top:1rem}.intensity-select{margin-bottom:1rem}.intensity-select label{display:block;margin-bottom:.5rem;font-weight:600;color:#555}.intensity-buttons{display:flex;gap:.5rem}.intensity-btn{flex:1;padding:.5rem;border:2px solid #e0e0e0;border-radius:12px;background:#fff;cursor:pointer;font-size:.95rem;transition:all .2s}.intensity-btn:hover{border-color:#f5576c}.intensity-btn.active{border-color:#f5576c;background:#f5576c;color:#fff}.downgrade-btn{width:100%;padding:.9rem;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.downgrade-btn:hover:not(:disabled){opacity:.9}.downgrade-btn:disabled{opacity:.5;cursor:not-allowed}.error{background:#ff5252;color:#fff;padding:1rem;border-radius:12px;text-align:center;margin-bottom:1rem}.result-section{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1}}.hype-section{background:#fff;border-radius:16px;padding:1rem 1.5rem;box-shadow:0 4px 16px #00000014;margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.hype-title{font-weight:600;white-space:nowrap}.hype-bar{display:flex;gap:4px;align-items:center;flex:1}.hype-segment{width:100%;height:12px;border-radius:6px;background:#e0e0e0;transition:background .3s}.hype-segment.filled{background:linear-gradient(135deg,#f093fb,#f5576c)}.hype-label{font-weight:700;margin-left:.5rem;white-space:nowrap}.comparison{display:flex;flex-direction:column;gap:.5rem}.arrow{text-align:center;font-size:2rem}.result-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 16px #00000014;position:relative}.result-card.original{border-left:4px solid #f5576c;opacity:.7}.result-card.downgraded{border-left:4px solid #4caf50}.result-card h3{margin-bottom:.8rem;font-size:1rem}.result-text{line-height:1.7;font-size:1.1rem}.copy-btn{position:absolute;top:1rem;right:1rem;padding:.3rem .8rem;background:#f0f0f0;border:none;border-radius:8px;cursor:pointer;font-size:.8rem}.copy-btn:hover{background:#e0e0e0}footer{text-align:center;margin-top:2rem;color:#fff9;font-size:.85rem}@media(max-width:768px){h1{font-size:1.8rem}}
