.srpv-widget { --srpv-accent: #0f766e; --srpv-dark: #163331; max-width: 760px; margin: 24px auto; padding: clamp(20px, 4vw, 36px); color: #243332; background: #fff; border: 1px solid #d8e3e1; border-radius: 16px; box-shadow: 0 12px 35px rgba(15, 62, 57, .08); font-family: inherit; }
.srpv-widget * { box-sizing: border-box; }
.srpv-widget header { margin-bottom: 24px; }
.srpv-widget h2 { margin: 0 0 10px; color: var(--srpv-dark); font-size: clamp(25px, 4vw, 36px); line-height: 1.15; }
.srpv-widget h3 { color: var(--srpv-dark); }
.srpv-widget form > label, .srpv-validation label { display: grid; gap: 7px; margin: 16px 0; color: #263d3a; font-weight: 650; }
.srpv-widget input[type="text"], .srpv-widget input[type="password"], .srpv-widget input[type="email"], .srpv-widget input[type="tel"], .srpv-widget textarea, .srpv-widget select { width: 100%; min-height: 48px; padding: 11px 13px; color: #17302d; background: #fbfdfd; border: 1px solid #aebfbc; border-radius: 8px; font: inherit; }
.srpv-widget textarea { min-height: 135px; resize: vertical; }
.srpv-widget input:focus, .srpv-widget textarea:focus, .srpv-widget select:focus { outline: 3px solid rgba(15, 118, 110, .18); border-color: var(--srpv-accent); }
.srpv-validation, .srpv-ballot { margin: 22px 0; padding: 18px; border: 1px solid #c9d8d5; border-radius: 12px; }
.srpv-validation legend, .srpv-ballot legend { padding: 0 8px; color: var(--srpv-dark); font-weight: 750; }
.srpv-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.srpv-verify, .srpv-submit { appearance: none; padding: 12px 18px; color: #fff; background: var(--srpv-accent); border: 0; border-radius: 8px; font: inherit; font-weight: 750; cursor: pointer; }
.srpv-verify { background: #315e59; }
.srpv-verify:disabled { opacity: .55; cursor: wait; }
.srpv-verify-result { min-height: 24px; margin-top: 10px; font-weight: 650; }
.srpv-verify-result.is-success { color: #087f5b; }
.srpv-verify-result.is-error { color: #b42318; }
.srpv-owner-result { grid-column: 1 / -1; min-height: 48px; margin-top: 12px; padding: 13px 15px; color: #176a4e; background: #eaf8f2; border: 1px solid #9ed7c3; border-radius: 8px; font-weight: 750; }
.srpv-owner-result.is-loading { color: #526864; background: #f2f6f5; border-color: #cbd8d5; }
.srpv-owner-result.is-error { color: #982c22; background: #fdf0ee; border-color: #efb0aa; }
.srpv-email-notice { margin: 15px 0; padding: 12px 14px; color: #31534e; background: #f3f8f7; border-left: 4px solid var(--srpv-accent); border-radius: 5px; font-size: 14px; }
.srpv-submit { width: 100%; min-height: 52px; margin-top: 12px; font-size: 17px; }
.srpv-submit:hover, .srpv-verify:hover { filter: brightness(.92); }
.srpv-alert { margin: 0 0 20px; padding: 13px 15px; background: #f4f5f5; border-left: 4px solid #657673; border-radius: 6px; }
.srpv-alert--success { color: #075f46; background: #eaf8f2; border-color: #0f8a66; }
.srpv-alert--error { color: #8d241b; background: #fdf0ee; border-color: #cf3f32; }
.srpv-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.srpv-field b { color: #b42318; }
.srpv-field--checkbox { grid-template-columns: auto 1fr !important; align-items: center; }
.srpv-field--checkbox span { grid-column: 2; }
.srpv-field--checkbox input { grid-column: 1; grid-row: 1; width: 20px; height: 20px; }
.srpv-consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin: 18px 0; padding: 14px; color: #29423f; background: #f3f8f7; border: 1px solid #cadbd8; border-radius: 8px; font-weight: 600; }
.srpv-consent input { width: 20px; height: 20px; margin-top: 2px; }
.srpv-ballot label { display: flex; align-items: center; gap: 12px; margin: 8px 0; padding: 13px; border: 1px solid #d3dfdd; border-radius: 8px; cursor: pointer; }
.srpv-ballot label:has(input:checked) { border-color: var(--srpv-accent); background: #edf8f6; }
.srpv-ballot input { width: 20px; height: 20px; }
.srpv-privacy-note { color: #5c6c69; font-size: 13px; }
.srpv-results { margin-top: 28px; padding-top: 22px; border-top: 1px solid #d8e3e1; }
.srpv-result { margin: 16px 0; }
.srpv-result > div:first-child { display: flex; justify-content: space-between; gap: 12px; }
.srpv-result span { color: #536763; font-size: 14px; }
.srpv-bar { height: 12px; margin-top: 7px; overflow: hidden; background: #e7efed; border-radius: 999px; }
.srpv-bar i { display: block; height: 100%; background: var(--srpv-accent); border-radius: inherit; }
.srpv-results details { margin-top: 22px; }
.srpv-results summary { cursor: pointer; font-weight: 700; }
.srpv-results table { width: 100%; margin-top: 12px; border-collapse: collapse; font-size: 14px; }
.srpv-results th, .srpv-results td { padding: 9px; text-align: left; border-bottom: 1px solid #dfe8e6; }
.srpv-community { --srpv-accent: #0f766e; --srpv-dark: #163331; max-width: 1180px; margin: 30px auto; color: #243332; font-family: inherit; }
.srpv-community-header { margin-bottom: 22px; }
.srpv-community-header h2 { margin: 0 0 8px; color: var(--srpv-dark); font-size: clamp(28px, 5vw, 44px); }
.srpv-category-filter { display: flex; align-items: end; gap: 10px; margin: 20px 0 28px; padding: 15px; background: #f3f8f7; border-radius: 10px; }
.srpv-category-filter label { display: grid; gap: 5px; flex: 1; font-weight: 700; }
.srpv-category-filter select { min-height: 44px; padding: 8px 11px; border: 1px solid #aebfbc; border-radius: 7px; background: #fff; }
.srpv-category-filter button { min-height: 44px; padding: 8px 18px; color: #fff; background: var(--srpv-accent); border: 0; border-radius: 7px; font-weight: 750; cursor: pointer; }
.srpv-notice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); gap: 18px; }
.srpv-notice-card { display: flex; flex-direction: column; min-height: 280px; padding: 20px; background: #fff; border: 1px solid #d8e3e1; border-radius: 13px; box-shadow: 0 8px 24px rgba(15,62,57,.06); }
.srpv-notice-card h3 { margin: 10px 0; color: var(--srpv-dark); font-size: 22px; }
.srpv-notice-card > p { flex: 1; white-space: normal; }
.srpv-notice-category { align-self: flex-start; padding: 5px 9px; color: #0c5d55; background: #e4f3f0; border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.srpv-notice-price { color: #0f766e; font-size: 18px; }
.srpv-notice-card footer { display: grid; gap: 6px; padding-top: 14px; color: #556a66; border-top: 1px solid #e0e9e7; font-size: 13px; }
.srpv-notice-card footer a { color: #0f766e; word-break: break-word; }
.srpv-empty { padding: 24px; text-align: center; background: #f6f9f8; border-radius: 10px; }
.srpv-publish-notice { margin-top: 32px; }
.srpv-publish-notice > summary { padding: 15px 18px; color: #fff; background: var(--srpv-accent); border-radius: 9px; font-weight: 800; cursor: pointer; }
.srpv-publish-notice[open] > summary { border-radius: 9px 9px 0 0; }
.srpv-publish-notice .srpv-widget { margin-top: 0; border-radius: 0 0 14px 14px; }
@media (max-width: 600px) { .srpv-row { grid-template-columns: 1fr; gap: 0; } .srpv-widget { border-radius: 10px; } .srpv-result > div:first-child { display: block; } }
