:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#202124;background-color:#f7f9fc}body{margin:0;padding:0}.toast-container{position:fixed;top:1.5rem;right:1.5rem;display:grid;gap:.8rem;z-index:1000}.toast{display:flex;align-items:center;gap:.8rem;background:#fff;border-radius:999px;padding:.5rem 1rem;box-shadow:0 8px 24px #00000026;border:1px solid transparent;font-size:.95rem}.toast button{border:none;background:transparent;color:inherit;cursor:pointer;font-size:1rem;line-height:1}.toast-info{border-color:#dbe4ff}.toast-success{border-color:#c9e7d3;background:#f1fbf4;color:#1e8e3e}.toast-error{border-color:#fbc4c0;background:#fcebea;color:#c5221f}.app{max-width:960px;margin:0 auto;padding:2rem}header{margin-bottom:2rem}.processing{display:inline-block;margin-top:.5rem;padding:.3rem .8rem;border-radius:999px;background:#fff3cd;color:#8a6d3b;font-size:.9rem}main{display:grid;gap:2rem}section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 6px 24px #0000000d}label{display:flex;flex-direction:column;margin-bottom:1rem;font-weight:600}label.checkbox{flex-direction:row;align-items:center;gap:.6rem;font-weight:500}input,textarea,button{margin-top:.4rem;padding:.7rem;border-radius:8px;border:1px solid #d8dce4;font-size:1rem}textarea{min-height:250px;resize:vertical}.actions{display:flex;gap:1rem}button{cursor:pointer;background:#1a73e8;color:#fff;border:none}button[disabled]{opacity:.6;cursor:not-allowed}.panel{display:grid;gap:1rem}.hint{margin:0;color:#475569;font-size:.9rem}.hero-preview{display:grid;gap:.4rem}.hero-preview img{max-width:100%;border-radius:8px;box-shadow:0 4px 12px #0000001a}pre{white-space:pre-wrap;background:#f0f4f8;padding:1rem;border-radius:8px}.error{background:#fde2e1;color:#8a1f17;padding:1rem;border-radius:8px}.preview-panel{display:grid;gap:1rem}.preview-meta{background:#eef2ff;border-radius:8px;padding:1rem;display:grid;gap:.6rem}.preview-meta dl{display:grid;gap:.4rem;margin:0}.preview-meta dt{font-weight:600}.preview-meta dd{margin:0}.preview-body{background:#fff;border-radius:8px;padding:1rem;box-shadow:inset 0 0 0 1px #d8dce4}.preview-body p{margin-top:0}@media (max-width: 768px){.app{padding:1rem}header{margin-bottom:1.5rem}section{padding:1rem}textarea{min-height:300px;font-size:16px}input[type=text]{font-size:16px}.actions{flex-direction:column;gap:.8rem}.actions button{width:100%;padding:1rem;font-size:16px;min-height:48px}.toast-container{top:1rem;right:1rem;left:1rem}.toast{font-size:14px}.auth-banner{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}}@media (max-width: 480px){.app{padding:.5rem}section{padding:.75rem;border-radius:8px}h1{font-size:1.5rem}h2{font-size:1.25rem}textarea{min-height:400px}}
