:root{--bg:#f4f1e8;--surface:#fffdf7;--ink:#172823;--ink-soft:#577069;--accent:#167664;--accent-deep:#095749;--accent-pale:#d8ece3;--line:#d6ddd6;--orange:#e8894e;--font-sans:"Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, sans-serif;--font-en:Arial, sans-serif;--shadow:0 14px 35px #17282317;--radius-lg:1.25rem;--radius-md:.875rem}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);min-width:320px;color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;line-height:1.7}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer;font:inherit;border:0}button:disabled{cursor:default}::selection{background:var(--ink);color:var(--bg)}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}:focus:not(:focus-visible){outline:none}.skip-link{z-index:100;background:var(--ink);color:var(--surface);padding:.5rem 1rem;font-size:.75rem;transition:top .2s;position:absolute;top:-3rem;left:0}.skip-link:focus{top:0}.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;font-variation-settings:"FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;direction:ltr;font-family:Material Symbols Outlined;font-style:normal;font-weight:400;line-height:1}
.l-site-shell{flex-direction:column;min-height:100dvh;display:flex}.l-header{justify-content:space-between;align-items:center;width:min(100%,38rem);margin:0 auto;padding:1.25rem 1.25rem 0;display:flex}.l-brand{letter-spacing:.04em;align-items:center;gap:.45rem;font-size:.875rem;font-weight:700;display:inline-flex}.l-brand__mark{color:var(--ink);font-size:1.5rem;line-height:1;display:inline-flex;transform:rotate(-20deg)}.l-header__status{color:var(--ink-soft);align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.l-header__status span{background:var(--accent);width:.45rem;height:.45rem;box-shadow:0 0 0 .2rem var(--accent-pale);border-radius:50%}.l-main{flex:1}.l-footer{width:min(100%,38rem);color:var(--ink-soft);text-align:center;margin:0 auto;padding:1.5rem 1.25rem 1.75rem;font-size:.75rem}
.c-eyebrow,.c-step{color:var(--accent);font-family:var(--font-en);letter-spacing:.16em;font-size:.625rem;font-weight:700}.c-step{color:var(--ink-soft)}.c-user-number{border:1px solid var(--line);border-radius:var(--radius-md);background:#fffdf78c;align-items:baseline;gap:.3rem;padding:1rem 1.25rem;display:flex}.c-user-number__label{color:var(--ink-soft);margin-right:auto;font-size:.75rem}.c-user-number strong{color:var(--accent);font-family:var(--font-en);font-size:1.8rem;line-height:1}.c-user-number>span:last-child{font-size:.78rem}.c-destination-grid{grid-template-columns:repeat(2,1fr);gap:.65rem;display:grid}.c-destination{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;min-height:5.4rem;padding:.75rem;transition:border-color .15s,background .15s,transform .15s;display:flex}.c-destination:last-child{grid-column:span 2}.c-destination span{font-size:.875rem;font-weight:700}.c-destination small{color:var(--ink-soft);margin-top:.1rem;font-size:.75rem}.c-destination.is-selected{border-color:var(--accent);background:var(--accent-pale);box-shadow:inset 0 0 0 1px var(--accent)}.c-destination:active{transform:scale(.98)}.c-primary-button,.c-secondary-button{border-radius:var(--radius-md);justify-content:space-between;align-items:center;width:100%;min-height:3.75rem;padding:0 1.25rem;font-size:.875rem;font-weight:700;transition:background .15s,transform .15s;display:flex}.c-primary-button{background:var(--accent);color:var(--surface);box-shadow:0 8px 18px #09574938}.c-primary-button:hover{background:var(--accent-deep)}.c-primary-button:active{transform:scale(.99)}.c-primary-button.is-complete{background:var(--accent-deep)}.c-secondary-button{border:1px solid var(--accent);color:var(--accent);background:0 0;margin-top:.7rem}.c-number-display-button{border:1px solid var(--accent);border-radius:var(--radius-md);background:var(--surface);width:100%;min-height:3.5rem;color:var(--accent-deep);justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.88rem;font-weight:700;display:flex}.c-number-display-button>span{font-size:1.15rem}.c-pill-button{border:1px solid var(--line);background:var(--surface);width:fit-content;min-height:2.75rem;color:var(--ink-soft);border-radius:999px;justify-content:center;align-items:center;margin:1.25rem auto 0;padding:0 1.4rem;font-size:.8rem;font-weight:700;transition:background .15s,transform .15s;display:flex}.c-pill-button:hover{background:var(--accent-pale);border-color:var(--accent);color:var(--accent-deep)}.c-pill-button:active{transform:scale(.97)}.c-notice{color:var(--ink-soft);text-align:center;margin:.9rem auto 0;font-size:.75rem;line-height:1.7}.c-notice--error{color:var(--orange);font-weight:700}.c-searching-icon{background:var(--accent-pale);border-radius:50%;justify-content:center;align-items:center;gap:.32rem;width:4.5rem;height:4.5rem;margin:1.8rem auto 1rem;display:flex}.c-searching-icon span{background:var(--accent);border-radius:50%;width:.4rem;height:.4rem;animation:1s ease-in-out infinite dot-wave}.c-searching-icon span:nth-child(2){animation-delay:.15s}.c-searching-icon span:nth-child(3){animation-delay:.3s}@keyframes dot-wave{50%{opacity:.45;transform:translateY(-.3rem)}}.c-waiting-card{border-radius:var(--radius-md);background:var(--ink);color:var(--surface);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.c-waiting-card div{padding:1rem}.c-waiting-card div+div{border-left:1px solid #fffdf733}.c-waiting-card span{color:#fffdf7a6;font-size:.75rem;display:block}.c-waiting-card strong{margin-top:.1rem;font-size:1rem;display:block}.c-live-status{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);padding:1.25rem}.c-live-status__heading{justify-content:space-between;align-items:center;display:flex}.c-live-status__heading>div{color:var(--accent);font-family:var(--font-en);letter-spacing:.1em;font-size:.625rem;font-weight:700}.c-live-status__heading p{font-size:.875rem;font-weight:700}.c-live-dot{background:#e65944;border-radius:50%;width:.45rem;height:.45rem;margin-right:.25rem;animation:1.1s infinite blink;display:inline-block}@keyframes blink{50%{opacity:.35}}.c-live-status__total{border-bottom:1px solid var(--line);color:var(--ink-soft);margin:.85rem 0;padding-bottom:.85rem;font-size:.75rem}.c-live-status__total strong{color:var(--accent);margin-right:.2rem;font-size:1.6rem}.c-live-status ul{list-style:none}.c-live-status li{justify-content:space-between;padding:.45rem 0;font-size:.875rem;display:flex}.c-live-status li+li{border-top:1px solid #d6ddd6a6}.c-live-status li strong{color:var(--accent)}.c-live-status__updated{color:var(--ink-soft);text-align:right;margin-top:.7rem;font-size:.75rem}.c-match-badge{background:var(--accent);width:4.25rem;height:4.25rem;box-shadow:0 0 0 .6rem var(--accent-pale);color:var(--surface);border-radius:50%;place-items:center;margin:1.7rem auto 1rem;font-size:2rem;font-weight:700;display:grid}.c-group-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.c-group-card__heading{background:var(--ink);color:var(--surface);justify-content:space-between;align-items:center;padding:.9rem 1.1rem;display:flex}.c-group-card__heading p{font-size:.875rem;font-weight:700}.c-group-card__heading span{color:#fffdf7a6;font-size:.75rem}.c-group-card ul{list-style:none}.c-group-card li{align-items:center;gap:.75rem;padding:.85rem 1.1rem;font-size:.875rem;display:flex}.c-group-card li+li{border-top:1px solid var(--line)}.c-group-card li.is-you{background:#f1f8f4}.c-member-number{width:2.5rem;color:var(--accent);font-family:var(--font-en);font-size:1.25rem;font-weight:700}.c-member-number small{font-family:var(--font-sans);font-size:.75rem}.c-group-card em{background:var(--accent-pale);color:var(--accent-deep);border-radius:2rem;margin-left:auto;padding:.15rem .45rem;font-size:.75rem;font-style:normal}.c-partner-card{border:1px solid var(--accent);border-radius:var(--radius-lg);background:var(--accent-pale);text-align:center;margin-top:1rem;padding:1.2rem}.c-partner-card h2{color:var(--accent-deep);margin:.35rem 0 .5rem;font-size:1.25rem;line-height:1.4}.c-partner-card p:last-child{color:var(--ink-soft);font-size:.75rem;line-height:1.8}.c-meeting-card{border-radius:var(--radius-lg);background:#e7d9bb;padding:1.25rem}.c-meeting-card h2{margin:.4rem 0 .65rem;font-size:1.15rem;line-height:1.45}.c-meeting-card p:last-child{color:#625945;font-size:.75rem;line-height:1.8}.c-feedback-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:1.2rem}.c-feedback-card h2{font-size:.875rem}.c-feedback-card p{color:var(--ink-soft);margin-top:.4rem;font-size:.75rem}.c-number-dialog{width:100%;max-width:none;height:100dvh;max-height:none;color:var(--surface);background:#071b16;border:0;margin:0;padding:1.5rem}.c-number-dialog::backdrop{background:#071b16f0}.c-number-dialog.is-group-1{background:#1d4ed8}.c-number-dialog.is-group-2{background:#7c3aed}.c-number-dialog.is-group-3{background:#be185d}.c-number-dialog.is-group-4{background:#0f766e}.c-number-dialog.is-group-5{background:#b45309}.c-number-dialog__close{width:3.25rem;height:3.25rem;color:var(--surface);background:0 0;border:1px solid #fffdf773;border-radius:50%;place-items:center;font-size:2rem;line-height:1;display:grid;position:absolute;top:1.25rem;right:1.25rem}.c-number-dialog__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.c-number-dialog__content>p:first-child{color:var(--surface);letter-spacing:.12em;font-size:clamp(1rem,.7rem + 1vw,1.3rem);font-weight:700}.c-number-dialog__content>div{align-items:baseline;margin:.35rem 0 1.8rem;display:flex}.c-number-dialog__content strong{color:#fffdf7;font-family:var(--font-en);letter-spacing:-.08em;font-size:min(57vw,22rem);font-weight:700;line-height:.9}.c-number-dialog__content span{margin-left:.1em;font-size:clamp(1.4rem,5vw,2.25rem);font-weight:700}.c-number-dialog__content>p:last-child{color:#fffdf7d9;font-size:.875rem}
.p-home{width:min(100%,38rem);margin:0 auto;padding:2.25rem 1.25rem 2rem}.p-home h1{letter-spacing:-.05em;margin-top:.55rem;font-size:clamp(1.75rem,1.35rem + 2.3vw,2.25rem);line-height:1.35}.p-home__intro{margin-bottom:1.55rem}.p-home__lead{color:var(--ink-soft);margin-top:.8rem;font-size:.875rem;line-height:1.9}.p-home__section-heading{margin:1.75rem 0 .8rem}.p-home__section-heading h2{margin-top:.25rem;font-size:1rem}.p-home .c-primary-button{margin-top:1.25rem}.p-home__waiting-heading,.p-home__match-heading,.p-home__complete-heading{text-align:center}.p-home__waiting-heading h1,.p-home__match-heading h1,.p-home__complete-heading h1{letter-spacing:-.06em}.p-home__waiting-heading>p:last-child,.p-home__match-heading>p:last-child,.p-home__complete-heading>p:last-child{color:var(--ink-soft);margin:.65rem auto 1.5rem;font-size:.875rem;line-height:1.85}.p-home .c-waiting-card{margin-bottom:1rem}.p-home .c-live-status{margin-top:1rem}.p-home .c-group-card{margin-top:1.5rem}.p-home .c-meeting-card{margin-top:1rem}.p-home__complete-heading{padding:2.5rem 0 .5rem}.p-home__complete-heading .c-match-badge{margin-top:0}@media (min-width:600px){.p-home{padding-top:3.2rem}.c-destination-grid{grid-template-columns:repeat(3,1fr)}.c-destination:last-child{grid-column:auto}}
