:root{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#fafafa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fafafa}a{font-weight:500;color:#1d4ed8;text-decoration:none}a:hover{color:#1e40af}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;min-height:100svh;min-height:100dvh}#root{width:100%;min-height:100vh;min-height:100svh;min-height:100dvh;display:flex;justify-content:center;align-items:center;padding:2.5rem 1rem;background:#fafafa;font-size:12px}.app{--app-control-height: 2.6rem;width:min(960px,100%);display:flex;flex-direction:column;gap:2.5rem;padding:0 clamp(1.5rem,4vw,3rem)}.app h1{margin:0;text-align:center;font-size:clamp(2rem,3vw,3rem);letter-spacing:.02em;color:#0f172a}@media (max-width: 640px){#root{min-height:100svh;min-height:100dvh;padding:.75rem;align-items:flex-start}.app{padding:1.25rem .5rem 2rem;gap:1.75rem}}.app__subtitle{margin:0;color:#475569;font-size:1rem}.card-gallery__email-links{display:flex;flex-direction:column;gap:.75rem}.card-gallery__email-actions{display:flex;flex-wrap:wrap;gap:.75rem}.app--empty{align-items:center;text-align:center;gap:.75rem;padding:3rem}.app__action-button,.login-form__submit{appearance:none;border:1px solid transparent;border-radius:999px;font-size:.95rem;font-weight:600;padding:.5rem .95rem;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;min-height:var(--app-control-height)}.app__action-button{border-color:#d1d5db;background:#f8fafc;color:#1f2937}.app__action-button:hover{background:#e2e8f0}.app__action-button:disabled,.login-form__submit:disabled{cursor:not-allowed;opacity:.55}.app__action-button:focus-visible,.login-form__submit:focus-visible{outline:2px solid transparent;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.app__action-link{text-decoration:none}.vote-card{display:flex;flex-direction:column;gap:1rem;padding:clamp(1.5rem,4vw,2.25rem);background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;box-shadow:0 12px 30px #0f172a0f;animation:vote-card-in .22s cubic-bezier(.2,.8,.2,1) both;will-change:transform,opacity}.vote-card--no-enter{animation:none}.vote-card--leaving{animation:vote-card-out .18s cubic-bezier(.4,0,.2,1) both}.vote-card__content{display:flex;flex-direction:column;gap:.75rem}.vote-card__content--scroll{height:18rem;min-height:0}.vote-card__description-shell{position:relative;flex:1 1 auto;min-height:0;isolation:isolate}.vote-card__description-shell:before,.vote-card__description-shell:after{content:"";position:absolute;left:0;right:0;pointer-events:none;opacity:0;transition:opacity .18s ease;z-index:1}.vote-card__description-shell:before{top:0;height:.95rem;background:linear-gradient(to bottom,#0f172a24,#0f172a00)}.vote-card__description-shell:after{bottom:0;height:2.25rem;background:linear-gradient(to bottom,#fff0,#fff 78%)}.vote-card__description-shell--top-shadow:before{opacity:1}.vote-card__description-shell--bottom-fade:after{opacity:1}.vote-card__description-scroll{height:100%;min-height:0;overflow-y:scroll;overscroll-behavior:contain;padding-right:.45rem;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}.vote-card__description-scroll::-webkit-scrollbar{width:.45rem}.vote-card__description-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.vote-card__description-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}.vote-card__description-scroll:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px;border-radius:.65rem}.vote-card__more-button{position:absolute;left:50%;bottom:.65rem;z-index:2;transform:translate(-50%);display:inline-flex;align-items:center;gap:.35rem;padding:.22rem .7rem;border-radius:999px;border:1px solid #cbd5e1;box-shadow:0 4px 10px #0f172a14;background:#f8fafcf2;color:#475569;font-size:.72rem;font-weight:600;letter-spacing:.01em;cursor:pointer;animation:vote-scroll-hint-in .18s ease}.vote-card__more-button--top{top:.65rem;bottom:auto;animation:vote-scroll-hint-in-top .18s ease}.vote-card__more-button:hover{background:#f8fafc;border-color:#94a3b8}.vote-card__more-button:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.vote-card__more-arrow{width:.4rem;height:.4rem;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:translateY(-1px) rotate(45deg)}.vote-card__more-arrow--up{transform:translateY(1px) rotate(-135deg)}.vote-card__description-title{margin-bottom:.55rem}.vote-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;margin-top:auto}.vote-card__title{margin:0;font-size:1.8rem;color:#0f172a}.vote-card__title--session{font-size:1.5rem}.vote-card__subtitle{margin:0;font-size:1rem;color:#475569;max-width:45rem}.vote-card__body,.vote-card__description{margin:0;font-size:1rem;color:#475569;line-height:1.65;white-space:pre-wrap}.vote-card__description-scroll .vote-card__description{padding-top:.15rem;padding-bottom:2.3rem}.vote-card__inline-link{appearance:none;border:0;padding:0;margin:0;background:none;color:#2563eb;text-decoration:underline;font:inherit;cursor:pointer}.vote-card__inline-link:hover:not(:disabled){color:#1d4ed8}.vote-card__inline-link:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px;border-radius:2px}.vote-card__inline-link:disabled{color:#64748b;cursor:default;text-decoration:none}.site-credit{position:fixed;left:50%;bottom:.9rem;transform:translate(-50%);z-index:100;display:flex;justify-content:center;width:auto;pointer-events:none}.site-credit__line{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:nowrap;white-space:nowrap}.site-credit__logo-link{display:inline-flex;align-items:center;pointer-events:auto}.site-credit__logo-link:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px;border-radius:3px}.site-credit__copy{font-size:.82rem;font-weight:500;color:#64748b;letter-spacing:.01em;white-space:nowrap}.site-credit__logo{height:.9rem;width:auto;display:block;opacity:.92}@keyframes vote-card-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes vote-card-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}@keyframes vote-scroll-hint-in{0%{opacity:0;transform:translate(-50%) translateY(3px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes vote-scroll-hint-in-top{0%{opacity:0;transform:translate(-50%) translateY(-3px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 640px){.site-credit{bottom:.55rem;max-width:calc(100vw - .75rem)}.site-credit__line{gap:.35rem;justify-content:center;max-width:100%}.site-credit__copy{font-size:.72rem}.site-credit__logo{height:.72rem}.site-credit__logo-link{flex-shrink:0}}.login-form{display:flex;flex-direction:column;gap:.6rem}.login-form__label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600}.login-form__input{width:100%;border:1px solid #d1d5db;border-radius:.75rem;padding:.75rem .9rem;font-size:1rem;color:#0f172a;background:#f8fafc}.login-form__input:focus{outline:2px solid transparent;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.login-form__submit{border-color:#1d4ed8;background:#2563eb;color:#fff}.login-form__submit:hover{background:#1d4ed8;border-color:#1e40af}.login-form__error{margin:0;color:#991b1b;background:#fee2e2;border:1px solid #fecaca;padding:.75rem 1rem;border-radius:.75rem}.app--with-credit{padding-bottom:2.75rem}.app--vote{gap:1.25rem}.app--vote-question{height:min(calc(100dvh - 5rem),56rem);max-height:calc(100dvh - 5rem)}.app--vote-question .vote-card{flex:1 1 auto;min-height:0}.app--vote-question .vote-card__content--scroll{height:auto;flex:1 1 auto;min-height:0;max-height:none}.app--vote-question .vote-card__description-shell{flex:1 1 auto;min-height:0}.app--vote .page-actions{margin-top:.35rem}.app--vote .batch-progress{margin-top:.15rem}.vote-card__question--centered{text-align:center}.batch-progress{display:flex;flex-direction:column;gap:.4rem;width:100%;padding:.65rem .9rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.9rem;color:#475569;font-size:.9rem}.batch-progress__label{font-weight:600;color:#1f2937}.batch-progress__bar{height:.35rem;width:100%;background:#e2e8f0;border-radius:999px;overflow:hidden}.batch-progress__fill{display:block;height:100%;background:#2563eb;border-radius:999px;transition:width .3s ease}.page-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.75rem;width:100%}.page-actions--votes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.5rem;width:100%}.vote-action{appearance:none;border-radius:999px;border:1px solid transparent;padding:.75rem 1rem;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}.vote-action--yes{background:#dcfce7;border-color:#86efac;color:#166534}.vote-action--yes:hover{transform:translateY(-1px);box-shadow:0 8px 16px #1665342e}.vote-action--maybe{background:#fef9c3;border-color:#fde047;color:#854d0e}.vote-action--maybe:hover{transform:translateY(-1px);box-shadow:0 8px 16px #854d0e2e}.vote-action--no{background:#fee2e2;border-color:#fecaca;color:#991b1b}.vote-action--no:hover{transform:translateY(-1px);box-shadow:0 8px 16px #991b1b2e}@media (max-width: 480px){.page-actions--votes{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.vote-action{padding:.65rem .25rem;font-size:.95rem}}@media (max-width: 640px){.app--with-credit{padding-bottom:3.25rem}.app--vote{padding:1rem .5rem;gap:.85rem}.app--vote.app--with-credit{padding-bottom:3.25rem}.app--vote-question{height:calc(100dvh - 1.5rem);max-height:calc(100dvh - 1.5rem)}.app--vote .page-actions--votes{margin-top:.1rem;gap:.5rem}.app--vote .batch-progress{margin-top:.1rem}}
