:root{--font-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";--r-xl:20px;--r-lg:16px;--r-md:12px;--bg:#f2f2f7;--surface:hsla(0,0%,100%,.55);--surface-solid:#fff;--stroke:rgba(60,60,67,.16);--separator:rgba(60,60,67,.12);--text:rgba(0,0,0,.92);--muted:rgba(60,60,67,.72);--accent:#0a84ff}body,html{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;touch-action:manipulation}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{margin:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0}canvas,img,svg,video{display:block;max-width:100%}button{background:none}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}button,input,select,textarea{font:inherit}.safe{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.largeTitle{font-size:28px;line-height:1.15;font-weight:700;letter-spacing:-.02em;margin:0}@media(min-width:640px){.largeTitle{font-size:34px}}.navTitle{font-size:17px;font-weight:600}.subhead{font-size:15px;color:var(--muted)}.card{background:var(--surface);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.card,.cardSolid{border:1px solid var(--stroke);border-radius:var(--r-xl)}.cardSolid{background:var(--surface-solid);max-width:1200px;width:100%}.cardSolid--found{background:#dcfce7}.listSection{background:var(--surface-solid);border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--stroke);max-width:1200px;width:100%}.row{display:flex;align-items:center;gap:8px;padding:12px}@media(min-width:640px){.row{gap:12px;padding:14px 16px}}.row+.row{border-top:1px solid var(--separator)}.row--found{background:#dcfce7}.rowTitle{font-size:16px;font-weight:500}.rowMeta{font-size:13px;color:var(--muted)}.buttonPrimary{background:var(--accent);color:#fff;border-radius:12px;padding:12px 16px;font-weight:600;border:none;cursor:pointer;transition:opacity .2s;min-height:44px;min-width:44px}.buttonPrimary:hover{opacity:.9}.buttonPrimary:active{opacity:.8}.buttonPrimary:focus-visible{outline:2px solid #fff;outline-offset:2px}.buttonSecondary{background:#f3f4f6;color:#111827;border-radius:12px;padding:12px 16px;font-weight:600;border:1px solid #e5e7eb;cursor:pointer;transition:opacity .2s;min-height:44px;min-width:44px}.buttonSecondary:hover{opacity:.9}.buttonSecondary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.buttonGhost{background:transparent;color:var(--accent);padding:10px 14px;font-weight:500;border:none;cursor:pointer;min-height:44px;min-width:44px}.buttonGhost:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.stepper{justify-content:space-between;gap:8px}.stepper,.stepperBtn{display:flex;align-items:center}.stepperBtn{width:22px;height:44px;border-radius:0;border:1px solid var(--stroke);background:var(--surface);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);justify-content:center;font-size:18px;cursor:pointer;transition:opacity .2s;flex-shrink:0;min-height:44px;min-width:44px}.stepperBtn svg{display:block;margin:0 auto}.stepperBtn:hover{opacity:.8}.stepperBtn:active{opacity:.6}.stepperBtn:disabled{opacity:.4;cursor:not-allowed}.stepperBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.stepperValue{min-width:32px;text-align:center;font-weight:600}.toolbar{position:sticky;top:0;z-index:10;background:var(--surface);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--separator)}.toolbar>div{padding:.75rem 1rem}@media(min-width:640px){.toolbar>div{padding:1rem 1.5rem}}[role=button],a,button{min-height:44px;min-width:44px}[role=button]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}[role=button]:focus:not(:focus-visible),a:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus:not(:focus-visible),select:focus:not(:focus-visible),textarea:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.absolute{position:absolute}.relative{position:relative}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.top-2{top:.5rem}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.left-0{left:0}.left-2{left:.5rem}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.z-10{z-index:10}.z-50{z-index:50}.flex{display:flex}.grid{display:grid}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.min-h-screen{min-height:100vh}.min-h-full{min-height:100%}.h-full{height:100%}.w-full{width:100%}.h-2{height:.5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-80{width:20rem}.max-w-2xl{max-width:42rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-h-40{max-height:10rem}.max-h-96{max-height:24rem}.min-w-0{min-width:0}.p-0\.5{padding:.125rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.m-4{margin:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-3{margin-left:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.border{border:1px solid #e5e7eb}.border-2{border-width:2px;border-style:solid}.border-3{border-width:3px;border-style:solid}.border-4{border-width:4px;border-style:solid}.border-b{border-bottom-width:1px;border-style:solid}.border-t{border-top-width:1px;border-style:solid}.border-t-transparent{border-top-color:transparent}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.bg-black{background-color:rgb(0,0,0,var(--bg-opacity,1))}.bg-white{background-color:rgb(255,255,255,var(--bg-opacity,1))}.bg-gray-50{background-color:rgb(249,250,251,var(--bg-opacity,1))}.bg-gray-100{background-color:rgb(243,244,246,var(--bg-opacity,1))}.bg-gray-200{background-color:rgb(229,231,235,var(--bg-opacity,1))}.bg-gray-700{background-color:rgb(55,65,81,var(--bg-opacity,1))}.bg-gray-800{background-color:rgb(31,41,55,var(--bg-opacity,1))}.bg-blue-50{background-color:rgb(239,246,255,var(--bg-opacity,1))}.bg-blue-500{background-color:rgb(59,130,246,var(--bg-opacity,1))}.bg-blue-600{background-color:rgb(37,99,235,var(--bg-opacity,1))}.bg-red-50{background-color:rgb(254,242,242,var(--bg-opacity,1))}.bg-red-600{background-color:rgb(220,38,38,var(--bg-opacity,1))}.bg-yellow-50{background-color:rgb(254,252,232,var(--bg-opacity,1))}.bg-yellow-100{background-color:rgb(254,249,195,var(--bg-opacity,1))}.bg-green-50{background-color:rgb(240,253,244,var(--bg-opacity,1))}.bg-opacity-50{--bg-opacity:0.5}.bg-opacity-60{--bg-opacity:0.6}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.text-yellow-800{color:#92400e}.text-green-800{color:#166534}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-blue-500{border-color:#3b82f6}.border-red-200{border-color:#fecaca}.border-yellow-200{border-color:#fef08a}.border-white{border-color:#fff}.bg-blue-50,.bg-blue-500,.bg-blue-600,.bg-gray-100,.bg-gray-200,.bg-gray-50,.bg-gray-700,.bg-gray-800,.bg-green-50,.bg-red-50,.bg-red-600,.bg-yellow-100,.bg-yellow-50{background-repeat:no-repeat}.opacity-80{opacity:.8}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.object-cover{-o-object-fit:cover;object-fit:cover}.object-contain{-o-object-fit:contain;object-fit:contain}.mix-blend-multiply{mix-blend-mode:multiply}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.transition-opacity{transition-property:opacity;transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.transition-transform{transition-property:transform;transition-duration:.15s}.transition-all{transition-property:all;transition-duration:.15s}.duration-200{transition-duration:.2s}.transform{transform:translateZ(0)}.cursor-pointer{cursor:pointer}.underline{text-decoration:underline}.aspect-square{aspect-ratio:1/1}.focus\:outline-none:focus{outline:none}.focus\:border-blue-500:focus{border-color:#3b82f6}.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--ring-color,rgba(59,130,246,.5))}.focus\:ring-blue-500:focus{--ring-color:rgba(59,130,246,.5)}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-100:hover{opacity:1}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:text-gray-700:hover{color:#374151}.hover\:text-red-800:hover{color:#991b1b}.active\:bg-red-50:active{background-color:#fef2f2}.active\:bg-blue-50:active{background-color:#eff6ff}.active\:bg-gray-50:active{background-color:#f9fafb}.active\:text-red-600:active{color:#dc2626}.active\:opacity-100:active{opacity:1}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.dark .dark\:bg-gray-800{background-color:#1f2937}.dark .dark\:bg-red-900\/20{background-color:rgba(127,29,29,.2)}.dark .dark\:bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.dark .dark\:border-gray-700{border-color:#374151}.dark .dark\:border-red-800{border-color:#991b1b}.dark .dark\:border-yellow-800{border-color:#92400e}.dark .dark\:text-red-200{color:#fecaca}.dark .dark\:text-red-300{color:#fca5a5}.dark .dark\:text-red-400{color:#f87171}.dark .dark\:text-yellow-200{color:#fde68a}@media(min-width:640px){.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:flex-none{flex:none}.sm\:mb-6{margin-bottom:1.5rem}.sm\:p-1{padding:.25rem}.sm\:p-4{padding:1rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:text-lg{font-size:1.125rem}.sm\:text-sm{font-size:.875rem}.sm\:h-3{height:.75rem}.sm\:h-4{height:1rem}.sm\:h-6{height:1.5rem}.sm\:h-8{height:2rem}.sm\:h-9{height:2.25rem}.sm\:w-4{width:1rem}.sm\:w-6{width:1.5rem}.sm\:w-8{width:2rem}.sm\:w-9{width:2.25rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}