
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
  * { box-sizing: border-box; margin: 0; padding: 0; }
  .ads-container { font-family: 'Inter', sans-serif; background: #0a0a0a; min-height: 100vh; color: #fff; padding: 20px; }
  .ads-header { text-align: center; padding: 30px 20px; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); border-radius: 20px; margin-bottom: 25px; border: 1px solid rgba(255,255,255,0.1); }
  .ads-header h1 { font-size: 2rem; font-weight: 900; background: linear-gradient(90deg, #ff6b6b, #feca57, #48dbfb, #ff9ff3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 10px; }
  .ads-header p { color: #a0a0a0; font-size: 0.95rem; }
  .ads-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; max-width: 1400px; margin: 0 auto; }
  @media (max-width: 900px) { .ads-grid { grid-template-columns: 1fr; } }
  .panel { background: #141414; border-radius: 16px; padding: 25px; border: 1px solid rgba(255,255,255,0.08); }
  .panel-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
  .panel-title .icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
  .form-group { margin-bottom: 18px; }
  .form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: #b0b0b0; margin-bottom: 7px; text-transform: uppercase; letter-spacing: 0.5px; }
  .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 15px; background: #1e1e1e; border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; color: #fff; font-size: 0.95rem; font-family: 'Inter', sans-serif; transition: all 0.3s; }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #48dbfb; box-shadow: 0 0 0 3px rgba(72,219,251,0.15); }
  .form-group textarea { min-height: 80px; resize: vertical; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  @media (max-width: 500px) { .form-row { grid-template-columns: 1fr; } }
  .tag-suggestions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
  .tag-chip { padding: 5px 12px; background: rgba(72,219,251,0.12); border: 1px solid rgba(72,219,251,0.3); border-radius: 20px; font-size: 0.75rem; color: #48dbfb; cursor: pointer; transition: all 0.2s; }
  .tag-chip:hover { background: rgba(72,219,251,0.25); transform: translateY(-1px); }
  .btn-generate { width: 100%; padding: 16px; background: linear-gradient(135deg, #ff6b6b, #ee5a24); border: none; border-radius: 12px; color: #fff; font-size: 1.05rem; font-weight: 800; cursor: pointer; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; }
  .btn-generate:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(238,90,36,0.4); }
  .btn-generate:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
  .prompt-output { background: #0d0d0d; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 20px; margin-top: 0; position: relative; }
  .prompt-output pre { font-family: 'Courier New', monospace; font-size: 0.82rem; line-height: 1.7; color: #c0c0c0; white-space: pre-wrap; word-wrap: break-word; max-height: 70vh; overflow-y: auto;  background: #111827;}
  .copy-btn { position: absolute; top: 10px; right: 10px; padding: 6px 14px; background: rgba(255,255,255); border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; color: #000; font-size: 0.75rem; cursor: pointer; transition: all 0.2s; }
  .copy-btn:hover { background: rgba(255,255,255,0.2); }
  .badge-free { display: inline-block; padding: 4px 12px; background: rgba(46,213,115,0.15); border: 1px solid rgba(46,213,115,0.4); border-radius: 20px; font-size: 0.7rem; color: #2ed573; font-weight: 700; margin-left: 10px; }
  .info-box { background: rgba(72,219,251,0.08); border-left: 3px solid #48dbfb; padding: 12px 15px; border-radius: 0 8px 8px 0; margin-bottom: 20px; font-size: 0.82rem; color: #a0d2eb; line-height: 1.5; }
  .copywriting-options { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; margin-top: 10px; }
  .cw-card { padding: 10px; background: #1e1e1e; border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; cursor: pointer; text-align: center; transition: all 0.2s; font-size: 0.8rem; }
  .cw-card:hover { border-color: #ff6b6b; background: rgba(255,107,107,0.1); }
  .cw-card.active { border-color: #ff6b6b; background: rgba(255,107,107,0.15); color: #ff6b6b; }
  .ai-tips { margin-top: 20px; padding: 15px; background: rgba(255,107,107,0.08); border: 1px solid rgba(255,107,107,0.2); border-radius: 10px; }
  .ai-tips h4 { color: #ff6b6b; font-size: 0.85rem; margin-bottom: 10px; }
  .ai-tips ul { list-style: none; padding: 0; }
  .ai-tips li { color: #aaa; font-size: 0.78rem; padding: 4px 0; padding-left: 18px; position: relative; }
  .ai-tips li::before { content: "▸"; position: absolute; left: 0; color: #ff6b6b; }
