*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;color:#fff}.container{max-width:800px;margin:0 auto;padding:2rem 1rem}h1{font-size:2.5rem;text-align:center;margin-bottom:.5rem;background:linear-gradient(90deg,#f39c12,#e74c3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{text-align:center;color:#888;margin-bottom:2rem}.input-section{margin-bottom:1.5rem}.char-count{text-align:right;font-size:.8rem;color:#666;margin-top:.25rem}.char-count.over{color:#e74c3c}textarea{width:100%;min-height:120px;padding:1rem;border:2px solid #333;border-radius:8px;background:#0d0d1a;color:#fff;font-size:1rem;resize:vertical;transition:border-color .2s}textarea:focus{outline:none;border-color:#f39c12}.controls{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.control-group{display:flex;flex-direction:column;gap:.25rem}.control-group label{font-size:.85rem;color:#888;display:flex;align-items:center;gap:.5rem;cursor:pointer}.control-group input[type=checkbox]{width:1rem;height:1rem;accent-color:#f39c12}select{padding:.5rem;border:1px solid #333;border-radius:4px;background:#0d0d1a;color:#fff;font-size:.9rem}button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .1s,box-shadow .2s}button:hover:not(:disabled){transform:translateY(-2px)}button:active:not(:disabled){transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed}.transform-btn{background:linear-gradient(90deg,#f39c12,#e74c3c);color:#fff;box-shadow:0 4px 15px rgba(243,156,18,.3)}.transform-btn:hover:not(:disabled){box-shadow:0 6px 20px rgba(243,156,18,.4)}.output-section{margin-top:2rem}.output-box{background:#0d0d1a;border:2px solid #333;border-radius:8px;padding:1.5rem;white-space:pre-wrap;font-size:1.1rem;line-height:1.8;min-height:100px;position:relative}.llm-badge{display:inline-block;margin-left:1rem;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:700;background:#27ae60;color:#fff;vertical-align:middle}.phrase-info{margin-top:1rem;padding:1rem;background:rgba(243,156,18,.1);border-radius:8px;border-left:3px solid #f39c12}.phrase-info h3{font-size:.9rem;color:#f39c12;margin-bottom:.5rem}.phrase-info p{font-size:.85rem;color:#aaa;margin:.25rem 0}.phrase-info a{color:#3498db;text-decoration:none}.phrase-info a:hover{text-decoration:underline}.keywords{margin-top:1rem;display:flex;gap:.5rem;flex-wrap:wrap}.keyword{background:#333;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;color:#aaa}.loading{text-align:center;padding:2rem;color:#888}.error{color:#e74c3c;padding:1rem;background:rgba(231,76,60,.1);border-radius:8px;margin-top:1rem}footer{margin-top:3rem;text-align:center;color:#666;font-size:.85rem}footer a{color:#888}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(26,26,46,.95);display:flex;align-items:center;justify-content:center;z-index:1000}.loading-content{text-align:center}.loading-image{margin-bottom:1.5rem;animation:bounce 1s ease-in-out infinite}.loading-image img{max-width:300px;max-height:400px;object-fit:contain;border-radius:12px;box-shadow:0 8px 32px rgba(243,156,18,.3)}.loading-message{font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,#f39c12,#e74c3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:pulse 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.banner-ad{margin-top:2rem;padding:1rem 0;min-height:100px;display:flex;align-items:center;justify-content:center}.ad-container{position:relative;width:100%;min-height:90px}.ad-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(26,26,46,.8);border:1px dashed #444;border-radius:4px;color:#666;font-size:.9rem}