*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--bg-base: #f8fafc;--bg-surface: #ffffff;--border-subtle: #e2e8f0;--primary: #785c34;--primary-dark: #5c4033;--primary-soft: rgba(120, 92, 52, .12);--text-main: #1e293b;--text-muted: #64748b;--radius-lg: 20px;--radius-md: 16px;--radius-sm: 12px;--touch-min: 56px;--dock-h: 88px;--bar-h: 64px}html,body,#root{height:100%;overflow:hidden}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg-base);color:var(--text-main);line-height:1.45;touch-action:manipulation;-webkit-user-select:none;user-select:none}button,textarea,input{font:inherit;touch-action:manipulation}button{cursor:pointer;border:none;background:none}button:disabled{cursor:not-allowed;opacity:.5}textarea{-webkit-user-select:text;user-select:text}svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.kiosk{display:grid;grid-template-rows:auto auto auto 1fr var(--dock-h);height:100dvh;max-height:100dvh;overflow:hidden;background:var(--bg-base)}.kiosk--no-dock{grid-template-rows:auto auto auto 1fr}.kiosk-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--bar-h);padding:.75rem 1.25rem;background:var(--bg-surface);border-bottom:1px solid var(--border-subtle)}.kiosk-bar__brand{display:flex;align-items:center;gap:.75rem}.kiosk-bar__logo{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:10px;background:var(--primary);color:#fff;font-size:.875rem;font-weight:800}.kiosk-bar__brand strong{display:block;font-size:.9375rem;line-height:1.2}.kiosk-bar__brand span{display:block;font-size:.75rem;color:var(--text-muted)}.kiosk-bar__step{padding:.4rem .85rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:.8125rem;font-weight:700;white-space:nowrap}.kiosk-stepper{display:flex;align-items:flex-start;justify-content:center;gap:0;padding:.85rem 1rem;background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);overflow-x:auto}.kiosk-stepper__segment{display:flex;align-items:center;flex:1;min-width:0}.kiosk-stepper__step{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex:1;min-width:4.5rem;padding:.25rem;color:var(--text-muted);transition:color .2s}.kiosk-stepper__step--active{color:var(--primary-dark)}.kiosk-stepper__step--done{color:var(--primary)}.kiosk-stepper__bubble{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:50%;border:2px solid var(--border-subtle);background:var(--bg-base);font-size:.875rem;font-weight:800;transition:all .25s}.kiosk-stepper__step--active .kiosk-stepper__bubble{border-color:var(--primary);background:var(--primary);color:#fff;transform:scale(1.1);box-shadow:0 4px 16px #785c3459}.kiosk-stepper__step--done .kiosk-stepper__bubble{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark)}.kiosk-stepper__label{font-size:.6875rem;font-weight:600;text-align:center;line-height:1.2}.kiosk-stepper__line{flex-shrink:0;width:100%;max-width:2rem;height:2px;margin-top:-1.1rem;background:var(--border-subtle)}.kiosk-stepper__line--done{background:var(--primary)}.kiosk-hero{padding:1rem 1.25rem .5rem;text-align:center}.kiosk-hero__title{margin:0 0 .5rem;font-size:clamp(1.25rem,3.5vw,1.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.25}.touch-hint{display:inline-flex;align-items:center;gap:.4rem;margin:0;padding:.45rem .85rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:.8125rem;font-weight:600;animation:hint-pulse 2.5s ease-in-out infinite}.touch-hint__icon{font-size:1rem;line-height:1}@keyframes hint-pulse{0%,to{opacity:1}50%{opacity:.7}}.kiosk-main{overflow-y:auto;overflow-x:hidden;padding:.75rem 1.25rem 1rem;-webkit-overflow-scrolling:touch;animation:step-in .35s ease}@keyframes step-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.kiosk-step-body{display:flex;flex-direction:column;gap:1.25rem;max-width:900px;margin:0 auto}.kiosk-section-label{margin:0 0 .65rem;font-size:.9375rem;font-weight:700;color:var(--text-main)}.kiosk-tile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;max-width:900px;margin:0 auto}.kiosk-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:148px;padding:1.25rem 1rem;border:2px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);text-align:center;transition:transform .15s,border-color .2s,box-shadow .2s,background .2s}.kiosk-tile:active{transform:scale(.97)}.kiosk-tile--selected{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 8px 28px #785c342e}.kiosk-tile__check{position:absolute;top:.65rem;right:.65rem;width:1.75rem;height:1.75rem;color:var(--primary)}.kiosk-tile__icon{width:2.75rem;height:2.75rem;color:var(--primary)}.kiosk-tile__body{display:flex;flex-direction:column;gap:.35rem}.kiosk-tile__title{font-size:1rem;font-weight:700;line-height:1.2}.kiosk-tile__desc{font-size:.8125rem;color:var(--text-muted);line-height:1.35}.kiosk-list{display:flex;flex-direction:column;gap:.65rem}.kiosk-list-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--touch-min);padding:.85rem 1.1rem;border:2px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);text-align:left;transition:transform .15s,border-color .2s,background .2s}.kiosk-list-item:active{transform:scale(.985)}.kiosk-list-item--selected{border-color:var(--primary);background:var(--primary-soft)}.kiosk-list-item__text{display:flex;flex-direction:column;gap:.15rem}.kiosk-list-item__text strong{font-size:1.0625rem;font-weight:700}.kiosk-list-item__text span{font-size:.875rem;color:var(--text-muted)}.kiosk-list-item__check{flex-shrink:0;width:1.75rem;height:1.75rem;color:var(--primary)}.kiosk-duration-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.65rem}.kiosk-duration-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:72px;padding:.65rem;border:2px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);transition:transform .15s,border-color .2s,background .2s}.kiosk-duration-btn:active{transform:scale(.96)}.kiosk-duration-btn strong{font-size:1.375rem;font-weight:800;color:var(--text-main);line-height:1}.kiosk-duration-btn span{font-size:.75rem;font-weight:600;color:var(--text-muted)}.kiosk-duration-btn--selected{border-color:var(--primary);background:var(--primary)}.kiosk-duration-btn--selected strong,.kiosk-duration-btn--selected span{color:#fff}.kiosk-note{margin:0;padding:.75rem;border-radius:var(--radius-sm);border:1px dashed var(--border-subtle);background:var(--bg-surface);text-align:center;font-size:.8125rem;color:var(--text-muted)}.kiosk-field{display:block}.kiosk-textarea{width:100%;min-height:120px;padding:1rem;border:2px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);font-size:1rem;line-height:1.5;color:var(--text-main);resize:none}.kiosk-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #785c3426}.kiosk-skill-grid{display:flex;flex-direction:column;gap:.65rem}.kiosk-skill-tile{position:relative;display:flex;flex-direction:column;gap:.35rem;min-height:var(--touch-min);padding:.85rem 2.75rem .85rem 1rem;border:2px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);text-align:left;transition:transform .15s,border-color .2s,background .2s}.kiosk-skill-tile:active{transform:scale(.985)}.kiosk-skill-tile--selected{border-color:var(--primary);background:var(--primary-soft)}.kiosk-skill-tile__code{font-size:.8125rem;font-weight:800;font-family:ui-monospace,monospace;color:var(--primary-dark)}.kiosk-skill-tile__label{font-size:.8125rem;color:var(--text-muted);line-height:1.4}.kiosk-skill-tile__check{position:absolute;top:50%;right:.85rem;transform:translateY(-50%);width:1.5rem;height:1.5rem;color:var(--primary)}.kiosk-step-body--review{gap:1rem}.kiosk-review-hero{text-align:center;padding:.5rem 0}.kiosk-review-hero__icon{width:3.5rem;height:3.5rem;margin:0 auto .5rem;color:var(--primary)}.kiosk-review-hero__title{margin:0;font-size:1.125rem;font-weight:700}.kiosk-review-hero__sub{margin:.25rem 0 0;font-size:.875rem;color:var(--text-muted)}.kiosk-review-cards{display:grid;grid-template-columns:1fr;gap:.65rem}.kiosk-review-card{padding:.85rem 1rem;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface)}.kiosk-review-card__label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.25rem}.kiosk-review-card__value{margin:0;font-size:.9375rem;font-weight:500;line-height:1.45}.kiosk-success-banner{display:flex;flex-direction:column;gap:.15rem;padding:1rem;border-radius:var(--radius-md);background:var(--primary-soft);border:2px solid var(--primary);text-align:center;animation:step-in .4s ease}.kiosk-success-banner strong{font-size:1rem;color:var(--primary-dark)}.kiosk-success-banner span{font-size:.875rem;color:var(--text-muted)}.kiosk-dock{position:relative;z-index:10;background:var(--bg-surface);border-top:1px solid var(--border-subtle);box-shadow:0 -8px 32px #0f172a14}.kiosk-dock__inner{display:grid;grid-template-columns:1fr 2fr;gap:.75rem;height:var(--dock-h);padding:.75rem 1.25rem;max-width:900px;margin:0 auto}.kiosk-dock__spacer{display:block}.kiosk-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--touch-min);padding:0 1.25rem;border-radius:var(--radius-sm);font-size:1rem;font-weight:700;transition:transform .12s,background .2s}.kiosk-btn:active:not(:disabled){transform:scale(.97)}.kiosk-btn svg{width:1.25rem;height:1.25rem;flex-shrink:0}.kiosk-btn--ghost{border:2px solid var(--border-subtle);background:var(--bg-base);color:var(--text-main)}.kiosk-btn--primary{background:var(--primary);color:#fff;box-shadow:0 6px 20px #785c3459}.kiosk-btn--primary:hover:not(:disabled){background:var(--primary-dark)}.kiosk-btn--pulse{animation:btn-pulse 1.8s ease-in-out infinite}@keyframes btn-pulse{0%,to{box-shadow:0 6px 20px #785c3459}50%{box-shadow:0 6px 32px #785c348c}}@media(min-width:600px){:root{--dock-h: 96px;--bar-h: 72px}.kiosk-tile{min-height:168px}.kiosk-tile-grid{gap:1rem}.kiosk-review-cards{grid-template-columns:repeat(2,1fr)}.kiosk-stepper__label{font-size:.75rem}}@media(min-width:900px){.kiosk{width:100%;max-width:1200px;margin:0 auto}.kiosk-bar,.kiosk-stepper,.kiosk-hero,.kiosk-main,.kiosk-dock__inner{max-width:1100px;margin-left:auto;margin-right:auto;width:100%}.kiosk-bar,.kiosk-stepper,.kiosk-hero{padding-left:2rem;padding-right:2rem}.kiosk-main{display:flex;align-items:flex-start;justify-content:center;padding:1rem 2rem 2rem}.kiosk-main--step-1{align-items:center}.kiosk-tile-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;max-width:960px}.kiosk-tile{flex-direction:row;align-items:center;justify-content:flex-start;min-height:200px;padding:1.75rem 2rem;gap:1.25rem;text-align:left}.kiosk-tile:hover:not(:disabled){border-color:#785c3473;box-shadow:0 12px 36px #785c341f}.kiosk-tile__icon{flex-shrink:0;width:3.5rem;height:3.5rem}.kiosk-tile__title{font-size:1.25rem}.kiosk-tile__desc{font-size:.9375rem;max-width:28ch}.kiosk-step-body--params{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:start;width:100%;max-width:960px}.kiosk-step-body--params .kiosk-note{grid-column:1 / -1}.kiosk-duration-grid{max-width:none}.kiosk-main--step-3 .kiosk-step-body{width:100%;max-width:960px}.kiosk-skill-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.kiosk-textarea{min-height:140px}.kiosk-main--step-4 .kiosk-step-body{width:100%;max-width:960px}.kiosk-review-cards{grid-template-columns:repeat(3,1fr)}.kiosk-review-card:last-child:nth-child(odd){grid-column:span 1}}@media(min-width:1100px){.kiosk-tile{min-height:220px;padding:2rem 2.25rem}.kiosk-tile__icon{width:4rem;height:4rem}.kiosk-tile__title{font-size:1.375rem}.kiosk-hero__title{font-size:2rem}}@media(min-height:700px)and (orientation:landscape){.kiosk-hero{padding-top:.65rem;padding-bottom:.35rem}.kiosk-hero__title{font-size:1.375rem}.kiosk-main{padding-top:.5rem}.kiosk-tile{min-height:140px;padding:1rem}}@media(max-width:380px){.kiosk-tile-grid{grid-template-columns:1fr}.kiosk-duration-grid{grid-template-columns:repeat(3,1fr)}.kiosk-dock__inner{grid-template-columns:1fr;height:auto;padding-bottom:1rem}.kiosk{grid-template-rows:auto auto auto 1fr auto}}
