.media-helper-container{min-height:100vh;padding:2rem;background:linear-gradient(135deg,#FFF0F5,#E6E6FA);color:#4A5568;font-family:Inter,sans-serif}.helper-header{max-width:1200px;margin:2rem auto 3rem;text-align:center}.helper-header h1{font-size:2.5rem;margin:1rem 0 .5rem;background:linear-gradient(90deg,#FF69B4,#9370DB);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;font-weight:500;transition:color .2s}.back-link:hover{color:#FF69B4}.helper-content{display:grid;grid-template-columns:1fr 320px 1fr;gap:1.5rem;max-width:1400px;margin:0 auto;height:calc(100vh - 200px);min-height:600px}.input-section{height:100%}.input-card{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.6);display:flex;flex-direction:column;height:100%;box-shadow:0 10px 25px -5px rgba(0,0,0,.05);overflow:hidden}.input-header{padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05);justify-content:space-between;background:rgba(255,255,255,.5)}.input-header,.input-header h3{display:flex;align-items:center}.input-header h3{margin:0;font-size:1.1rem;color:#4A5568;gap:.5rem}.clear-btn{background:white;border:1px solid #e2e8f0;padding:.3rem .6rem;border-radius:.5rem;color:#718096;cursor:pointer;font-size:.85rem;display:flex;align-items:center;gap:.3rem;transition:all .2s}.clear-btn:hover{color:#E53E3E;border-color:#FEB2B2;background:#FFF5F5}.main-input{flex:1 1;width:100%;padding:1.5rem;border:none;background:transparent;font-size:1rem;line-height:1.6;resize:none;outline:none;font-family:inherit;color:#2D3748}.main-input:focus{background:rgba(255,255,255,.2)}.control-section{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.mode-selection{background:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;border:1px solid rgba(255,255,255,.6)}.mode-selection h3{margin-top:0;margin-bottom:1rem;font-size:1rem;color:#718096;text-align:center}.mode-list{flex-direction:column}.mode-card,.mode-list{display:flex;gap:.8rem}.mode-card{align-items:center;padding:.8rem 1rem;border-radius:.8rem;border:2px solid transparent;background:rgba(255,255,255,.5);cursor:pointer;transition:all .2s;text-align:left}.mode-card.active{background:white;border-color:var(--accent-color);box-shadow:0 4px 12px rgba(0,0,0,.05)}.mode-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mode-info{flex:1 1}.mode-name{font-weight:600;color:#2D3748;display:block;font-size:.95rem}.mode-desc{font-size:.75rem;color:#718096;line-height:1.2;display:block}.transform-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#FF69B4,#9370DB);color:white;border:none;border-radius:.8rem;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;box-shadow:0 4px 15px rgba(255,105,180,.3)}.transform-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,105,180,.4)}.transform-btn:disabled{opacity:.7;cursor:not-allowed;background:#CBD5E0;box-shadow:none}.output-section{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.6);display:flex;flex-direction:column;overflow:hidden;height:100%;box-shadow:0 10px 25px -5px rgba(0,0,0,.05)}.output-header{padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;background:rgba(255,255,255,.5)}.output-header h3{margin:0;font-size:1.1rem;color:#2D3748}.copy-btn{display:flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:.5rem;border:1px solid #e2e8f0;background:white;color:#4A5568;cursor:pointer;font-size:.9rem;transition:all .2s}.copy-btn:hover{border-color:#CBD5E0;background:#F7FAFC}.output-display{flex:1 1;overflow-y:auto;padding:1.5rem 1.5rem 3rem;position:relative;word-break:break-word}.empty-placeholder,.loading-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#A0AEC0;gap:1rem;font-size:1.1rem;text-align:center;padding:2rem}.loading-placeholder{font-size:3rem;color:#FF69B4}.loading-placeholder p{font-size:1rem;color:#718096;margin-top:1rem}.markdown-body{line-height:1.7;color:#2D3748}.markdown-body h1,.markdown-body h2,.markdown-body h3{margin-top:1.5rem;margin-bottom:.8rem;color:#1A202C}.markdown-body p{margin-bottom:1rem}.markdown-body table{width:100%;border-collapse:collapse;margin:1rem 0}.markdown-body td,.markdown-body th{padding:.75rem;border:1px solid #e2e8f0}.markdown-body th{background:#F7FAFC;font-weight:600}.history-list{display:flex;flex-direction:column;gap:1.5rem}.history-card{background:white;border-radius:.8rem;padding:1.2rem;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05);transition:all .2s;position:relative;overflow:hidden}.history-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#E2E8F0;transition:background .2s}.history-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08);transform:translateY(-2px)}.history-card:hover:before{background:linear-gradient(180deg,#FF69B4,#9370DB)}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:1px dashed #e2e8f0}.history-time{font-size:.85rem;color:#A0AEC0;font-weight:600;background:#F7FAFC;padding:.3rem .6rem}.copy-btn-small,.history-time{display:flex;align-items:center;gap:.4rem;border-radius:2rem}.copy-btn-small{padding:.4rem .8rem;border:1px solid #e2e8f0;background:white;color:#718096;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s}.copy-btn-small:hover{border-color:#FF69B4;color:#FF69B4;background:#FFF5F5}@media (max-width:1024px){.helper-content{grid-template-columns:1fr 280px 1fr;gap:1rem}}@media (max-width:768px){.media-helper-container{padding:1rem}.helper-header{margin:1rem auto 2rem}.helper-header h1{font-size:2rem}.helper-content{display:flex;flex-direction:column;height:auto;gap:2rem}.control-section,.input-section,.output-section{width:100%;height:auto}.input-section,.output-section{min-height:300px;max-height:500px}.main-input{min-height:200px}.control-section{flex-direction:column;gap:1rem}}@media (max-width:480px){.helper-header h1{font-size:1.8rem}.mode-card{padding:.6rem}}