:root{--pp-background: #ffffff;--pp-foreground: #09090b;--pp-primary: #18181b;--pp-primary-foreground: #fafafa;--pp-secondary: #f4f4f5;--pp-secondary-foreground: #18181b;--pp-muted: #f4f4f5;--pp-muted-foreground: #71717a;--pp-border: #e4e4e7;--pp-input: #e4e4e7;--pp-ring: #18181b;--pp-radius: .5rem}.postpulse-widget *{margin:0;padding:0;box-sizing:border-box}.postpulse-widget{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background:var(--pp-background);color:var(--pp-foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:1.5rem;border-radius:var(--pp-radius);border:1px solid var(--pp-border);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;min-height:80px}.postpulse-loading{display:flex;align-items:center;justify-content:center;min-height:120px}.postpulse-spinner{width:1.5rem;height:1.5rem;border:2px solid var(--pp-secondary);border-top-color:var(--pp-primary);border-radius:50%;animation:postpulse-spin .8s linear infinite}@keyframes postpulse-spin{to{transform:rotate(360deg)}}.postpulse-thankyou{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:120px;text-align:center}.postpulse-thankyou-icon{font-size:2rem}.postpulse-thankyou p{font-size:1rem;font-weight:500;color:var(--pp-foreground)}.postpulse-survey{display:flex;flex-direction:column;gap:1rem}.postpulse-question{font-size:1rem;font-weight:600;color:var(--pp-foreground);line-height:1.5;letter-spacing:-.025em}.postpulse-options{display:flex;flex-direction:column;gap:.5rem}.postpulse-option{display:block;width:100%;padding:.5rem 1rem;background:var(--pp-background);border:1px solid var(--pp-border);border-radius:var(--pp-radius);font-size:.875rem;font-weight:500;color:var(--pp-foreground);cursor:pointer;text-align:left;transition:all .2s cubic-bezier(.4,0,.2,1)}.postpulse-option:hover:not(:disabled){background:var(--pp-secondary);color:var(--pp-secondary-foreground)}.postpulse-option:active:not(:disabled){transform:scale(.98)}.postpulse-option--selected{background:var(--pp-primary);border-color:var(--pp-primary);color:var(--pp-primary-foreground)}.postpulse-option:disabled{cursor:default;opacity:.5}.postpulse-text-form{display:flex;flex-direction:column;gap:.75rem}.postpulse-textarea{width:100%;padding:.5rem .75rem;background:var(--pp-background);border:1px solid var(--pp-input);border-radius:var(--pp-radius);font-size:.875rem;font-family:inherit;color:var(--pp-foreground);resize:vertical;min-height:80px;transition:border-color .2s}.postpulse-textarea:focus{outline:none;border-color:var(--pp-ring);box-shadow:0 0 0 2px var(--pp-background),0 0 0 4px var(--pp-ring)}.postpulse-textarea::placeholder{color:var(--pp-muted-foreground)}.postpulse-submit{align-self:flex-end;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:var(--pp-primary);color:var(--pp-primary-foreground);border:1px solid transparent;border-radius:var(--pp-radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.postpulse-submit:hover:not(:disabled){background:#18181be6}.postpulse-submit:active:not(:disabled){transform:scale(.98)}.postpulse-submit:disabled{opacity:.5;cursor:not-allowed}.postpulse-footer{margin-top:1.5rem;padding-top:.75rem;border-top:1px solid var(--pp-border);font-size:.75rem;font-weight:500;color:var(--pp-muted-foreground);text-align:center;opacity:.8}
