:root{--tc:#267a65;--tc-soft:#e9f4ef;--tc-ink:#17352d;--tc-border:#d7e2de;--tc-fixed-top-height:122px}.tc-page{width:min(100%,1200px);margin:0 auto;padding:calc(var(--tc-fixed-top-height) + 16px) 20px 92px;color:var(--tc-ink)}.tc-fixed-top{position:fixed;left:50%;top:0;transform:translateX(-50%);z-index:1000;width:min(96vw,1200px);padding:10px 20px;background:rgba(255,255,255,.98);border-bottom:1px solid var(--tc-border)}.tc-gauge>div:first-child{display:flex;justify-content:space-between;gap:10px;font-size:13px}.tc-track{height:8px;margin-top:5px;border-radius:999px;background:#e8efec;overflow:hidden}.tc-fill{height:100%;border-radius:inherit;background:var(--tc);transition:width .25s}.tc-timer{display:block;width:100%;min-height:48px;margin-top:8px;border:0;border-radius:12px;background:var(--tc);color:#fff;font-weight:900;font-size:16px}.tc-timer:disabled{opacity:.45}.tc-timer.is-paused{background:#946e37}.tc-timer strong{font-size:20px;margin-right:10px}.tc-timer small{font-size:11px}.tc-hint{text-align:center;margin-top:4px;font-size:11px;color:#6e7773}.tc-stack{display:grid;gap:12px}.tc-card{border:1px solid var(--tc-border);border-radius:16px;background:#fff;padding:16px}.tc-card h2{margin:0 0 12px;font-size:18px}.tc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tc-grid .wide{grid-column:1/-1}.tc-grid label,.tc-field{display:grid;gap:6px;font-weight:800}.tc-grid input,.tc-grid select,.tc-grid textarea{width:100%;min-height:46px;border:1px solid #cdd8d4;border-radius:10px;padding:10px 12px;background:#fff;color:#18352d;font:inherit}.tc-grid textarea{resize:vertical}.tc-field-note{font-size:12px;font-weight:500;color:#71807a}.tc-page-input-wrap{display:flex;align-items:center;gap:8px}.tc-page-input-wrap input{min-width:0}.tc-page-input-wrap span{white-space:nowrap;font-weight:800;color:#52645d}.tc-step-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tc-step-buttons button{min-height:48px;border:1px solid var(--tc-border);border-radius:12px;background:#fff;color:var(--tc-ink);font-weight:900;font-size:16px}.tc-step-buttons button.is-active{border-color:var(--tc);background:var(--tc-soft);color:var(--tc)}.tc-step-buttons button:disabled{opacity:.65}.tc-guide{background:var(--tc-soft);border-color:#c6ded5}.tc-guide p{margin:0;line-height:1.8}.tc-page.is-running .tc-guide{position:sticky;top:calc(var(--tc-fixed-top-height) + 8px);z-index:20;box-shadow:0 8px 24px rgba(20,50,40,.12)}.tc-understanding{margin-top:14px}.tc-understanding>div{display:flex;justify-content:space-between;font-weight:900}.tc-understanding input{width:100%;accent-color:var(--tc)}.tc-actions{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:1000;width:min(96vw,1200px);display:grid;grid-template-columns:.7fr 1.3fr;gap:10px;padding:10px 20px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);border-top:1px solid #dfe6e3}.tc-actions button,.tc-dialog button{min-height:50px;border:0;border-radius:12px;font-weight:900;background:var(--tc);color:#fff}.tc-actions .secondary,.tc-dialog .secondary{background:#fff;color:#6d4a45;border:1px solid #d8deda}.tc-actions button:disabled{opacity:.4}.tc-dialog{width:min(92vw,430px);border:0;border-radius:18px;padding:0}.tc-dialog::backdrop{background:rgba(10,30,24,.42)}.tc-dialog form{padding:20px}.tc-dialog p{white-space:pre-line;line-height:1.7}.tc-dialog form>div{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.tc-dialog button{padding:8px 14px}.tc-dialog strong{display:block;text-align:center;font-size:20px;margin:10px 0}.tc-guest-note{display:block;margin-top:5px;color:#7a6a64;font-size:12px}
.tc-wheel{position:relative;height:220px;overflow:hidden;border:1px solid #cdd8d4;border-radius:14px;background:#fff}.tc-wheel-scroll{height:100%;overflow-y:auto;overscroll-behavior-y:contain;touch-action:pan-y;scroll-snap-type:y mandatory;scrollbar-width:none;padding:88px 0}.tc-wheel-scroll::-webkit-scrollbar{display:none}.tc-wheel-item{display:block;width:100%;height:44px;scroll-snap-align:center;border:0;background:transparent;color:#8a9691;font:800 18px/44px system-ui,-apple-system,sans-serif;text-align:center}.tc-wheel-item.is-selected{color:var(--tc-ink);font-size:24px}.tc-wheel-marker{position:absolute;left:10px;right:10px;top:88px;height:44px;pointer-events:none;border-top:1px solid #bdd5cc;border-bottom:1px solid #bdd5cc;background:rgba(233,244,239,.35)}.tc-wheel-value{display:block;text-align:center;margin-top:6px;color:var(--tc);font-size:15px}.tc-wheel.is-disabled{opacity:.68;background:#f6f8f7}.tc-wheel-scroll:focus{outline:2px solid var(--tc);outline-offset:-2px}
@media(max-width:700px){.tc-page{width:100%;padding-left:10px;padding-right:10px;padding-bottom:84px}.tc-fixed-top,.tc-actions{width:100%;padding-left:10px;padding-right:10px}.tc-card{padding:13px}.tc-grid{grid-template-columns:1fr}.tc-grid .wide{grid-column:auto}.tc-step-buttons{gap:6px}.tc-step-buttons button{font-size:15px}.tc-guide p{font-size:15px}.tc-actions{grid-template-columns:.8fr 1.2fr}.tc-actions button{font-size:12px}.tc-wheel{height:176px}.tc-wheel-scroll{padding:66px 0}.tc-wheel-marker{top:66px}}
