@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg: #f7f8fb;--panel: rgba(255, 255, 255, .92);--ink: #0b1220;--muted: #5b6474;--accent: #09658d;--accent-2: #f59e0b;--border: #dce3ed;--shadow: 0 20px 60px rgba(11, 18, 32, .12);--error: #be123c;--success: #047857}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{min-width:320px;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;background-color:var(--bg);background-image:radial-gradient(circle at 18% 20%,rgba(14,165,233,.08),transparent 28%),radial-gradient(circle at 70% 10%,rgba(245,158,11,.08),transparent 30%),linear-gradient(135deg,#eef2f7,#e6ebf3,#f8fafc);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin-top:0}::selection{background:#0ea5e929}.app-topbar{position:sticky;top:0;z-index:30;width:100%;background:var(--accent);box-shadow:0 10px 24px #0b12202e}.app-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:72rem;margin:0 auto;height:2.5rem;padding:0 1rem}.app-topbar__inner--survey{height:auto;min-height:4.25rem;padding-top:.7rem;padding-bottom:.7rem;align-items:center}.app-topbar__brand{display:flex;align-items:center;gap:.5rem;min-width:0}.app-topbar__brand--survey{flex:1;gap:.75rem}.app-topbar__logo{display:block;width:1.5rem;height:auto;flex:0 0 auto}.app-topbar__title{margin:0;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff}.app-topbar__title--survey{font-size:clamp(.95rem,1.8vw,1.2rem);letter-spacing:.02em;text-transform:none}.app-topbar__survey-meta{flex:1;min-width:0}.app-topbar__progress{margin-top:.4rem;height:.26rem;overflow:hidden;border-radius:999px;background:#ffffff38}.app-topbar__progress-value{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#d8fff2,#fff);transition:width .2s ease}.app-topbar__actions{display:flex;align-items:stretch;gap:.5rem;align-self:stretch}.app-topbar__textbtn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;height:100%;border:0;background:#ffffff1f;color:#fff;cursor:pointer;transition:background .2s ease,opacity .2s ease;padding:0 .75rem;border-radius:0;font-size:.8125rem;font-weight:600}.app-topbar__textbtn:hover{background:#ffffff38}.app-topbar__iconbtn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:100%;border:0;background:#ffffff1f;color:#fff;cursor:pointer;transition:background .2s ease,opacity .2s ease}.app-topbar__iconbtn:hover{background:#ffffff38}.app-topbar__iconbtn svg{width:1.1rem;height:1.1rem}.survey-topbar-language{position:relative;display:flex;align-items:center}.survey-language-trigger--topbar{min-width:12.5rem;max-width:min(18rem,calc(100vw - 2rem));justify-content:flex-start;padding:.45rem .8rem}.app-main{position:relative}.modal-overlay{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:0 1rem;background:#0006}.modal-panel{width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem}.modal-panel--xl{max-width:42rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.modal-kicker{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--muted)}.modal-title{margin:0;font-size:1.35rem;line-height:1.2;font-weight:600;color:var(--ink)}.modal-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--ink)}.modal-close{border:0;padding:0;background:none;font-size:.75rem;font-weight:600;color:var(--muted);cursor:pointer}.tab-row{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.tab-btn{border:1px solid var(--border);border-radius:999px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;color:var(--ink);background:transparent;cursor:pointer}.tab-btn--active{border-color:var(--accent);background:var(--accent);color:#fff}.subtle-grid{background-image:linear-gradient(rgba(12,20,34,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(12,20,34,.04) 1px,transparent 1px);background-size:24px 24px}.page{min-height:calc(100vh - 2.5rem);padding:1rem}.page-shell{margin:0 auto;width:min(100%,72rem);display:grid;gap:1rem}.page-shell--narrow{width:min(100%,40rem)}.page-shell--survey{width:min(100%,68rem)}.survey-page-content{display:flex;flex-direction:column}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.page-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.project-title-edit{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;margin-top:-.95rem;border:1px solid rgba(9,101,141,.22);border-radius:999px;background:#ecf8fcfa;color:var(--accent);font-size:.82rem;line-height:1;box-shadow:0 8px 18px #0b12201a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.project-title-edit:hover{transform:translateY(-1px);background:#fff;box-shadow:0 10px 24px #0b122024}.project-title-edit:focus-visible{outline:2px solid rgba(9,101,141,.4);outline-offset:2px}.page-kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.28em;color:var(--muted)}.page-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;color:var(--ink)}.page-subtitle{margin-top:.25rem;font-size:.8125rem;color:var(--muted)}.panel{background:var(--panel);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.panel-section{padding:1.5rem}.card{border:1px solid #e0e7f0;border-radius:.5rem;background:#fffc;padding:1rem;box-shadow:0 1px 2px #0b122014}.subsection-block{display:grid;gap:.75rem;padding-top:.25rem}.stack-sm{display:flex;flex-direction:column;gap:.5rem}.stack-md{display:flex;flex-direction:column;gap:.75rem}.stack-lg{display:flex;flex-direction:column;gap:1rem}.grid,.grid-two,.dashboard-layout{display:grid;gap:1rem}.dashboard-highlight{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1}.dashboard-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.dashboard-tab{border:1px solid var(--border);border-radius:999px;background:#ffffffd9;color:var(--ink);padding:.55rem .9rem;font-weight:600}.dashboard-tab--active{border-color:var(--accent);background:#ecf8fcf2;color:var(--accent)}.settings-grid{display:grid;gap:1rem;margin-top:1rem}.settings-stack{display:flex;flex-direction:column;gap:1rem}.dashboard-main,.dashboard-side{display:grid;gap:1rem}.project-member-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.project-member-actions{display:grid;gap:.75rem}.member-role-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.25rem .7rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.member-role-badge--owner{background:#08658d1f;color:var(--accent)}.member-role-badge--editor{background:#f59e0b24;color:#b45309}.member-role-badge--viewer{background:#5b647424;color:var(--muted)}.project-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.list-toolbar{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.list-toolbar .form-input{flex:1 1 16rem}.list-table{display:grid;border:1px solid var(--border);border-radius:.85rem;overflow:hidden;background:#ffffffd6}.list-table__header,.list-table__row{gap:.75rem;align-items:center;padding:.9rem 1rem}.list-table__header,.list-table__row{display:grid}.list-table__header--projects,.list-table__row--projects{grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr) minmax(8rem,.8fr)}.list-table__header--surveys,.list-table__row--surveys{grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr) minmax(7rem,.7fr) minmax(7rem,.7fr)}.list-table__header--project-surveys,.list-table__row--project-surveys{grid-template-columns:minmax(0,1.6fr) minmax(8rem,.8fr) minmax(8rem,.8fr)}.list-table__header--project-media,.list-table__row--project-media{grid-template-columns:5rem minmax(0,1.6fr) minmax(0,1fr)}.list-table__header--project-settings-members,.list-table__row--project-settings-members{grid-template-columns:minmax(0,1.5fr) minmax(10rem,.9fr) 4rem}.list-table__header--question-preview,.list-table__row--question-preview{grid-template-columns:minmax(0,1.6fr) minmax(10rem,.8fr) minmax(6rem,.6fr)}.list-table__header--survey-questions,.list-table__row--survey-questions{grid-template-columns:2.5rem minmax(0,1.5fr) minmax(10rem,.8fr) minmax(6rem,.6fr) 4rem}.list-table__header--survey-options,.list-table__row--survey-options{grid-template-columns:minmax(8rem,.7fr) minmax(0,1.2fr) 4rem}.list-table__header--survey-media,.list-table__row--survey-media{grid-template-columns:6rem 5rem minmax(0,1.4fr) minmax(0,1fr) minmax(7rem,.7fr)}.list-table__header--survey-links,.list-table__row--survey-links{grid-template-columns:6rem minmax(0,1.1fr) 8rem minmax(12rem,1fr)}.list-table__header--distribution-links,.list-table__row--distribution-links{grid-template-columns:minmax(0,1.4fr) minmax(8rem,.8fr) minmax(8rem,.8fr) minmax(8rem,.8fr) minmax(12rem,1fr)}.list-table__header--upload-queue,.list-table__row--upload-queue{grid-template-columns:7rem minmax(0,1.2fr) minmax(12rem,1fr) 4rem}.list-table__header{background:#eef2f7e6;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.list-table__row{border-top:1px solid rgba(11,18,32,.08)}.list-table__row--blocked{background:#5b647414;color:var(--muted)}.list-table__row--archived{background:#5b64740d;color:var(--muted)}.list-table__row--button{width:100%;border:0;background:transparent;text-align:left;color:var(--ink);cursor:pointer}.list-table__row--button:hover{background:#ecf8fcb3}.list-table__row--static{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(5rem,.6fr)}.list-table__empty{padding:1rem;color:var(--muted)}.list-thumb{display:block;width:3.5rem;height:3.5rem;object-fit:cover;border-radius:.6rem;background:#eef2f7}.list-thumb--video{display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.survey-admin-layout{display:grid;gap:1rem}.survey-media-open{border:0;padding:0;background:transparent;cursor:pointer}.survey-link-actions{display:flex;gap:.5rem;flex-wrap:wrap}.upload-dropzone{display:grid;gap:.35rem;justify-items:center;padding:1.4rem;border:2px dashed rgba(11,18,32,.18);border-radius:.85rem;background:#f8fafce6;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.upload-dropzone:hover,.upload-dropzone--active{border-color:var(--accent);background:#ecf8fceb}.upload-status{display:inline-flex;align-items:center}.upload-status__badge{display:inline-flex;align-items:center;justify-content:center;min-width:5rem;padding:.25rem .5rem;border-radius:999px;background:#94a3b824;color:var(--muted);font-size:.74rem;font-weight:700}.upload-status__badge--error{background:#be185d1f;color:#be185d}.upload-status__check{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:999px;background:#16a34a24;color:#15803d;font-size:.95rem;font-weight:800}.upload-file-meta{display:grid;gap:.2rem}.survey-admin-list,.survey-admin-detail{display:grid;gap:1rem}.survey-list-item{width:100%;border:1px solid var(--border);border-radius:.75rem;background:#fffc;padding:.9rem 1rem;text-align:left;color:var(--ink);cursor:pointer;display:flex;flex-direction:column;gap:.25rem}.survey-list-item span{font-size:.8rem;color:var(--muted)}.survey-list-item--active{border-color:var(--accent);box-shadow:0 0 0 2px #09658d14}.survey-checkbox-row{align-self:end;min-height:100%}.survey-option-row{align-items:end}.survey-option-actions{grid-column:1 / -1}.survey-media-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.survey-media-tile{display:flex;flex-direction:column;gap:.75rem;width:100%;border:1px solid var(--border);border-radius:.75rem;background:#ffffffd1;padding:.75rem;text-align:left;color:var(--ink);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.survey-media-tile:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0b122014}.survey-media-tile:disabled{cursor:default;opacity:.78}.survey-media-tile--active{border-color:var(--accent);box-shadow:0 0 0 2px #09658d14;background:#ecf8fcf2}.survey-media-thumb{width:100%;height:7rem;object-fit:cover;border-radius:.65rem;background:#eef2f7}.survey-media-thumb--video{display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.stats-grid{display:grid;gap:1rem}.stat-tile{border:1px solid #e0e7f0;border-radius:.75rem;background:#fffc;padding:1rem;box-shadow:0 1px 2px #0b122014}.stat-tile strong{display:block;font-size:2rem;line-height:1;margin-top:.5rem}.label-caps{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--muted)}.text-muted{color:var(--muted)}.text-error{font-size:.75rem;color:var(--error)}.form-label{display:block;font-size:.75rem;font-weight:600;color:var(--muted)}.form-input{width:100%;border-radius:.5rem;border:1px solid var(--border);padding:.6rem .75rem;font-size:.875rem;background:#fff}.button-row{display:flex;align-items:center;gap:.5rem}.button-row--right{justify-content:flex-end}.btn{border-radius:.5rem;padding:.55rem 1rem;font-size:.875rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0b12201f}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.btn-primary{border:1px solid var(--accent);background:var(--accent);color:#fff;box-shadow:0 1px 2px #0b12201f}.btn-outline{border:1px solid var(--border);background:transparent;color:var(--ink)}.btn-danger{border-color:#be123c33;color:var(--error)}.btn-icon{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding-inline:.65rem}.btn-icon--title{min-width:2.25rem;padding:.45rem .6rem;line-height:1}.checkbox-row{display:flex;align-items:center;gap:.5rem;color:var(--muted)}.project-settings-actions{display:flex;justify-content:flex-end}.survey-question-handle{display:inline-flex;align-items:center;justify-content:center;color:var(--muted);font-size:1.1rem;line-height:1;cursor:grab;-webkit-user-select:none;user-select:none}.survey-question-handle:active{cursor:grabbing}.project-survey-row-actions{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.hero-card,.survey-layout{display:grid;gap:1rem}.survey-titlebar{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;padding:1rem 1.1rem .85rem;border-radius:1rem;background:linear-gradient(135deg,#0c5f8f,#0d7a89);color:#fff;box-shadow:0 16px 36px #0c5f8f38}.survey-titlebar__main{flex:1;min-width:0}.survey-titlebar__topline{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.survey-titlebar__main .page-title{font-size:clamp(1.35rem,2.2vw,1.9rem);margin:0;color:#fff}.survey-titlebar__actions{position:relative;flex-shrink:0}.survey-language-trigger{min-width:3.1rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff24;color:#fff;padding:.45rem .7rem;font-size:.78rem;font-weight:700;letter-spacing:.01em;box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.survey-language-popout{position:absolute;top:calc(100% + .45rem);right:0;z-index:20;width:max-content;min-width:14rem;max-width:min(20rem,calc(100vw - 2rem));display:flex;flex-direction:column;gap:.25rem;padding:.4rem;border:1px solid rgba(11,18,32,.1);border-radius:.9rem;background:#fffffffa;box-shadow:0 16px 40px #0b122024}.survey-language-option{border:0;border-radius:.7rem;background:transparent;color:var(--ink);padding:.65rem .75rem;text-align:left;font-weight:600;white-space:nowrap}.survey-language-option:hover,.survey-language-option:focus-visible{background:#ecf8fcf2;color:var(--accent);outline:none}.survey-progressbar{margin-top:.5rem;height:.32rem;overflow:hidden;border-radius:999px;background:#0b122014}.survey-progressbar--header{margin-top:.75rem;background:#ffffff38}.survey-progressbar__value{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0d7a89,#4fbf9f);transition:width .2s ease}.survey-progressbar--header .survey-progressbar__value{background:linear-gradient(90deg,#d8fff2,#fff)}.media-frame{width:100%;min-height:18rem;max-height:58vh;object-fit:contain;border-radius:.75rem;background:#fff;box-shadow:inset 0 2px 4px #0b122014}.video-frame{width:100%;min-height:18rem;max-height:58vh;border-radius:.75rem;background:#000;box-shadow:inset 0 2px 4px #0b122014}.survey-question-block h2{margin:0;font-size:1.05rem;line-height:1.25}.survey-question-block .text-muted{margin:0}.choice-grid{display:grid;gap:.75rem}.choice-grid .btn{width:100%;justify-content:flex-start;text-align:left}.choice-row{display:flex;gap:.75rem;flex-wrap:wrap}.choice-row .btn{flex:1 1 8rem;justify-content:center;text-align:center}.survey-question-block{padding-bottom:1rem;border-bottom:1px solid rgba(11,18,32,.08)}.survey-question-block:last-child{padding-bottom:0;border-bottom:0}.survey-slider-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.survey-slider-value{font-size:.95rem;font-weight:700;color:var(--ink)}.survey-slider-unit{font-size:.82rem;color:var(--muted)}.survey-slider{position:relative;padding-top:2.5rem}.survey-slider__bubble{position:absolute;top:0;transform:translate(-50%);min-width:3rem;padding:.35rem .55rem;border-radius:999px;background:var(--ink);color:#fff;font-size:.8rem;font-weight:700;text-align:center;white-space:nowrap;pointer-events:none}.survey-slider__bubble:after{content:"";position:absolute;left:50%;bottom:-.35rem;width:.7rem;height:.7rem;background:var(--ink);transform:translate(-50%) rotate(45deg)}.survey-slider__input{width:100%;margin:0;background:transparent;appearance:none;-webkit-appearance:none}.survey-slider__input:focus{outline:none}.survey-slider__input::-webkit-slider-runnable-track{height:.35rem;border-radius:999px;background:#0b122029}.survey-slider__input::-moz-range-track{height:.35rem;border-radius:999px;background:#0b122029}.survey-slider__input::-moz-range-progress{height:.35rem;border-radius:999px;background:#0b122029}.survey-slider__input::-webkit-slider-thumb{width:1.15rem;height:1.15rem;margin-top:-.4rem;border:2px solid var(--accent);border-radius:999px;background:#fff;box-shadow:0 0 0 4px #09658d1f;cursor:pointer;appearance:none;-webkit-appearance:none}.survey-slider__input::-moz-range-thumb{width:1.15rem;height:1.15rem;border:2px solid var(--accent);border-radius:999px;background:#fff;box-shadow:0 0 0 4px #09658d1f;cursor:pointer}.survey-scale__labels{display:flex;justify-content:space-between;font-size:.82rem;color:var(--muted)}@media(max-width:767px){.app-topbar__inner--survey{min-height:3.35rem;padding-top:.45rem;padding-bottom:.45rem}.app-topbar__brand--survey{gap:.5rem}.app-topbar__logo{width:1.2rem}.app-topbar__title--survey{font-size:.9rem;line-height:1.15}.app-topbar__progress{margin-top:.25rem;height:.2rem}.survey-language-trigger--topbar{min-width:9.5rem;max-width:calc(100vw - 2rem);padding:.35rem .55rem;font-size:.72rem}.page-shell--survey{width:100%}.survey-page-content{padding:0}.panel-section{padding:.8rem}.card{padding:.65rem}.stack-lg{gap:.6rem}.stack-md{gap:.5rem}.stack-sm{gap:.35rem}.survey-layout{gap:.65rem}.media-frame,.video-frame{min-height:11.5rem;max-height:35vh}.survey-question-block{padding-bottom:.75rem}.survey-question-block h2{font-size:.98rem;line-height:1.2}.page-subtitle{margin-top:0;font-size:.78rem}.button-row{gap:.5rem}.btn{padding:.65rem .9rem}.choice-row{gap:.5rem}.choice-row .btn{flex-basis:6.5rem}}@media(min-width:768px){.page{padding:1.5rem}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-three{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.dashboard-layout{grid-template-columns:minmax(0,1.6fr) minmax(22rem,.9fr);align-items:start}.survey-admin-layout{grid-template-columns:minmax(16rem,.8fr) minmax(0,1.4fr);align-items:start}.survey-layout{grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr);align-items:start}.survey-titlebar{padding:.9rem 1rem .8rem}.survey-titlebar__topline{align-items:center}.app-topbar__inner--survey{min-height:4rem;padding-top:.65rem;padding-bottom:.65rem}.app-topbar__brand--survey{gap:.6rem}}
