.vtk-form{gap:22px;max-width:720px;display:grid}.vtk-form-field{gap:8px;display:grid}.vtk-form-label{color:var(--ink);font-weight:600;line-height:1.4}.vtk-form-required{color:var(--muted);margin-left:3px}.vtk-form-help{color:var(--muted);font-size:14px}.vtk-form-help p:last-child{margin-bottom:0}.vtk-form-image{border:1px solid var(--line);border-radius:14px;max-width:100%;height:auto}.vtk-form-input{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);font:inherit;border-radius:12px;padding:10px 12px;font-size:15px}.vtk-form-input:focus-visible{outline:2px solid var(--ink);outline-offset:1px}.vtk-themed-select{width:100%;position:relative}.vtk-themed-select-value{opacity:0;pointer-events:none;border:0!important;width:1px!important;height:1px!important;min-height:1px!important;margin:0!important;padding:0!important;position:absolute!important}.vtk-themed-select-trigger{border:1px solid var(--line-2);background:var(--surface);width:100%;min-height:40px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;font-size:14px;display:flex}.vtk-themed-select[data-variant=public] .vtk-themed-select-trigger{border-color:var(--line);border-radius:12px;min-height:44px;padding:10px 12px;font-size:15px}.vtk-themed-select-trigger:focus-visible,.vtk-themed-select[data-open=true] .vtk-themed-select-trigger{border-color:var(--ink);outline:3px solid color-mix(in srgb, var(--ink) 9%, transparent);outline-offset:0}.vtk-themed-select-trigger:disabled{cursor:not-allowed;opacity:.64}.vtk-themed-select-trigger svg{flex:none;transition:transform .15s}.vtk-themed-select[data-open=true] .vtk-themed-select-trigger svg{transform:rotate(180deg)}.vtk-themed-select-options{z-index:30;border:1px solid var(--line);background:var(--surface);max-height:280px;box-shadow:0 12px 28px color-mix(in srgb, var(--ink) 14%, transparent);border-radius:12px;padding:5px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.vtk-themed-select-options>button{width:100%;min-height:38px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:14px;display:flex}.vtk-themed-select-options>button:is(:hover,[data-highlighted=true]){background:var(--paper-2)}.vtk-themed-select-options>button[aria-selected=true]{font-weight:700}.vtk-themed-select-options>button:disabled{color:var(--muted);cursor:not-allowed}.vtk-exclusive-choices{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.vtk-exclusive-choices>label{border:1px solid var(--line);background:var(--surface);min-width:0;color:var(--ink);cursor:pointer;border-radius:12px;align-items:flex-start;gap:9px;padding:12px;display:flex}.vtk-exclusive-choices>label:hover{background:var(--paper-2)}.vtk-exclusive-choices>label[data-selected=true]{border-color:var(--ink);box-shadow:inset 3px 0 0 var(--yellow)}.vtk-exclusive-choices>label[data-disabled=true]{cursor:not-allowed;opacity:.55}.vtk-exclusive-choices>label[data-disabled=true]:hover{background:var(--surface)}.vtk-exclusive-choices input{width:16px;height:16px;accent-color:var(--ink);flex:none;margin-top:2px}.vtk-exclusive-choices span{gap:3px;min-width:0;display:grid}.vtk-exclusive-choices strong{font-size:13px;line-height:1.35}.vtk-exclusive-choices small{color:var(--muted);font-size:12px;line-height:1.4}@media (min-width:680px){.vtk-exclusive-choices[data-columns="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.vtk-exclusive-choices[data-columns="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}}.vtk-form-field[data-invalid=true] .vtk-form-input{border-color:var(--ink);box-shadow:inset 3px 0 0 var(--yellow)}.vtk-form-error{color:var(--ink);box-shadow:inset 3px 0 0 var(--yellow);margin:0;padding-left:10px;font-size:14px;font-weight:600}.vtk-form-options{gap:8px;display:grid}.vtk-form-check{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;line-height:1.4;display:flex}.vtk-form-check:hover{background:var(--paper-2)}.vtk-form-check[data-disabled=true]{cursor:not-allowed;color:var(--muted)}.vtk-form-check input{flex:none;margin-top:2px}.vtk-form-soldout,.vtk-form-remaining{color:var(--muted);margin-left:8px;font-size:13px;font-style:normal}.vtk-form-soldout{font-weight:600}.vtk-form-other{color:var(--muted);gap:6px;padding-left:12px;font-size:14px;display:grid}.vtk-form-scale{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.vtk-form-scale-label{color:var(--muted);font-size:13px}.vtk-form-scale-step{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0 10px;font-weight:600;display:inline-flex}.vtk-form-scale-step input{opacity:0;width:1px;height:1px;position:absolute}.vtk-form-scale-step:has(input:checked){background:var(--ink);color:var(--paper);border-color:var(--ink)}.vtk-form-scale-step:has(input:focus-visible){outline:2px solid var(--ink);outline-offset:2px}.vtk-form-scale-step[data-stars=true]{min-width:44px;font-size:20px}.vtk-form-preview{border:1px solid var(--line);background:var(--paper);border-radius:16px;gap:20px;padding:18px;display:grid}.vtk-form-page{gap:24px;max-width:820px;margin:0 auto;padding:40px 20px 72px;display:grid}.vtk-page-form{border:1px solid var(--line);background:var(--surface);box-shadow:inset 3px 0 0 var(--yellow), 0 1px 2px #0e1a360a;border-radius:20px;gap:18px;padding:clamp(20px,3vw,26px);scroll-margin-top:96px;display:grid}.vtk-page-form-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:6px 16px;display:flex}.vtk-page-form-head h2{letter-spacing:-.015em;color:var(--ink);text-wrap:balance;margin:0;font-size:clamp(19px,2.2vw,22px);font-weight:600}.vtk-page-form-status{color:var(--muted);font-variant-numeric:tabular-nums;align-items:center;gap:7px;margin:0;font-size:13px;font-weight:600;display:inline-flex}.vtk-page-form-status:before{content:"";background:var(--yellow);border-radius:50%;flex:none;width:7px;height:7px}.vtk-page-form-body{gap:18px;display:grid}.vtk-page-form-body .vtk-form{max-width:none}.vtk-page-form-body>.prose-vtk>:first-child{margin-top:0}.vtk-page-form-body>.prose-vtk>:last-child{margin-bottom:0}.vtk-page-form-body .vtk-form-notice{box-shadow:inset 3px 0 0 var(--yellow);background:0 0;border:0;border-radius:0;padding:0 0 0 14px}.vtk-page-form-body .vtk-form-notice[data-tone=blocked],.vtk-page-form-body .vtk-form-notice[data-tone=preview],.vtk-page-form-body .vtk-form-notice[data-tone=warning],.vtk-page-form-body .vtk-form-notice[data-tone=done]{box-shadow:inset 3px 0 0 var(--yellow)}.vtk-form-section{border-top:1px solid var(--line);gap:18px;padding-top:8px;display:grid}.vtk-form-section :is(h2,h3){color:var(--ink);margin:0;font-size:20px}.vtk-form-section-intro{color:var(--muted);margin:-8px 0 0}.vtk-form-notice{border:1px solid var(--line);background:var(--surface);border-radius:16px;gap:8px;padding:16px 18px;display:grid}.vtk-form-notice h2{margin:0;font-size:18px}.vtk-form-notice p{color:var(--body);margin:0}.vtk-form-notice[data-tone=blocked],.vtk-form-notice[data-tone=preview],.vtk-form-notice[data-tone=warning],.vtk-form-notice[data-tone=done]{box-shadow:inset 3px 0 0 var(--yellow)}.vtk-form-summary{background:var(--paper-2);box-shadow:inset 3px 0 0 var(--yellow);border-radius:12px;padding:12px 16px;font-weight:600}.vtk-form-deadline{color:var(--muted);margin:0;font-size:14px;font-weight:600}.vtk-form-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.vtk-form-login{background:var(--ink);color:var(--paper);border-radius:999px;align-items:center;padding:10px 18px;font-weight:600;text-decoration:none;display:inline-flex}.vtk-form-empty{color:var(--muted)}.vtk-form-index{gap:14px;margin:0;padding:0;list-style:none;display:grid}.vtk-form-index a{border:1px solid var(--line);background:var(--surface);color:inherit;border-radius:18px;padding:18px 20px;text-decoration:none;display:block}.vtk-form-index a:hover{background:var(--paper-2)}.vtk-form-index h2{margin:0 0 6px;font-size:18px}.vtk-form-index p{color:var(--muted);margin:0;font-size:14px}.vtk-form-index-meta{font-weight:600;margin-top:8px!important}.vtk-form-files{gap:10px;display:grid}.vtk-form-file-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.vtk-form-file-list>li{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;display:flex}.vtk-form-file-list small{color:var(--muted);margin-left:auto}.vtk-form-file-button{border:1px solid var(--line);background:var(--surface);font:inherit;cursor:pointer;border-radius:999px;justify-self:start;align-items:center;gap:8px;padding:9px 16px;font-weight:600;display:inline-flex}.vtk-form-file-button:disabled{opacity:.6;cursor:not-allowed}.vtk-form-progress,.vtk-form-progress-summary{gap:6px;display:grid}.vtk-form-progress p,.vtk-form-progress-summary p{color:var(--muted);margin:0;font-size:13px}.vtk-form-progress progress{opacity:0;width:1px;height:1px;position:absolute}.vtk-form-progress-bar{background:var(--paper-2);border-radius:999px;height:8px;overflow:hidden}.vtk-form-progress-bar>span{background:var(--yellow);height:100%;transition:width .2s;display:block}