@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";body{margin:0}a{color:inherit}:root{font-family:Space Grotesk,system-ui,sans-serif;color:#121417;background:#f3f0ea}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#fff4db,#f3f0ea 45%,#e7ecef)}#root{max-width:1120px;margin:0 auto;padding:48px 24px 72px}.app-shell{display:flex;flex-direction:column;gap:40px}.hero{display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch}.hero-content{padding:12px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:600;color:#785d33;margin:0 0 12px}h1{font-size:clamp(2rem,2.6vw,3rem);margin:0 0 16px;line-height:1.1}.subtitle{font-size:1.05rem;color:#3b3d40;max-width:520px}.hero-panel{background:#121417;color:#fefbf4;padding:28px;border-radius:20px;box-shadow:0 24px 50px #14181e33;display:flex;flex-direction:column;gap:16px}.auth-panel{background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px}.auth-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.ghost{border:1px solid rgba(244,184,96,.6);background:transparent;color:#f4b860;border-radius:999px;padding:6px 14px;font-size:.75rem;cursor:pointer}.ghost:hover{background:#f4b86026}.download-link{color:#2f6f4e;font-size:.8rem;text-decoration:none;font-weight:600}.download-link:hover{text-decoration:underline}.auth-panel p{margin:0;font-size:.85rem;color:#f2d9a3}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:.85rem;color:#c8b89a}input[type=url],input[type=number],input[type=file]{border:none;border-radius:12px;padding:12px 14px;font-size:.95rem;background:#fefbf4;color:#121417}.field-row{display:flex;gap:16px;flex-wrap:wrap}.toggle{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#f7e6c1}.toggle input{accent-color:#f4b860}.primary{border:none;border-radius:999px;padding:12px 18px;font-weight:600;background:linear-gradient(120deg,#f4b860,#f08a5d);color:#111;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.primary:disabled{cursor:not-allowed;opacity:.6}.primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 20px #f08a5d59}.status,.notes{background:#fff;border-radius:20px;padding:28px;box-shadow:0 16px 30px #14181e14}.section-header h2{margin:0 0 6px}.section-header p{margin:0;color:#4e5156}.history-title h2{margin:0 0 6px}.history-title p{margin:0;color:#4e5156}.response-card{margin-top:16px;background:#111418;color:#e7e2d9;border-radius:16px;padding:16px;min-height:140px;overflow:auto;font-size:.85rem}.notes ul{margin:16px 0 0;padding-left:18px;color:#3f4247}.notes li{margin-bottom:8px}.history{background:#fff;border-radius:20px;padding:28px;box-shadow:0 16px 30px #14181e14}.history-screen{margin-top:16px;display:flex;flex-direction:column;gap:16px}.history-controls{display:flex;justify-content:space-between;align-items:center;gap:12px}.history-actions{display:flex;gap:8px}.history-list{display:flex;flex-direction:column;gap:10px}.history-item{border:1px solid #e4ddd2;border-radius:14px;padding:12px;background:#f7f2ea;display:flex;justify-content:space-between;text-align:left;cursor:pointer;gap:12px}.history-item.active{border-color:#f4b860;background:#fff6e4}.history-item span{display:block;font-size:.75rem;color:#6f5d3f}.history-items{display:grid;gap:12px}.history-card{border:1px solid #efe6d8;border-radius:16px;padding:12px;display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center}.history-thumb{height:80px;border-radius:12px;background:#f1ebe2;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;color:#6c5b3e}.thumb-ready{color:#2f6f4e}.thumb-missing{color:#9b4b36}.history-meta{display:flex;flex-direction:column;gap:6px}.meta-row{display:flex;justify-content:space-between;font-size:.85rem;color:#3f4247}.muted{color:#7b7f85}.error{color:#9b4b36;font-size:.85rem;margin:0}@media(max-width:860px){.history-controls{flex-direction:column;align-items:flex-start}}@media(max-width:720px){#root{padding:32px 18px 56px}.hero-panel{padding:22px}}
