:root{--card:#fff;--field:#fff;--fieldline:#d9e6e4;--screen-top:#f7fbfd;--screen-bot:#eef6f5;--page:#dfeceb;--shadow:0 2px 5px #10314a0f;--shadow-lg:0 10px 26px #0ea5832e;--r:15px}.funnel-page{background:radial-gradient(900px 500px at 80% -10%, #d6f2e9, transparent), radial-gradient(700px 500px at 0% 110%, #e3f3ff, transparent), var(--page);min-height:100dvh;color:var(--ink);-webkit-font-smoothing:antialiased;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;justify-content:center;align-items:stretch;padding:0;font-family:Avenir Next,Corbel,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif;font-size:18px;line-height:1.5;display:flex}.funnel-page .device{width:100%;display:flex;position:relative}.funnel-page .app{background:linear-gradient(180deg, var(--screen-top), var(--screen-bot));flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}.funnel-page .pbar{background:#d6ebe6;flex:none;height:5px}.funnel-page .pbar>i{background:linear-gradient(90deg, var(--teal), var(--teal-d));border-radius:0 3px 3px 0;width:0;height:100%;transition:width .45s cubic-bezier(.4,.1,.2,1);display:block}.funnel-page .head{flex:none;justify-content:space-between;align-items:center;padding:16px 20px 8px;display:flex}.funnel-page .brand{letter-spacing:-.02em;color:var(--teal-dd);align-items:center;font-size:18px;font-weight:800;display:flex}.funnel-page .brand b{color:var(--ink)}.funnel-page .brand img{width:auto;height:26px}.funnel-page .oam{color:var(--teal-dd);background:var(--tealwash);border:1px solid var(--tealline);letter-spacing:.02em;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:700}.funnel-page .backbtn{z-index:15;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:48px;min-height:48px;padding:4px 8px;font-size:22px;display:flex;position:absolute;top:10px;left:10px}.funnel-page .backbtn:hover{color:var(--ink);background:#ffffff9c}.funnel-page .screen{flex-direction:column;flex:auto;align-items:center;min-height:0;padding:18px 22px 32px;display:flex;overflow-y:auto}.funnel-page .stepwrap{flex-direction:column;flex:1;width:100%;max-width:640px;margin-inline:auto;animation:.34s cubic-bezier(.2,.7,.2,1) funnel-slide;display:flex}@media (width>=641px){.funnel-page .screen{justify-content:safe center}.funnel-page .stepwrap{flex:0 auto}}@keyframes funnel-slide{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:none}}.funnel-page a:focus-visible,.funnel-page button:focus-visible,.funnel-page select:focus-visible,.funnel-page input:focus-visible{outline:3px solid var(--teal-dd);outline-offset:2px}@media (prefers-reduced-motion:reduce){.funnel-page *,.funnel-page :before,.funnel-page :after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.funnel-page .stepwrap{animation:none}.funnel-page .pbar>i{transition:none}.funnel-page .tile:hover,.funnel-page .btn:hover{transform:none}}.funnel-page .kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--teal-d);font-size:13px;font-weight:800}.funnel-page h2{letter-spacing:-.02em;text-wrap:balance;margin:10px 0;font-size:27px;line-height:1.2}.funnel-page p.sub{color:var(--ink-soft);margin:0 0 20px;font-size:20px}.funnel-page .tiles{gap:11px;margin-top:2px;display:grid}.funnel-page .tiles.two{grid-template-columns:1fr 1fr}.funnel-page .tile{background:var(--card);border:1.5px solid var(--tealline);border-radius:var(--r);color:var(--ink);cursor:pointer;text-align:left;box-shadow:var(--shadow);justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:48px;padding:16px;font-size:18px;font-weight:700;transition:transform .12s,border-color .12s,background .12s,box-shadow .12s;display:flex}.funnel-page .tile:hover{border-color:var(--teal);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.funnel-page .tile:active{transform:translateY(0)}.funnel-page .tile .chev{color:var(--teal-d);opacity:.5;font-weight:800}.funnel-page .tile.big{padding:18px 16px;font-size:19px}.funnel-page select,.funnel-page input{font:inherit;background:var(--field);border:1.5px solid var(--fieldline);border-radius:var(--r);width:100%;color:var(--ink);box-shadow:var(--shadow);outline:none;min-height:48px;padding:15px 14px;font-size:18px}.funnel-page select:focus,.funnel-page input:focus{border-color:var(--teal);box-shadow:0 0 0 4px #17c39a29}.funnel-page input::placeholder{color:var(--muted)}.funnel-page input[type=checkbox]{width:18px;height:18px;min-height:0;box-shadow:none;accent-color:var(--teal);border-radius:4px;flex:none;margin-top:2px;padding:0}.funnel-page input[type=checkbox]:focus{box-shadow:0 0 0 3px #17c39a29}.funnel-page .err{color:#d64545;min-height:18px;margin-top:8px;font-size:15px;font-weight:600}.funnel-page .spacer{flex:auto;min-height:8px}.funnel-page .btn{text-align:center;cursor:pointer;background:linear-gradient(180deg, var(--teal), var(--teal-d));color:#fff;border-radius:var(--r);border:none;width:100%;min-height:48px;padding:16px;font-size:18px;font-weight:800;transition:transform .12s,box-shadow .12s;display:block;box-shadow:0 10px 22px #0ea58357}.funnel-page .btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0ea5836b}.funnel-page .btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.funnel-page .safe{color:var(--teal-dd);text-align:center;justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:14px;font-weight:600;display:flex}.funnel-page .fineprint{color:var(--muted);text-align:center;margin-top:12px;font-size:12px;line-height:1.5}.funnel-page .fineprint a{color:var(--teal-dd)}.funnel-page .hero{background:radial-gradient(160px 120px at 76% 22%,#c7f2e6,#0000),linear-gradient(130deg,#e6f5ff,#eafaf5);border-radius:20px;justify-content:center;align-items:center;height:120px;margin:6px 0 16px;display:flex;position:relative;overflow:hidden}.funnel-page .hero .coin{filter:drop-shadow(0 8px 14px #0ea58347);font-size:52px}.funnel-page .loading{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:22px;display:flex}.funnel-page .spinner{border:5px solid #d6ebe6;border-top-color:var(--teal);border-radius:50%;width:64px;height:64px;animation:1s linear infinite funnel-spin}@keyframes funnel-spin{to{transform:rotate(360deg)}}.funnel-page .loadmsg{color:var(--ink);font-size:18px;font-weight:700}.funnel-page .loadsub{color:var(--muted);font-size:15px}.funnel-page .ty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;display:flex}.funnel-page .tycheck{background:var(--tealwash);border:2px solid var(--teal);width:78px;height:78px;color:var(--teal-d);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;font-size:40px;animation:.4s cubic-bezier(.2,1.4,.4,1) funnel-pop;display:flex}@keyframes funnel-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:none}}.funnel-page .ty h2{margin-bottom:4px}.funnel-page .ty .steps3{text-align:left;flex-direction:column;gap:12px;width:100%;margin-top:20px;display:flex}.funnel-page .ty .steps3 .r{color:var(--ink-soft);align-items:flex-start;gap:11px;font-size:16px;display:flex}.funnel-page .ty .steps3 .n{background:var(--teal);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:800;display:flex}.funnel-page .tyfoot{color:var(--muted);margin-top:22px;font-size:12px;line-height:1.5}.funnel-page .tyfoot a{color:var(--teal-dd)}.funnel-page .overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:30;background:#0a1e1a8c;justify-content:center;align-items:center;padding:24px;animation:.2s funnel-fade;display:flex;position:absolute;inset:0}@keyframes funnel-fade{0%{opacity:0}to{opacity:1}}.funnel-page .modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:440px;padding:24px 20px;animation:.3s cubic-bezier(.2,1.3,.4,1) funnel-pop;box-shadow:0 20px 50px #0000004d}.funnel-page .modal .em{font-size:38px}.funnel-page .modal h3{letter-spacing:-.01em;margin:8px 0;font-size:22px}.funnel-page .modal p{color:var(--ink-soft);margin-bottom:18px;font-size:18px}.funnel-page .modal .btn{margin-bottom:10px}.funnel-page .modal .ghost{color:var(--muted);cursor:pointer;background:0 0;border:none;min-height:48px;padding:4px 8px;font-size:15px;text-decoration:underline}.funnel-page .fail{color:#d64545;margin-top:6px;font-size:16px;font-weight:600}.funnel-page .disclaimer-foot{color:var(--muted);text-align:center;border-top:1px solid var(--tealline);flex:none;padding:10px 22px 16px;font-size:11.5px;line-height:1.5}.funnel-page .disclaimer-foot p{margin:0}.funnel-page .disclaimer-foot a{color:var(--teal-dd)}.funnel-page .link-btn{color:var(--teal-dd);cursor:pointer;background:0 0;border:none;align-items:center;min-height:44px;margin-top:10px;padding:6px 2px;font-size:14px;font-weight:600;text-decoration:underline;display:inline-flex}.funnel-page .checkbox-tile.active{border-color:var(--teal);background:var(--tealwash);box-shadow:var(--shadow-lg)}.funnel-page .checkbox-tile .chev{opacity:1}.funnel-page .cap-suggestions{flex-direction:column;gap:6px;max-height:260px;margin-top:8px;display:flex;overflow-y:auto}.funnel-page .cap-suggestion{text-align:left;background:var(--card);border:1.5px solid var(--tealline);border-radius:var(--r);width:100%;color:var(--ink);cursor:pointer;box-shadow:var(--shadow);justify-content:space-between;align-items:center;gap:8px;min-height:44px;padding:12px 14px;font-size:15px;font-weight:700;display:flex}.funnel-page .cap-suggestion:hover{border-color:var(--teal)}.funnel-page .cap-suggestion-meta{color:var(--muted);font-size:13px;font-weight:600}.funnel-page .appointment-grid{grid-template-columns:1fr 1fr}.funnel-page .subfield-label{color:var(--ink-soft);margin-bottom:6px;font-size:13px;font-weight:700;display:block}.funnel-page .field-pair{grid-template-columns:1fr 1fr;gap:12px;display:grid}.funnel-page .multi-field-group{margin-bottom:16px}.funnel-page .multi-field-group:last-of-type{margin-bottom:0}.funnel-page .dob-row{grid-template-columns:1fr 1.6fr 1.2fr;gap:10px;display:grid}.funnel-page .ltv{margin-top:14px}.funnel-page .ltv-bar{background:var(--field);height:10px;box-shadow:var(--shadow);border-radius:999px;overflow:hidden}.funnel-page .ltv-bar>i{border-radius:999px;height:100%;transition:width .2s;display:block}.funnel-page .ltv-green .ltv-bar>i{background:var(--teal)}.funnel-page .ltv-blue .ltv-bar>i{background:#3b82f6}.funnel-page .ltv-orange .ltv-bar>i{background:#e8a33d}.funnel-page .ltv-label{color:var(--ink-soft);margin-top:6px;font-size:13px;font-weight:700;display:block}.funnel-page .appointment-skip{text-align:center;width:100%;display:block}.funnel-page .funnel-footer{color:var(--muted);text-align:center;white-space:pre-line;flex:none;padding:8px 22px 16px;font-size:10.5px;line-height:1.5}.admin-shell{--a-bg:#f4f6f9;--a-panel:#fff;--a-panel2:#eef1f6;--a-line:#e2e8f0;--a-line2:#cbd5e1;--a-tx:#1c2430;--a-tx2:#48505c;--a-tx3:#64707e;--a-teal:#17c39a;--a-teal-d:#0ea583;--a-blue:#5b8def;--a-amber:#e8a33d;--a-green:#4fb783;--a-red:#d2637a;--a-violet:#9b7fe0;--a-teal-tx:#0b7d63;--a-blue-tx:#2563eb;--a-amber-tx:#b45309;--a-green-tx:#15803d;--a-red-tx:#be123c;--a-violet-tx:#6d28d9;background:var(--a-bg);color:var(--a-tx);min-height:100vh;font:14px/1.55 ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,sans-serif}.admin-shell .app{grid-template-columns:230px 1fr;min-height:100vh;display:grid}.admin-shell .side{background:var(--a-panel);border-right:1px solid var(--a-line);height:100vh;padding:18px 12px;position:sticky;top:0}.admin-shell .logo{letter-spacing:-.02em;color:var(--a-tx);padding:6px 10px 16px;font-size:16px;font-weight:800}.admin-shell .logo b{color:var(--a-teal-tx)}.admin-shell .nav{flex-direction:column;gap:2px;display:flex}.admin-shell .nav a{color:var(--a-tx2);border-radius:8px;align-items:center;gap:10px;padding:9px 11px;font-size:13.5px;font-weight:500;text-decoration:none;display:flex}.admin-shell .nav a:hover{background:var(--a-panel2);color:var(--a-tx)}.admin-shell .nav a.on{color:var(--a-teal-tx);background:#17c39a24;font-weight:700}.admin-shell .nav .ic{text-align:center;width:18px;font-size:15px}.admin-shell .side .foot{color:var(--a-tx3);border-top:1px solid var(--a-line);padding-top:12px;font-size:11px;position:absolute;bottom:16px;left:12px;right:12px}.admin-shell .main{padding:26px 30px 60px;overflow-x:auto}.admin-shell .top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:22px;display:flex}.admin-shell h1{letter-spacing:-.02em;font-size:21px;font-weight:700}.admin-shell .top .sub{color:var(--a-tx3);margin-top:2px;font-size:12.5px}.admin-shell .pill{background:var(--a-panel2);border:1px solid var(--a-line);color:var(--a-tx2);border-radius:20px;padding:3px 10px;font-size:11px}.admin-shell .btn{background:var(--a-teal);color:#04140f;cursor:pointer;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-block}.admin-shell .btn.ghost{border:1px solid var(--a-line2);color:var(--a-tx2);background:0 0}.admin-shell .btn.danger{background:var(--a-red);color:#2a0d13}.admin-shell .kpi{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px;display:grid}.admin-shell .kpi>div{background:var(--a-panel);border:1px solid var(--a-line);border-radius:11px;padding:15px 16px}.admin-shell .kpi b{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:26px;font-weight:700;display:block}.admin-shell .kpi span{color:var(--a-tx3);margin-top:2px;font-size:11.5px;display:block}.admin-shell .card{background:var(--a-panel);border:1px solid var(--a-line);border-radius:12px;margin-bottom:18px;overflow:hidden}.admin-shell .card .hd{border-bottom:1px solid var(--a-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:14px 18px;display:flex}.admin-shell .card .hd h3{font-size:14.5px;font-weight:700}.admin-shell .card .hd .tools{flex-wrap:wrap;gap:8px;display:flex}.admin-shell .card .bd{padding:18px}.admin-shell .inp{background:var(--a-panel2);border:1px solid var(--a-line2);color:var(--a-tx);border-radius:7px;padding:6px 10px;font-size:12.5px}.admin-shell table{border-collapse:collapse;width:100%;font-size:13px}.admin-shell th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--a-tx3);border-bottom:1px solid var(--a-line);padding:10px 18px;font-size:10.5px;font-weight:700}.admin-shell td{border-bottom:1px solid var(--a-panel2);color:var(--a-tx2);vertical-align:middle;padding:11px 18px}.admin-shell tr:last-child td{border-bottom:none}.admin-shell td.k{color:var(--a-tx);font-weight:600}.admin-shell .num{font-variant-numeric:tabular-nums;text-align:right}.admin-shell .tag{border-radius:20px;padding:2px 9px;font-size:10.5px;font-weight:700;display:inline-block}.admin-shell .t-new{color:var(--a-blue-tx);background:#5b8def24}.admin-shell .t-part{color:var(--a-amber-tx);background:#e8a33d29}.admin-shell .t-deliv{color:var(--a-green-tx);background:#4fb78329}.admin-shell .t-conv{color:var(--a-teal-tx);background:#17c39a29}.admin-shell .t-rej{color:var(--a-red-tx);background:#d2637a24}.admin-shell .dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:7px;display:inline-block}.admin-shell .qbar{background:var(--a-panel2);vertical-align:middle;border-radius:5px;min-width:120px;height:8px;display:inline-block;overflow:hidden}.admin-shell .qbar i{border-radius:5px;height:100%;display:block}.admin-shell .grid2{grid-template-columns:1fr 1fr;gap:18px;display:grid}.admin-shell .field{margin-bottom:14px}.admin-shell .field label{color:var(--a-tx3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.admin-shell .field input[type=text],.admin-shell .field input[type=number],.admin-shell .field input[type=password],.admin-shell .field input[type=url],.admin-shell .field select,.admin-shell .field textarea{background:var(--a-panel2);border:1px solid var(--a-line2);width:100%;color:var(--a-tx);border-radius:8px;padding:9px 12px;font-size:13px}.admin-shell .field .val{background:var(--a-panel2);border:1px solid var(--a-line2);color:var(--a-tx);border-radius:8px;padding:9px 12px;font-size:13px}.admin-shell .muted{color:var(--a-tx3);font-size:12px}.admin-shell .note{color:var(--a-tx3);margin-top:8px;font-size:11.5px;font-style:italic}.admin-shell .banner{color:var(--a-tx2);background:#17c39a14;border:1px solid #17c39a4d;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:12.5px}.admin-shell .banner.err{background:#d2637a14;border-color:#d2637a59}.admin-shell .banner b{color:var(--a-teal-tx)}.admin-shell .chips{flex-wrap:wrap;gap:6px;display:flex}.admin-shell .chip{background:var(--a-panel2);border:1px solid var(--a-line2);color:var(--a-tx2);cursor:pointer;border-radius:7px;padding:3px 9px;font-size:11px}.admin-shell .chip.on{border-color:var(--a-teal-d);color:var(--a-teal-tx);background:#17c39a29}.admin-shell .auth-wrap{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-shell .auth-card{background:var(--a-panel);border:1px solid var(--a-line);border-radius:14px;width:100%;max-width:380px;padding:30px}@media (width<=900px){.admin-shell .app{grid-template-columns:1fr}.admin-shell .side{display:none}.admin-shell .kpi{grid-template-columns:repeat(2,1fr)}.admin-shell .grid2{grid-template-columns:1fr}}.admin-shell .builder-layout{grid-template-columns:390px 1fr;align-items:start;gap:20px;display:grid}.admin-shell .builder-preview-pane{position:sticky;top:16px}.admin-shell .builder-preview-frame{border:1px solid var(--a-line2);background:#fff;border-radius:14px;width:390px;max-width:100%;height:780px;max-height:80vh;overflow:hidden;box-shadow:0 2px 10px #00000014}.admin-shell .builder-preview-frame iframe{border:0;width:100%;height:100%}.admin-shell .builder-preview-actions{margin-top:10px}.admin-shell .builder-preview-empty{border:1px dashed var(--a-line2);color:var(--a-tx3);border-radius:12px;padding:18px;font-size:12.5px}.admin-shell .builder-preview-toggle{margin-bottom:10px}.admin-shell .color-field .color-controls{align-items:center;gap:8px;display:flex}.admin-shell .color-field input[type=color]{border:1px solid var(--a-line2);background:var(--a-panel2);cursor:pointer;border-radius:6px;width:40px;height:34px;padding:2px}.admin-shell .color-field .swatches{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.admin-shell .color-field .swatch{border:1px solid var(--a-line2);cursor:pointer;border-radius:6px;width:22px;height:22px;padding:0}.admin-shell .color-field .swatch:hover{border-color:var(--a-teal-d);transform:scale(1.08)}@media (width<=1100px){.admin-shell .builder-layout{grid-template-columns:1fr}.admin-shell .builder-preview-pane{position:static}.admin-shell .builder-preview-frame,.admin-shell .builder-preview-actions{display:none}.admin-shell .builder-preview-pane.builder-preview-open .builder-preview-frame,.admin-shell .builder-preview-pane.builder-preview-open .builder-preview-actions{display:block}}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Avenir Next,Corbel,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}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-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-width:1px;border-color:#6b7280;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#2563eb;outline:2px solid #0000}input::-moz-placeholder{color:#6b7280;opacity:1}textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-month-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-day-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-hour-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-minute-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-second-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-millisecond-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;-webkit-print-color-adjust:unset;print-color-adjust:unset;padding-right:.75rem}input:where([type=checkbox]),input:where([type=radio]){appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#2563eb;--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6b7280;flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);outline:2px solid #0000}input:where([type=checkbox]):checked,input:where([type=radio]):checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){input:where([type=checkbox]):checked{appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){input:where([type=radio]):checked{appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{background-color:currentColor;border-color:#0000}input:where([type=checkbox]):indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){input:where([type=checkbox]):indeterminate{appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{background-color:currentColor;border-color:#0000}input:where([type=file]){background:unset;border-color:inherit;font-size:unset;line-height:inherit;border-width:0;border-radius:0;padding:0}input:where([type=file]):focus{outline:1px solid buttontext;outline:1px auto -webkit-focus-ring-color}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.right-0{right:0}.top-0{top:0}.mx-auto{margin-left:auto;margin-right:auto}.-ml-px{margin-left:-1px}.-mt-px{margin-top:-1px}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-16{height:4rem}.h-5{height:1.25rem}.h-8{height:2rem}.min-h-screen{min-height:100vh}.w-5{width:1.25rem}.w-8{width:2rem}.w-auto{width:auto}.max-w-6xl{max-width:72rem}.max-w-xl{max-width:36rem}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.tracking-wider{letter-spacing:.05em}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity,1))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150{transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}[x-cloak]{display:none!important}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.active\:text-gray-500:active{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.active\:text-gray-700:active{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.active\:text-gray-800:active{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}@media (width>=640px){.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:flex-1{flex:1}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}}@media (width>=1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme:dark){.dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.dark\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity,1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:active\:text-gray-300:active{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}}
