.postmood-container{max-width:600px;margin:0 auto;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1);font-family:'Inter',sans-serif}.postmood-form-group{margin-bottom:20px}.postmood-row{display:flex;gap:15px}.postmood-row .postmood-form-group{flex:1}.postmood-container label{display:block;margin-bottom:8px;font-weight:600;font-size:.9rem;color:#374151}.postmood-container input[type="text"],.postmood-container select,.postmood-container textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;box-sizing:border-box;font-family:inherit}.postmood-container textarea{resize:vertical;min-height:80px;max-height:150px;line-height:1.5}.postmood-container input[type="text"]:focus,.postmood-container select:focus,.postmood-container textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgb(99 102 241 / .2)}.postmood-container button#pm_generateBtn{width:100%;padding:14px;background-color:#6366f1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.3s;margin-top:10px}.postmood-container button#pm_generateBtn:hover{background-color:#4f46e5}.postmood-container button:disabled{opacity:.7;cursor:not-allowed}.postmood-captions-grid{display:grid;grid-template-columns:1fr;gap:15px;margin-top:20px}.postmood-caption-item{background:#f9fafb;border:1px solid #e5e7eb;padding:15px;border-radius:8px;min-height:100px}.postmood-caption-text{white-space:pre-line;margin-bottom:10px;color:#374151;line-height:1.6}.postmood-caption-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.postmood-copy-btn,.postmood-share-btn{background:#6366f1;color:#fff;border:none;padding:8px 15px;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background 0.3s}.postmood-copy-btn:hover{background:#4f46e5}.postmood-share-btn{background-color:#0d9488;display:none}.postmood-share-btn:hover{background-color:#0f766e}.postmood-checkbox-group{display:flex;align-items:center;margin-top:30px}.postmood-checkbox-label{display:flex;align-items:center;margin-bottom:0!important;cursor:pointer}.postmood-checkbox-label input{margin-right:8px;width:18px;height:18px}.postmood-powered-by{text-align:center;font-style:italic;color:#9ca3af;font-size:14px;margin-top:10px}.postmood-error{padding:12px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:8px}@media (max-width:768px){.postmood-share-btn{display:inline-block}}@media (max-width:480px){.postmood-row{flex-direction:column;gap:0}.postmood-checkbox-group{margin-top:10px;justify-content:center}}