/*!*************************************************************************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css ***! \*************************************************************************************************************************************************************************************************************************************************************/ /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */ @layer properties; @layer theme, base, components, utilities; @layer theme { :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); } } @layer base { *, ::after, ::before, ::backdrop, ::file-selector-button { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid; } html, :host { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings, normal); font-variation-settings: var(--default-font-variation-settings, normal); -webkit-tap-highlight-color: transparent; } hr { height: 0; color: inherit; border-top-width: 1px; } abbr:where([title]) { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } a { color: inherit; -webkit-text-decoration: inherit; text-decoration: inherit; } b, strong { font-weight: bolder; } code, kbd, samp, pre { font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings, normal); font-variation-settings: var(--default-mono-font-variation-settings, normal); font-size: 1em; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } table { text-indent: 0; border-color: inherit; border-collapse: collapse; } :-moz-focusring { outline: auto; } progress { vertical-align: baseline; } summary { display: list-item; } ol, ul, menu { list-style: none; } img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; } img, video { max-width: 100%; height: auto; } button, input, select, optgroup, textarea, ::file-selector-button { font: inherit; font-feature-settings: inherit; font-variation-settings: inherit; letter-spacing: inherit; color: inherit; border-radius: 0; background-color: transparent; opacity: 1; } :where(select:is([multiple], [size])) optgroup { font-weight: bolder; } :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; } ::file-selector-button { margin-inline-end: 4px; } ::placeholder { opacity: 1; } @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) { ::placeholder { color: currentcolor; @supports (color: color-mix(in lab, red, red)) { color: color-mix(in oklab, currentcolor 50%, transparent); } } } textarea { resize: vertical; } ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; } ::-webkit-datetime-edit { display: inline-flex; } ::-webkit-datetime-edit-fields-wrapper { padding: 0; } ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { padding-block: 0; } ::-webkit-calendar-picker-indicator { line-height: 1; } :-moz-ui-invalid { box-shadow: none; } button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button { appearance: button; } ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } [hidden]:where(:not([hidden="until-found"])) { display: none !important; } } @layer utilities { .invisible { visibility: hidden; } .visible { visibility: visible; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border-width: 0; } .relative { position: relative; } .block { display: block; } .hidden { display: none; } .shadow { --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); } } :root { --color-bg: #f9fafb; --color-surface: #ffffff; --color-text: #111827; --color-text-muted: #6b7280; --color-primary: #1d4ed8; --color-primary-hover: #1e40af; --color-primary-light: #dbeafe; --color-accent: #2563eb; --color-error: #b91c1c; --color-error-bg: #fef2f2; --color-border: #d1d5db; --color-border-focus: #2563eb; --color-sensitive: #fef3c7; --color-sensitive-border: #f59e0b; --radius: 8px; --shadow-card: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06); } *, *::before, *::after { box-sizing: border-box; } html { font-size: 16px; scroll-behavior: smooth; } body { margin: 0; background: var(--color-bg); color: var(--color-text); font-family: system-ui, -apple-system, 'Segoe UI', sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; } .skip-link { position: absolute; left: -9999px; top: 4px; z-index: 9999; padding: 8px 16px; background: var(--color-primary); color: #fff; border-radius: var(--radius); font-weight: 600; text-decoration: none; } .skip-link:focus { left: 4px; } .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; } .survey-wrapper { max-width: 720px; margin: 0 auto; padding: 0 16px 80px; } .survey-header { padding: 32px 0 16px; border-bottom: 2px solid var(--color-border); margin-bottom: 16px; } .survey-title { font-size: 1.5rem; font-weight: 700; margin: 0 0 8px; color: var(--color-text); } .survey-anon-note { margin: 0; font-size: 0.875rem; color: var(--color-text-muted); } .survey-progress-sticky { position: sticky; top: 0; z-index: 10; background: var(--color-surface); border-bottom: 1px solid var(--color-border); padding: 8px 0; } .progress-bar-container { display: flex; align-items: center; gap: 12px; height: 8px; position: relative; } .progress-bar-fill { height: 8px; background: var(--color-primary); border-radius: 4px; transition: width 0.3s ease; flex-shrink: 0; } .progress-bar-label { font-size: 0.75rem; color: var(--color-text-muted); white-space: nowrap; position: absolute; right: 0; top: -18px; } .survey-section { margin-top: 32px; } .section-header { margin-bottom: 16px; } .section-title { font-size: 1.125rem; font-weight: 700; margin: 0 0 6px; padding: 10px 14px; background: var(--color-primary-light); border-left: 4px solid var(--color-primary); border-radius: 0 var(--radius) var(--radius) 0; color: var(--color-primary-hover); } .section-sensitive-note { font-size: 0.8125rem; color: #92400e; background: var(--color-sensitive); border: 1px solid var(--color-sensitive-border); border-radius: var(--radius); padding: 8px 12px; margin: 0; } .question-wrapper { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 20px; margin-bottom: 12px; box-shadow: var(--shadow-card); } .question-fieldset { border: none; padding: 0; margin: 0; min-width: 0; } .question-legend { display: block; font-size: 1rem; font-weight: 600; margin-bottom: 12px; color: var(--color-text); line-height: 1.4; } .required-mark { color: var(--color-error); } .options-list { display: flex; flex-direction: column; gap: 8px; } .option-label { display: flex; align-items: flex-start; gap: 10px; padding: 10px 12px; border: 1.5px solid var(--color-border); border-radius: var(--radius); cursor: pointer; transition: border-color 0.15s, background 0.15s; line-height: 1.4; } .option-label:hover { border-color: var(--color-accent); background: var(--color-primary-light); } .option-label:has(input:checked) { border-color: var(--color-primary); background: var(--color-primary-light); font-weight: 500; } .option-disabled { opacity: 0.45; cursor: not-allowed; } .option-disabled:hover { border-color: var(--color-border); background: transparent; } .option-input { margin-top: 2px; flex-shrink: 0; width: 18px; height: 18px; accent-color: var(--color-primary); cursor: pointer; } .option-input:disabled { cursor: not-allowed; } .option-text { flex: 1; } .max-select-hint { font-size: 0.8125rem; color: var(--color-text-muted); margin: 0 0 10px; } .rating-wrapper { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; } .rating-label { font-size: 0.8125rem; color: var(--color-text-muted); white-space: nowrap; } .rating-steps { display: flex; gap: 6px; flex-wrap: wrap; } .rating-step { display: flex; } .rating-dot { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 2px solid var(--color-border); border-radius: 50%; font-size: 1rem; font-weight: 600; cursor: pointer; transition: border-color 0.15s, background 0.15s, color 0.15s; color: var(--color-text); } .rating-step:has(input:checked) .rating-dot { background: var(--color-primary); border-color: var(--color-primary); color: #fff; } .rating-step:has(input:focus-visible) .rating-dot { outline: 3px solid var(--color-border-focus); outline-offset: 2px; } .rating-step:hover .rating-dot { border-color: var(--color-accent); background: var(--color-primary-light); } .rating-step:has(input:checked):hover .rating-dot { background: var(--color-primary-hover); border-color: var(--color-primary-hover); color: #fff; } .text-area { display: block; width: 100%; padding: 10px 12px; border: 1.5px solid var(--color-border); border-radius: var(--radius); font-size: 1rem; font-family: inherit; line-height: 1.5; resize: vertical; transition: border-color 0.15s; color: var(--color-text); background: var(--color-surface); } .text-area:focus { outline: none; border-color: var(--color-border-focus); box-shadow: 0 0 0 3px rgba(37,99,235,0.15); } .field-error { margin: 6px 0 0; font-size: 0.875rem; color: var(--color-error); display: flex; align-items: center; gap: 4px; } .field-error::before { content: '⚠'; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; border-radius: var(--radius); font-size: 1rem; font-weight: 600; border: 2px solid transparent; cursor: pointer; transition: background 0.15s, border-color 0.15s, box-shadow 0.15s; min-height: 44px; text-decoration: none; } .btn:focus-visible { outline: 3px solid var(--color-border-focus); outline-offset: 2px; } .btn-primary { background: var(--color-primary); color: #fff; } .btn-primary:hover { background: var(--color-primary-hover); } .btn-secondary { background: transparent; color: var(--color-primary); border-color: var(--color-primary); } .btn-secondary:hover { background: var(--color-primary-light); } .form-footer { padding: 24px 0 16px; display: flex; justify-content: flex-end; } .summary-container { max-width: 720px; margin: 0 auto; padding: 32px 16px 80px; } .summary-header { margin-bottom: 28px; } .summary-title { font-size: 1.5rem; font-weight: 700; margin: 0 0 8px; } .summary-subtitle { color: var(--color-text-muted); margin: 0 0 12px; } .summary-note { font-size: 0.875rem; background: var(--color-sensitive); border: 1px solid var(--color-sensitive-border); border-radius: var(--radius); padding: 10px 14px; margin: 0; } .summary-section-heading { font-size: 1rem; font-weight: 700; padding: 8px 12px; background: var(--color-primary-light); border-left: 4px solid var(--color-primary); border-radius: 0 var(--radius) var(--radius) 0; margin: 24px 0 8px; color: var(--color-primary-hover); } .summary-list { margin: 0; padding: 0; } .summary-item { border-bottom: 1px solid var(--color-border); padding: 12px 0; } .summary-question { font-size: 0.875rem; color: var(--color-text-muted); margin-bottom: 4px; } .summary-code { font-weight: 700; color: var(--color-primary); margin-right: 4px; } .summary-answer { font-size: 1rem; font-weight: 500; color: var(--color-text); margin: 0; } .summary-actions { padding-top: 28px; display: flex; justify-content: flex-start; } .no-survey { max-width: 480px; margin: 80px auto; text-align: center; padding: 0 16px; } .no-survey-title { font-size: 1.25rem; font-weight: 700; margin-bottom: 12px; } .no-survey-hint { font-size: 0.875rem; background: #f3f4f6; border-radius: var(--radius); padding: 12px 16px; text-align: left; font-family: 'Courier New', monospace; margin-top: 16px; } .loading-wrapper { max-width: 720px; margin: 0 auto; padding: 32px 16px; } .skeleton { background: #e5e7eb; border-radius: var(--radius); animation: pulse 1.4s ease-in-out infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } } :focus-visible { outline: 3px solid var(--color-border-focus); outline-offset: 2px; } @media (max-width: 480px) { .survey-title { font-size: 1.25rem; } .rating-wrapper { flex-direction: column; align-items: flex-start; } .form-footer { justify-content: stretch; } .btn { width: 100%; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } @property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; } @property --tw-shadow-color { syntax: "*"; inherits: false; } @property --tw-shadow-alpha { syntax: ""; inherits: false; initial-value: 100%; } @property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; } @property --tw-inset-shadow-color { syntax: "*"; inherits: false; } @property --tw-inset-shadow-alpha { syntax: ""; inherits: false; initial-value: 100%; } @property --tw-ring-color { syntax: "*"; inherits: false; } @property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; } @property --tw-inset-ring-color { syntax: "*"; inherits: false; } @property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; } @property --tw-ring-inset { syntax: "*"; inherits: false; } @property --tw-ring-offset-width { syntax: ""; inherits: false; initial-value: 0px; } @property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; } @property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; } @keyframes pulse { 50% { opacity: 0.5; } } @layer properties { @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) { *, ::before, ::after, ::backdrop { --tw-shadow: 0 0 #0000; --tw-shadow-color: initial; --tw-shadow-alpha: 100%; --tw-inset-shadow: 0 0 #0000; --tw-inset-shadow-color: initial; --tw-inset-shadow-alpha: 100%; --tw-ring-color: initial; --tw-ring-shadow: 0 0 #0000; --tw-inset-ring-color: initial; --tw-inset-ring-shadow: 0 0 #0000; --tw-ring-inset: initial; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 #0000; } } }