.plaza-share-trigger{color:#d4885c !important}.plaza-share-trigger:hover:not(:disabled){background:rgba(212,136,92,.1) !important}.stp-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px}.stp-modal{background:var(--bg-primary, #fff);border-radius:16px;max-width:480px;width:100%;overflow:hidden}.stp-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border-color, #e5e5e5)}.stp-modal-header h3{font-size:16px;font-weight:700;margin:0}.stp-modal-close{background:none;border:none;cursor:pointer;padding:4px;color:var(--text-secondary, #666);display:flex}.stp-modal-body{padding:20px}.stp-preview{margin-bottom:16px;border-radius:8px;overflow:hidden;background:var(--bg-tertiary, #f0f0f0);max-height:200px}.stp-preview img{width:100%;height:auto;display:block;object-fit:contain;max-height:200px}.stp-form{display:flex;flex-direction:column;gap:12px}.stp-input,.stp-textarea{width:100%;padding:10px 12px;border:1px solid var(--border-color, #e5e5e5);border-radius:8px;font-size:14px;background:var(--bg-primary, #fff);color:var(--text-primary, #1a1a1a);resize:none;box-sizing:border-box}.stp-input:focus,.stp-textarea:focus{outline:none;border-color:#d4885c}.stp-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px 16px}.stp-cancel-btn{padding:8px 20px;border-radius:8px;border:1px solid var(--border-color, #e5e5e5);background:none;cursor:pointer;font-size:14px;color:var(--text-secondary, #666)}.stp-publish-btn{padding:8px 24px;border-radius:8px;border:none;background:#d4885c;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.stp-publish-btn:hover{background:#c07748}.stp-publish-btn:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .stp-modal{background:var(--bg-primary, #1a1a1a)}