.pgpt-ettw{width:min(1180px,calc(100% - 24px));margin:34px auto;padding:24px;border-radius:32px;position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 10% 8%,rgba(37,99,235,.38),transparent 30%),radial-gradient(circle at 90% 18%,rgba(6,182,212,.28),transparent 30%),linear-gradient(135deg,#06111f,#101936 55%,#07111f);box-shadow:0 30px 100px rgba(0,0,0,.28);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.pgpt-ettw *{box-sizing:border-box}.pgpt-ettw-hero{text-align:center;max-width:850px;margin:0 auto 22px}.pgpt-ettw-hero span{display:inline-flex;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);padding:8px 14px;border-radius:999px;margin-bottom:14px;font-weight:800}.pgpt-ettw-hero h1{margin:0 0 12px;font-size:clamp(34px,6vw,64px);line-height:1;letter-spacing:-.055em}.pgpt-ettw-hero p{margin:0;color:rgba(255,255,255,.72);font-size:17px;line-height:1.65}.pgpt-ettw-card{border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.065));border-radius:28px;padding:18px;backdrop-filter:blur(16px)}.pgpt-ettw-toolbar{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:end;margin-bottom:14px}.pgpt-ettw label{display:block;font-size:13px;font-weight:900;margin:0 0 7px}.pgpt-ettw select,.pgpt-ettw textarea{width:100%;border:1px solid rgba(255,255,255,.16);background:rgba(2,6,23,.58);color:#fff;border-radius:16px;padding:13px 14px;outline:none;font-size:15px}.pgpt-ettw select option{color:#111827}.pgpt-ettw button{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:10px 13px;font-weight:900;cursor:pointer}.pgpt-ettw button:hover{transform:translateY(-1px)}.pgpt-ettw button:disabled{opacity:.45;cursor:not-allowed;transform:none}.pgpt-ettw-modes{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.pgpt-ettw-modes button.active{background:linear-gradient(135deg,#8b5cf6,#06b6d4);border-color:transparent}.pgpt-ettw-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pgpt-ettw-panel{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.065);border-radius:22px;padding:16px;min-height:330px}.head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.head span{font-size:12px;color:rgba(255,255,255,.72)}.pgpt-ettw textarea{min-height:220px;resize:vertical;line-height:1.6}.out{min-height:220px;line-height:1.75;font-size:17px;background:rgba(2,6,23,.42);border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:14px;overflow:auto}.out p:first-child{font-size:1.08em;font-weight:800}.out p{margin:0 0 14px;white-space:pre-wrap}.examples{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.pgpt-ettw-actions{display:flex;gap:10px;margin-top:14px}.pgpt-ettw-actions button:first-child{flex:1;border:0;border-radius:18px;padding:15px 18px;background:linear-gradient(135deg,#2563eb,#06b6d4);font-size:16px}.pgpt-ettw-seo{margin-top:18px;padding:16px;border-radius:20px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12)}.pgpt-ettw-seo h2{margin:0 0 8px;font-size:22px}.pgpt-ettw-seo p{margin:0;color:rgba(255,255,255,.72);line-height:1.7}.pgpt-ettw-load{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.72);font-weight:800}.pgpt-ettw-load span{width:8px;height:8px;border-radius:999px;background:#67e8f9;animation:b 1s infinite ease-in-out}.pgpt-ettw-load span:nth-child(2){animation-delay:.15s}.pgpt-ettw-load span:nth-child(3){animation-delay:.3s}@keyframes b{0%,80%,100%{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.pgpt-ettw-toast{position:fixed;left:50%;bottom:26px;z-index:999999;transform:translateX(-50%) translateY(20px);opacity:0;background:#06111f;color:#fff;border:1px solid rgba(255,255,255,.15);box-shadow:0 18px 60px rgba(0,0,0,.32);padding:12px 16px;border-radius:999px;pointer-events:none;transition:.24s ease;font-weight:900}.pgpt-ettw-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}#ettw-audio-wrap{margin-top:12px}#ettw-audio{width:100%}.err{color:#fecaca!important}@media(max-width:850px){.pgpt-ettw-toolbar,.pgpt-ettw-grid{grid-template-columns:1fr}.pgpt-ettw-actions{flex-direction:column}.head{align-items:flex-start;flex-direction:column}.pgpt-ettw{padding:14px;border-radius:24px}}

/* Light text fix for dark background */
.pgpt-ettw,
.pgpt-ettw h1,
.pgpt-ettw h2,
.pgpt-ettw h3,
.pgpt-ettw .pgpt-ettw-hero h1,
.pgpt-ettw .pgpt-ettw-seo h2 {
  color: #ffffff !important;
}

.pgpt-ettw .pgpt-ettw-hero p,
.pgpt-ettw .pgpt-ettw-seo p,
.pgpt-ettw p {
  color: rgba(255,255,255,.82) !important;
}

.pgpt-ettw .out p {
  color: rgba(255,255,255,.94) !important;
}
