:root{--ink:#17231d;--muted:#65726b;--paper:#f6f7f3;--white:#fff;--line:#dfe4df;--green:#b8f04a;--green-dark:#243617;--blue:#0a66c2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}button,textarea,input{font:inherit}button{cursor:pointer}main{min-height:100vh}header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;max-width:1240px;height:76px;margin:auto;padding:0 28px;display:flex}.brand{color:var(--ink);letter-spacing:-.04em;align-items:center;gap:11px;font-size:1.3rem;font-weight:800;text-decoration:none;display:flex}.brand-logo{object-fit:cover;border-radius:9px;width:42px;height:46px;box-shadow:0 4px 14px #14231b26}.guest-note{color:var(--muted);align-items:center;gap:8px;font-size:.82rem;display:flex}.pulse{background:#77b819;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #e6f5ce}.intro{text-align:center;max-width:920px;margin:54px auto 40px;padding:0 24px}.eyebrow{letter-spacing:.16em;font-weight:800;color:#6a7b71!important;margin:0 0 14px!important;font-size:.72rem!important}.intro h1{letter-spacing:-.06em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,6vw,5.2rem);font-weight:500;line-height:.98}.intro h1 em{color:#75a91f;font-weight:500}.intro>p{color:var(--muted);margin:20px 0 0;font-size:1.1rem}.workspace{background:var(--white);border:1px solid var(--line);border-radius:24px;grid-template-columns:.9fr 1.1fr;max-width:1240px;margin:0 auto 72px;display:grid;overflow:hidden;box-shadow:0 18px 60px #1a2b2214}.composer,.results{padding:34px}.composer{border-right:1px solid var(--line);background:#fbfcfa}.step-label{align-items:center;gap:10px;font-size:.9rem;font-weight:750;display:flex}.step-label>span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:.72rem;display:grid}.dropzone{background:#fff;border:1.5px dashed #aeb9b2;border-radius:15px;place-items:center;min-height:210px;margin-top:18px;transition:all .2s;display:grid;overflow:hidden}.dropzone:not(.has-image):hover,.dropzone.dragging{background:#f9fdec;border-color:#78a72a;transform:translateY(-1px)}.drop-copy{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:8px;display:flex}.drop-copy strong{color:var(--ink)}.upload-icon{background:var(--green);width:42px;height:42px;color:var(--ink);border-radius:50%;place-items:center;margin-bottom:4px;font-size:1.3rem;display:grid}.preview-wrap{grid-template-rows:165px auto;gap:10px;width:100%;height:100%;padding:14px;display:grid}.preview-wrap img{object-fit:contain;background:#f3f4f1;border-radius:9px;width:100%;height:165px}.preview-wrap>div{justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.preview-wrap strong{white-space:nowrap;text-overflow:ellipsis;max-width:70%;overflow:hidden}.preview-wrap button,.next{color:#557f17;background:0 0;border:0;font-weight:700}.or{color:#8b958f;align-items:center;height:40px;font-size:.75rem;display:flex}.or:before,.or:after{content:"";background:var(--line);flex:1;height:1px}.or span{padding:0 12px}.composer>textarea{resize:vertical;border:1px solid var(--line);background:#fff;border-radius:12px;outline:none;width:100%;min-height:94px;padding:15px}.composer>textarea:focus,.post-card textarea:focus{border-color:#78a72a;box-shadow:0 0 0 3px #eff8dc}.platform-label{margin-top:25px}.platforms{grid-template-columns:1fr 1fr;gap:10px;margin:15px 0 20px;display:grid}.platforms button{border:1px solid var(--line);height:50px;color:var(--ink);background:#fff;border-radius:12px;font-weight:700}.platforms button b{margin-right:8px}.platforms button.active{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.platforms button:first-child.active b{color:var(--blue)}.create{background:var(--green);width:100%;min-height:54px;color:var(--green-dark);border:0;border-radius:12px;font-weight:800;transition:all .15s;box-shadow:0 4px #8dbd31}.create:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px #8dbd31}.create:disabled{cursor:wait;opacity:.72}.privacy{text-align:center;color:#87918b;margin:15px 0 0;font-size:.72rem}.error{color:#9d2f22;background:#fff0ee;border-radius:10px;padding:11px 13px;font-size:.82rem}.results{background:#fff}.results-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.empty{min-height:480px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.empty strong{color:var(--ink)}.empty-cards{width:175px;height:120px;margin-bottom:22px;position:relative}.empty-cards i{border:1px solid var(--line);background:#fafbf9;border-radius:12px;width:105px;height:110px;position:absolute;top:5px;left:35px;box-shadow:0 8px 20px #1a2b220d}.empty-cards i:first-child{transform:rotate(-12deg)translate(-22px)}.empty-cards i:last-child{transform:rotate(12deg)translate(22px)}.post-card{border:1px solid var(--line);border-radius:14px;margin-bottom:14px;transition:all .2s;overflow:hidden}.post-card:hover{border-color:#bdc8c0;box-shadow:0 8px 26px #1a2b2212}.post-meta{border-bottom:1px solid var(--line);background:#f7f8f5;grid-template-columns:28px 1fr auto;align-items:center;padding:13px 15px;font-size:.78rem;display:grid}.post-meta>span{color:#8a968e;font-family:Georgia,serif}.post-meta small{color:#77837b}.post-card textarea{resize:vertical;color:#28352e;border:0;outline:none;width:100%;min-height:150px;padding:18px;line-height:1.5;display:block}.post-actions{justify-content:space-between;align-items:center;padding:0 14px 13px 18px;display:flex}.post-actions span{color:#929b95;font-size:.7rem}.post-actions button{background:var(--ink);color:#fff;border:0;border-radius:8px;padding:10px 14px;font-size:.75rem;font-weight:750}.loading-cards{gap:14px;display:grid}.skeleton{border:1px solid var(--line);border-radius:14px;height:190px;padding:25px}.skeleton i{background:linear-gradient(90deg,#eef0ed,#f7f8f6,#eef0ed) 0 0/200% 100%;border-radius:7px;width:85%;height:12px;margin-bottom:13px;animation:1.3s infinite shine;display:block}.skeleton i:nth-child(2){width:96%}.skeleton i:nth-child(3){width:72%}.skeleton i:nth-child(4){width:42%}.spinner{vertical-align:-3px;border:2px solid #668820;border-top-color:#0000;border-radius:50%;width:15px;height:15px;margin-right:8px;animation:.8s linear infinite spin;display:inline-block}footer{color:#78837d;justify-content:space-between;max-width:1240px;margin:auto;padding:0 28px 36px;font-size:.75rem;display:flex}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shine{to{background-position:-200% 0}}@media (max-width:900px){.workspace{grid-template-columns:1fr;margin:0 18px 50px}.composer{border-right:0;border-bottom:1px solid var(--line)}.empty{min-height:280px}.intro{margin-top:42px}}@media (max-width:560px){header{height:66px;padding:0 18px}.guest-note{font-size:.68rem}.guest-note .pulse{display:none}.intro{margin:38px auto 28px}.intro h1{font-size:3rem}.intro>p{font-size:.95rem}.composer,.results{padding:22px 18px}.dropzone{min-height:180px}footer{flex-direction:column;gap:7px;padding:0 18px 28px}}
