@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);.hero h1,.logo,.logo a{color:#111827}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#f0eee6;color:#1f2937;line-height:1.6}.container{max-width:900px;margin:0 auto;padding:0 20px}header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.logo{font-size:18px;font-weight:700;display:flex;align-items:center;gap:12px}.logo a{text-decoration:none}.logo img{width:32px;height:32px}.morse-dots{font-size:28px;letter-spacing:3px;display:none}.menu-toggle{display:none;flex-direction:column;gap:6px;background:0 0;border:none;cursor:pointer;padding:8px;z-index:1001}.menu-toggle span{width:25px;height:2px;background:#374151;transition:.3s;border-radius:2px}.footer-links a,nav a{text-decoration:none;transition:color .2s}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}nav ul{display:flex;list-style:none;gap:30px}nav a{color:#6b7280;font-weight:500}nav a:hover{color:#d77453}.hero{padding:30px 0 10px;text-align:center}.hero h1{font-size:38px;font-weight:800}.hero p{font-size:18px;margin-bottom:10px;color:#6b7280}.translator-container{max-width:860px;margin:0 auto 32px;background:#fff;border-radius:16px;padding:25px}.translator-section{margin-bottom:10px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-title{font-size:15px;font-weight:500;color:#333}.header-icons{display:flex;gap:8px}.icon-btn{background:0 0;border:none;cursor:pointer;padding:6px;border-radius:6px;transition:background .2s;display:flex;align-items:center;justify-content:center}.morse-display,textarea{width:100%;min-height:180px;padding:16px;font-size:15px;resize:vertical;background:#fafafa;font-family:Inter,sans-serif}.icon-btn:hover{background:#f0f0f0}.icon-btn svg{width:20px;height:20px;stroke-width:2}.icon-btn.play svg{fill:#22c55e;stroke:#22c55e}.icon-btn.separator-btn.active{background:#effbf4}.icon-btn.separator-btn.active svg{stroke:#22c55e}textarea{border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s}textarea:focus{outline:0;border-color:#3b82f6;background:#fff}textarea.morse-output{font-family:Inter,sans-serif;letter-spacing:2px;position:relative}.morse-highlight-container{position:relative;width:100%}.morse-display{border:1px solid #e5e7eb;border-radius:12px;letter-spacing:2px;white-space:pre-wrap;word-wrap:break-word;overflow-y:auto;cursor:text;outline:0}.morse-display:focus{border-color:#3b82f6;background:#fff}.morse-display:empty:before{content:'Morse code will appear here...';color:#999}.morse-char{display:inline}.morse-char.playing{background:#f9d58b;padding:2px 0;border-radius:2px;animation:.5s ease-in-out infinite pulse}@keyframes pulse{0%,100%{background:#f9d58b}50%{background:#d3a23b;transform:scale(1.05)}}.swap-section{display:flex;justify-content:center;margin:10px 0}.swap-btn{background:#fff;border:1px solid #e5e7eb;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;box-shadow:0 2px 4px rgba(0,0,0,.05)}.swap-btn:hover{background:#f8f9fa;transform:scale(1.05)}.swap-btn:active{transform:scale(.95)}.morse-item:hover,.tip-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.swap-btn svg{width:20px;height:20px;stroke:#666;fill:none;stroke-width:2}.footer{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-top:20px}.char-count,.download-btn{display:flex;align-items:center}.char-count{gap:6px;font-size:13px;color:#999}.char-count svg{width:14px;height:14px;stroke:#999;fill:none;stroke-width:2}.download-btn{background:#22c55e;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;gap:8px;transition:background .2s;position:relative}.close-btn,.dropdown-item{align-items:center;transition:background .2s;cursor:pointer}.download-btn:hover{background:#13ad4c}.download-btn svg{width:16px;height:16px;stroke:white;fill:none;stroke-width:2}.dropdown-menu{display:none;position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);overflow:hidden;min-width:160px;z-index:100}.dropdown-menu.active{display:block;animation:.2s ease-out dropdownSlide}@keyframes dropdownSlide{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{padding:12px 16px;display:flex;gap:10px;font-size:14px;color:#333}.dropdown-item:hover{background:#f8f9fa}.close-btn:hover,input[type=range]{background:#e5e7eb}.dropdown-item svg{width:16px;height:16px;stroke:#666;fill:none;stroke-width:2}.dropdown-item .format-ext{margin-left:auto;font-size:12px;color:#999;font-weight:600}.settings-panel{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:0;z-index:1000;border-radius:16px;animation:.3s ease-out popupSlide}.settings-panel.active{display:block}@keyframes popupSlide{from{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 20px;border-bottom:1px solid #e5e7eb}.settings-title{font-size:20px;font-weight:600;color:#333}.settings-body{padding:24px}.close-btn{background:#f3f4f6;border:none;padding:8px;display:flex;border-radius:6px}.btn,.morse-item,.tip-card{transition:.2s}.close-btn svg{width:18px;height:18px;stroke:#666;stroke-width:2}.setting-item{margin-bottom:24px}.setting-item:last-child{margin-bottom:0}.setting-label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:12px}.setting-description{font-size:13px;color:#6b7280;margin-bottom:8px}.slider-container{display:flex;align-items:center;gap:12px}.notification,.overlay{position:fixed;display:none}input[type=range]{flex:1;height:4px;border-radius:2px;outline:0;-webkit-appearance:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#3b82f6;cursor:pointer}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none}.slider-value{min-width:60px;text-align:right;font-size:14px;color:#666;font-weight:500}.overlay{top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;backdrop-filter:blur(4px)}.overlay.active{display:block;animation:.3s ease-out fadeIn}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.notification{top:20px;right:20px;background:#22c55e;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:2000;animation:.3s ease-out slideDown}.morse-grid,.steps{display:grid;gap:15px}@keyframes slideDown{from{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}.section{background:#fff;border-radius:16px;padding:30px;margin-bottom:32px;border:1px solid #e5e7eb}.morse-item,.step{background:#f9fafb;text-align:center}.morse-character,.section h2{font-weight:700;margin-bottom:10px}.section h2{font-size:30px;color:#111827;text-align:center}.section p,.text-container p{font-size:16px;color:#4b5563;margin-bottom:16px;line-height:1.75}.morse-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:30px}.morse-item{padding:20px;border-radius:8px;border:1px solid #e5e7eb}.morse-item:hover{border-color:#d1d5db}.morse-character{font-size:32px;color:#d77453}.morse-code{font-family:Inter,sans-serif;font-size:16px;color:#6b7280;font-weight:600}.steps{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:25px}.step{padding:32px 24px;border-radius:12px;border:1px solid #e5e7eb}.step-number{width:48px;height:48px;background:#d77453;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin:0 auto 10px}.advantage,.tip-card{padding:24px;background:#faf9f5}.advantages,.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}.step h3{font-size:18px;margin-bottom:12px;color:#111827;font-weight:600}.step p{font-size:14px;color:#6b7280;margin-bottom:0}.tips h3{font-size:22px;color:#111827;margin-top:40px;text-align:center;font-weight:700}.tips-grid{margin-top:30px}.tip-card{border-radius:12px;border:1px solid #e7e4d9}.tip-card h3{font-size:16px;margin-bottom:8px;color:#46342e;font-weight:600}.tip-card p{font-size:13px;color:#6e534a;line-height:1.6;margin-bottom:0}.advantages{margin-top:25px}.advantage{border:1px solid #e7e4d9;border-radius:12px;color:#fff}.advantage-icon{font-size:36px;margin-bottom:6px}.advantage h3{font-size:18px;color:#46342e;margin-bottom:4px;font-weight:600}.advantage p{color:#6e534a;font-size:14px;line-height:1.6;margin-bottom:0}.text-container h2{font-size:24px;color:#111827;margin-top:32px;margin-bottom:16px;font-weight:600;text-align:left}.highlight-box{background:#f0fdf4;border-left:4px solid #10b981;padding:20px;margin:24px 0;border-radius:8px}.text-container ol,.text-container ul{margin-left:24px;margin-bottom:16px}.text-container li{font-size:16px;color:#4b5563;margin-bottom:8px;line-height:1.75}.button-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:1.4s ease-in fadeIn}.morse-404{font-size:180px;font-weight:900;color:#d1d1d1}.btn{padding:14px 32px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.btn-primary,.btn-secondary:hover{background:#d77453;color:#fff}.btn-primary:hover{opacity:.7}.btn-secondary{background:#fff;color:#d77453;border:2px solid #d77453}footer{background:#fff;padding:30px 0;margin-top:48px;border-top:1px solid #e5e7eb}.footer-content{text-align:center;color:#6b7280}.footer-content p{margin-bottom:8px;font-size:14px}.footer-links{display:flex;justify-content:center;gap:24px;margin-top:20px;flex-wrap:wrap}.footer-links a{color:#d77453;font-weight:500;font-size:14px}.footer-links a:hover{color:#af4c2b}@media (max-width:768px){.menu-toggle{display:flex}nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.1);transition:right .3s;z-index:1000;padding-top:80px}nav.active{right:0}nav ul{flex-direction:column;gap:0;padding:20px}nav li{border-bottom:1px solid #e5e7eb}nav a{display:block;padding:16px 0;font-size:16px}.hero h1{font-size:32px}.hero p{font-size:16px}.translator-area{grid-template-columns:1fr}.section{padding:25px 20px}.section h2{font-size:28px}.header-content{justify-content:space-between}.morse-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}}