:root {
  --bg: #fff8ec;
  --surface: #ffffff;
  --ink: #24211d;
  --muted: #736b60;
  --line: #eadfcc;
  --primary: #f4a51c;
  --primary-dark: #9b5a00;
  --mint: #4aa987;
  --rose: #e35d6a;
  --blue: #4b7fc9;
  --sky: #bfe9ff;
  --shadow: 0 12px 36px rgba(89, 55, 10, .12);
}

/* Account and multi-event nest */
.site-header nav form { margin: 0; }
.site-header nav button { border: 0; background: transparent; color: inherit; font: inherit; font-weight: 800; cursor: pointer; }
.account-body { background: #fff8e6; }
.account-shell { width: min(980px, calc(100% - 32px)); min-height: calc(100vh - 150px); margin: 30px auto; display: grid; grid-template-columns: 1fr 1fr; border: 2.5px solid #1a1a1a; border-radius: 20px; overflow: hidden; box-shadow: 7px 7px 0 #1a1a1a; background: #fff; }
.account-illustration { position: relative; display: grid; place-content: center; text-align: center; overflow: hidden; background: #ffd93d; border-right: 2.5px solid #1a1a1a; min-height: 570px; }
.account-sun { position: absolute; top: 38px; right: 48px; width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff; font-size: 28px; }
.account-coop { position: relative; width: 270px; height: 210px; display: grid; place-content: center; border: 3px solid #1a1a1a; background: #fff8e6; box-shadow: 8px 8px 0 #1a1a1a; }
.account-coop::before { content: ''; position: absolute; left: 24px; right: 24px; top: -62px; height: 110px; background: #ff6b6b; border: 3px solid #1a1a1a; transform: skewY(-12deg); z-index: 0; }
.account-coop span, .account-coop b { position: relative; z-index: 1; }
.account-coop span { font-size: 72px; line-height: 1; }
.account-coop b { margin-top: 10px; font-size: 22px; }
.account-illustration > p { margin: 26px 0 0; font-weight: 900; font-size: 17px; }
.account-card { width: min(390px, calc(100% - 48px)); margin: auto; padding: 42px 0; }
.account-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 32px; }
.account-brand > span { width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #ffd93d; }
.account-brand strong { font-size: 18px; font-weight: 900; }
.account-brand small { margin-left: auto; font-size: 10px; font-weight: 900; opacity: .45; }
.account-card h1 { margin: 0; font-size: 30px; font-weight: 900; letter-spacing: 0; }
.account-card > p { margin: 8px 0 24px; font-size: 13px; line-height: 1.65; color: #6c6256; }
.account-google, .account-submit { width: 100%; min-height: 46px; border: 2px solid #1a1a1a; border-radius: 999px; font-weight: 900; cursor: pointer; }
.account-google { display: flex; align-items: center; justify-content: center; gap: 10px; background: #fff; box-shadow: 3px 3px 0 #1a1a1a; }
.account-google span { color: #4285f4; font-size: 18px; }
.account-google.is-disabled { cursor: not-allowed; color: #887f73; background: #f4f0e8; box-shadow: none; }
.account-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: #8b8174; font-size: 11px; font-weight: 800; }
.account-divider::before, .account-divider::after { content: ''; height: 1px; flex: 1; background: #d9d1c4; }
.account-form { display: grid; gap: 8px; }
.account-form label { font-size: 12px; font-weight: 900; }
.account-form input[type='email'], .account-form input[type='password'] { width: 100%; min-height: 45px; border: 2px solid #1a1a1a; border-radius: 10px; padding: 0 14px; background: #fffdf8; }
.account-form input:focus { outline: 3px solid rgba(255,217,61,.6); outline-offset: 1px; }
.account-remember { display: flex; align-items: center; gap: 7px; margin: 3px 0 7px; }
.account-submit { margin-top: 8px; background: #ffd93d; box-shadow: 3px 3px 0 #1a1a1a; }
.account-errors { padding: 10px 12px; border: 2px solid #1a1a1a; border-radius: 8px; background: #ffe1df; color: #801b18; font-size: 12px; }
.account-errors ul { margin: 0; padding-left: 16px; }
.account-card .account-switch { margin: 22px 0 0; text-align: center; }
.account-switch a { color: #1a1a1a; font-weight: 900; text-decoration: underline; text-decoration-color: #ffd93d; text-decoration-thickness: 4px; }
.account-logout { margin: 80px auto; padding: 36px; border: 2.5px solid #1a1a1a; border-radius: 20px; box-shadow: 6px 6px 0 #1a1a1a; background: #fff; }

/* Final comic login page */
.account-login-body { min-height: 100vh; background: #fff8e6; }
.account-login-body > .site-header { display: none; }
.account-login-body > .page { width: 100%; max-width: none; margin: 0; padding: 0; }
.login-stage { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 42px 28px 64px; color: #111; }
.login-layout { position: relative; z-index: 1; width: min(1056px, 100%); display: grid; grid-template-columns: 440px minmax(0, 1fr); align-items: stretch; gap: 26px; }
.login-story, .login-panel { min-height: 786px; border: 2.5px solid #111; border-radius: 24px; box-shadow: 6px 6px 0 #111; }
.login-story { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 32px 28px 28px; background: #ffd93d; }
.login-story::after { content: ''; position: absolute; width: 220px; height: 220px; top: -62px; right: -64px; border-radius: 50%; background: rgba(255,255,255,.28); }
.login-story-head { position: relative; z-index: 2; height: 86px; display: flex; align-items: flex-start; justify-content: space-between; }
.login-story-head > b { margin-top: 12px; padding: 4px 11px; border: 2px solid #111; border-radius: 999px; background: #fff; box-shadow: 2px 2px 0 #111; font-size: 10px; letter-spacing: 1px; transform: rotate(-3deg); }
.login-sun { position: relative; width: 52px; height: 52px; display: grid; place-items: center; border: 2.5px solid #111; border-radius: 50%; background: #fff8e6; }
.login-sun::before, .login-sun::after { content: ''; position: absolute; inset: -13px; background: repeating-conic-gradient(from 0deg, #111 0 2deg, transparent 2deg 28deg); -webkit-mask: radial-gradient(circle, transparent 0 27px, #000 28px 30px, transparent 31px); mask: radial-gradient(circle, transparent 0 27px, #000 28px 30px, transparent 31px); }
.login-sun i::before { content: '••'; font-style: normal; font-size: 12px; letter-spacing: 7px; }
.login-sun i::after { content: ''; position: absolute; left: 17px; bottom: 12px; width: 15px; height: 7px; border-bottom: 2px solid #111; border-radius: 50%; }
.login-coop { position: relative; z-index: 2; width: 300px; margin: 38px auto 0; display: grid; gap: 14px; padding: 0 20px 12px; }
.login-coop::after { content: ''; position: absolute; left: 10px; right: 10px; bottom: -4px; height: 12px; border: 2.5px solid #111; border-radius: 6px; background: #b67a3b; box-shadow: 2px 2px 0 #111; }
.login-coop-post { position: absolute; top: 0; bottom: 8px; width: 15px; border: 2.5px solid #111; border-radius: 6px; background: #c48a4a; }
.login-coop-post.is-left { left: 0; }
.login-coop-post.is-right { right: 0; }
.login-coop-shelf { position: relative; min-height: 79px; display: grid; place-items: center; padding: 12px 14px 8px; border: 2.5px solid #111; border-radius: 15px; background: #fff8e6; box-shadow: 3px 3px 0 #111; }
.login-coop-shelf::after { content: ''; position: absolute; left: -6px; right: -6px; bottom: -10px; height: 12px; border: 2.5px solid #111; border-radius: 6px; background: #b67a3b; }
.login-coop-shelf em { position: absolute; z-index: 2; top: -9px; padding: 1px 8px; border: 2px solid #111; border-radius: 999px; background: #fff; font-size: 9px; line-height: 17px; font-style: normal; font-weight: 900; }
.login-egg-shelf em { left: 16px; }
.login-chick-shelf em { right: 18px; background: #ffd93d; }
.login-flock-shelf em { left: 18px; background: #111; color: #fff; }
.login-egg-row { display: flex; align-items: end; gap: 9px; }
.login-egg-row i { position: relative; width: 35px; height: 48px; border: 2.5px solid #111; border-radius: 50% 50% 46% 46% / 60% 60% 40% 40%; background: #fff; box-shadow: 2px 2px 0 #111; }
.login-egg-row i::before { content: '••'; position: absolute; top: 14px; left: 9px; font-style: normal; font-size: 9px; letter-spacing: 4px; }
.login-egg-row i:nth-child(1) { transform: rotate(-6deg); }
.login-egg-row i:nth-child(3) { transform: rotate(6deg); }
.login-chick-row { display: flex; align-items: center; gap: 11px; font-size: 37px; }
.login-chick-row span { filter: drop-shadow(2px 2px 0 #111); }
.login-chick-row b { width: 11px; height: 11px; display: grid; place-items: center; border: 2px solid #111; border-radius: 50%; background: #fff; font-size: 7px; }
.login-flock-row { display: flex; align-items: end; gap: 11px; }
.login-flock-row > span { width: 55px; min-height: 51px; display: grid; place-items: center; padding: 4px; border: 2.5px solid #111; border-radius: 16px; background: #fff; box-shadow: 2px 2px 0 #111; font-size: 23px; line-height: 1; }
.login-flock-row > span:last-child { width: 47px; min-height: 46px; transform: rotate(5deg); }
.login-flock-row small { display: block; font-size: 7px; font-weight: 900; }
.login-coop-label { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 32px; }
.login-coop-label span { width: 42px; height: 42px; display: grid; place-items: center; border: 2.5px solid #111; border-radius: 50%; background: #fff; box-shadow: 3px 3px 0 #111; transform: rotate(-6deg); }
.login-coop-label b { padding: 7px 14px; border: 2.5px solid #111; border-radius: 999px; background: #111; color: #fff; font-size: 13px; letter-spacing: 1px; transform: rotate(1deg); }
.login-story-copy { position: relative; z-index: 2; margin-top: auto; }
.login-story-copy h2 { margin: 0; font-size: 34px; line-height: 1.08; font-weight: 950; letter-spacing: 0; }
.login-story-copy h2 span { position: relative; }
.login-story-copy h2 span::after { content: ''; position: absolute; z-index: -1; left: 0; right: -8px; bottom: 2px; height: 10px; background: rgba(255,255,255,.75); transform: rotate(-1deg); }
.login-story-copy p { max-width: 30ch; margin: 12px 0 0; font-size: 13px; line-height: 1.65; font-weight: 800; }
.login-story-sparkle { position: absolute; right: 22px; bottom: 22px; font-size: 23px; font-style: normal; }
.login-panel { display: flex; flex-direction: column; padding: 34px 34px 24px; background: #fff; box-shadow: 5px 5px 0 #111; }
.login-brand { width: fit-content; display: grid; grid-template-columns: 46px auto auto; grid-template-rows: auto auto; align-items: center; column-gap: 9px; color: #111; text-decoration: none; }
.login-brand > span { grid-row: 1 / 3; width: 46px; height: 46px; display: grid; place-items: center; border: 2.5px solid #111; border-radius: 50%; background: #ffd93d; box-shadow: 2px 2px 0 #111; font-size: 22px; }
.login-brand strong { font-size: 19px; line-height: 1; font-weight: 950; }
.login-brand b { padding: 3px 8px; border-radius: 999px; background: #111; color: #fff; font-size: 9px; line-height: 17px; letter-spacing: .6px; }
.login-brand small { grid-column: 2 / 4; margin-top: 4px; font-size: 9px; line-height: 1; letter-spacing: 1.3px; opacity: .55; }
.login-panel h1 { margin: 34px 0 0; font-size: 33px; line-height: 1; font-weight: 950; letter-spacing: 0; }
.login-intro { max-width: 37ch; margin: 12px 0 0; color: #5f5a54; font-size: 13px; line-height: 1.65; font-weight: 700; }
.login-form { gap: 0; margin-top: 29px; }
.login-form > label:not(.login-remember), .login-password-head label { margin-bottom: 7px; font-size: 13px; }
.login-input-wrap { position: relative; margin-bottom: 18px; }
.account-form .login-input-wrap input[type='email'], .account-form .login-input-wrap input[type='password'] { width: 100%; height: 52px; border: 2.5px solid #111; border-radius: 12px; padding: 0 42px 0 14px; background: #fff; box-shadow: 2px 2px 0 #111; color: #111; font-size: 15px; font-weight: 750; }
.account-form .login-input-wrap input:focus { outline: 4px solid #ffd93d; outline-offset: 0; background: #fff8e6; }
.login-input-wrap > span { position: absolute; top: 50%; right: 14px; color: #777; font-size: 16px; transform: translateY(-50%); pointer-events: none; }
.login-input-wrap > .login-password-dots { letter-spacing: 1px; font-size: 13px; }
.login-password-head { display: flex; align-items: center; justify-content: space-between; }
.login-password-head a { margin-bottom: 7px; color: #111; font-size: 11px; font-weight: 850; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 2px; opacity: .62; }
.account-form .login-remember { position: relative; display: flex; align-items: center; gap: 10px; min-height: 28px; margin: 0 0 14px; cursor: pointer; }
.account-form .login-remember input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.login-checkmark { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 23px; border: 2.5px solid #111; border-radius: 6px; background: #fff; box-shadow: 1.5px 1.5px 0 #111; color: transparent; font-size: 14px; }
.login-remember input:checked + .login-checkmark { background: #ffd93d; color: #111; }
.login-remember input:focus-visible + .login-checkmark { outline: 3px solid #ffd93d; outline-offset: 2px; }
.login-remember b { font-size: 13px; }
.login-remember small { margin-left: auto; padding: 2px 8px; border: 1.5px solid #111; border-radius: 999px; font-size: 9px; line-height: 17px; }
.account-submit.login-submit { min-height: 57px; margin-top: 0; border: 2.5px solid #111; border-radius: 12px; background: #ffd93d; box-shadow: 4px 4px 0 #111; color: #111; font-size: 16px; font-weight: 950; transition: transform .12s, box-shadow .12s; }
.account-submit.login-submit:hover { filter: brightness(1.02); }
.account-submit.login-submit:active { box-shadow: 2px 2px 0 #111; transform: translate(2px, 2px); }
.login-submit span { margin-left: 6px; font-size: 19px; }
.account-card .login-switch, .login-panel .login-switch { margin: 28px 0 0; color: #111; font-size: 13px; font-weight: 650; text-align: center; }
.login-switch a { margin-left: 4px; text-decoration-thickness: 3px; text-underline-offset: 4px; }
.login-privacy { margin: 23px auto 0; color: #111; font-size: 10px; line-height: 1.45; font-weight: 700; text-align: center; opacity: .36; }
.login-panel-footer { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; font-size: 9px; font-weight: 900; letter-spacing: 1px; opacity: .28; }
.login-floating-egg { position: absolute; z-index: 0; width: 31px; height: 42px; border: 2.5px solid #111; border-radius: 50% 50% 46% 46% / 60% 60% 40% 40%; background: #fff; box-shadow: 3px 3px 0 rgba(17,17,17,.25); transform: rotate(-6deg); }
.login-floating-egg::after { content: ''; position: absolute; top: 8px; left: 8px; width: 8px; height: 12px; border-radius: 50%; background: #fff8e6; }
.login-floating-egg-one { top: 12%; left: max(4%, calc(50% - 670px)); }
.login-floating-egg-two { right: max(4%, calc(50% - 670px)); bottom: 27%; transform: rotate(5deg); }
.login-floating-egg-three { left: max(7%, calc(50% - 620px)); bottom: 18%; transform: rotate(8deg); }

@media (max-width: 900px) {
  .login-stage { padding: 22px 18px 42px; }
  .login-layout { grid-template-columns: 360px minmax(0, 1fr); gap: 18px; }
  .login-story, .login-panel { min-height: 720px; }
  .login-story { padding: 27px 22px 24px; }
  .login-coop { width: 270px; margin-top: 20px; }
  .login-panel { padding: 30px 26px 22px; }
}
@media (max-width: 760px) {
  .login-stage { display: block; min-height: 100vh; padding: 16px 14px 30px; }
  .login-layout { display: block; width: min(520px, 100%); margin: 0 auto; }
  .login-story { display: none; }
  .login-panel { min-height: calc(100vh - 46px); padding: 27px 22px 21px; border-radius: 20px; }
  .login-panel h1 { margin-top: 30px; font-size: 29px; }
  .login-form { margin-top: 25px; }
  .login-floating-egg-one { top: 7px; left: 3px; }
  .login-floating-egg-two { right: 2px; bottom: 8px; }
  .login-floating-egg-three { display: none; }
}
@media (max-width: 380px) {
  .login-panel { padding-right: 17px; padding-left: 17px; }
  .login-brand b { display: none; }
  .login-brand small { grid-column: 2; }
  .login-remember small { display: none; }
}

/* Final egg-hatching signup page */
.account-signup-body { min-height: 100vh; background: #fffdf6; }
.account-signup-body > .site-header { display: none; }
.account-signup-body > .page { width: 100%; max-width: none; margin: 0; padding: 0; }
.signup-stage { min-height: 100vh; display: grid; place-items: center; padding: 38px 24px 52px; color: #111; }
.signup-layout { width: min(1080px, 100%); display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 24px; }
.signup-story, .signup-panel { min-height: 700px; border: 2.5px solid #111; border-radius: 20px; box-shadow: 5px 5px 0 #111; }
.signup-story { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 30px; background-color: #e0f2fe; background-image: radial-gradient(rgba(17,17,17,.2) 1px, transparent 1px); background-size: 18px 18px; }
.signup-stars { position: relative; z-index: 2; display: flex; align-items: flex-start; gap: 8px; height: 40px; }
.signup-stars b { font-size: 28px; line-height: 1; animation: signup-twinkle 1.8s ease-in-out infinite; }
.signup-stars b:nth-child(2) { margin-top: 4px; font-size: 20px; animation-delay: .3s; }
.signup-stars b:nth-child(3) { margin-top: 8px; font-size: 14px; animation-delay: .6s; }
@keyframes signup-twinkle { 0%, 100% { opacity: .35; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.1); } }
.signup-hatch-scene { position: relative; flex: 1; min-height: 350px; display: grid; place-items: center; padding-bottom: 48px; }
.signup-hatch-scene::after { content: ''; position: absolute; bottom: 52px; width: 205px; height: 35px; border-radius: 50%; background: rgba(17,17,17,.09); filter: blur(2px); }
.signup-egg { position: relative; z-index: 2; width: 136px; height: 172px; border: 2.5px solid #111; border-radius: 52% 52% 45% 45% / 60% 60% 40% 40%; background: #fff; box-shadow: 3px 3px 0 #111; transition: transform .2s; }
.signup-egg > i:first-child { position: absolute; top: 16px; left: 19px; width: 30px; height: 18px; border: 1px solid rgba(17,17,17,.08); border-radius: 50%; background: rgba(224,242,254,.55); transform: rotate(-12deg); }
.signup-egg > i:nth-child(2) { position: absolute; top: 57px; left: 50%; width: 72px; height: 73px; transform: translateX(-50%); }
.signup-egg > i:nth-child(2)::before, .signup-egg > i:nth-child(2)::after { content: ''; position: absolute; background: #111; transform-origin: center; }
.signup-egg > i:nth-child(2)::before { left: 34px; width: 2.5px; height: 69px; clip-path: polygon(0 0,100% 0,100% 20%,0 30%,100% 45%,0 61%,100% 75%,0 100%); }
.signup-egg > i:nth-child(2)::after { top: 28px; left: 18px; width: 36px; height: 2px; transform: rotate(16deg); }
.signup-egg > span { position: absolute; top: 13px; right: -68px; padding: 2px 6px; border: 1.5px solid #111; border-radius: 4px; background: #fff; box-shadow: 2px 2px 0 #111; font-size: 8px; font-weight: 950; transform: rotate(8deg); }
.signup-egg > span::before { content: ''; position: absolute; left: -8px; top: 9px; width: 9px; border-top: 2px solid #111; }
.signup-chick-face { position: absolute; left: 50%; bottom: 8px; width: 94px; height: 94px; display: grid; place-items: center; border: 2.5px solid #111; border-radius: 50%; background: #ffd93d; box-shadow: 2px 2px 0 #111; font-size: 43px; opacity: 0; transform: translate(-50%, 45px) scale(.5); transition: opacity .25s, transform .45s cubic-bezier(.34,1.56,.64,1); }
.signup-egg.is-awake { transform: translateY(-4px) rotate(-1deg); }
.signup-egg.is-wiggling { animation: signup-wiggle .4s ease; }
.signup-egg.is-hatched { border-top-color: transparent; background: linear-gradient(to bottom, transparent 0 45%, #fff 46%); }
.signup-egg.is-hatched > i { opacity: 0; }
.signup-egg.is-hatched .signup-chick-face { opacity: 1; transform: translate(-50%, -54px) scale(1); }
@keyframes signup-wiggle { 0%, 100% { rotate: 0deg; } 25% { rotate: -3deg; } 75% { rotate: 3deg; } }
.signup-nest { position: absolute; z-index: 3; bottom: 37px; left: 50%; width: 240px; height: 54px; border: 2.5px solid #111; border-radius: 40% 40% 50% 50% / 60% 60% 40% 40%; background: repeating-linear-gradient(-20deg, #facc15 0 6px, #eab308 6px 8px); box-shadow: 0 3px 0 #111; transform: translateX(-50%); }
.signup-nest::after { content: ''; position: absolute; left: 7%; right: 7%; top: 10px; height: 28px; border-top: 2px solid rgba(17,17,17,.25); border-radius: 50%; }
.signup-benefits { position: relative; z-index: 4; width: min(340px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: -24px auto 0; }
.signup-benefits > div { min-width: 0; min-height: 72px; display: grid; place-items: center; align-content: center; padding: 8px 5px; border: 2px solid #111; border-radius: 12px; background: #fff; box-shadow: 2px 2px 0 #111; text-align: center; }
.signup-benefits span { font-size: 17px; line-height: 1; }
.signup-benefits strong { margin-top: 5px; font-size: 11px; }
.signup-benefits small { margin-top: 1px; color: #6e6a65; font-size: 9px; }
.signup-story-foot { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 26px; }
.signup-story-foot i { height: 2.5px; flex: 1; background: #111; }
.signup-story-foot strong { font-size: 12px; letter-spacing: .5px; white-space: nowrap; }
.signup-panel { display: flex; flex-direction: column; padding: 30px 32px 24px; background: #fff; }
.signup-brand { width: fit-content; display: flex; align-items: center; gap: 8px; color: #111; text-decoration: none; }
.signup-brand span { width: 36px; height: 36px; display: grid; place-items: center; border: 2px solid #111; border-radius: 50%; background: #ffd93d; box-shadow: 2px 2px 0 #111; font-size: 18px; }
.signup-brand strong { font-size: 18px; font-weight: 950; }
.signup-brand small { color: #777; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.signup-panel h1 { margin: 21px 0 0; font-size: 30px; line-height: 1.1; font-weight: 950; letter-spacing: 0; }
.signup-panel > p { margin: 7px 0 0; color: #67615a; font-size: 12px; font-weight: 650; }
.signup-form { display: grid; gap: 12px; margin-top: 22px; }
.signup-field { display: grid; gap: 6px; }
.signup-field label { font-size: 12px; font-weight: 950; }
.signup-field input { width: 100%; height: 46px; border: 2.5px solid #111; border-radius: 12px; padding: 0 15px; background: #fffef7; color: #111; font: inherit; font-size: 14px; font-weight: 750; outline: 0; transition: transform .12s, box-shadow .12s; }
.signup-field input:focus { box-shadow: 2px 2px 0 #111; transform: translate(-1px, -1px); }
.signup-field input::placeholder { color: rgba(17,17,17,.3); }
.signup-field-error { color: #c62828; font-size: 10px; line-height: 1.4; font-weight: 850; }
.signup-strength { display: flex; align-items: center; gap: 9px; margin-top: 1px; }
.signup-strength[hidden], .signup-match[hidden] { display: none; }
.signup-strength > div { display: flex; flex: 1; gap: 4px; }
.signup-strength i { height: 8px; flex: 1; border: 1.5px solid #111; border-radius: 999px; background: #fff; transform: scaleY(.72); transition: background .2s, transform .2s; }
.signup-strength[data-score='1'] i:nth-child(1) { background: #ff8a65; transform: scaleY(1); }
.signup-strength[data-score='2'] i:nth-child(-n+2) { background: #ffd93d; transform: scaleY(1); }
.signup-strength[data-score='3'] i { background: #71d99e; transform: scaleY(1); }
.signup-strength span { padding: 1px 7px; border: 1.5px solid #111; border-radius: 999px; background: #fff; box-shadow: 1px 1px 0 #111; font-size: 10px; font-weight: 900; }
.signup-match { font-size: 10px; font-weight: 850; }
.signup-match.is-valid { color: #168147; }
.signup-match.is-invalid { color: #c62828; }
.signup-submit { width: 100%; height: 52px; margin-top: 3px; border: 2.5px solid #111; border-radius: 14px; background: #ffd93d; box-shadow: 4px 4px 0 #111; color: #111; font-size: 16px; font-weight: 950; cursor: pointer; transition: transform .12s, box-shadow .12s; }
.signup-submit:active { box-shadow: 1px 1px 0 #111; transform: translate(3px, 3px); }
.signup-submit span { margin-left: 4px; font-size: 18px; }
.signup-switch { margin: 3px 0 0; color: #6d665f; font-size: 12px; text-align: center; }
.signup-switch a { margin-left: 3px; color: #111; font-weight: 950; text-decoration: underline; text-decoration-color: #e0f2fe; text-decoration-thickness: 4px; text-underline-offset: 3px; }
.signup-panel > footer { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 19px; color: rgba(17,17,17,.4); font-size: 9px; font-weight: 750; }
.signup-panel > footer i { width: 20px; height: 2px; flex: 0 0 20px; background: rgba(17,17,17,.2); }

@media (max-width: 860px) {
  .signup-stage { padding: 22px 16px 38px; }
  .signup-layout { grid-template-columns: .95fr 1.05fr; gap: 17px; }
  .signup-story, .signup-panel { min-height: 680px; }
  .signup-story { padding: 23px 17px; }
  .signup-hatch-scene { min-height: 320px; }
  .signup-panel { padding: 27px 23px 22px; }
}
@media (max-width: 720px) {
  .signup-stage { display: block; min-height: 100vh; padding: 15px 13px 29px; }
  .signup-layout { display: block; width: min(520px, 100%); margin: 0 auto; }
  .signup-story { display: none; }
  .signup-panel { min-height: calc(100vh - 44px); padding: 25px 21px 20px; }
  .signup-panel h1 { font-size: 27px; }
  .signup-form { margin-top: 20px; }
}
@media (max-width: 370px) {
  .signup-panel { padding-right: 16px; padding-left: 16px; }
  .signup-brand small { display: none; }
  .signup-panel > footer { display: none; }
}

.dashboard-body { margin: 0; background: #fff8e6; color: #1a1a1a; }
.dashboard-body > .site-header { display: none; }
.dashboard-body > .page { width: 100%; max-width: none; margin: 0; padding: 0; }
.nest-app { min-height: 100vh; font-family: 'Noto Sans TC', system-ui, sans-serif; }
.nest-topbar { position: sticky; top: 0; z-index: 20; height: 70px; border-bottom: 2.5px solid #1a1a1a; background: rgba(255,248,230,.96); backdrop-filter: blur(12px); }
.nest-topbar-inner { width: min(1392px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.nest-brand { display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; flex: 0 0 auto; }
.nest-brand > span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #ffd93d; font-size: 21px; }
.nest-brand div { display: grid; line-height: 1; }
.nest-brand strong { font-size: 18px; font-weight: 900; }
.nest-brand small { margin-top: 4px; font-size: 9px; font-weight: 900; letter-spacing: 1.2px; opacity: .55; }
.nest-search { width: min(360px, 34vw); height: 39px; display: flex; align-items: center; gap: 8px; margin-right: auto; border: 2px solid #1a1a1a; border-radius: 999px; padding: 0 13px; background: #fff; }
.nest-search span, .nest-mobile-search span { font-size: 20px; opacity: .5; }
.nest-search input, .nest-mobile-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; font-size: 13px; }
.nest-account-actions { display: flex; align-items: center; gap: 12px; }
.nest-create { height: 42px; display: flex; align-items: center; gap: 5px; padding: 0 18px; border: 2px solid #1a1a1a; border-radius: 999px; background: #ffd93d; box-shadow: 3px 3px 0 #1a1a1a; color: inherit; text-decoration: none; font-size: 13px; }
.nest-create span { font-size: 20px; font-weight: 900; }
.nest-profile { position: relative; }
.nest-profile summary { width: 42px; height: 42px; overflow: hidden; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff; font-weight: 900; list-style: none; cursor: pointer; }
.nest-profile summary::-webkit-details-marker { display: none; }
.nest-profile img { width: 100%; height: 100%; object-fit: cover; }
.nest-profile > div { position: absolute; right: 0; top: 50px; width: 230px; display: grid; gap: 4px; padding: 14px; border: 2px solid #1a1a1a; border-radius: 10px; background: #fff; box-shadow: 4px 4px 0 #1a1a1a; }
.nest-profile > div strong, .nest-profile > div small { overflow: hidden; text-overflow: ellipsis; }
.nest-profile > div small { opacity: .55; }
.nest-profile button { width: 100%; margin-top: 8px; border: 0; border-radius: 999px; padding: 8px; background: #1a1a1a; color: #fff; font-weight: 800; cursor: pointer; }
.nest-mobile-search, .nest-mobile-roles { display: none; }
.nest-layout { width: min(1392px, calc(100% - 48px)); margin: 0 auto; padding: 28px 0 44px; display: grid; grid-template-columns: 200px minmax(0, 1fr) 280px; align-items: start; gap: 24px; }
.nest-sidebar, .nest-insights { position: sticky; top: 96px; }
.nest-role-nav { display: grid; gap: 5px; padding: 12px; border: 2.5px solid #1a1a1a; border-radius: 20px; background: #fff; box-shadow: 4px 4px 0 #1a1a1a; }
.nest-role-nav a { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 11px; border: 2px solid transparent; border-radius: 12px; color: inherit; text-decoration: none; font-size: 13px; font-weight: 900; }
.nest-role-nav a.is-active { border-color: #1a1a1a; background: #ffd93d; }
.nest-role-nav b { min-width: 24px; height: 24px; display: grid; place-items: center; border: 1.5px solid #1a1a1a; border-radius: 50%; background: #fff; font-size: 10px; }
.nest-role-nav a.is-active b { background: #1a1a1a; color: #fff; }
.nest-tip { margin-top: 14px; padding: 13px; border: 2px solid rgba(26,26,26,.12); border-radius: 14px; background: #fff4c8; }
.nest-tip strong { font-size: 12px; }
.nest-tip p { margin: 5px 0 0; font-size: 11px; line-height: 1.55; opacity: .65; }
.nest-level { margin-top: 16px; padding: 16px; border: 2.5px solid #1a1a1a; border-radius: 20px; background: #1a1a1a; color: #fff; box-shadow: 4px 4px 0 #ffd93d; }
.nest-level strong { font-size: 12px; }
.nest-level div { height: 8px; margin-top: 10px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.2); }
.nest-level i { display: block; height: 100%; max-width: 100%; background: #ffd93d; }
.nest-level small { display: block; margin-top: 7px; opacity: .55; font-size: 10px; }
.nest-main { min-width: 0; }
.nest-heading-row { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.nest-heading-row > div:first-child { display: flex; align-items: center; gap: 9px; }
.nest-heading-row h1 { margin: 0; font-size: 23px; font-weight: 900; }
.nest-heading-row > div:first-child > span { padding: 4px 10px; border-radius: 99px; background: #1a1a1a; color: #fff; font-size: 10px; font-weight: 900; }
.nest-controls, .nest-status-filter, .nest-view-switch { display: flex; align-items: center; }
.nest-controls { gap: 9px; }
.nest-status-filter, .nest-view-switch { padding: 3px; border: 2px solid #1a1a1a; border-radius: 999px; background: #fff; }
.nest-status-filter a { height: 28px; display: grid; place-items: center; padding: 0 10px; border-radius: 99px; color: inherit; text-decoration: none; font-size: 11px; font-weight: 900; }
.nest-status-filter a.is-active, .nest-view-switch a.is-active { background: #1a1a1a; color: #fff; }
.nest-view-switch a { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: inherit; text-decoration: none; }
.nest-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.nest-event-card { min-width: 0; overflow: hidden; border: 2.5px solid #1a1a1a; border-radius: 20px; background: #fff; box-shadow: 4px 4px 0 #1a1a1a; transition: transform .16s, box-shadow .16s; }
.nest-event-card:hover { transform: translateY(-2px); box-shadow: 6px 6px 0 #1a1a1a; }
.nest-card-cover { position: relative; height: 125px; display: flex; align-items: flex-end; justify-content: space-between; padding: 12px; border-bottom: 2px solid #1a1a1a; background: #a8e6cf; color: inherit; text-decoration: none; }
.nest-event-card:nth-child(4n+2) .nest-card-cover { background: #d9d7f1; }
.nest-event-card:nth-child(4n+3) .nest-card-cover { background: #ff9a78; }
.nest-event-card:nth-child(4n) .nest-card-cover { background: #b2dfdb; }
.nest-card-cover > strong { font-size: 31px; line-height: 1; }
.nest-card-cover > em { position: absolute; left: 53px; bottom: 15px; padding: 4px 8px; border: 1.5px solid #1a1a1a; border-radius: 99px; background: #fff; font-size: 10px; font-style: normal; font-weight: 900; }
.nest-status { position: absolute; top: 11px; left: 11px; padding: 4px 9px; border: 1.5px solid #1a1a1a; border-radius: 99px; background: #4ade80; font-size: 10px; font-weight: 900; }
.nest-status.is-confirmed { background: #1a1a1a; color: #fff; }
.nest-status.is-closed { background: #e5e0d5; color: #7c7264; }
.nest-card-body { padding: 14px; }
.nest-card-title { display: flex; align-items: start; justify-content: space-between; gap: 8px; }
.nest-card-title h2 { min-width: 0; margin: 0; font-size: 15px; line-height: 1.25; font-weight: 900; }
.nest-card-title h2 a { color: inherit; text-decoration: none; }
.nest-card-title > span { padding: 2px 7px; border: 1.5px solid #1a1a1a; border-radius: 99px; background: #fff4c8; font-size: 9px; font-weight: 900; }
.nest-card-time { margin: 5px 0 0; font-size: 10px; opacity: .5; }
.nest-card-location { width: fit-content; max-width: 100%; overflow: hidden; margin: 10px 0 0; padding: 4px 8px; border: 1px solid rgba(26,26,26,.14); border-radius: 99px; background: #fff8e6; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; font-weight: 800; }
.nest-card-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 11px; }
.nest-card-stats > div { min-width: 0; display: grid; gap: 3px; padding: 9px; border: 1px solid rgba(26,26,26,.12); border-radius: 10px; background: #f6f1e7; }
.nest-card-stats > div:last-child { background: #fff4c8; }
.nest-card-stats small { font-size: 9px; font-weight: 900; opacity: .58; }
.nest-card-stats strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.nest-progress-head { display: flex; justify-content: space-between; margin-top: 12px; font-size: 10px; font-weight: 900; }
.nest-progress { position: relative; height: 11px; margin-top: 5px; border: 1.5px solid #1a1a1a; border-radius: 99px; background: #efe8d8; }
.nest-progress i { display: block; height: 100%; max-width: 100%; border-right: 1px solid #1a1a1a; border-radius: 99px; background: #ffd93d; }
.nest-progress span { position: absolute; top: -7px; font-size: 13px; }
.nest-card-footer { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 14px; }
.nest-people { display: flex; padding-left: 6px; }
.nest-people span, .nest-people b { width: 27px; height: 27px; display: grid; place-items: center; margin-left: -6px; border: 1.5px solid #1a1a1a; border-radius: 50%; background: #fff; font-size: 10px; }
.nest-people b { background: #1a1a1a; color: #fff; }
.nest-card-actions { display: flex; gap: 5px; }
.nest-card-actions a, .nest-card-actions button { width: 29px; height: 29px; display: grid; place-items: center; border: 1.5px solid #1a1a1a; border-radius: 50%; background: #fff; color: inherit; text-decoration: none; font-size: 12px; cursor: pointer; }
.nest-card-actions .is-primary { background: #1a1a1a; color: #fff; }
.nest-cover-people { position: absolute; right: 12px; bottom: 11px; display: flex; flex-direction: row-reverse; align-items: center; padding-right: 5px; }
.nest-cover-people span, .nest-cover-people b { width: 32px; height: 32px; display: grid; place-items: center; margin-right: -7px; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff; box-shadow: 2px 2px 0 rgba(26,26,26,.85); color: #1a1a1a; font-size: 10px; line-height: 1; font-weight: 950; }
.nest-cover-people span:nth-of-type(2n) { background: #ffd93d; }
.nest-cover-people span:nth-of-type(3n) { background: #a9d6ff; }
.nest-cover-people span { position: relative; transition: transform .16s ease,box-shadow .16s ease; }
.nest-cover-people span:hover, .nest-cover-people span:focus-visible { z-index: 20; box-shadow: 3px 3px 0 rgba(26,26,26,.9); transform: translateY(-2px) scale(1.12); }
.nest-cover-people img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.nest-cover-people b { z-index: 1; background: #1a1a1a; color: #fff; }
.nest-cover-people [data-tooltip]::after { right: -2px; bottom: calc(100% + 10px); left: auto; max-width: 150px; transform: translateY(5px) rotate(-1deg); }
.nest-cover-people [data-tooltip]::before { right: 7px; bottom: calc(100% + 4px); left: auto; }
.nest-cover-people [data-tooltip]:hover::after, .nest-cover-people [data-tooltip]:focus-visible::after { transform: translateY(0) rotate(-1deg); }
.nest-card-grid.is-list { grid-template-columns: 1fr; }
.nest-card-grid.is-list .nest-event-card { display: grid; grid-template-columns: 145px 1fr; }
.nest-card-grid.is-list .nest-card-cover { height: 100%; min-height: 210px; border-right: 2px solid #1a1a1a; border-bottom: 0; }
.nest-empty { padding: 60px 24px; border: 2.5px solid #1a1a1a; border-radius: 20px; background: #fff; box-shadow: 4px 4px 0 #1a1a1a; text-align: center; }
.nest-empty div { font-size: 58px; }
.nest-empty h2 { margin: 14px 0 4px; font-size: 18px; }
.nest-empty p { margin: 0; font-size: 12px; opacity: .55; }
.nest-empty a { display: inline-flex; margin-top: 20px; padding: 10px 18px; border: 2px solid #1a1a1a; border-radius: 99px; background: #ffd93d; box-shadow: 3px 3px 0 #1a1a1a; color: inherit; text-decoration: none; font-weight: 900; }
.nest-insights { display: grid; gap: 16px; }
.nest-insights > section { padding: 15px; border: 2.5px solid #1a1a1a; border-radius: 20px; background: #fff; box-shadow: 4px 4px 0 #1a1a1a; }
.nest-insight-title { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.nest-insight-title strong { font-size: 13px; }
.nest-insight-title span { padding: 3px 7px; border-radius: 99px; background: #ff6b6b; color: #fff; font-size: 9px; font-weight: 900; }
.nest-task { display: grid; grid-template-columns: 8px minmax(0,1fr) auto; align-items: center; gap: 8px; margin-top: 10px; padding: 9px; border: 2px solid transparent; border-radius: 11px; color: inherit; text-decoration: none; }
.nest-task:hover { border-color: #1a1a1a; background: #fff8e6; }
.nest-task > i { width: 7px; height: 7px; border-radius: 50%; background: #ff6b6b; }
.nest-task div { min-width: 0; display: grid; }
.nest-task strong, .nest-task small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nest-task strong { font-size: 11px; }
.nest-task small { margin-top: 2px; font-size: 9px; opacity: .55; }
.nest-no-task { margin: 15px 0 0; font-size: 11px; opacity: .5; }
.nest-quick-stats { background: #ffd93d !important; }
.nest-quick-stats > strong { font-size: 13px; }
.nest-quick-stats > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 11px; }
.nest-quick-stats article { display: grid; padding: 11px; border: 2px solid #1a1a1a; border-radius: 12px; background: #fff; }
.nest-quick-stats article:last-child { background: #1a1a1a; color: #fff; }
.nest-quick-stats article small { font-size: 9px; opacity: .6; }
.nest-quick-stats article b { margin-top: 3px; font-size: 21px; }
.nest-quick-stats article span { font-size: 9px; opacity: .55; }
.nest-quick-stats > p { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 9px; margin: 10px 0 0; padding: 10px; border: 2px solid #1a1a1a; border-radius: 12px; background: #fff; }
.nest-quick-stats > p > span { grid-row: 1 / 3; font-size: 24px; }
.nest-quick-stats > p strong { display: flex; justify-content: space-between; font-size: 10px; }
.nest-quick-stats > p strong b { font-size: 15px; }
.nest-quick-stats > p em { font-size: 9px; font-style: normal; opacity: .5; }
.nest-insights > .nest-calendar-widget { padding: 0; }
.nest-calendar-toggle { width: 100%; min-height: 64px; display: grid; grid-template-columns: 34px minmax(0,1fr) auto 20px; align-items: center; gap: 9px; padding: 12px 13px; border: 0; background: #fff; color: #1a1a1a; text-align: left; cursor: pointer; }
.nest-calendar-toggle > span { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 8px; background: #a9d6ff; box-shadow: 2px 2px 0 #1a1a1a; font-size: 16px; }
.nest-calendar-toggle > div { min-width: 0; display: grid; gap: 3px; }
.nest-calendar-toggle strong { font-size: 12px; }
.nest-calendar-toggle small { overflow: hidden; color: #777; font-size: 9px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.nest-calendar-toggle > b { min-width: 24px; height: 24px; display: grid; place-items: center; padding: 0 6px; border-radius: 999px; background: #1a1a1a; color: #fff; font-size: 9px; }
.nest-calendar-toggle > i { font-size: 18px; font-style: normal; font-weight: 900; transition: transform .22s; }
.nest-calendar-widget.is-open .nest-calendar-toggle > i { transform: translateX(3px); }
.nest-calendar-backdrop { position: fixed; inset: 0; z-index: 1090; display: block; visibility: hidden; border: 0; background: rgba(26,26,26,.28); opacity: 0; cursor: default; transition: opacity .28s ease,visibility .28s; }
.nest-calendar-widget.is-open .nest-calendar-backdrop { visibility: visible; opacity: 1; }
.nest-calendar-drawer { position: fixed; z-index: 1100; top: 80px; right: 12px; bottom: 12px; width: min(1040px,calc(100vw - 64px)); display: grid; grid-template-rows: auto minmax(0,1fr); overflow: hidden; border: 3px solid #1a1a1a; border-radius: 18px 0 0 18px; background: #fffaf0; box-shadow: 8px 8px 0 #1a1a1a; visibility: hidden; transform: translateX(calc(100% + 32px)); transition: transform .34s cubic-bezier(.22,.8,.28,1),visibility .34s; }
.nest-calendar-widget.is-open .nest-calendar-drawer { visibility: visible; transform: translateX(0); }
.nest-calendar-heading { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 22px; border-bottom: 3px solid #1a1a1a; background: #ffd93d; }
.nest-calendar-heading > div { min-width: 0; display: flex; align-items: center; gap: 13px; }
.nest-calendar-heading > div > span { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 10px; background: #a9d6ff; box-shadow: 3px 3px 0 #1a1a1a; font-size: 23px; }
.nest-calendar-heading > div > div { min-width: 0; display: grid; gap: 3px; }
.nest-calendar-heading strong { font-size: 22px; }
.nest-calendar-heading small { overflow: hidden; color: #5f5542; font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.nest-calendar-heading > button { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff; box-shadow: 3px 3px 0 #1a1a1a; font-size: 27px; line-height: 1; cursor: pointer; }
.nest-calendar-layout { min-height: 0; display: grid; grid-template-columns: minmax(0,1.75fr) minmax(280px,.8fr); gap: 18px; padding: 20px; }
.nest-calendar-month, .nest-calendar-agenda { min-width: 0; min-height: 0; border: 2.5px solid #1a1a1a; border-radius: 12px; background: #fff; }
.nest-calendar-month { display: grid; grid-template-rows: auto auto minmax(0,1fr) auto; padding: 18px; }
.nest-calendar-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.nest-calendar-controls { min-width: 280px; display: grid; grid-template-columns: 42px minmax(0,1fr) 42px; align-items: center; gap: 9px; }
.nest-calendar-controls strong { font-size: 21px; text-align: center; }
.nest-calendar-controls button, .nest-calendar-today { border: 2px solid #1a1a1a; background: #fff; font-weight: 900; cursor: pointer; }
.nest-calendar-controls button { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; font-size: 25px; }
.nest-calendar-today { min-height: 38px; padding: 0 15px; border-radius: 8px; background: #fff4bd; font-size: 12px; }
.nest-calendar-weekdays, .nest-calendar-grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 6px; }
.nest-calendar-weekdays { margin-top: 17px; padding-bottom: 7px; border-bottom: 1px dashed #cfc6b6; }
.nest-calendar-weekdays span { color: #6f685c; font-size: 12px; font-weight: 900; text-align: center; }
.nest-calendar-grid { min-height: 0; margin-top: 7px; grid-auto-rows: minmax(64px,1fr); }
.nest-calendar-grid > .is-blank { min-height: 64px; }
.nest-calendar-grid button { min-width: 0; min-height: 64px; display: grid; grid-template-rows: 1fr 10px; place-items: start; padding: 9px; border: 2px solid transparent; border-radius: 8px; background: #fffdf7; color: #1a1a1a; font-size: 14px; font-weight: 900; cursor: pointer; }
.nest-calendar-grid button:hover { border-color: #1a1a1a; background: #fff4bd; }
.nest-calendar-grid button.is-today { border-color: #1a1a1a; background: #ffd93d; box-shadow: 3px 3px 0 #1a1a1a; }
.nest-calendar-grid button.is-selected { border-color: #1a1a1a; background: #1a1a1a; color: #fff; }
.nest-calendar-grid button > i { align-self: end; display: flex; align-items: center; justify-content: flex-start; gap: 4px; font-style: normal; }
.nest-calendar-grid button > i b, .nest-calendar-legend i { width: 8px; height: 8px; display: block; border-radius: 50%; }
.nest-calendar-grid .is-event, .nest-calendar-legend .is-event { background: #22c55e; }
.nest-calendar-grid .is-deadline, .nest-calendar-legend .is-deadline { background: #ff6464; }
.nest-calendar-grid .is-candidate, .nest-calendar-legend .is-candidate { background: #4b8fe2; }
.nest-calendar-legend { display: flex; align-items: center; justify-content: flex-start; gap: 18px; margin-top: 12px; padding-top: 12px; border-top: 1px dashed #cfc6b6; }
.nest-calendar-legend span { display: flex; align-items: center; gap: 6px; color: #6f685c; font-size: 11px; font-weight: 850; }
.nest-calendar-legend i { width: 9px; height: 9px; }
.nest-calendar-agenda { display: grid; grid-template-rows: auto minmax(0,1fr); overflow: hidden; padding: 0; }
.nest-calendar-agenda > div:first-child { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; border-bottom: 2px solid #1a1a1a; background: #b6efd9; }
.nest-calendar-agenda > div:first-child > div { display: grid; gap: 3px; }
.nest-calendar-agenda > div:first-child span { font-size: 9px; font-weight: 900; opacity: .55; }
.nest-calendar-agenda > div:first-child strong { font-size: 17px; }
.nest-calendar-agenda > div:first-child button { min-height: 32px; padding: 0 10px; border: 2px solid #1a1a1a; border-radius: 7px; background: #fff; color: #1a1a1a; font-size: 10px; font-weight: 900; cursor: pointer; }
.nest-calendar-agenda > div:last-child { min-height: 0; overflow-y: auto; padding: 10px 12px 14px; }
.nest-calendar-agenda a { min-width: 0; display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 10px; margin-top: 8px; padding: 11px 10px; border: 2px solid #1a1a1a; border-left-width: 7px; border-radius: 8px; background: #fff; color: #1a1a1a; text-decoration: none; transition: transform .16s,box-shadow .16s; }
.nest-calendar-agenda a:hover { transform: translateY(-2px); box-shadow: 3px 3px 0 #1a1a1a; }
.nest-calendar-agenda a.is-event { border-left-color: #22c55e; }
.nest-calendar-agenda a.is-deadline { border-left-color: #ff6464; }
.nest-calendar-agenda a.is-candidate { border-left-color: #4b8fe2; }
.nest-calendar-agenda a > span { font-size: 12px; font-weight: 950; }
.nest-calendar-agenda a > div { min-width: 0; display: grid; gap: 2px; }
.nest-calendar-agenda a strong, .nest-calendar-agenda a small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nest-calendar-agenda a strong { font-size: 12px; }
.nest-calendar-agenda a small { color: #777; font-size: 9px; font-weight: 750; }
.nest-calendar-agenda a > b { font-size: 19px; }
.nest-calendar-empty { margin: 8px 0; padding: 28px 12px; border: 2px dashed #bcb3a4; border-radius: 8px; color: #777; font-size: 11px; font-weight: 800; text-align: center; }
.calendar-drawer-open { overflow: hidden; }

@media (max-width: 900px) {
  .nest-calendar-drawer { top: 72px; right: 8px; bottom: 8px; left: 8px; width: auto; border-radius: 14px; }
  .nest-calendar-layout { grid-template-columns: 1fr; grid-template-rows: minmax(570px,1fr) minmax(280px,.65fr); overflow-y: auto; }
  .nest-calendar-month { min-height: 570px; }
  .nest-calendar-agenda { min-height: 280px; }
}
@media (max-width: 600px) {
  .nest-calendar-heading { min-height: 70px; padding: 11px 13px; }
  .nest-calendar-heading > div > span { width: 38px; height: 38px; font-size: 18px; }
  .nest-calendar-heading strong { font-size: 18px; }
  .nest-calendar-heading small { max-width: 220px; font-size: 9px; }
  .nest-calendar-heading > button { width: 36px; height: 36px; font-size: 23px; }
  .nest-calendar-layout { gap: 12px; padding: 12px; grid-template-rows: minmax(520px,1fr) minmax(260px,.65fr); }
  .nest-calendar-month { min-height: 520px; padding: 12px; }
  .nest-calendar-toolbar { align-items: stretch; flex-direction: column; }
  .nest-calendar-controls { min-width: 0; }
  .nest-calendar-controls strong { font-size: 17px; }
  .nest-calendar-today { width: 100%; }
  .nest-calendar-weekdays, .nest-calendar-grid { gap: 3px; }
  .nest-calendar-grid { grid-auto-rows: minmax(51px,1fr); }
  .nest-calendar-grid > .is-blank { min-height: 51px; }
  .nest-calendar-grid button { min-height: 51px; padding: 6px; font-size: 12px; }
  .nest-calendar-legend { gap: 10px; }
  .nest-calendar-legend span { font-size: 9px; }
}

@media (max-width: 1180px) {
  .nest-layout { grid-template-columns: 190px minmax(0,1fr); }
  .nest-insights { display: none; }
}
@media (max-width: 820px) {
  .account-shell { grid-template-columns: 1fr; }
  .account-illustration { display: none; }
  .nest-topbar { height: 64px; }
  .nest-topbar-inner { width: calc(100% - 28px); }
  .nest-search { display: none; }
  .nest-create b { display: none; }
  .nest-create { width: 42px; padding: 0; justify-content: center; }
  .nest-mobile-search { display: block; width: calc(100% - 28px); margin: 14px auto 0; }
  .nest-mobile-search form { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 12px; border: 2px solid #1a1a1a; border-radius: 12px; background: #fff; }
  .nest-layout { width: calc(100% - 28px); grid-template-columns: 1fr; padding-top: 14px; }
  .nest-sidebar { display: none; }
  .nest-mobile-roles { display: flex; gap: 7px; overflow-x: auto; margin-bottom: 15px; }
  .nest-mobile-roles a { flex: 0 0 auto; padding: 8px 13px; border: 2px solid #1a1a1a; border-radius: 99px; background: #fff; color: inherit; text-decoration: none; font-size: 11px; font-weight: 900; }
  .nest-mobile-roles a.is-active { background: #1a1a1a; color: #fff; }
}

/* Multi-photo editor */
.photo-manager > textarea, .photo-manager > input[type='hidden'] { display: none; }
.photo-manager-rows { display: grid; gap: 8px; }
.photo-manager-row { min-width: 0; display: grid; grid-template-columns: 48px minmax(0, 1fr) 30px; align-items: center; gap: 8px; }
.photo-manager-preview { width: 48px; height: 42px; display: grid; place-items: center; overflow: hidden; border: 2px solid #000; border-radius: 7px; background: #fff0b8; }
.photo-manager-preview img { width: 100%; height: 100%; object-fit: cover; }
.photo-manager-preview span { font-size: 17px; }
.photo-manager-row input { min-width: 0; width: 100%; height: 42px; padding: 0 11px; border: 2px solid #000; border-radius: 8px; background: #fff; font: inherit; font-size: 10px; font-weight: 700; }
.photo-manager-row > button { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 2px solid #000; border-radius: 50%; background: #fff; font-size: 16px; cursor: pointer; }
.photo-manager-row > button:hover { background: #ffaaa3; }
.photo-manager-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; }
.photo-manager-footer button { min-height: 32px; padding: 0 11px; border: 2px solid #000; border-radius: 999px; background: #ffcf24; box-shadow: 2px 2px 0 #000; font-size: 9px; font-weight: 900; cursor: pointer; }
.photo-manager-footer button:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; }
.photo-manager-footer span { color: #777; font-size: 8px; font-weight: 900; }
.create-photo-manager-card { padding: 16px; }

/* Activity carousel and lightbox */
.photo-gallery { min-width: 0; }
.photo-gallery-stage { position: relative; width: 100%; height: 100%; min-height: inherit; overflow: hidden; border-radius: inherit; background: #fff2b2; }
.photo-gallery-slide { position: absolute; inset: 0; width: 100%; height: 100%; display: block; padding: 0; border: 0; background: transparent; opacity: 0; transition: opacity .32s ease; cursor: zoom-in; pointer-events: none; }
.photo-gallery-slide.is-active { opacity: 1; pointer-events: auto; }
.photo-gallery-slide img, .combined-photo .photo-gallery-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-gallery-arrow { position: absolute; z-index: 3; top: 50%; width: 31px; height: 31px; display: grid; place-items: center; padding: 0; border: 2px solid #000; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 2px 2px 0 #000; font-size: 20px; line-height: 1; transform: translateY(-50%); cursor: pointer; }
.photo-gallery-arrow.is-prev { left: 8px; }
.photo-gallery-arrow.is-next { right: 8px; }
.photo-gallery-count { position: absolute; z-index: 3; right: 8px; bottom: 8px; padding: 3px 8px; border: 1.5px solid #000; border-radius: 999px; background: rgba(255,255,255,.92); font-size: 8px; font-weight: 900; }
.photo-gallery-dots { position: absolute; z-index: 4; left: 50%; bottom: 9px; display: flex; gap: 4px; transform: translateX(-50%); }
.photo-gallery-dots button { width: 7px; height: 7px; padding: 0; border: 1px solid #000; border-radius: 50%; background: #fff; cursor: pointer; }
.photo-gallery-dots button.is-active { width: 18px; border-radius: 999px; background: #ffcf24; }
.combined-photo.photo-gallery { position: relative; display: block; }
.created-photo-gallery { position: absolute; inset: 0; }
.combined-photo-empty { border: 2px solid #111; cursor: pointer; }
.combined-photo-empty:hover { background: #ffdf58; }
.photo-lightbox { width: min(1080px, calc(100% - 36px)); max-width: none; height: min(84vh, 760px); padding: 0; border: 3px solid #000; border-radius: 12px; background: #111; box-shadow: 7px 7px 0 #ffcf24; color: #fff; }
.photo-lightbox::backdrop, .nest-action-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(3px); }
.photo-lightbox figure { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0,1fr) auto; margin: 0; padding: 18px; }
.combined-photo .photo-lightbox img, .photo-lightbox img { position: static; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.photo-lightbox figcaption { display: flex; justify-content: space-between; padding-top: 10px; font-size: 11px; font-weight: 900; }
.photo-lightbox-close { position: absolute; z-index: 5; top: 12px; right: 12px; width: 38px; height: 38px; border: 2px solid #000; border-radius: 50%; background: #fff; font-size: 22px; cursor: pointer; }
.photo-lightbox-arrow { position: absolute; z-index: 5; top: 50%; width: 42px; height: 42px; border: 2px solid #000; border-radius: 50%; background: #ffcf24; font-size: 27px; transform: translateY(-50%); cursor: pointer; }
.photo-lightbox-arrow.is-prev { left: 12px; }
.photo-lightbox-arrow.is-next { right: 12px; }

/* Dashboard action and sharing dialogs */
.nest-action-dialog { width: min(430px, calc(100% - 28px)); max-width: none; padding: 22px; border: 2.5px solid #000; border-radius: 12px; background: #fff8e6; box-shadow: 6px 6px 0 #000; color: #171717; }
.nest-action-dialog form { display: grid; gap: 12px; }
.nest-action-dialog h2, .nest-share-heading h2 { margin: 0; font-family: 'Zen Maru Gothic', sans-serif; font-size: 20px; }
.nest-action-dialog p, .nest-share-heading p { margin: 2px 0 0; color: #6e665c; font-size: 10px; font-weight: 700; }
.nest-dialog-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 2px solid #000; border-radius: 50%; background: #ffcf24; font-size: 21px; }
.nest-action-dialog label { display: grid; gap: 6px; font-size: 10px; font-weight: 900; }
.nest-action-dialog select, .nest-action-dialog input, .nest-action-dialog textarea { width: 100%; border: 2px solid #000; border-radius: 8px; background: #fff; padding: 10px 11px; color: #171717; font: inherit; font-size: 11px; font-weight: 700; }
.nest-action-dialog form > div:last-child, .nest-share-actions { display: flex; justify-content: flex-end; gap: 8px; }
.nest-action-dialog form > div:last-child button, .nest-share-actions button { min-height: 37px; padding: 0 13px; border: 2px solid #000; border-radius: 8px; background: #fff; font-size: 10px; font-weight: 900; cursor: pointer; }
.nest-action-dialog button.is-primary, .nest-share-actions button.is-primary { background: #ffcf24; box-shadow: 2px 2px 0 #000; }
.nest-share-dialog { width: min(520px, calc(100% - 28px)); }
.nest-share-heading { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; }
.nest-share-heading > button { width: 31px; height: 31px; border: 2px solid #000; border-radius: 50%; background: #fff; font-size: 17px; cursor: pointer; }
.nest-share-templates { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 17px 0 10px; }
.nest-share-templates button { min-height: 40px; border: 2px solid #000; border-radius: 8px; background: #fff; font-size: 9px; font-weight: 900; cursor: pointer; }
.nest-share-templates button.is-active { background: #ffcf24; box-shadow: 2px 2px 0 #000; }
.nest-share-dialog textarea { min-height: 145px; resize: none; line-height: 1.7; }
.nest-share-actions { margin-top: 11px; }

/* Large comic-style tooltips replace the browser's tiny title popups. */
[data-tooltip] { position: relative; }
[data-tooltip]::after { content: attr(data-tooltip); position: absolute; z-index: 500; left: 50%; bottom: calc(100% + 12px); width: max-content; max-width: 220px; padding: 9px 12px; border: 2px solid #000; border-radius: 8px; background: #fff; box-shadow: 3px 3px 0 #000; color: #171717; font-family: 'Noto Sans TC', system-ui, sans-serif; font-size: 13px; line-height: 1.4; font-weight: 900; text-align: center; white-space: normal; opacity: 0; transform: translate(-50%, 5px) rotate(-1deg); transition: opacity .12s, transform .12s; pointer-events: none; }
[data-tooltip]::before { content: ''; position: absolute; z-index: 501; left: 50%; bottom: calc(100% + 5px); width: 10px; height: 10px; border-right: 2px solid #000; border-bottom: 2px solid #000; background: #fff; opacity: 0; transform: translateX(-50%) rotate(45deg); transition: opacity .12s; pointer-events: none; }
[data-tooltip]:hover::after, [data-tooltip]:focus-visible::after, [data-tooltip]:hover::before, [data-tooltip]:focus-visible::before { opacity: 1; }
[data-tooltip]:hover::after, [data-tooltip]:focus-visible::after { transform: translate(-50%, 0) rotate(-1deg); }
.nest-card-actions [data-tooltip]::after { right: 0; left: auto; transform: translateY(5px) rotate(-1deg); }
.nest-card-actions [data-tooltip]::before { right: 8px; left: auto; }
.nest-card-actions [data-tooltip]:hover::after, .nest-card-actions [data-tooltip]:focus-visible::after { transform: translateY(0) rotate(-1deg); }

@media (max-width: 700px) {
  .photo-lightbox { height: 74vh; }
  .photo-lightbox-arrow { width: 36px; height: 36px; }
  .nest-share-templates { grid-template-columns: 1fr; }
  [data-tooltip]::after, [data-tooltip]::before { display: none; }
}

/* Movable floating chat */
.floating-chat-widget { position: relative; z-index: 120; }
.chicken-chat-body .floating-chat-widget { display: none; }
.floating-chat-ball { position: fixed; z-index: 122; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; padding: 0; border: 2.5px solid #1a1a1a; border-radius: 50%; background: #ffd93d; box-shadow: 4px 4px 0 #1a1a1a; font-size: 25px; cursor: grab; touch-action: none; user-select: none; }
.floating-chat-ball:active, .floating-chat-ball.is-dragging { cursor: grabbing; box-shadow: 2px 2px 0 #1a1a1a; }
.floating-chat-ball > b { position: absolute; top: -6px; right: -6px; min-width: 22px; height: 22px; display: grid; place-items: center; padding: 0 5px; border: 2px solid #fff; border-radius: 999px; background: #ff6464; color: #fff; font-size: 9px; }
.calendar-drawer-open .floating-chat-ball, .calendar-drawer-open .floating-chat-panel { opacity: 0; pointer-events: none; transform: translateX(-20px); transition: opacity .2s ease,transform .2s ease; }
.floating-chat-panel { position: fixed; z-index: 121; right: 24px; bottom: 94px; width: min(370px,calc(100vw - 24px)); height: min(540px,calc(100vh - 110px)); overflow: hidden; grid-template-rows: auto auto minmax(0,1fr); border: 2.5px solid #1a1a1a; border-radius: 8px; background: #fffdf7; box-shadow: 7px 7px 0 #1a1a1a; }
.floating-chat-panel:not([hidden]) { display: grid; }
.floating-chat-panel.is-dragging { box-shadow: 4px 4px 0 #1a1a1a; }
.floating-chat-panel > header { position: relative; z-index: 5; min-width: 0; display: flex; align-items: center; gap: 9px; overflow: visible; padding: 11px; border-bottom: 2px solid #1a1a1a; background: #ffd93d; cursor: grab; touch-action: none; user-select: none; }
.floating-chat-panel > header:active { cursor: grabbing; }
.floating-chat-panel > header > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff; }
.floating-chat-panel > header > div { min-width: 0; flex: 1; display: grid; }
.floating-chat-panel > header strong, .floating-chat-panel > header small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.floating-chat-panel > header strong { font-size: 13px; }
.floating-chat-panel > header small { margin-top: 2px; color: #62552b; font-size: 9px; font-weight: 800; }
.floating-chat-panel > header button, .floating-chat-panel > header > a { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; padding: 0; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff; color: #1a1a1a; font-size: 15px; font-weight: 900; text-decoration: none; cursor: pointer; }
.floating-chat-panel > header button[hidden] { display: none; }
.floating-chat-panel [data-floating-add-friend][data-tooltip]::after { top: calc(100% + 12px); right: -34px; bottom: auto; left: auto; transform: translateY(-5px) rotate(1deg); }
.floating-chat-panel [data-floating-add-friend][data-tooltip]::before { top: calc(100% + 5px); right: 8px; bottom: auto; left: auto; border: 0; border-top: 2px solid #000; border-left: 2px solid #000; transform: rotate(45deg); }
.floating-chat-panel [data-floating-add-friend][data-tooltip]:hover::after,
.floating-chat-panel [data-floating-add-friend][data-tooltip]:focus-visible::after { transform: translateY(0) rotate(1deg); }
.floating-chat-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 2px solid #1a1a1a; background: #fff; }
.floating-chat-tabs[hidden] { display: none; }
.floating-chat-tabs button { position: relative; display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 44px; padding: 6px; border: 0; border-right: 1px solid #ddd3bf; background: #fff; color: #6f685c; cursor: pointer; }
.floating-chat-tabs button:last-child { border-right: 0; }
.floating-chat-tabs button::after { content: ''; position: absolute; left: 18px; right: 18px; bottom: -2px; height: 4px; border-radius: 4px 4px 0 0; background: transparent; }
.floating-chat-tabs button.is-active { color: #1a1a1a; background: #fff9dc; }
.floating-chat-tabs button.is-active::after { background: #1a1a1a; }
.floating-chat-tabs span { font-size: 15px; }
.floating-chat-tabs b { font-size: 11px; }
.floating-chat-rooms { grid-row: 3; min-height: 0; overflow-y: auto; padding: 8px; }
.floating-chat-rooms > button { width: 100%; min-width: 0; display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 9px; padding: 10px; border: 2px solid transparent; border-radius: 8px; background: transparent; color: #1a1a1a; text-align: left; cursor: pointer; }
.floating-chat-rooms > button:hover { border-color: #1a1a1a; background: #fff1ad; }
.floating-chat-rooms > button:disabled { opacity: .65; cursor: default; }
.floating-chat-rooms > button:disabled:hover { border-color: transparent; background: transparent; }
.floating-chat-rooms > button > span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff; font-weight: 900; }
.floating-chat-rooms > button > div { min-width: 0; display: grid; gap: 4px; }
.floating-chat-rooms strong, .floating-chat-rooms small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.floating-chat-rooms strong { font-size: 12px; }
.floating-chat-rooms small { color: #756f65; font-size: 9px; }
.floating-chat-rooms > button > b { min-width: 21px; height: 21px; display: grid; place-items: center; padding: 0 5px; border-radius: 999px; background: #ff6464; color: #fff; font-size: 9px; }
.floating-chat-loading, .floating-chat-empty { height: 100%; display: grid; place-content: center; justify-items: center; padding: 24px; color: #756f65; font-size: 11px; font-weight: 800; text-align: center; }
.floating-chat-empty span { margin-bottom: 7px; font-size: 32px; }
.floating-chat-empty strong { color: #1a1a1a; font-size: 14px; }
.floating-chat-empty small { margin-top: 5px; line-height: 1.55; white-space: normal; }
.floating-chat-conversation { grid-row: 3; min-height: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; }
.floating-chat-conversation[hidden] { display: none; }
.floating-chat-messages { min-height: 0; overflow-y: auto; padding: 12px; background: #f8f5ed; }
.floating-chat-messages article { display: grid; justify-items: start; margin: 9px 0; }
.floating-chat-messages article.is-mine { justify-items: end; }
.floating-chat-messages article small { margin: 0 4px 3px; color: #777; font-size: 8px; font-weight: 700; }
.floating-chat-messages article p { max-width: 82%; margin: 0; padding: 8px 10px; border: 2px solid #1a1a1a; border-radius: 8px 8px 8px 2px; background: #fff; box-shadow: 2px 2px 0 #1a1a1a; font-size: 12px; line-height: 1.5; white-space: pre-wrap; overflow-wrap: anywhere; }
.floating-chat-messages article.is-mine p { border-radius: 8px 8px 2px 8px; background: #ffd93d; }
.floating-chat-conversation form { display: grid; grid-template-columns: minmax(0,1fr) 38px; align-items: end; gap: 7px; padding: 9px; border-top: 2px solid #1a1a1a; background: #fff; }
.floating-chat-conversation textarea { width: 100%; resize: none; padding: 9px 10px; border: 2px solid #1a1a1a; border-radius: 7px; font: inherit; font-size: 11px; }
.floating-chat-conversation form button { width: 38px; height: 38px; padding: 0; border: 2px solid #1a1a1a; border-radius: 50%; background: #ffd93d; box-shadow: 2px 2px 0 #1a1a1a; cursor: pointer; }
.floating-add-friend-panel { grid-row: 3; min-height: 0; overflow-y: auto; padding: 26px 22px; background: #fffdf7; }
.floating-add-friend-panel[hidden] { display: none; }
.floating-add-friend-panel > div { text-align: center; }
.floating-add-friend-panel > div > span { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 11px; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff1ad; box-shadow: 3px 3px 0 #1a1a1a; font-size: 25px; }
.floating-add-friend-panel h2 { margin: 0; font-size: 18px; }
.floating-add-friend-panel > div p { margin: 6px 0 20px; color: #716a5f; font-size: 11px; font-weight: 700; }
.floating-add-friend-panel form { display: grid; gap: 8px; }
.floating-add-friend-panel label { font-size: 11px; font-weight: 900; }
.floating-add-friend-panel input { width: 100%; min-height: 44px; padding: 0 12px; border: 2px solid #1a1a1a; border-radius: 7px; background: #fff; font: inherit; font-size: 12px; }
.floating-add-friend-panel form button { min-height: 44px; margin-top: 3px; border: 2px solid #1a1a1a; border-radius: 7px; background: #ffd93d; box-shadow: 3px 3px 0 #1a1a1a; font-weight: 900; cursor: pointer; }
.floating-add-friend-panel > p { margin: 16px 0 0; padding: 10px; border: 2px solid #1a1a1a; border-radius: 7px; background: #b6efd9; color: #174b39; font-size: 11px; font-weight: 900; line-height: 1.5; }
.floating-add-friend-panel > p.is-error { background: #ffe2df; color: #8b211b; }
@media (max-width: 600px) {
  .floating-chat-ball { right: 16px; bottom: 18px; width: 54px; height: 54px; }
  .floating-chat-panel { right: 8px; bottom: 82px; width: calc(100vw - 16px); height: min(560px,calc(100dvh - 96px)); }
}
@media (max-width: 600px) {
  .account-shell { width: calc(100% - 24px); min-height: 0; margin: 16px auto 28px; }
  .account-card { width: calc(100% - 36px); padding: 28px 0 34px; }
  .account-card h1 { font-size: 25px; }
  .nest-heading-row { align-items: flex-start; flex-direction: column; }
  .nest-controls { width: 100%; justify-content: space-between; }
  .nest-status-filter { overflow-x: auto; }
  .nest-status-filter a { padding: 0 8px; }
  .nest-card-grid { grid-template-columns: 1fr; }
  .nest-card-grid.is-list .nest-event-card { display: block; }
  .nest-card-grid.is-list .nest-card-cover { height: 105px; min-height: 0; border-right: 0; border-bottom: 2px solid #1a1a1a; }
  .nest-card-cover { height: 112px; }
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}
@keyframes pop {
  0% { transform: scale(.6); }
  60% { transform: scale(1.16); }
  100% { transform: scale(1); }
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@keyframes foot {
  0% { opacity: 0; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes eggShake {
  0%, 100% { transform: translateX(-50%) rotate(-2deg); }
  50% { transform: translateX(-50%) rotate(2deg); }
}
@keyframes chickPop {
  0%, 100% { transform: translateX(-50%) translateY(6px) scale(.86); }
  50% { transform: translateX(-50%) translateY(-2px) scale(1); }
}
@keyframes shellTopPop {
  0%, 100% { transform: translateX(-50%) translateY(0) rotate(0deg); }
  50% { transform: translateX(-50%) translateY(-18px) rotate(-10deg); }
}
@keyframes float1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes float2 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(7px) rotate(10deg); }
}
a { color: inherit; text-decoration: none; }
input, textarea, select, button { font: inherit; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(16px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 236, .94);
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand, nav, .actions, .copy-row, .event-title-row, .result-head, .admin-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand { font-weight: 800; font-size: 1.12rem; }
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffe196;
  color: #8a4c00;
}
nav a { color: var(--muted); font-weight: 700; }
.page { width: min(1080px, calc(100% - 28px)); margin: 0 auto; padding: 28px 0 56px; }

.hero {
  min-height: 72vh;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  align-items: center;
  gap: 32px;
}
.hero h1, .section-heading h1, .event-title-row h1 { font-size: clamp(2rem, 6vw, 4.4rem); line-height: 1.08; margin: 0 0 16px; }
.hero p { font-size: 1.15rem; color: var(--muted); }
.eyebrow { color: var(--primary-dark); font-weight: 900; letter-spacing: 0; margin: 0 0 8px; }
.hero-panel { display: grid; place-items: center; }
.calendar-card, .success-card, .form-card, .inline-card, .best-card, .result-card, .admin-item, .feature-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.filter-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr auto auto;
  gap: 12px;
  align-items: end;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 16px;
}
.filter-panel .field { margin-bottom: 0; }
.calendar-card { width: min(330px, 100%); padding: 28px; text-align: center; }
.calendar-top { background: var(--primary); border-radius: 8px; padding: 8px; font-weight: 900; }
.calendar-date { font-size: 4rem; font-weight: 900; margin: 18px 0 0; }
.calendar-note { color: var(--mint); font-weight: 900; }

.button {
  border: 0;
  border-radius: 8px;
  padding: 11px 16px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}
.button.primary { background: var(--primary); color: #2d1b00; }
.button.ghost { background: #fff4d5; color: #6f4300; border: 1px solid #f0cf82; }
.button.danger { background: #fff0f2; color: #9f2635; border: 1px solid #f0b6bd; }
.button.small { min-height: 36px; padding: 7px 10px; font-size: .92rem; }
.button.wide { width: 100%; margin-top: 10px; }

.feature-grid, .availability-grid, .result-list, .option-form-list {
  display: grid;
  gap: 14px;
}
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-grid article, .form-card, .success-card, .inline-card, .date-card, .best-card, .result-card, .admin-item { padding: 18px; }
.section { display: grid; gap: 20px; }
.section.narrow { width: min(720px, 100%); margin: 0 auto; }
.section-heading h1 { font-size: clamp(1.8rem, 5vw, 3.2rem); }
.muted { color: var(--muted); }
.preline { white-space: pre-line; }
.hatch-page-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 4px 4px;
}
.hatch-page-head h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.08;
  color: #3a2600;
}
.prototype-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffb400;
  color: #3a2600;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(255, 180, 0, .35);
}
.hatch-create-form {
  border-color: #fff1c1;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
}
.hatch-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
}
.hatch-section-title h2 { margin: 0; }
.hatch-section-title span {
  color: #8a6d1b;
  font-size: .82rem;
  font-weight: 800;
}
.hatch-submit {
  background: #ffb400;
  box-shadow: 0 6px 16px rgba(255, 180, 0, .35);
}
.quick-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.advanced-panel {
  margin: 8px 0 18px;
  border: 1px solid #ffe9a8;
  border-radius: 16px;
  background: #fff8e6;
  padding: 0;
  overflow: hidden;
}
.advanced-panel summary {
  padding: 12px 14px;
  color: #5a3e00;
  font-weight: 900;
  cursor: pointer;
}
.advanced-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0 14px 12px;
}
.advanced-checks {
  padding: 0 14px 14px;
}
.event-media-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
  gap: 14px;
}
.created-v2 {
  position: relative;
  display: grid;
  gap: 30px;
  color: #2d2a26;
}
.created-page-body {
  background: #fff8e6;
  overflow-x: hidden;
}
.created-page-body .site-header {
  display: none;
}
.created-page-body .page {
  width: min(1120px, calc(100% - 32px));
  padding-top: 40px;
}
.created-progress {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 16px;
  margin: 0;
  padding: 10px 18px;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 28px rgba(89, 55, 10, .06);
  color: #8a847b;
  font-size: .82rem;
  font-weight: 900;
}
.created-progress li {
  display: flex;
  align-items: center;
  gap: 7px;
}
.created-progress li + li::before {
  content: "";
  width: 34px;
  height: 2px;
  margin-right: 2px;
  background: #ffe5a0;
}
.created-progress li span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2d2a26;
  color: #fff;
}
.created-progress .is-current {
  color: #2d2a26;
}
.created-progress .is-current span {
  background: #ffb400;
}
.success-hero-v2 {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  overflow: hidden;
  min-height: 570px;
  align-content: center;
  padding: 42px 24px 52px;
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, .025);
  background: #fff;
  box-shadow: 0 20px 60px rgba(255, 180, 0, .15), 0 4px 16px rgba(0, 0, 0, .04);
}
.success-hero-v2::before,
.success-hero-v2::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #fff3c9;
  opacity: .75;
}
.success-hero-v2::before { right: -72px; top: -82px; }
.success-hero-v2::after { left: -96px; bottom: -112px; }
.hero-decor {
  position: absolute;
  z-index: 1;
  color: #8a847b;
  opacity: .75;
}
.decor-star-one { left: 18%; top: 15%; }
.decor-star-two { right: 20%; top: 21%; font-size: .72rem; }
.decor-heart { left: 43%; top: 24%; font-size: .82rem; animation: float2 2.4s ease-in-out infinite; }
.success-hero-v2 > * {
  position: relative;
  z-index: 2;
}
.hatching-scene {
  position: relative;
  width: 150px;
  height: 134px;
  margin: 4px auto 12px;
}
.egg-shell {
  position: absolute;
  left: 50%;
  border: 3.5px solid #2d2a26;
  background: #fff;
  box-shadow: 0 8px 0 rgba(0, 0, 0, .06);
}
.egg-bottom {
  bottom: 8px;
  width: 86px;
  height: 92px;
  border-radius: 44px 44px 36px 36px;
  transform: translateX(-50%);
  overflow: hidden;
  animation: eggShake 2s ease-in-out infinite;
}
.egg-bottom::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 60%;
  background: #fff3c9;
}
.egg-top {
  bottom: 56px;
  width: 88px;
  height: 56px;
  border-radius: 44px 44px 10px 10px;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 84% 55%, 70% 75%, 52% 55%, 34% 78%, 16% 60%, 0 80%);
  animation: shellTopPop 2s ease-in-out infinite;
}
.hero-chick {
  position: absolute;
  left: 50%;
  bottom: 36px;
  font-size: 54px;
  line-height: 1;
  animation: chickPop 2s ease-in-out infinite;
}
.spark {
  position: absolute;
  z-index: 3;
}
.spark-one { right: 6px; top: 22px; animation: float1 2s ease-in-out infinite; }
.spark-two { left: 2px; bottom: 36px; animation: float2 2.4s ease-in-out infinite; }
.success-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #ffb400;
  color: #2d2a26;
  border: 2px solid #2d2a26;
  box-shadow: 0 4px 0 #2d2a26;
  font-weight: 900;
}
.created-title-wrap {
  position: relative;
  width: min(940px, 94%);
}
.created-title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 7px;
  border-radius: 50%;
  background: #ffb400;
  transform: rotate(-.25deg);
}
.success-hero-v2 h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: clamp(2.15rem, 4.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
}
.success-hero-v2 h1 span {
  display: block;
}
.success-hero-v2 p {
  max-width: 560px;
  margin: 10px auto 8px;
  color: #6b6560;
  font-size: clamp(.98rem, 2vw, 1.1rem);
  font-weight: 700;
}
.waiting-pill {
  margin-bottom: 26px;
  border: 1px solid #ffe8a8;
  border-radius: 999px;
  background: #fff8e6;
  padding: 5px 12px;
  color: #8a6d1b;
  font-size: .75rem;
  font-weight: 900;
}
.created-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.primary-pop-button,
.outline-pop-button,
.copy-pill,
.note-copy-button,
.private-copy-row button {
  border: 2.5px solid #2d2a26;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.primary-pop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 28px;
  background: #ffb400;
  color: #2d2a26;
  box-shadow: 0 6px 0 #2d2a26, 0 12px 24px rgba(255, 180, 0, .35);
}
.outline-pop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 26px;
  background: #fff;
  color: #2d2a26;
  box-shadow: 0 4px 0 #2d2a26;
}
.primary-pop-button:active,
.outline-pop-button:active,
.copy-pill:active,
.note-copy-button:active,
.private-copy-row button:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #2d2a26;
}
.created-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
  gap: 22px;
  align-items: start;
}
.created-main-stack,
.created-side-stack {
  display: grid;
  gap: 20px;
}
.v2-card,
.next-steps-card {
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
  padding: clamp(18px, 3vw, 28px);
}
.card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.card-title-row h2,
.card-title-row h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 900;
  color: #2d2a26;
}
.card-title-row h2 { font-size: clamp(1.18rem, 2vw, 1.4rem); }
.soft-tag,
.open-tag {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: .74rem;
  font-weight: 900;
}
.soft-tag { background: #f5f1e8; color: #8a847b; }
.open-tag { background: #e8f5e9; color: #2e7d32; }
.public-link-box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 2.5px dashed #ffd77a;
  border-radius: 20px;
  background: #fffefb;
}
.link-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff3c9;
  border: 1px solid #ffe5a0;
}
.link-text {
  min-width: 0;
  display: grid;
  gap: 2px;
  flex: 1;
}
.link-text span {
  color: #b9a88f;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.link-text strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .95rem;
  color: #2d2a26;
}
.copy-pill {
  flex: 0 0 auto;
  padding: 9px 16px;
  background: #ffb400;
  box-shadow: 0 3px 0 #2d2a26;
}
.quick-share-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.quick-share {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-height: 112px;
  border-radius: 18px;
  padding: 13px 8px;
  border: 2px solid #2d2a26;
  font-weight: 900;
  text-align: center;
}
.quick-share span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
}
.quick-share small { opacity: .8; font-size: .68rem; }
.quick-share.line { background: #06c755; color: #fff; box-shadow: 0 4px 0 #0a8a3a; }
.quick-share.messenger { background: #0084ff; color: #fff; box-shadow: 0 4px 0 #005bbb; }
.quick-share.copy { background: #ffb400; color: #2d2a26; box-shadow: 0 4px 0 #2d2a26; }
.share-note-card {
  position: relative;
  overflow: hidden;
  border: 2.5px solid #2d2a26;
  border-radius: 24px;
  background: #fffef6;
  box-shadow: 0 8px 0 #2d2a26, 0 16px 32px rgba(0, 0, 0, .08);
}
.note-pin {
  position: absolute;
  z-index: 3;
  right: 8px;
  top: 7px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 2px solid #2d2a26;
  border-radius: 50%;
  background: #ffb400;
  font-size: .72rem;
}
.note-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  background: #fff3c9;
  border-bottom: 2.5px solid #2d2a26;
}
.note-window-bar > div:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.note-window-bar strong { font-weight: 900; }
.note-window-bar small {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 999px;
  background: #fff;
  padding: 2px 8px;
  color: rgba(0, 0, 0, .5);
  font-weight: 800;
}
.window-dots {
  display: flex;
  gap: 6px;
}
.window-dots i {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 50%;
}
.window-dots i:nth-child(1) { background: #ff8a8a; }
.window-dots i:nth-child(2) { background: #ffe066; }
.window-dots i:nth-child(3) { background: #8aff9e; }
.paper-lines {
  position: relative;
  padding: 18px;
  background-image: linear-gradient(transparent 27px, rgba(255, 180, 0, .2) 28px);
  background-size: 100% 28px;
}
.paper-fold {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 28px solid #ffe5a0;
  border-bottom: 28px solid #fff8e6;
  filter: drop-shadow(-2px -2px 3px rgba(0, 0, 0, .06));
}
.paper-lines textarea {
  width: 100%;
  min-height: 152px;
  border: 0;
  outline: 0;
  resize: none;
  background: transparent;
  color: #3d3a36;
  line-height: 28px;
  font-weight: 650;
}
.note-copy-button {
  width: calc(100% - 36px);
  margin: 0 18px 18px;
  padding: 12px;
  background: #fff;
  color: #2d2a26;
  box-shadow: 0 4px 0 #2d2a26;
}
.activity-preview-card {
  display: grid;
  gap: 14px;
}
.preview-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 180px;
  overflow: hidden;
  border: 2.5px solid #2d2a26;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 20%, #fff8e6 0, transparent 52%), radial-gradient(circle at 80% 80%, #ffd86b 0, transparent 42%), #ffefc1;
  box-shadow: 0 6px 0 #2d2a26;
}
.preview-image img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}
.preview-placeholder {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.preview-placeholder span { font-size: 3.4rem; animation: float1 3s ease-in-out infinite; }
.preview-placeholder strong {
  max-width: 90%;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  padding: 5px 12px;
  font-size: .82rem;
}
.preview-location {
  position: absolute;
  left: 12px;
  top: 12px;
  max-width: calc(100% - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 2px solid #2d2a26;
  border-radius: 999px;
  background: #fff;
  padding: 5px 10px;
  font-size: .78rem;
  font-weight: 900;
  box-shadow: 0 2px 0 #2d2a26;
}
.mini-map-card {
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 16px;
  background: #fafaf7;
}
.mini-map-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background: #fff;
}
.mini-map-head strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .86rem;
}
.mini-map-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 96px;
  background-color: #e8f5e9;
  background-image: linear-gradient(#c8e6c9 1px, transparent 1px), linear-gradient(90deg, #c8e6c9 1px, transparent 1px);
  background-size: 18px 18px;
}
.map-pin {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2.5px solid #2d2a26;
  border-radius: 50%;
  background: #ffb400;
  box-shadow: 0 3px 0 #2d2a26;
  animation: float1 2s ease-in-out infinite;
}
.mini-map-visual small {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 999px;
  background: #fff;
  padding: 4px 8px;
  font-size: .68rem;
  font-weight: 900;
}
.mini-map-card a {
  display: block;
  padding: 10px 12px;
  color: #2d2a26;
  font-weight: 900;
  text-align: center;
}
.private-card {
  position: relative;
  display: grid;
  gap: 14px;
  overflow: hidden;
  border: 2.5px solid #2d2a26;
  border-radius: 28px;
  background: #fff2f2;
  box-shadow: 0 8px 0 #2d2a26, 0 16px 32px rgba(0, 0, 0, .08);
  padding: 20px;
}
.private-card::before,
.private-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #ffd1d1;
  opacity: .65;
}
.private-card::before { width: 92px; height: 92px; right: -30px; top: -30px; }
.private-card::after { width: 78px; height: 78px; left: -24px; bottom: -24px; }
.private-head,
.private-copy-row,
.private-card p {
  position: relative;
  z-index: 1;
}
.private-head {
  display: flex;
  align-items: start;
  gap: 10px;
}
.lock-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2.5px solid #2d2a26;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 0 #2d2a26;
}
.private-head div:not(.lock-icon) {
  display: grid;
  gap: 2px;
  flex: 1;
}
.private-head strong { font-weight: 900; }
.private-head span {
  color: #b25a5a;
  font-size: .78rem;
  font-weight: 800;
}
.private-head em {
  border-radius: 999px;
  background: #2d2a26;
  color: #fff;
  padding: 5px 9px;
  font-size: .65rem;
  font-style: normal;
  font-weight: 900;
}
.private-copy-row {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #2d2a26;
  border-radius: 14px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 3px 0 #2d2a26;
}
.private-copy-row input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  font-size: .82rem;
  font-weight: 800;
}
.private-copy-row button {
  padding: 8px 14px;
  background: #ffb400;
  box-shadow: 0 2px 0 #2d2a26;
}
.private-card p {
  margin: 0;
  border: 1px solid #ffd1d1;
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  padding: 8px 12px;
  color: #8a5a5a;
  font-size: .78rem;
  font-weight: 750;
}
.next-steps-card {
  margin-top: 4px;
}
.next-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.next-step-grid article {
  position: relative;
  border: 2.5px solid #2d2a26;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 0 #2d2a26;
  padding: 18px;
  transition: transform .16s ease, box-shadow .16s ease;
}
.next-step-grid article:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #2d2a26;
}
.step-number {
  position: absolute;
  right: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid #2d2a26;
  border-radius: 50%;
  font-size: .76rem;
  font-weight: 900;
}
.step-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  border: 2px solid #2d2a26;
  border-radius: 14px;
  background: #fff3c9;
  box-shadow: 0 3px 0 #2d2a26;
  font-size: 1.35rem;
}
.step-icon.green { background: #e8f5e9; }
.step-icon.purple { background: #f3e8ff; }
.next-step-grid h3 {
  margin: 0 0 5px;
  font-size: .98rem;
}
.next-step-grid p {
  margin: 0;
  color: #6b6560;
  font-size: .86rem;
  font-weight: 650;
}
.created-footer-chip {
  justify-self: center;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 999px;
  background: rgba(255, 255, 255, .6);
  padding: 9px 16px;
  color: #8a847b;
  font-size: .8rem;
  font-weight: 900;
}
.compact-media {
  display: grid;
  grid-template-columns: 1fr;
}
.compact-media .map-card {
  grid-template-rows: auto;
}
.compact-media .event-photo-card img {
  min-height: 180px;
  max-height: 240px;
}
.map-url-note {
  overflow-wrap: anywhere;
  margin: 0;
}

/* Statistics dashboard */
.results-page-body {
  overflow-x: hidden;
  background: #fff8e6;
}
.results-page-body .site-header { display: none; }
.results-page-body .page {
  width: min(1080px, calc(100% - 32px));
  padding: 0 0 64px;
}
.results-v2 {
  display: grid;
  gap: 28px;
  color: #181715;
}
.results-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.results-brand,
.results-live,
.response-count,
.best-card-kicker,
.filter-label,
.full-results-heading,
.results-actions {
  display: flex;
  align-items: center;
}
.results-brand { gap: 10px; }
.results-brand > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}
.results-brand strong { font-size: 1.05rem; }
.results-brand em {
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 4px 9px;
  font-size: .66rem;
  font-style: normal;
  font-weight: 900;
}
.results-live {
  gap: 7px;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 999px;
  background: #fff;
  padding: 7px 12px;
  color: #65605a;
  font-size: .76rem;
  font-weight: 800;
}
.results-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, .12);
}
.results-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(330px, 2fr);
  gap: 18px;
}
.results-event-summary,
.best-chicken-card {
  min-width: 0;
  border-radius: 24px;
  padding: 28px;
}
.results-event-summary {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
}
.results-summary-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.results-summary-head p,
.best-card-kicker > span {
  margin: 0 0 8px;
  color: #a09a91;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .2em;
}
.results-summary-head h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.05;
}
.results-summary-head h1 span { display: block; }
.response-count {
  flex: 0 0 auto;
  gap: 5px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 8px 12px;
  font-size: .78rem;
  font-weight: 800;
}
.response-count strong { color: #ffe066; font-size: 1rem; }
.results-place-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 12px;
  margin-top: 22px;
}
.results-place-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  border: 1px solid #fde68a;
  border-radius: 16px;
  background: #fffbeb;
  padding: 13px 14px;
}
.place-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  font-weight: 900;
}
.results-place-card > div { min-width: 0; display: grid; gap: 2px; }
.results-place-card small { color: #8a847b; font-weight: 800; }
.results-place-card strong { overflow-wrap: anywhere; font-size: .86rem; }
.results-place-card a {
  justify-self: start;
  margin-top: 4px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 999px;
  background: #fff;
  padding: 3px 8px;
  font-size: .7rem;
  font-weight: 900;
}
.business-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  gap: 8px;
  margin-top: 8px;
}
.business-rating,
.business-open,
.business-hours summary {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: .72rem;
  font-weight: 900;
}
.business-rating {
  border: 1px solid #f2c94c;
  background: #fff4bf;
  color: #745400;
}
.business-rating small { margin-left: 5px; color: #927820; font-size: .62rem; }
.business-rating.is-empty { border-color: #ded8cb; background: #f7f5f0; color: #81796d; }
.business-open { border: 1px solid transparent; }
.business-open i { width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px currentColor; opacity: .72; }
.business-open.is-open { border-color: #8fd19e; background: #e9f8ec; color: #24753a; }
.business-open.is-closed { border-color: #efaaa3; background: #fff0ee; color: #b43b32; }
.business-open.is-unknown { border-color: #d5d0c8; background: #f5f3ef; color: #777067; }
.business-hours { position: relative; }
.business-hours summary { border: 1px solid #c9b7e8; background: #f4effc; color: #5f438d; cursor: pointer; list-style: none; }
.business-hours summary::-webkit-details-marker { display: none; }
.business-hours ul {
  position: absolute;
  z-index: 12;
  top: calc(100% + 7px);
  left: 0;
  width: max-content;
  max-width: min(330px, 80vw);
  margin: 0;
  padding: 10px 12px 10px 28px;
  border: 1px solid #c9b7e8;
  border-radius: 12px;
  background: #fff;
  color: #4d435d;
  font-size: .68rem;
  line-height: 1.65;
  box-shadow: 0 10px 28px rgba(43, 36, 23, .14);
}
.business-meta.is-compact { margin-top: 5px; gap: 5px; }
.business-meta.is-compact .business-rating,
.business-meta.is-compact .business-open,
.business-meta.is-compact .business-hours summary { min-height: 24px; padding: 3px 8px; font-size: .64rem; }
.results-photo-tile {
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 88px;
  border: 1px solid #f2cf82;
  border-radius: 16px;
  background: #ffd9a6;
  font-size: 2rem;
}
.results-photo-tile img { width: 100%; height: 100%; object-fit: cover; }
.best-chicken-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  gap: 16px;
  background: #111;
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .16);
}
.best-chicken-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -90px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #facc15;
  opacity: .13;
}
.best-card-kicker { position: relative; z-index: 1; justify-content: space-between; gap: 10px; }
.best-card-kicker > span { margin: 0; color: rgba(255, 255, 255, .5); }
.best-card-kicker em {
  border-radius: 999px;
  background: rgba(250, 204, 21, .16);
  color: #ffe066;
  padding: 5px 10px;
  font-size: .68rem;
  font-style: normal;
  font-weight: 900;
}
.best-chicken-main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.best-chicken-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #fff;
  font-size: 2rem;
}
.best-chicken-main > div { min-width: 0; display: grid; gap: 3px; }
.best-chicken-main strong { overflow-wrap: anywhere; font-size: 1.12rem; line-height: 1.25; }
.best-chicken-main small { color: rgba(255, 255, 255, .58); font-weight: 700; }
.best-progress,
.result-meter {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
}
.best-progress { position: relative; z-index: 1; background: rgba(255, 255, 255, .12); }
.best-progress span,
.result-meter span {
  display: block;
  width: 0;
  max-width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffe066, #ff8a3d);
}
.best-event-button {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 999px;
  background: #facc15;
  color: #111;
  padding: 11px 16px;
  text-align: center;
  font-weight: 900;
}
.results-filter-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
  padding: 14px 16px;
}
.filter-label { gap: 6px; flex: 0 0 auto; color: #716c65; font-size: .8rem; }
.filter-segments {
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  border-radius: 999px;
  background: #f5f5f0;
  padding: 4px;
}
.filter-segments input { position: absolute; opacity: 0; pointer-events: none; }
.filter-segments span {
  display: block;
  border-radius: 999px;
  padding: 8px 13px;
  color: #79736b;
  font-size: .76rem;
  font-weight: 900;
}
.filter-segments input:checked + span { background: #111; color: #fff; }
.people-threshold {
  display: grid;
  grid-template-columns: auto minmax(90px, 1fr) 38px auto;
  align-items: center;
  gap: 8px;
  min-width: 225px;
  flex: 1;
  font-size: .76rem;
  font-weight: 900;
}
.people-threshold input { width: 100%; accent-color: #facc15; }
.people-threshold output {
  display: grid;
  place-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: #111;
  color: #fff;
}
.people-threshold small { color: #a09a91; }
.maybe-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  font-size: .72rem;
  font-weight: 900;
}
.maybe-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.maybe-toggle i {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #e4e4e7;
  transition: background .15s ease;
}
.maybe-toggle i::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
  transition: transform .15s ease;
}
.maybe-toggle input:checked + i { background: #34d399; }
.maybe-toggle input:checked + i::after { transform: translateX(18px); }
.filter-clear,
.filter-apply {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: .75rem;
  font-weight: 900;
}
.filter-clear { background: #f4f4f5; color: #6b6560; }
.filter-apply { background: #facc15; color: #111; box-shadow: 0 4px 14px rgba(250, 204, 21, .4); }
.filter-summary-v2 {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #a7f3d0;
  border-radius: 18px;
  background: #e6f9e6;
  padding: 14px 18px;
  color: #064e3b;
}
.filter-summary-v2 > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
}
.filter-summary-v2 > div { display: grid; flex: 1; }
.filter-summary-v2 small { color: rgba(4, 120, 87, .72); font-weight: 700; }
.filter-summary-v2 em {
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  background: #fff;
  padding: 5px 9px;
  font-size: .68rem;
  font-style: normal;
  font-weight: 900;
}
.matched-results-list,
.full-results-list { display: grid; gap: 14px; }
.matched-result-card,
.full-result-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
}
.matched-result-card {
  grid-template-columns: 94px minmax(0, 1fr) 108px;
  min-height: 190px;
  border-left: 6px solid #facc15;
}
.matched-score,
.full-result-score {
  display: grid;
  place-items: center;
  align-content: center;
  background: #fffbeb;
  text-align: center;
}
.matched-score span,
.full-result-score span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  font-size: 1.65rem;
}
.matched-score strong,
.full-result-score strong { margin-top: 7px; font-size: 1.4rem; line-height: 1; }
.matched-score small,
.full-result-score small { color: #7c746b; font-weight: 800; }
.matched-result-main { min-width: 0; padding: 22px; }
.matched-result-head,
.full-result-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.matched-result-head h2,
.full-result-title h3 { margin: 0; overflow-wrap: anywhere; font-size: 1.08rem; }
.matched-result-head em,
.full-result-title em {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 5px 9px;
  font-size: .66rem;
  font-style: normal;
  font-weight: 900;
}
.matched-result-main .result-meter,
.full-result-body .result-meter { margin-top: 14px; background: #fff4cc; }
.matched-result-main p,
.full-result-body > p { margin: 6px 0 0; color: #9a948c; font-size: .72rem; font-weight: 800; }
.matched-counts {
  display: grid;
  align-content: center;
  gap: 9px;
  border-left: 1px solid rgba(0, 0, 0, .05);
  padding: 14px;
}
.matched-counts > div {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  column-gap: 7px;
}
.matched-counts i { grid-row: span 2; width: 20px; height: 28px; border-radius: 8px; background: #f4f4f5; }
.matched-counts .available i { background: #34d399; }
.matched-counts .maybe i { background: #facc15; }
.matched-counts strong { line-height: 1; }
.matched-counts small { color: #8a847b; font-size: .64rem; }
.full-results-heading { gap: 10px; margin-top: 12px; }
.full-results-heading h2 { margin: 0; font-size: 1.22rem; }
.full-results-heading span {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 999px;
  background: #fff;
  padding: 4px 9px;
  color: #716c65;
  font-size: .7rem;
  font-weight: 900;
}
.full-result-card { grid-template-columns: 90px minmax(0, 1fr); }
.full-result-card.is-best { border-color: #facc15; }
.full-result-body { min-width: 0; padding: 20px 22px; }
.result-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.result-stat-grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 7px;
  min-width: 0;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  background: #fafafa;
  padding: 10px;
}
.result-stat-grid .available { border-color: #a7f3d0; background: #f0fdf4; }
.result-stat-grid .maybe { border-color: #fde68a; background: #fffbeb; }
.result-stat-grid strong { font-size: 1rem; }
.result-stat-grid span { color: #625d56; font-size: .72rem; font-weight: 900; }
.result-stat-grid small {
  grid-column: 1 / -1;
  overflow: hidden;
  margin-top: 3px;
  color: #4f4a44;
  font-size: .7rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.results-empty {
  border: 1px dashed #f2cf82;
  border-radius: 16px;
  background: #fffbeb;
  padding: 22px;
  text-align: center;
  font-weight: 900;
}
.results-actions { justify-content: center; gap: 12px; margin-top: 10px; }
.results-actions a,
.results-actions button {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 900;
}
.results-actions a { background: #fff; }
.results-actions button { background: #111; color: #fff; box-shadow: 0 8px 20px rgba(0, 0, 0, .18); }
.event-photo-card,
.map-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #fff1c1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
}
.event-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.map-card {
  display: grid;
  grid-template-rows: auto minmax(240px, 1fr);
}
.map-card-copy {
  display: grid;
  gap: 8px;
  padding: 16px;
}
.map-card-copy h2 { margin: 0; color: #3a2600; }
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
}

.field { display: grid; gap: 6px; margin-bottom: 14px; }
.field-help {
  margin: 0;
  color: #8a6d1b;
  font-size: .84rem;
  font-weight: 700;
}
.field-help a {
  color: #7b4a00;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.map-preview-card {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid #ffe9a8;
  border-radius: 999px;
  background: #fff8e6;
}
.map-preview-card strong {
  color: #5a3e00;
  font-size: .82rem;
}
.map-preview-card a {
  flex: 0 0 auto;
  color: #3a2600;
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
  padding: 3px 8px;
  border-radius: 999px;
  background: #ffb400;
}
label { font-weight: 800; }
input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fffdf8;
  border-radius: 8px;
  padding: 11px 12px;
}
.check-row, .tiny-check { display: flex; align-items: center; gap: 8px; margin: 8px 0; }
.check-row input, .tiny-check input { width: auto; }
.time-grid, .two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.option-form { border: 1px dashed #e3c886; border-radius: 8px; padding: 14px; background: #fffaf0; }

.date-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}
.date-card legend { font-weight: 900; padding: 0 6px; }
.hatch-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: start;
  margin: 18px 0;
}
.hatch-calendar-card,
.evolution-card,
.candidate-pool {
  background: #fff;
  border: 1px solid #fff1c1;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
}
.hatch-calendar-card { padding: clamp(14px, 3vw, 24px); }
.hatch-side { display: grid; gap: 14px; }
.calendar-toolbar,
.calendar-controls,
.calendar-legend,
.calendar-switch,
.segmented {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.calendar-toolbar { justify-content: space-between; }
.calendar-toolbar h2 { margin: 0; }
.calendar-switch strong { min-width: 120px; text-align: center; font-size: 1.35rem; }
.drag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #ffe9a8;
  background: #fff8e6;
  color: #8a6d1b;
  font-size: .82rem;
  font-weight: 800;
}
.icon-button,
.segmented button {
  border: 0;
  background: #fff8e6;
  border-radius: 999px;
  min-height: 40px;
  padding: 7px 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.icon-button { width: 42px; font-size: 1.5rem; line-height: 1; }
.icon-button:hover,
.segmented button:hover { background: #ffe9a8; transform: scale(1.05); }
.segmented button.active,
.status-picker button.active {
  background: #ffb400;
  color: #3a2600;
  box-shadow: 0 6px 16px rgba(255, 180, 0, .35);
}
.calendar-legend span { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; }
.dot { width: 14px; height: 14px; border-radius: 50%; border: 2px solid #2d1b00; background: #fff; }
.dot.available { background: #77d6ad; }
.dot.maybe { background: #ffe177; }
.dot.unavailable { background: #ff9ead; }
.calendar-board.month-view {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  user-select: none;
  touch-action: none;
}
.weekday {
  text-align: center;
  font-weight: 900;
  color: #b89a3a;
  padding: 8px 0;
}
.calendar-day {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 72px;
  border: 1px solid #fff1c1;
  border-radius: 16px;
  background: #fff;
  color: #5a3e00;
  font-weight: 900;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.calendar-day:hover:not(:disabled) { transform: scale(1.06); box-shadow: 0 4px 6px rgba(0, 0, 0, .1); }
.calendar-day span { position: absolute; left: 10px; top: 6px; }
.calendar-day small {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding-top: 20px;
  font-weight: 900;
}
.calendar-day.disabled,
.calendar-day.filler {
  border-color: #e7dcc9;
  background: rgba(255, 248, 230, .6);
  box-shadow: none;
  cursor: default;
}
.calendar-day.candidate { background: #fff8e6; border-color: #ffe9a8; }
.calendar-day.available {
  background: #ffb400;
  border-color: #ffb400;
  color: #3a2600;
  box-shadow: 0 6px 16px rgba(255, 180, 0, .35);
}
.calendar-day.available::after,
.calendar-day.maybe::after,
.calendar-day.unavailable::after {
  content: "🐾";
  position: absolute;
  left: 9px;
  bottom: 8px;
  font-size: .78rem;
  animation: foot .25s ease;
}
.calendar-day.maybe { background: #ffeb7a; border-color: #ffde59; color: #3a2600; }
.calendar-day.unavailable { background: #fff1c1; border-color: #ffe9a8; color: #8a6d1b; }
.year-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.mini-month {
  background: #fff8e6;
  border: 1px solid #ffe9a8;
  border-radius: 16px;
  padding: 10px;
}
.mini-month h3 { margin: 0 0 8px; }
.mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.mini-grid .calendar-day { min-height: 54px; }
.mini-grid .calendar-day small { font-size: .74rem; padding-top: 16px; }
.calendar-hint { margin: 0; }
.evolution-card {
  padding: 18px;
  background: #3a2600;
  color: #fff6d6;
}
.side-title {
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  opacity: .82;
  margin-bottom: 12px;
}
.evolution-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
}
.evolution-row span {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}
.hatch-progress {
  position: relative;
  height: 8px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
}
.hatch-progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: inherit;
  background: #ffb400;
  transition: width .5s ease;
}
.hatch-progress-label {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: .68rem;
  opacity: .7;
}
.candidate-pool { padding: 18px; }
.candidate-pool-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.candidate-pool-head h3 { margin: 0; font-size: 1rem; }
.candidate-pool-head span {
  border: 1px solid #ffe9a8;
  border-radius: 999px;
  background: #fff8e6;
  color: #8a6d1b;
  padding: 5px 10px;
  font-size: .72rem;
  font-weight: 800;
}
.candidate-list {
  display: grid;
  gap: 10px;
}
.candidate-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #ffe9a8;
  background: #fff8e6;
  animation: pop .35s ease;
}
.candidate-item.available { background: #fff6d6; border-color: #ffb400; }
.candidate-item.maybe { background: #fff8e6; }
.candidate-item.unavailable { opacity: .78; }
.candidate-date { min-width: 0; display: grid; gap: 2px; }
.candidate-date strong { color: #3a2600; }
.candidate-date small { color: #8a6d1b; }
.pool-remove {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #3a2600;
  color: #fff;
  font-weight: 900;
}
.hatch-egg {
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff1b8;
  font-size: 1.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.empty-pool {
  padding: 36px 12px;
  text-align: center;
  color: #8a6d1b;
}
.empty-pool div { font-size: 3rem; margin-bottom: 8px; }
.availability-source {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.builder-form-source {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.builder-time {
  min-width: min(360px, 100%);
}
.builder-time .field {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  margin-bottom: 0;
  padding: 4px 10px;
  border: 1px solid #f2dea5;
  border-radius: 999px;
  background: #fffef8;
}
.builder-time .field label {
  flex: 0 0 auto;
  color: #9a854e;
  font-size: .75rem;
  font-weight: 800;
}
.builder-time input[type="time"] {
  min-width: 0;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2b2417;
  font-size: .78rem;
  font-weight: 900;
  outline: 0;
}
.builder-time .field:focus-within {
  border-color: #ffc200;
  box-shadow: 0 0 0 3px rgba(255, 210, 63, .24);
}
.builder-mini-grid {
  grid-template-columns: repeat(7, 1fr);
}
.builder-month-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.builder-month-head h3 { margin: 0; }
.month-select-control {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 3px 9px;
  border: 1px solid #f2dea5;
  border-radius: 999px;
  background: #fffef8;
  color: #7a6c52;
  font-size: .68rem;
  font-weight: 900;
  cursor: pointer;
}
.month-select-control:hover { border-color: #ffc200; background: #fff1bf; }
.month-select-control input {
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  accent-color: #ffc200;
  cursor: pointer;
}
.month-select-control:has(input:checked) {
  border-color: #ffc200;
  background: #ffd23f;
  color: #2b2417;
}
.builder-mini-grid .calendar-day span {
  left: 7px;
  top: 4px;
}
.choice-row ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice-row label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 8px;
}
.choice-row input { width: auto; }

.messages { display: grid; gap: 8px; margin-bottom: 18px; }
.message, .notice {
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff3cd;
  border: 1px solid #f2cf78;
}
.message.success { background: #e9f8f1; border-color: #a4dcc4; }
.message.error { background: #fff0f2; border-color: #efb2ba; }
.copy-row input { flex: 1; }
.best-card { display: grid; gap: 6px; border-color: #f2c867; }
.best-card strong { font-size: 1.25rem; }
.best-card.compact { min-width: 210px; }
.result-list { grid-template-columns: 1fr; }
.result-card.best { border-color: var(--primary); }
.badge { background: #fff1c2; color: #7b4a00; border-radius: 999px; padding: 4px 8px; font-weight: 900; }
.hatch-result-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 12px 0;
  padding: 12px;
  border-radius: 16px;
  background: #fff8e6;
  border: 1px solid #ffe9a8;
}
.hatch-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ffe9a8;
  font-size: 2rem;
  animation: pop .35s ease;
}
.hatch-stage.cracking { background: #fff1b8; }
.hatch-stage.chick { background: #ffeb7a; }
.hatch-stage.champion {
  width: 76px;
  border-radius: 999px;
  background: #ffb400;
  box-shadow: 0 6px 16px rgba(255, 180, 0, .45);
}
.hatch-stage .crown {
  position: absolute;
  right: -4px;
  top: -11px;
  font-size: 1rem;
  animation: bounce 1.2s infinite;
}
.hatch-result-main { min-width: 0; flex: 1; display: grid; gap: 5px; }
.hatch-result-main strong { color: #3a2600; }
.hatch-result-main small { color: #8a6d1b; }
.hatch-meter {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #ffe9a8;
}
.hatch-meter span {
  display: block;
  height: 100%;
  max-width: 100%;
  border-radius: inherit;
  background: #ffb400;
}
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stat-grid div { background: #fffaf1; border-radius: 8px; padding: 12px; display: grid; gap: 2px; }
.stat-grid strong { font-size: 1.7rem; }
.stat-grid small { color: var(--muted); overflow-wrap: anywhere; }
.admin-list { display: grid; gap: 10px; }
.admin-item { box-shadow: none; }

.errorlist { color: #a62635; margin: 4px 0 10px; }

/* Home page final revision */
.home-v2-body {
  overflow-x: hidden;
  background: #fff8e6;
}
.home-v2-body .site-header { display: none; }
.home-v2-body .page {
  width: min(1120px, calc(100% - 32px));
  padding: 0 0 56px;
}
.home-v2 { color: #2b2114; }
.home-v2-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
}
.home-v2-brand,
.home-v2-actions,
.home-v2-proof,
.proof-faces,
.demo-window-bar,
.demo-calendar-head,
.demo-legend,
.demo-best-row,
.home-section-heading,
.home-step-grid article > span,
.home-faq summary {
  display: flex;
  align-items: center;
}
.home-v2-brand { gap: 10px; font-weight: 900; }
.home-v2-brand > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #ffb400;
  box-shadow: 0 4px 12px rgba(255, 180, 0, .35);
}
.home-v2-brand em {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 999px;
  background: #fff;
  padding: 5px 10px;
  color: #6b6258;
  font-size: .68rem;
  font-style: normal;
  letter-spacing: 0;
}
.home-v2-top-note { color: #8f8579; font-size: .78rem; font-weight: 700; }
.home-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 54px;
  min-height: min(650px, calc(100vh - 118px));
  padding: 28px 0 54px;
}
.home-v2-copy { min-width: 0; }
.home-v2-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #2b2114;
  border-radius: 999px;
  background: #ffd95a;
  padding: 7px 12px;
  font-size: .78rem;
  font-weight: 900;
  box-shadow: 0 3px 0 #2b2114;
}
.home-v2-copy h1 {
  margin: 26px 0 20px;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 0;
}
.home-v2-copy h1 span {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  border: 2px solid #2b2114;
  border-radius: 14px;
  background: #ffb400;
  padding: 3px 12px 7px;
  box-shadow: 0 6px 0 #2b2114;
  transform: rotate(-1.2deg);
}
.home-v2-copy h1 span::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -13px;
  height: 3px;
  border-radius: 50%;
  background: #2b2114;
  opacity: .65;
}
.home-v2-copy > p {
  max-width: 480px;
  margin: 0;
  color: #6b6258;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.8;
}
.home-v2-actions { flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.home-primary-action,
.home-secondary-action,
.home-last-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 900;
  transition: transform .15s ease, box-shadow .15s ease;
}
.home-primary-action {
  gap: 10px;
  border: 2px solid #2b2114;
  background: #ffb400;
  box-shadow: 0 6px 0 #2b2114, 0 12px 24px rgba(255, 180, 0, .3);
}
.home-primary-action > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2b2114;
  color: #fff;
}
.home-secondary-action { border: 1px solid rgba(0, 0, 0, .1); background: #fff; box-shadow: 0 6px 18px rgba(0, 0, 0, .06); }
.home-primary-action:hover,
.home-secondary-action:hover,
.home-last-action:hover { transform: translateY(-2px); }
.home-v2-proof { gap: 12px; margin-top: 28px; }
.proof-faces { padding-left: 6px; }
.proof-faces span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: -6px;
  border: 2px solid #fff8e6;
  border-radius: 50%;
  background: #fff;
  font-size: .88rem;
}
.home-v2-proof > div:last-child { display: grid; line-height: 1.25; }
.home-v2-proof strong { font-size: .76rem; }
.home-v2-proof small { color: #8f8579; font-size: .68rem; font-weight: 700; }
.home-demo-wrap { position: relative; min-width: 0; }
.home-demo-window {
  position: relative;
  z-index: 1;
  border: 2px solid #2b2114;
  border-radius: 28px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(43, 33, 20, .1), 0 3px 0 #2b2114;
  transform: rotate(-1deg);
}
.demo-window-bar { gap: 7px; padding: 1px 2px 14px; }
.demo-window-bar i { width: 10px; height: 10px; border-radius: 50%; background: #ff5a5a; }
.demo-window-bar i:nth-child(2) { background: #ffd95a; }
.demo-window-bar i:nth-child(3) { background: #6edb8a; }
.demo-window-bar strong { margin-left: auto; color: #8f8579; font-size: .7rem; }
.demo-calendar-card { border: 1px solid rgba(0, 0, 0, .06); border-radius: 20px; background: #fffbf0; padding: 18px; }
.demo-calendar-head { justify-content: space-between; }
.demo-calendar-head strong { font-size: 1rem; }
.demo-calendar-head span { color: #8f8579; font-weight: 900; }
.demo-weekdays,
.demo-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; }
.demo-weekdays { margin: 16px 0 8px; }
.demo-weekdays span { color: #9c9285; font-size: .68rem; font-weight: 900; text-align: center; }
.demo-days > i,
.demo-days > span {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 12px;
  background: #fff;
  font-size: .76rem;
  font-weight: 900;
}
.demo-days > i { border-color: transparent; background: transparent; }
.demo-days > span::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2b2114;
  opacity: .35;
}
.demo-days > span.picked {
  align-content: center;
  border: 2px solid #2b2114;
  background: #ffb400;
  box-shadow: 0 3px 0 #2b2114;
}
.demo-days > span.best { outline: 3px solid #ffb400; outline-offset: 2px; }
.demo-days small {
  position: absolute;
  bottom: -4px;
  border-radius: 999px;
  background: #2b2114;
  color: #fff;
  padding: 1px 5px;
  font-size: .55rem;
}
.demo-legend { gap: 10px; margin-top: 15px; color: #7b7267; font-size: .66rem; font-weight: 800; }
.demo-legend small { margin-left: auto; }
.demo-best-row {
  gap: 12px;
  margin-top: 16px;
  border-radius: 16px;
  background: #2b2114;
  color: #fff8e6;
  padding: 13px 15px;
  box-shadow: 0 8px 0 rgba(43, 33, 20, .12);
}
.demo-best-row > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: #ffb400; font-size: 1.4rem; }
.demo-best-row > div { display: grid; }
.demo-best-row small { color: #d8cbb0; font-size: .62rem; font-weight: 900; }
.demo-best-row strong { font-size: 1.35rem; }
.demo-best-row em { border-radius: 999px; background: #fff; color: #2b2114; padding: 3px 7px; font-size: .65rem; font-style: normal; }
.demo-best-row b { display: grid; place-items: center; width: 34px; height: 34px; margin-left: auto; border-radius: 50%; background: rgba(255, 255, 255, .1); }
.home-demo-window > p { margin: 13px 0 0; color: #9c9285; font-size: .68rem; font-weight: 800; text-align: center; }
.demo-float { position: absolute; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(0, 0, 0, .12); }
.demo-float-calendar { left: -24px; top: 42%; transform: rotate(-8deg); }
.demo-float-heart { right: -18px; bottom: 32px; border-radius: 50%; background: #ffd95a; }
.home-how { padding: 44px 0 54px; }
.home-section-heading { justify-content: space-between; margin-bottom: 24px; }
.home-section-heading h2 { margin: 0; font-size: 1.65rem; }
.home-section-heading span { color: #9c9285; font-size: .68rem; font-weight: 900; letter-spacing: 0; }
.home-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-step-grid article {
  position: relative;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 20px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(43, 33, 20, .06);
}
.home-step-grid article > span { position: absolute; right: 22px; top: 24px; color: rgba(43, 33, 20, .18); font-size: .72rem; font-weight: 900; }
.home-step-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(0, 0, 0, .05); border-radius: 16px; font-size: 1.45rem; }
.home-step-icon.yellow { background: #fff0c2; }
.home-step-icon.green { background: #d6f5d8; }
.home-step-icon.pink { background: #ffe0e6; }
.home-step-grid h3 { margin: 18px 0 7px; font-size: 1.02rem; }
.home-step-grid p { margin: 0; color: #746b61; font-size: .84rem; font-weight: 650; }
.home-step-grid em { display: inline-flex; margin-top: 16px; border: 1px solid rgba(0, 0, 0, .06); border-radius: 999px; background: #fff8e6; padding: 4px 8px; font-size: .65rem; font-style: normal; font-weight: 900; }
.home-slogan { padding: 10px 0 58px; }
.home-slogan > div {
  border-radius: 28px;
  background: #2b2114;
  color: #fff8e6;
  padding: 64px 32px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(43, 33, 20, .16);
}
.home-slogan > div > span { display: inline-flex; border: 1px solid rgba(255, 255, 255, .1); border-radius: 999px; background: rgba(255, 255, 255, .08); padding: 5px 10px; font-size: .68rem; font-weight: 900; }
.home-slogan h2 { margin: 20px auto 12px; font-size: 2.4rem; line-height: 1.35; }
.home-slogan h2 strong { display: inline-block; border-radius: 12px; background: #ffb400; color: #2b2114; padding: 2px 12px; box-shadow: 0 3px 0 #fff; transform: rotate(-1deg); }
.home-slogan p { margin: 0; color: rgba(255, 248, 230, .68); font-size: .88rem; font-weight: 700; }
.home-slogan > div > div { margin-top: 22px; font-size: 1.15rem; }
.home-faq { width: min(760px, 100%); margin: 0 auto; padding: 10px 0 6px; }
.home-faq h2 { margin: 0 0 18px; font-size: 1.4rem; }
.home-faq-list { display: grid; gap: 12px; }
.home-faq details { border: 1px solid rgba(0, 0, 0, .06); border-radius: 18px; background: #fff; box-shadow: 0 6px 20px rgba(43, 33, 20, .05); }
.home-faq summary { gap: 10px; padding: 17px 20px; cursor: pointer; font-weight: 900; list-style: none; }
.home-faq summary::-webkit-details-marker { display: none; }
.home-faq summary > span { display: grid; place-items: center; flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; background: #fff0c2; font-size: .7rem; }
.home-faq summary i { display: grid; place-items: center; width: 30px; height: 30px; margin-left: auto; border-radius: 50%; background: #2b2114; color: #fff; font-style: normal; transition: transform .15s ease; }
.home-faq details[open] summary i { transform: rotate(180deg); }
.home-faq details p { margin: -3px 54px 18px; color: #746b61; font-size: .84rem; font-weight: 650; }
.home-last-action { width: fit-content; margin: 30px auto 0; background: #2b2114; color: #fff; box-shadow: 0 6px 20px rgba(0, 0, 0, .15); }
.home-copyright { display: block; margin-top: 14px; color: rgba(43, 33, 20, .4); font-size: .68rem; font-weight: 700; text-align: center; }

/* Website explanation, now part of the home page */
html { scroll-behavior: smooth; }
.home-about { scroll-margin-top: 84px; padding: 12px 0 70px; }
.home-about-heading { align-items: end; margin-bottom: 22px; }
.home-about-heading > div { display: grid; gap: 5px; }
.home-about-heading > div > span { width: fit-content; padding: 4px 9px; border: 2px solid #2b2114; border-radius: 999px; background: #ffb400; font-size: .62rem; font-weight: 950; }
.home-about-heading h2 { margin: 0; }
.home-about-heading > p { max-width: 45ch; margin: 0; color: #6e655b; font-size: .82rem; line-height: 1.65; font-weight: 700; }
.home-about-showcase { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: 18px; }
.home-about-intro, .home-island-board { min-width: 0; border: 2.5px solid #2b2114; border-radius: 18px; background: #fffdf7; box-shadow: 5px 5px 0 #2b2114; }
.home-about-intro { padding: 28px; }
.home-about-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.home-about-pills span { padding: 5px 10px; border: 1.5px solid #2b2114; border-radius: 999px; background: #fff; font-size: .65rem; font-weight: 900; }
.home-about-pills span:first-child { background: #ffd93d; }
.home-about-intro h3 { margin: 24px 0 13px; font-size: 2.55rem; line-height: 1.04; font-weight: 950; letter-spacing: 0; }
.home-about-intro h3 span { display: inline-block; margin-left: 7px; padding: 1px 7px 3px; background: #2b2114; color: #fff8e6; }
.home-about-intro > p { max-width: 48ch; margin: 0; color: #5e564d; font-size: .84rem; line-height: 1.75; font-weight: 700; }
.home-about-intro > strong { display: block; width: fit-content; margin-top: 14px; padding: 5px 10px; border: 1.5px solid #2b2114; border-radius: 999px; background: #ffd93d; font-size: .8rem; }
.home-about-intro > small { display: block; margin-top: 7px; color: #786f64; font-size: .68rem; font-weight: 750; }
.home-about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 24px; }
.home-about-stats > span { min-width: 0; display: grid; padding: 12px; border: 2px solid #2b2114; border-radius: 12px; background: #fff8e6; box-shadow: 2px 2px 0 #2b2114; }
.home-about-stats small { color: #7b7165; font-size: .58rem; font-weight: 900; }
.home-about-stats b { margin-top: 3px; font-size: 1rem; }
.home-island-board { overflow: hidden; display: grid; grid-template-rows: 44px minmax(320px, 1fr) auto; }
.home-island-board > header { display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 2.5px solid #2b2114; background: #fff; }
.home-island-board > header span { color: #ff7676; font-size: .62rem; font-weight: 950; }
.home-island-board > header b { padding: 3px 8px; border: 1.5px solid #2b2114; border-radius: 999px; font-size: .56rem; }
.home-island-board > p { margin: 0; padding: 11px 14px; border-top: 2px solid #2b2114; background: #2b2114; color: #fff; font-size: .7rem; font-weight: 900; text-align: center; }
.home-island-stage { position: relative; min-height: 320px; overflow: hidden; background-color: #fff8e6; background-image: radial-gradient(rgba(43,33,20,.15) 1px, transparent 1px); background-size: 18px 18px; }
.home-island-stage::before, .home-island-stage::after { content: ''; position: absolute; border-top: 2px dashed rgba(43,33,20,.28); transform-origin: left center; }
.home-island-stage::before { width: 52%; left: 23%; top: 44%; transform: rotate(-20deg); }
.home-island-stage::after { width: 60%; left: 20%; top: 58%; transform: rotate(17deg); }
.home-island { --island: #ffd93d; position: absolute; z-index: 1; width: 92px; height: 73px; display: grid; place-content: center; border: 2px solid #2b2114; border-radius: 50%; background: var(--island); box-shadow: 0 8px 0 color-mix(in srgb, var(--island) 62%, #2b2114), 3px 11px 0 #2b2114; color: #2b2114; text-align: center; text-decoration: none; animation: home-island-float 3s ease-in-out infinite; transition: transform .15s; }
.home-island:hover, .home-island:focus-visible { z-index: 3; outline: 3px solid #fff; transform: translateY(-5px) scale(1.08); }
.home-island b { font-size: 25px; line-height: 1; }
.home-island span { margin-top: 3px; font-size: .62rem; font-weight: 950; }
.home-island.is-food { --island: #ff9a78; left: 8%; top: 13%; }
.home-island.is-game { --island: #74b9ff; right: 8%; top: 10%; animation-delay: -.7s; }
.home-island.is-park { --island: #ff8fab; left: 39%; top: 38%; animation-delay: -1.4s; }
.home-island.is-ktv { --island: #b388eb; left: 9%; bottom: 14%; animation-delay: -2s; }
.home-island.is-night { --island: #ffd93d; right: 9%; bottom: 12%; animation-delay: -1s; }
@keyframes home-island-float { 0%, 100% { margin-top: 0; } 50% { margin-top: -7px; } }
.home-about-theme-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 48px 0 16px; }
.home-about-theme-head h3 { margin: 0; font-size: 1.28rem; }
.home-about-theme-head span { color: #7a7064; font-size: .67rem; font-weight: 800; }
.home-about-themes { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.home-about-themes > a { min-width: 0; min-height: 202px; display: flex; flex-direction: column; padding: 14px; border: 2px solid #2b2114; border-radius: 12px; background: #fff; box-shadow: 3px 3px 0 #2b2114; color: #2b2114; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.home-about-themes > a:hover { transform: translateY(-3px); box-shadow: 5px 6px 0 #2b2114; }
.home-about-themes > a > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1.5px solid #2b2114; border-radius: 50%; font-size: 20px; }
.home-about-themes .is-food { background: #ff9a78; }
.home-about-themes .is-game { background: #74b9ff; }
.home-about-themes .is-park { background: #ff8fab; }
.home-about-themes .is-ktv { background: #b388eb; }
.home-about-themes .is-night { background: #ffd93d; }
.home-about-themes strong { margin-top: 10px; font-size: .88rem; }
.home-about-themes p { margin: 6px 0 12px; color: #776d62; font-size: .67rem; line-height: 1.55; font-weight: 700; }
.home-about-themes b { margin-top: auto; font-size: .62rem; }
.home-about-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.home-about-features article { min-width: 0; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 11px; padding: 16px; border: 2px solid #2b2114; border-radius: 12px; background: #fff; box-shadow: 3px 3px 0 #2b2114; }
.home-about-features article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 9px; background: #fff1b8; }
.home-about-features strong { font-size: .78rem; }
.home-about-features p { margin: 3px 0 0; color: #776d62; font-size: .65rem; line-height: 1.5; font-weight: 700; }

@media (max-width: 900px) {
  .home-about-heading { align-items: start; flex-direction: column; }
  .home-about-showcase { grid-template-columns: 1fr; }
  .home-about-themes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-about-themes > a { min-height: 185px; }
}
@media (max-width: 620px) {
  .home-about { padding-bottom: 48px; }
  .home-about-intro { padding: 20px 16px; }
  .home-about-intro h3 { font-size: 2rem; }
  .home-about-intro h3 span { margin: 5px 0 0; }
  .home-about-stats { gap: 6px; }
  .home-about-stats > span { padding: 9px 7px; }
  .home-island-board { grid-template-rows: 42px 290px auto; }
  .home-island-stage { min-height: 290px; }
  .home-island { width: 82px; height: 66px; }
  .home-about-theme-head { align-items: start; flex-direction: column; gap: 4px; margin-top: 38px; }
  .home-about-themes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-about-themes > a { min-height: 192px; }
  .home-about-features { grid-template-columns: 1fr; }
}

/* Create event: three pain-point revision */
.create-v3-body {
  overflow-x: hidden;
  background: #fff8e6;
}
.create-v3-body .site-header { display: none; }
.create-v3-body .page {
  width: min(1056px, calc(100% - 32px));
  padding: 0 0 64px;
}
.create-v3-page { color: #2b2417; }
.create-v3-topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid #f0e2b5;
  background: rgba(255, 248, 230, .9);
  backdrop-filter: blur(18px);
}
.create-v3-topbar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 100vw;
  height: 1px;
  background: #f0e2b5;
  transform: translateX(-50%);
}
.create-v3-brand,
.create-v3-top-actions,
.top-date-count,
.intro-chips,
.create-card-heading,
.calendar-section-heading > div,
.candidate-progress-head,
.evolution-icons {
  display: flex;
  align-items: center;
}
.create-v3-brand { gap: 10px; }
.create-v3-brand > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #f2dea5;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}
.create-v3-brand > div { display: grid; line-height: 1.15; }
.create-v3-brand strong { color: #8d7f66; font-size: .7rem; letter-spacing: .14em; }
.create-v3-brand small { color: #2b2417; font-weight: 900; }
.brand-mobile-label { display: none; }
.create-v3-top-actions { gap: 12px; }
.top-date-count {
  gap: 7px;
  border: 1px solid #f2dea5;
  border-radius: 999px;
  background: #fff;
  padding: 9px 14px;
  font-size: .78rem;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
}
.top-date-count i { width: 8px; height: 8px; border-radius: 50%; background: #ffb800; }
.top-date-count::after { content: "・拖曳就能加"; color: #9a854e; }
.top-hatch-button {
  min-height: 46px;
  border: 1px solid #ffc200;
  border-radius: 999px;
  background: #ffd23f;
  padding: 10px 24px;
  color: #2b2417;
  font-weight: 900;
  box-shadow: 0 6px 20px rgba(255, 193, 7, .35);
}
.create-v3-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  padding: 40px 0 28px;
}
.create-v3-intro p {
  display: inline-flex;
  margin: 0 0 10px;
  border-radius: 999px;
  background: #2b2417;
  color: #ffe99a;
  padding: 5px 11px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.create-v3-intro h1 { margin: 0 0 10px; font-size: 36px; line-height: 1.12; }
.create-v3-intro > div:first-child > span { display: block; max-width: 560px; color: #7a6c52; font-size: .86rem; font-weight: 650; line-height: 1.7; }
.intro-chips { flex: 0 0 auto; gap: 8px; }
.intro-chips span {
  border: 1px solid #f2dea5;
  border-radius: 999px;
  background: #fff;
  padding: 7px 10px;
  color: #7a6c52;
  font-size: .72rem;
  font-weight: 800;
}
.create-v3-form { display: grid; gap: 22px; }
.create-v3-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .9fr);
  gap: 24px;
  align-items: start;
}
.create-v3-main { display: grid; gap: 24px; min-width: 0; }
.create-info-card {
  width: 100%;
  border: 1px solid #f2dea5;
  border-radius: 20px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .04);
}
.create-info-card > label,
.create-card-heading label { display: block; margin-bottom: 9px; color: #7a6c52; font-size: .78rem; }
.create-info-card input {
  min-height: 50px;
  border-color: #f2dea5;
  border-radius: 14px;
  background: #fffef8;
  color: #2b2417;
  font-weight: 800;
}
.create-card-heading { justify-content: space-between; gap: 12px; }
.create-card-heading span {
  border: 1px solid #f2dea5;
  border-radius: 999px;
  padding: 5px 9px;
  color: #9a854e;
  font-size: .67rem;
  font-weight: 800;
}
.location-search-shell { position: relative; z-index: 4; }
.location-search-shell input { padding-left: 48px; }
.location-search-icon {
  position: absolute;
  z-index: 1;
  left: 11px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #f2dea5;
  border-radius: 50%;
  background: #fff1bf;
  transform: translateY(-50%);
  font-weight: 900;
}
.place-suggestions {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 7px;
  border: 1px solid #f2dea5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(43, 36, 23, .14);
}
.place-suggestion {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 11px;
  padding: 9px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #2b2417;
  text-align: left;
  cursor: pointer;
}
.place-suggestion:hover,
.place-suggestion:focus-visible { background: #fff8e6; outline: 0; }
.place-suggestion-photo {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border: 1px solid #f2dea5;
  border-radius: 10px;
  object-fit: cover;
}
.place-photo-fallback { display: grid; place-items: center; background: #fff1bf; font-weight: 900; }
.place-suggestion-copy { display: grid; min-width: 0; flex: 1; gap: 3px; }
.place-suggestion-copy strong,
.place-suggestion-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.place-suggestion-copy strong { font-size: .82rem; }
.place-suggestion-copy small { color: #7a6c52; font-size: .68rem; }
.place-suggestion-copy > span { display: flex; align-items: center; gap: 8px; font-size: .68rem; }
.place-suggestion-copy b { color: #7a5b00; }
.place-suggestion-copy em { color: #8d7f66; font-style: normal; font-weight: 800; }
.place-suggestion-copy em.is-open { color: #2e7d32; }
.place-suggestion-state { padding: 14px; color: #9a854e; text-align: center; font-size: .74rem; font-weight: 800; }
.location-map-preview { margin-top: 12px; color: #9a854e; font-size: .72rem; font-weight: 750; }
.map-preview-rich {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 11px;
  border: 1px solid #f2dea5;
  border-radius: 14px;
  background: #fffef8;
  padding: 10px;
}
.map-preview-pin {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff1bf;
  font-size: 1.2rem;
}
.map-preview-copy { display: grid; min-width: 0; flex: 1; }
.map-preview-copy small { color: #9a854e; font-size: .65rem; font-weight: 800; }
.map-preview-copy strong { overflow: hidden; color: #2b2417; text-overflow: ellipsis; white-space: nowrap; }
.map-preview-rich a {
  flex: 0 0 auto;
  border: 1px solid #f2dea5;
  border-radius: 999px;
  background: #fff;
  padding: 7px 10px;
  color: #2b2417;
  font-size: .68rem;
  font-weight: 900;
}
.selected-place-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px;
  border: 1px solid #f2dea5;
  border-radius: 16px;
  background: #fffef8;
}
.selected-place-photo {
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
  border: 1px solid #f2dea5;
  border-radius: 12px;
  object-fit: cover;
}
.selected-place-copy { display: grid; min-width: 0; flex: 1; gap: 4px; }
.selected-place-title { display: flex; align-items: center; min-width: 0; gap: 7px; }
.selected-place-title strong { overflow: hidden; color: #2b2417; font-size: .88rem; text-overflow: ellipsis; white-space: nowrap; }
.selected-place-title > span { flex: 0 0 auto; padding: 2px 7px; border-radius: 999px; background: #2b2417; color: #fff; font-size: .58rem; }
.selected-place-copy > p { overflow: hidden; margin: 0; color: #7a6c52; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.selected-place-meta { display: flex; align-items: center; gap: 10px; font-size: .68rem; }
.place-rating { color: #7a5b00; font-weight: 900; }
.place-open-status { color: #8d7f66; font-weight: 900; }
.place-open-status.is-open { color: #2e7d32; }
.place-hours summary { width: fit-content; color: #7a6c52; font-size: .65rem; cursor: pointer; }
.place-hours ul { display: grid; gap: 2px; margin: 6px 0 0; padding-left: 17px; color: #6b5d44; font-size: .63rem; }
.place-hours-missing { color: #9a854e; font-size: .63rem; }
.place-provider { color: #a09174; font-size: .58rem; font-weight: 700; }
.selected-place-actions { display: grid; flex: 0 0 auto; gap: 6px; }
.selected-place-actions button,
.selected-place-actions a {
  min-width: 58px;
  padding: 6px 9px;
  border: 1px solid #f2dea5;
  border-radius: 999px;
  background: #fff;
  color: #2b2417;
  font-size: .65rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.create-v3-hidden-fields {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.create-v3-advanced { width: 100%; margin: 0; }
.calendar-section-heading { display: flex; align-items: center; gap: 10px; }
.calendar-section-heading > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #f2dea5;
  border-radius: 50%;
  background: #fff1bf;
}
.calendar-section-heading h2 { margin: 0 0 2px; font-size: .95rem; }
.calendar-section-heading small { display: block; color: #8d7f66; font-size: .68rem; font-weight: 700; }
.create-v3-calendar {
  border-color: #f2dea5;
  padding: 24px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .04);
}
.create-v3-calendar .calendar-toolbar { margin-bottom: 14px; }
.create-v3-calendar .calendar-switch { flex-wrap: nowrap; }
.create-v3-calendar .calendar-switch strong { min-width: 112px; font-size: .95rem; }
.create-v3-calendar .icon-button { width: 34px; min-height: 34px; padding: 5px; font-size: 1.25rem; }
.create-v3-calendar .calendar-controls { justify-content: space-between; margin-bottom: 14px; }
.calendar-control-left { display: flex; align-items: center; gap: 10px; min-width: 0; }
.create-v3-calendar .segmented { flex-wrap: nowrap; border: 1px solid #f2dea5; border-radius: 999px; background: #fff8e6; padding: 3px; gap: 0; }
.create-v3-calendar .segmented button { min-height: 28px; padding: 4px 11px; background: transparent; font-size: .7rem; }
.create-v3-calendar .segmented button.active { background: #2b2417; color: #fff8e6; box-shadow: none; }
.create-v3-calendar .drag-pill { padding: 6px 11px; font-size: .68rem; white-space: nowrap; }
.create-v3-calendar .builder-time { min-width: 250px; grid-template-columns: 1fr 1fr; gap: 8px; }
.create-v3-calendar .builder-time .field { min-height: 32px; padding: 2px 8px; }
.create-v3-calendar .builder-time input[type="time"] { height: 24px; font-size: .68rem; }
.create-v3-calendar .calendar-board.month-view { gap: 6px; }
.create-v3-calendar .calendar-day { border-color: #f2dea5; border-radius: 14px; }
.create-v3-calendar .month-view .calendar-day {
  aspect-ratio: auto;
  min-height: 52px;
  height: 52px;
}
.create-v3-calendar .calendar-day.filler { visibility: hidden; }
.create-v3-calendar .calendar-day.candidate { background: #fffef8; }
.create-v3-calendar .calendar-day:hover:not(:disabled) { background: #fff8e6; }
.create-v3-calendar .calendar-day:active:not(:disabled) { transform: scale(.96); }
.create-v3-calendar .calendar-day.available {
  border-color: #ffc200;
  background: #ffd23f;
  box-shadow: 0 4px 14px rgba(255, 193, 7, .35);
}
.create-v3-calendar .calendar-day.available:hover { background: #ffd23f; }
.create-v3-calendar .calendar-day.available::after { content: none; }
.create-v3-calendar .calendar-day.available small {
  position: absolute;
  left: 50%;
  bottom: 4px;
  min-height: 0;
  padding: 0;
  font-size: .78rem;
  transform: translateX(-50%);
}
.create-v3-calendar .weekday { padding: 6px 0; font-size: .68rem; }
.create-v3-calendar .calendar-hint { margin-top: 12px; color: #9a854e; font-size: .68rem; }
.create-v3-side {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 18px;
}
.create-v3-evolution {
  border: 0;
  border-radius: 20px;
  background: #2b2417;
  box-shadow: 0 8px 28px rgba(43, 36, 23, .22);
}
.candidate-progress-head { justify-content: space-between; gap: 10px; }
.candidate-progress-head > span { color: #ffd88a; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.candidate-progress-head em {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  padding: 5px 9px;
  color: #fff8e6;
  font-size: .68rem;
  font-style: normal;
  font-weight: 800;
}
.evolution-icons { justify-content: space-between; margin-top: 18px; }
.create-v3-pool {
  border-color: #f2dea5;
  border-radius: 20px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .04);
}
.create-v3-pool .candidate-pool-head { align-items: flex-start; }
.create-v3-pool .candidate-pool-head > div { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.pool-caption { margin: -7px 0 14px; color: #9a854e; font-size: .66rem; }
.pool-clear {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #9a854e;
  font-size: .7rem;
  font-weight: 900;
}
.candidate-chip-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.candidate-chip-list.is-expanded {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
}
.candidate-chip-list.is-expanded::-webkit-scrollbar { width: 6px; }
.candidate-chip-list.is-expanded::-webkit-scrollbar-thumb { border-radius: 999px; background: #f0d27a; }
.candidate-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  min-height: 34px;
  border: 1px solid #f2dea5;
  border-radius: 999px;
  background: #fff1bf;
  padding: 3px 4px 3px 8px;
  animation: pop .25s ease;
}
.candidate-chip strong { white-space: nowrap; font-size: .74rem; }
.candidate-chip small { color: #7a6c52; font-size: .66rem; font-weight: 800; white-space: nowrap; }
.chip-egg {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #f2dea5;
  border-radius: 50%;
  background: #fff;
  font-size: .72rem;
}
.candidate-chip .pool-remove {
  width: 24px;
  height: 24px;
  border: 1px solid #f2dea5;
  background: #fff;
  color: #2b2417;
  font-size: .72rem;
}
.pool-expand {
  margin-top: 10px;
  border: 0;
  border-radius: 999px;
  background: #2b2417;
  color: #ffe99a;
  padding: 7px 12px;
  font-size: .72rem;
  font-weight: 900;
}
.create-v3-pool .empty-pool { width: 100%; padding: 34px 12px; }
.pool-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}
.pool-feature-grid > div {
  display: grid;
  align-content: start;
  gap: 3px;
  min-height: 74px;
  border: 1px solid #f2dea5;
  border-radius: 12px;
  background: #fffef8;
  padding: 10px;
}
.pool-feature-grid strong { font-size: .68rem; }
.pool-feature-grid span { color: #7a6c52; font-size: .62rem; line-height: 1.45; }
.create-repair-note {
  border: 1px solid #f2dea5;
  border-radius: 20px;
  background: #fff1bf;
  padding: 16px;
  color: #6b5d44;
  font-size: .66rem;
  line-height: 1.65;
}
.create-repair-note strong { color: #2b2417; font-size: .7rem; }
.create-repair-note ol { margin: 7px 0 0; padding-left: 18px; }
.create-v3-bottom-submit { display: none; }

@media (max-width: 920px) {
  .created-v2-grid { grid-template-columns: 1fr; }
  .created-side-stack { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .activity-preview-card { grid-row: span 2; }
  .success-hero-v2 { min-height: 520px; }
  .results-hero-grid { grid-template-columns: 1fr; }
  .results-filter-bar { flex-wrap: wrap; }
  .people-threshold { min-width: min(100%, 280px); }
  .maybe-toggle { margin-left: auto; }
  .create-info-card,
  .create-v3-advanced { width: 100%; }
  .create-v3-workspace { grid-template-columns: 1fr; }
  .create-v3-side { position: static; grid-template-columns: 1fr 1fr; }
  .create-repair-note { grid-column: 1 / -1; }
  .home-v2-hero { grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); gap: 30px; }
  .home-v2-copy h1 { font-size: 46px; }
  .home-demo-window { padding: 14px; }
  .demo-days,
  .demo-weekdays { gap: 5px; }
}

@media (max-width: 760px) {
  .site-header { align-items: flex-start; gap: 12px; }
  nav { flex-wrap: wrap; justify-content: flex-end; }
  .hero, .feature-grid, .time-grid, .two-column { grid-template-columns: 1fr; }
  .quick-fields, .advanced-grid { grid-template-columns: 1fr; }
  .created-grid { grid-template-columns: 1fr; }
  .event-media-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 22px 0; }
  .hatch-page-head, .hatch-section-title { align-items: flex-start; flex-direction: column; }
  .event-title-row { align-items: stretch; flex-direction: column; }
  .filter-panel { grid-template-columns: 1fr; }
  .calendar-toolbar { padding-right: 0; }
  .hatch-layout { grid-template-columns: 1fr; }
  .drag-pill { width: 100%; justify-content: center; }
  .calendar-board.month-view { gap: 5px; }
  .calendar-day { min-height: 58px; }
  .year-view { grid-template-columns: 1fr; }
  .choice-row ul, .stat-grid { grid-template-columns: 1fr; }
  .admin-actions { align-items: stretch; flex-direction: column; }
  .created-page-body .page {
    width: min(100% - 20px, 1120px);
    padding-top: 22px;
  }
  .created-v2 { gap: 22px; }
  .created-progress {
    width: 100%;
    justify-content: center;
    gap: 7px;
    padding: 9px 10px;
    font-size: .72rem;
  }
  .created-progress li { gap: 5px; }
  .created-progress li + li::before { width: 16px; }
  .created-progress li span { width: 25px; height: 25px; }
  .success-hero-v2 {
    min-height: 490px;
    padding: 30px 12px 38px;
    border-radius: 24px;
  }
  .success-hero-v2::before,
  .success-hero-v2::after { width: 150px; height: 150px; }
  .hatching-scene { transform: scale(.88); margin-block: -5px 4px; }
  .created-title-wrap { width: 100%; }
  .success-hero-v2 h1 { font-size: clamp(2rem, 10vw, 3rem); overflow-wrap: anywhere; }
  .created-title-wrap::after { height: 5px; }
  .created-actions { width: 100%; }
  .primary-pop-button,
  .outline-pop-button { flex: 1 1 200px; }
  .created-side-stack { grid-template-columns: 1fr; }
  .activity-preview-card { grid-row: auto; }
  .public-link-box { flex-wrap: wrap; }
  .public-link-box .link-text { flex-basis: calc(100% - 68px); }
  .copy-pill { width: 100%; }
  .quick-share-grid { gap: 7px; }
  .quick-share { min-height: 102px; padding-inline: 4px; font-size: .82rem; }
  .quick-share strong { max-width: 100%; overflow-wrap: anywhere; }
  .note-window-bar { padding-right: 42px; }
  .window-dots { display: none; }
  .private-card p { border-radius: 16px; }
  .next-step-grid { grid-template-columns: 1fr; }
  .next-steps-card .soft-tag { display: none; }
  .results-page-body .page { width: min(calc(100% - 20px), 1080px); }
  .results-v2 { gap: 20px; }
  .results-topbar { min-height: 58px; }
  .results-event-summary,
  .best-chicken-card { padding: 20px; border-radius: 20px; }
  .results-summary-head { flex-direction: column; }
  .results-place-row { grid-template-columns: minmax(0, 1fr) 72px; }
  .results-filter-bar { align-items: stretch; border-radius: 16px; padding: 12px; }
  .filter-label { width: 100%; }
  .filter-segments { flex: 1; }
  .filter-segments label { flex: 1; }
  .filter-segments span { text-align: center; }
  .people-threshold { order: 3; width: 100%; flex-basis: 100%; }
  .maybe-toggle { order: 4; margin-left: 0; }
  .filter-clear { order: 5; margin-left: auto; }
  .filter-apply { order: 6; }
  .filter-summary-v2 { align-items: flex-start; padding: 13px; }
  .filter-summary-v2 em { display: none; }
  .matched-result-card { grid-template-columns: 78px minmax(0, 1fr); }
  .matched-result-main { padding: 17px 14px; }
  .matched-counts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-left: 0;
  }
  .matched-result-head { flex-direction: column; gap: 7px; }
  .full-result-card { grid-template-columns: 72px minmax(0, 1fr); }
  .full-result-body { padding: 16px 14px; }
  .full-result-title { flex-direction: column; gap: 7px; }
  .create-v3-body .page { width: min(calc(100% - 20px), 1120px); }
  .create-v3-topbar { min-height: 84px; }
  .create-v3-brand strong { display: none; }
  .brand-desktop-label { display: none; }
  .brand-mobile-label { display: inline; }
  .top-date-count::after { display: none; }
  .create-v3-intro { align-items: flex-start; flex-direction: column; padding: 30px 0 22px; }
  .intro-chips { flex-wrap: wrap; }
  .create-info-card { padding: 18px; }
  .create-card-heading { align-items: flex-start; flex-direction: column; }
  .create-v3-side { grid-template-columns: 1fr; }
  .create-v3-calendar .calendar-toolbar { align-items: flex-start; }
  .create-v3-calendar .drag-pill { width: auto; }
  .create-v3-bottom-submit { display: inline-flex; }
  .home-v2-body .page { width: min(calc(100% - 20px), 1120px); }
  .home-v2-hero { grid-template-columns: 1fr; min-height: auto; gap: 24px; padding: 26px 0 32px; }
  .home-v2-copy { text-align: center; }
  .home-v2-copy h1 { font-size: 44px; }
  .home-v2-copy > p { margin-inline: auto; }
  .home-v2-actions,
  .home-v2-proof { justify-content: center; }
  .home-demo-wrap { width: min(500px, 100%); margin-inline: auto; }
  .demo-calendar-card { display: none; }
  .demo-float-calendar { display: none; }
  .home-step-grid { grid-template-columns: 1fr; }
  .home-how { padding-top: 36px; }
  .home-slogan > div { padding: 48px 22px; }
  .home-slogan h2 { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .created-v2 *,
  .created-v2 *::before,
  .created-v2 *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 560px) {
  .created-v2,
  .created-v2 > *,
  .created-main-stack,
  .created-side-stack,
  .v2-card,
  .share-note-card,
  .private-card,
  .next-steps-card {
    min-width: 0;
    max-width: 100%;
  }
  .created-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 300px;
  }
  .primary-pop-button,
  .outline-pop-button {
    width: 100%;
    flex: none;
  }
  .link-text strong,
  .private-copy-row input {
    font-size: .75rem;
  }
  .private-head { flex-wrap: wrap; }
  .private-head em { margin-left: 52px; }
  .results-page-body .page { width: calc(100% - 16px); }
  .results-brand em { display: none; }
  .results-summary-head h1 { font-size: 1.85rem; }
  .response-count { font-size: .7rem; }
  .results-place-row { grid-template-columns: 1fr; }
  .results-photo-tile { min-height: 92px; }
  .best-chicken-main { align-items: flex-start; }
  .filter-segments { width: 100%; flex-basis: 100%; }
  .people-threshold { grid-template-columns: 1fr 42px auto; }
  .people-threshold > span { grid-column: 1 / -1; }
  .maybe-toggle { width: 100%; justify-content: space-between; }
  .filter-clear,
  .filter-apply { flex: 1; text-align: center; }
  .matched-result-card,
  .full-result-card { grid-template-columns: 64px minmax(0, 1fr); }
  .matched-score span,
  .full-result-score span { width: 40px; height: 40px; font-size: 1.35rem; }
  .result-stat-grid { grid-template-columns: 1fr; }
  .result-stat-grid small { white-space: normal; overflow-wrap: anywhere; }
  .results-actions { align-items: stretch; flex-direction: column; }
  .results-actions a,
  .results-actions button { text-align: center; }
  .create-v3-body .page { width: calc(100% - 40px); }
  .create-v3-brand > div small { font-size: .76rem; }
  .top-date-count { display: flex; padding: 8px 11px; }
  .top-hatch-button { min-height: 42px; padding: 8px 14px; font-size: .8rem; }
  .create-v3-intro h1 { font-size: 2rem; overflow-wrap: anywhere; }
  .create-info-card,
  .create-v3-advanced,
  .create-v3-workspace,
  .create-v3-workspace > * { min-width: 0; max-width: 100%; }
  .map-preview-rich { align-items: flex-start; flex-wrap: wrap; }
  .map-preview-rich .map-preview-copy { flex-basis: calc(100% - 56px); }
  .map-preview-rich a { width: 100%; text-align: center; }
  .selected-place-card { align-items: flex-start; flex-wrap: wrap; }
  .selected-place-photo { width: 64px; height: 64px; }
  .selected-place-copy { flex-basis: calc(100% - 78px); }
  .selected-place-actions { display: flex; width: 100%; }
  .selected-place-actions > * { flex: 1; }
  .create-v3-calendar { padding: 20px; }
  .create-v3-calendar .calendar-switch { width: 100%; justify-content: space-between; }
  .create-v3-calendar .calendar-switch strong { min-width: 0; }
  .create-v3-calendar .drag-pill { width: 100%; justify-content: center; }
  .create-v3-calendar .calendar-controls { align-items: stretch; flex-direction: column; }
  .create-v3-calendar .builder-time { min-width: 0; }
  .create-v3-calendar .calendar-day { min-height: 52px; border-radius: 10px; }
  .candidate-chip { width: 100%; }
  .candidate-chip .pool-remove { margin-left: auto; }
  .pool-feature-grid { grid-template-columns: 1fr; }
  .home-v2-body .page { width: calc(100% - 16px); }
  .home-v2-brand em,
  .home-v2-top-note { display: none; }
  .home-v2-copy h1 { font-size: 40px; overflow-wrap: anywhere; }
  .home-v2-copy h1 span { display: block; margin-top: 10px; }
  .home-v2-actions { align-items: stretch; flex-direction: column; }
  .home-primary-action,
  .home-secondary-action { width: 100%; }
  .home-v2-proof { align-items: flex-start; }
  .proof-faces span:nth-child(n+4) { display: none; }
  .home-demo-window { border-radius: 20px; padding: 12px; }
  .demo-best-row { padding: 10px; }
  .demo-best-row strong { font-size: 1.08rem; }
  .demo-best-row em { display: block; margin-top: 3px; width: fit-content; }
  .demo-float-heart { display: none; }
  .home-section-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .home-step-grid article { padding: 20px; }
  .home-slogan { padding-bottom: 42px; }
  .home-slogan > div { border-radius: 20px; padding: 40px 16px; }
  .home-slogan h2 { font-size: 1.7rem; }
  .home-slogan h2 strong { display: block; margin-top: 10px; }
  .home-faq summary { align-items: flex-start; padding: 15px; }
  .home-faq details p { margin: -2px 15px 16px; }
}

/* Combined event voting and results page */
.combined-event-body {
  background: #fff8e6;
  color: #111;
}
.combined-event-body .site-header { display: none; }
.combined-event-body .page {
  width: min(1232px, calc(100% - 32px));
  padding: 20px 0 28px;
}
.combined-event { display: grid; gap: 20px; }
.thick-card {
  border: 2.5px solid #111;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 0 #111;
}
.combined-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 12px 24px;
}
.combined-brand,
.combined-live,
.combined-summary-head,
.combined-best-head,
.combined-best-main,
.combined-response-head,
.combined-calendar-head,
.combined-month-switch,
.combined-calendar-legend,
.combined-filter > div,
.combined-threshold,
.combined-maybe,
.combined-found,
.combined-result-title,
.combined-stat-grid strong {
  display: flex;
  align-items: center;
}
.combined-brand { gap: 10px; color: #111; text-decoration: none; }
.combined-brand > span { font-size: 1.35rem; }
.combined-brand strong { font-size: 1.1rem; }
.combined-brand em {
  border-radius: 999px;
  background: #111;
  padding: 5px 10px;
  color: #fff;
  font-size: .68rem;
  font-style: normal;
  font-weight: 900;
}
.combined-live { gap: 7px; font-size: .78rem; font-weight: 900; }
.combined-live i { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; }
.combined-live span { margin-left: 12px; border: 2px solid #111; border-radius: 999px; background: #fff2b2; padding: 6px 12px; font-size: .66rem; }
.combined-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: 20px; }
.combined-summary { padding: 24px; }
.combined-summary-head { align-items: flex-start; justify-content: space-between; gap: 16px; }
.combined-summary-head p { margin: 0; color: #777; font-size: .68rem; font-weight: 900; }
.combined-summary-head h1 { margin: 7px 0 0; font-size: 1.85rem; line-height: 1; }
.combined-summary-head h1 span { display: inline-block; margin-left: 10px; border: 2px solid #111; border-radius: 999px; background: #ffd93d; padding: 5px 12px; font-size: .72rem; vertical-align: middle; }
.combined-response-count { flex: 0 0 auto; border: 2px solid #111; border-radius: 999px; padding: 9px 16px; font-size: .78rem; font-weight: 900; box-shadow: 3px 3px 0 #111; }
.combined-response-count strong { margin-inline: 4px; font-size: 1.1rem; }
.combined-place-grid { display: grid; grid-template-columns: minmax(0, 1fr) 160px; gap: 16px; margin-top: 20px; }
.combined-place-card { display: flex; gap: 12px; min-width: 0; min-height: 132px; border: 2px solid #111; border-radius: 16px; background: #fffef7; padding: 15px; }
.combined-place-icon { display: grid; place-items: center; flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%; background: #111; color: #fff; font-weight: 900; }
.combined-place-card > div { display: grid; align-content: start; min-width: 0; gap: 3px; }
.combined-place-card small { color: #777; font-size: .68rem; font-weight: 900; }
.combined-place-card strong { overflow-wrap: anywhere; font-size: .9rem; }
.combined-place-card p { margin: 0; color: #777; font-size: .72rem; }
.combined-place-card > div > a { justify-self: start; margin-top: 7px; border: 2px solid #111; border-radius: 999px; background: #fff; padding: 5px 10px; color: #111; font-size: .68rem; font-weight: 900; text-decoration: none; }
.combined-photo { position: relative; display: grid; place-items: center; overflow: hidden; min-height: 132px; border: 2px solid #111; border-radius: 16px; background: #fff2b2; font-size: 2.2rem; }
.combined-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.combined-photo span { position: relative; }
.combined-place-card .business-meta { margin-top: 5px; }
.combined-best { display: flex; flex-direction: column; background: #ffd93d; padding: 24px; }
.combined-best-head { justify-content: space-between; font-size: .68rem; font-weight: 900; }
.combined-best-head em { border-radius: 999px; background: #111; padding: 5px 10px; color: #fff; font-size: .64rem; font-style: normal; }
.combined-best-main { gap: 16px; margin-top: 20px; }
.combined-best-icon { display: grid; place-items: center; flex: 0 0 auto; width: 64px; height: 64px; border: 2.5px solid #111; border-radius: 16px; background: #fff; font-size: 2rem; box-shadow: 3px 3px 0 #111; }
.combined-best-main > div:last-child { display: grid; gap: 3px; }
.combined-best-main strong { font-size: 1.4rem; }
.combined-best-main small { font-size: .75rem; font-weight: 800; }
.combined-progress,
.combined-result-progress { overflow: hidden; border: 2px solid #111; border-radius: 999px; background: #fff; }
.combined-progress { height: 12px; margin-top: 18px; }
.combined-progress span { display: block; height: 100%; background: #111; }
.combined-best > p { margin: 7px 0 0; font-size: .7rem; font-weight: 900; }
.combined-best > a { margin-top: auto; border: 2.5px solid #111; border-radius: 999px; background: #fff; padding: 12px; color: #111; font-weight: 900; text-align: center; text-decoration: none; box-shadow: 3px 3px 0 #111; }
.combined-best-action { width: 100%; margin-top: auto; border: 2.5px solid #111; border-radius: 999px; background: #fff; padding: 12px; color: #111; font: inherit; font-weight: 900; text-align: center; box-shadow: 3px 3px 0 #111; cursor: pointer; }
.combined-best-action:active { box-shadow: 1px 1px 0 #111; transform: translate(2px, 2px); }
.combined-best.is-confirmed { background: #a8e6cf; }
.combined-best.is-cancelled { background: #ffe6a7; }
.combined-best.is-confirmed .combined-best-icon { background: #fff8e6; }
.combined-best.is-cancelled .combined-progress span { background: #ff8fab; }
.combined-best-empty { display: grid; place-items: center; min-height: 115px; font-weight: 900; }
.combined-workspace { display: grid; grid-template-columns: minmax(0, 60fr) minmax(390px, 40fr); gap: 24px; align-items: start; }
.combined-workspace.is-finalized { grid-template-columns: 1fr; }
.combined-response { padding: 24px; }
.combined-response-head { align-items: flex-start; justify-content: space-between; gap: 14px; }
.combined-response-head > div > div { display: flex; align-items: center; gap: 8px; }
.combined-response-head > div > div span { border-radius: 999px; background: #111; padding: 5px 10px; color: #fff; font-size: .66rem; font-weight: 900; }
.combined-response-head small { color: #777; font-weight: 800; }
.combined-response-head h2 { margin: 11px 0 4px; font-size: 1.35rem; }
.combined-response-head p { margin: 0; color: #777; font-size: .76rem; line-height: 1.6; }
.combined-spark { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; border: 2px solid #111; border-radius: 50%; background: #fff2b2; }
.combined-notice { margin-top: 20px; border: 2px dashed #111; border-radius: 14px; background: #fff2b2; padding: 18px; font-weight: 900; text-align: center; }
.combined-response-form { margin-top: 20px; }
.combined-person-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.combined-person-fields label { display: grid; gap: 6px; font-size: .72rem; font-weight: 900; }
.combined-person-fields input,
.combined-person-fields textarea { min-height: 48px; max-height: 48px; border: 2.5px solid #111; border-radius: 12px; background: #fff; padding: 10px 14px; font-weight: 800; resize: none; }
.combined-calendar { margin-top: 20px; border: 2.5px solid #111; border-radius: 16px; background: #fffef7; padding: 16px; }
.combined-calendar-head { justify-content: space-between; gap: 12px; }
.combined-month-switch { gap: 7px; flex-wrap: wrap; }
.combined-month-switch button { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid #111; border-radius: 50%; background: #fff; font-size: 1.1rem; font-weight: 900; cursor: pointer; }
.combined-month-switch button[hidden] { display: none; }
.combined-month-switch button:disabled { opacity: .3; }
.combined-month-switch strong { font-size: 1rem; }
.combined-month-switch > span { border: 2px solid #111; border-radius: 999px; background: #ffd93d; padding: 3px 8px; font-size: .62rem; font-weight: 900; }
.combined-calendar-legend { flex: 0 0 auto; gap: 5px; }
.combined-calendar-legend span { border: 2px solid #111; border-radius: 999px; background: #fff; padding: 5px 8px; font-size: .6rem; font-weight: 900; }
.combined-calendar-legend span:first-child { background: #fff2b2; }
.combined-calendar-board { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.combined-weekday { padding: 3px; color: #777; font-size: .68rem; font-weight: 900; text-align: center; }
.combined-calendar-day { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; height: 84px; border: 2.5px solid #111; border-radius: 12px; background: #fff; padding: 7px; color: #111; text-align: left; cursor: pointer; transition: transform .12s ease, background .12s ease; }
.combined-calendar-day:hover:not(:disabled) { transform: translateY(-2px); }
.combined-calendar-day > span { font-size: .72rem; font-weight: 900; }
.combined-calendar-day > div { display: grid; place-items: center; font-size: 1.3rem; line-height: 1; }
.combined-calendar-day > div small { margin-top: 4px; font-size: .58rem; font-weight: 900; }
.combined-calendar-day > b { position: absolute; top: -7px; right: -6px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #111; color: #fff; font-size: .6rem; }
.combined-calendar-day.is-blank,
.combined-calendar-day.is-disabled { border-color: transparent; background: rgba(17, 17, 17, .04); color: #aaa; cursor: default; }
.combined-calendar-day.is-disabled { border-color: rgba(17, 17, 17, .07); background: #fff; opacity: .38; }
.combined-calendar-day.is-candidate { background: #fff; }
.combined-calendar-day.is-available { background: #fff2b2; box-shadow: 3px 3px 0 #111; }
.combined-calendar-day.is-maybe { background: #fff; box-shadow: 3px 3px 0 #ffd93d; }
.combined-calendar-day.is-unavailable { background: #ededed; }
.combined-picked { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.combined-picked[hidden] { display: none; }
.combined-picked span { border: 2px solid #111; border-radius: 999px; background: #fff; padding: 5px 10px; font-size: .68rem; font-weight: 800; }
.combined-availability-source { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.combined-submit { width: 100%; margin-top: 20px; border: 2.5px solid #111; border-radius: 999px; background: #111; padding: 13px; color: #fff; font-size: .88rem; font-weight: 900; cursor: pointer; box-shadow: 4px 4px 0 #ffd93d; }
.combined-submit-note { margin: 12px 0 0; color: #777; font-size: .66rem; font-weight: 800; text-align: center; }
.combined-results { position: sticky; top: 20px; display: grid; gap: 16px; }
.combined-filter { padding: 16px; }
.combined-filter > div { justify-content: space-between; }
.combined-filter > div strong { font-size: .82rem; }
.combined-filter > div a { border: 2px solid #111; border-radius: 999px; padding: 5px 10px; color: #111; font-size: .66rem; font-weight: 900; text-decoration: none; }
.combined-threshold { gap: 12px; margin-top: 14px; font-size: .72rem; font-weight: 900; }
.combined-threshold input { flex: 1; min-width: 80px; padding: 0; border: 0; accent-color: #111; }
.combined-threshold output { width: 38px; font-size: 1.1rem; text-align: center; }
.combined-threshold small { color: #777; }
.combined-maybe { justify-content: space-between; margin-top: 13px; border: 2px solid #111; border-radius: 999px; background: #fffef7; padding: 8px 14px; font-size: .72rem; font-weight: 900; cursor: pointer; }
.combined-maybe input { width: 20px; height: 20px; accent-color: #ffd93d; }
.combined-found { display: flex; align-items: center; gap: 12px; background: #111; padding: 16px; color: #fff; }
.combined-found > span { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: #ffd93d; }
.combined-found > div { display: grid; flex: 1; gap: 2px; }
.combined-found strong { font-size: .84rem; }
.combined-found small { opacity: .7; font-size: .66rem; }
.combined-found em { border-radius: 999px; background: rgba(255, 255, 255, .18); padding: 5px 9px; font-size: .6rem; font-style: normal; font-weight: 900; }
.combined-result-list { display: grid; gap: 12px; }
.combined-result-card { display: flex; gap: 12px; border: 2px solid #111; border-radius: 20px; background: #fff; padding: 16px; box-shadow: 3px 3px 0 #111; }
.combined-result-card.is-best { border-color: #111; box-shadow: 4px 4px 0 #ffd93d; }
.combined-result-card.is-extra { display: none; }
.combined-result-list.is-expanded .is-extra { display: flex; }
.combined-result-score { display: flex; align-items: center; flex-direction: column; flex: 0 0 56px; }
.combined-result-score > span { display: grid; place-items: center; width: 52px; height: 52px; border: 2px solid #111; border-radius: 14px; background: #fff8e6; font-size: 1.6rem; }
.combined-result-card.is-best .combined-result-score > span { background: #ffd93d; }
.combined-result-score > strong { margin-top: 5px; font-size: 1.15rem; line-height: 1; }
.combined-result-score > small { color: #777; font-size: .6rem; font-weight: 900; }
.combined-result-main { min-width: 0; flex: 1; }
.combined-result-title { gap: 7px; }
.combined-result-title h3 { margin: 0; font-size: .88rem; }
.combined-result-title em { border: 2px solid #111; border-radius: 999px; background: #ffd93d; padding: 3px 7px; font-size: .58rem; font-style: normal; font-weight: 900; }
.combined-result-progress { height: 8px; margin-top: 10px; }
.combined-result-progress span { display: block; height: 100%; background: #ffd93d; }
.combined-result-main > p { overflow: hidden; margin: 7px 0 0; color: #777; font-size: .65rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.combined-stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.combined-stat-grid > div { overflow: hidden; border: 1px solid rgba(17, 17, 17, .2); border-radius: 10px; padding: 6px 8px; }
.combined-stat-grid > div.available { background: #fffef7; }
.combined-stat-grid > div.unavailable { background: #f5f5f5; }
.combined-stat-grid strong { gap: 5px; font-size: .62rem; }
.combined-stat-grid strong i { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; }
.combined-stat-grid .maybe i { background: #facc15; }
.combined-stat-grid .unavailable i { background: #bbb; }
.combined-stat-grid strong b { margin-left: auto; }
.combined-stat-grid > div > span { display: block; overflow: hidden; margin-top: 3px; color: #777; font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.combined-expand-results { border: 2.5px solid #111; border-radius: 999px; background: #fff; padding: 10px; font-size: .76rem; font-weight: 900; cursor: pointer; }
.combined-empty-results,
.combined-locked { padding: 30px 18px; text-align: center; }
.combined-locked { display: grid; gap: 6px; }
.combined-locked > span { font-size: 2rem; }
.combined-locked p { margin: 0; color: #777; font-size: .72rem; }
.combined-footer { padding: 8px; color: #777; font-size: .66rem; font-weight: 800; text-align: center; }

.combined-comments { padding: 22px; }
.combined-comments-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.combined-comments-head > div > span { display: inline-block; padding: 3px 8px; border: 1.5px solid #111; border-radius: 999px; background: #fff2b2; font-size: .58rem; font-weight: 900; }
.combined-comments-head h2 { margin: 8px 0 2px; font-size: 1.25rem; }
.combined-comments-head p { margin: 0; color: #777; font-size: .72rem; font-weight: 750; }
.combined-comments-head > b { min-width: 48px; padding: 7px 10px; border: 2px solid #111; border-radius: 999px; background: #111; color: #fff; font-size: .66rem; text-align: center; }
.combined-comment-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-top: 17px; }
.combined-comment-list article { min-width: 0; display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: start; gap: 9px; padding: 13px; border: 2px solid #111; border-radius: 13px; background: #fffef7; box-shadow: 2px 2px 0 #111; }
.combined-comment-list article > span { width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid #111; border-radius: 50%; background: #ffd93d; font-size: .8rem; font-weight: 950; }
.combined-comment-list article > div { min-width: 0; }
.combined-comment-list strong { font-size: .76rem; }
.combined-comment-list p { overflow-wrap: anywhere; margin: 3px 0 5px; color: #4f4a44; font-size: .72rem; line-height: 1.55; font-weight: 650; }
.combined-comment-list small { color: #8a8178; font-size: .56rem; font-weight: 750; }
.combined-comments-empty { margin-top: 16px; padding: 17px; border: 2px dashed rgba(17,17,17,.3); border-radius: 13px; background: #fff8e6; color: #7d746a; font-size: .75rem; font-weight: 850; text-align: center; }

.event-notify-dialog { width: min(650px, calc(100% - 28px)); }
.event-notify-templates { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; margin: 18px 0 13px; }
.event-notify-templates button { min-width: 0; min-height: 112px; display: flex; align-items: flex-start; flex-direction: column; padding: 12px; border: 2px solid #111; border-radius: 10px; background: #fff; box-shadow: 2px 2px 0 #111; color: #111; text-align: left; cursor: pointer; transition: transform .12s, box-shadow .12s; }
.event-notify-templates button:hover { transform: translateY(-2px); box-shadow: 3px 4px 0 #111; }
.event-notify-templates button.is-active { background: #ffd93d; box-shadow: 4px 4px 0 #111; }
.event-notify-templates button.is-active.is-warm { background: #ffe6a7; }
.event-notify-templates button > span { font-size: 22px; }
.event-notify-templates button strong { margin-top: 5px; font-size: .75rem; }
.event-notify-templates button small { margin-top: 3px; color: #6f675f; font-size: .58rem; line-height: 1.4; font-weight: 750; }
.event-notify-text-label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 6px; font-size: .7rem; font-weight: 900; }
.event-notify-text-label small { color: #7c746b; font-size: .58rem; }
.event-notify-dialog textarea { width: 100%; min-height: 184px; resize: vertical; border: 2px solid #111; border-radius: 10px; background: #fff; padding: 12px; color: #111; font: inherit; font-size: .72rem; line-height: 1.65; font-weight: 700; }
.event-notify-dialog .nest-share-actions { flex-wrap: wrap; }
.event-notify-dialog .nest-share-actions form { margin: 0; }
.event-cancel-open { margin-right: auto !important; background: #fff0f0 !important; }
.event-cancel-dialog .nest-dialog-icon { background: #ffe6a7; }

/* Confirmed-event invitation card workshop. */
.invite-workshop { width: min(1280px,calc(100% - 32px)); max-width: none; height: min(92vh,900px); max-height: none; padding: 0; overflow: hidden; border: 3px solid #111; border-radius: 14px; background: #fff8e6; box-shadow: 8px 8px 0 #111; color: #1a1a1a; }
.invite-workshop::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(3px); }
.invite-workshop, .invite-workshop * { letter-spacing: 0; }
.invite-workshop-header { min-height: 70px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 18px; padding: 11px 18px; border-bottom: 2.5px solid #111; background: rgba(255,248,230,.97); }
.invite-workshop-brand { display: flex; align-items: center; gap: 11px; }
.invite-workshop-brand > span { width: 43px; height: 43px; display: grid; place-items: center; border: 2px solid #111; border-radius: 11px; background: #ffcc2b; box-shadow: 3px 3px 0 #111; font-size: 21px; }
.invite-workshop-brand > div { display: grid; gap: 2px; line-height: 1.1; }
.invite-workshop-brand strong { font-size: 18px; }
.invite-workshop-brand strong b { padding: 2px 5px; border-radius: 99px; background: #111; color: #fff; font-size: 9px; vertical-align: top; }
.invite-workshop-brand small { color: #777; font-size: 9px; font-weight: 900; }
.invite-workshop-facts { min-width: 0; display: flex; justify-content: flex-end; gap: 7px; overflow: hidden; }
.invite-workshop-facts span { min-width: 0; overflow: hidden; padding: 6px 10px; border: 2px solid #111; border-radius: 999px; background: #fff; font-size: 9px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.invite-workshop-facts span.is-yellow { flex: 0 0 auto; background: #ffcc2b; }
.invite-workshop-header > button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 2px solid #111; border-radius: 50%; background: #fff; box-shadow: 2px 2px 0 #111; font-size: 24px; line-height: 1; cursor: pointer; }
.invite-workshop-body { height: calc(100% - 70px); display: grid; grid-template-columns: minmax(380px,.9fr) minmax(520px,1.1fr); gap: 32px; overflow-y: auto; padding: 27px 32px 34px; }
.invite-workshop-preview, .invite-workshop-editor { min-width: 0; }
.invite-step-heading { min-height: 28px; display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.invite-step-heading > b { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #111; color: #fff; font-size: 11px; }
.invite-step-heading > strong { font-size: 14px; }
.invite-step-heading > span { color: #aaa092; font-size: 9px; font-weight: 900; }
.invite-step-heading > em { min-width: 0; overflow: hidden; margin-left: auto; padding: 4px 8px; border-radius: 999px; background: #111; color: #fff; font-size: 9px; font-style: normal; font-weight: 900; opacity: 0; text-overflow: ellipsis; white-space: nowrap; transform: translateY(4px); transition: opacity .15s,transform .15s; }
.invite-step-heading > em.is-visible { opacity: 1; transform: translateY(0); }
.invite-card-preview { --invite-bg:#fff8e6; --invite-text:#1a1a1a; --invite-accent:#ffcc2b; --invite-border:#111; position: relative; width: min(100%,400px); height: 640px; overflow: hidden; border: 2.5px solid var(--invite-border); border-radius: 22px; background: var(--invite-bg); box-shadow: 7px 7px 0 #111; color: var(--invite-text); transition: background .25s,color .25s,border-color .25s; }
.invite-card-preview[data-style='board'] { --invite-bg:#0f172a; --invite-text:#e2ff5e; --invite-accent:#00f5ff; --invite-border:#e2ff5e; box-shadow: 7px 7px 0 #00f5ff; }
.invite-card-preview[data-style='toast'] { --invite-bg:#fff0d9; --invite-text:#3d1c00; --invite-accent:#ff8c42; }
.invite-card-preview[data-style='park'] { --invite-bg:#fff0f7; --invite-text:#4a2040; --invite-accent:#ff6fb5; }
.invite-card-preview[data-style='black'] { --invite-bg:#111; --invite-text:#ffcc2b; --invite-accent:#ffcc2b; --invite-border:#ffcc2b; box-shadow: 7px 7px 0 #ffcc2b; }
.invite-card-preview[data-style='travel'] { --invite-bg:#fff; --invite-text:#1a1a1a; --invite-accent:#4caf50; }
.invite-card-decoration { position: absolute; inset: 0; pointer-events: none; }
.invite-card-decoration > span { position: absolute; z-index: 2; top: 28px; left: 28px; font-size: 37px; transform: rotate(-10deg); }
.invite-card-decoration > i { position: absolute; top: -55px; right: -48px; width: 170px; height: 170px; border: 2px solid var(--invite-border); border-radius: 50%; background: var(--invite-accent); }
.invite-card-preview[data-style='board'] .invite-card-decoration { opacity: .25; background-image: radial-gradient(var(--invite-accent) 1px,transparent 1px); background-size: 18px 18px; }
.invite-card-preview[data-style='board'] .invite-card-decoration > i { top: 88px; right: 0; width: 100%; height: 2px; border: 0; border-radius: 0; box-shadow: 0 0 12px var(--invite-accent); }
.invite-card-preview[data-style='toast'] .invite-card-decoration { opacity: .22; background-image: repeating-linear-gradient(0deg,var(--invite-text) 0 2px,transparent 2px 19px); }
.invite-card-preview[data-style='park'] .invite-card-decoration > i { top: -35px; right: -28px; width: 135px; height: 100px; border-radius: 50%; opacity: .55; }
.invite-card-preview[data-style='black'] .invite-card-decoration > i { top: 0; right: 0; width: 100%; height: 54px; border: 0; border-radius: 0; }
.invite-card-preview[data-style='travel'] .invite-card-decoration { opacity: .1; background-image: linear-gradient(#111 1px,transparent 1px),linear-gradient(90deg,#111 1px,transparent 1px); background-size: 24px 24px; }
.invite-card-content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; padding: 40px 28px 22px; }
.invite-card-content > em { align-self: flex-start; max-width: 82%; overflow: hidden; margin-top: 2px; padding: 7px 12px; border: 2px solid var(--invite-border); border-radius: 999px; background: #fff; color: #111; font-size: 10px; font-style: normal; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.invite-card-content h2 { overflow-wrap: anywhere; margin: 31px 0 19px; color: inherit; font-size: 31px; line-height: 1.03; white-space: pre-line; }
.invite-card-meta { display: grid; justify-items: start; gap: 9px; }
.invite-card-meta span { max-width: 100%; overflow: hidden; padding: 8px 12px; border: 2px solid var(--invite-border); border-radius: 999px; background: #fff; color: #111; font-size: 11px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.invite-card-content > p { overflow-wrap: anywhere; margin: 24px 0 0; padding: 14px; border: 2px solid var(--invite-border); border-radius: 14px; background: #fff; box-shadow: 3px 3px 0 var(--invite-border); color: #111; font-size: 12px; line-height: 1.65; white-space: pre-line; }
.invite-card-content > footer { display: grid; grid-template-columns: minmax(0,1fr) 58px 45px; align-items: end; gap: 9px; margin-top: auto; }
.invite-card-content > footer small { display: block; margin-bottom: 7px; font-size: 8px; font-weight: 900; }
.invite-member-stack { display: flex; align-items: center; padding-left: 2px; }
.invite-member-stack span, .invite-member-stack b { width: 29px; height: 29px; display: grid; place-items: center; margin-left: -5px; border: 1.5px solid var(--invite-border); border-radius: 50%; background: #ffcc2b; color: #111; font-size: 9px; font-weight: 950; }
.invite-member-stack span:nth-child(2n) { background: #7dd3e0; }
.invite-member-stack span:nth-child(3n) { background: #ff8cbd; }
.invite-member-stack b { background: #111; color: #fff; }
.invite-fake-qr { width: 58px; height: 58px; border: 2px solid var(--invite-border); border-radius: 8px; background-color: #fff; background-image: repeating-linear-gradient(90deg,#111 0 6px,transparent 6px 10px),repeating-linear-gradient(0deg,rgba(17,17,17,.85) 0 5px,transparent 5px 9px); background-blend-mode: multiply; }
.invite-card-content > footer > i { width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid var(--invite-border); border-radius: 50%; background: var(--invite-accent); color: #111; font-size: 18px; font-style: normal; }
.invite-card-signature { display: flex; justify-content: space-between; margin-top: 12px; color: inherit; font-size: 7px; font-weight: 950; opacity: .55; }
.invite-preview-dots { display: flex; gap: 8px; margin-top: 18px; }
.invite-preview-dots i { width: 9px; height: 9px; border: 1.5px solid #777; border-radius: 50%; background: #fff; }
.invite-preview-dots i.is-active { width: 27px; border-color: #111; border-radius: 999px; background: #111; }
.invite-workshop-editor { display: grid; align-content: start; gap: 18px; }
.invite-style-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.invite-style-grid button { position: relative; min-width: 0; min-height: 92px; display: grid; justify-items: start; align-content: center; padding: 11px; overflow: hidden; border: 2px solid #111; border-radius: 14px; background: #fff; box-shadow: 4px 4px 0 #111; text-align: left; cursor: pointer; transition: transform .15s,box-shadow .15s; }
.invite-style-grid button:hover { transform: translateY(-2px); box-shadow: 5px 6px 0 #111; }
.invite-style-grid button.is-active { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 #111; }
.invite-style-grid button > span { font-size: 20px; }
.invite-style-grid button strong { margin-top: 4px; font-size: 11px; }
.invite-style-grid button small { color: #777; font-size: 9px; font-weight: 750; }
.invite-style-grid button i { position: absolute; right: 8px; bottom: 8px; width: 20px; height: 20px; display: none; place-items: center; border: 1.5px solid #111; border-radius: 50%; background: #ffcc2b; font-size: 10px; font-style: normal; font-weight: 900; }
.invite-style-grid button.is-active i { display: grid; }
.invite-custom-section { display: grid; gap: 11px; padding: 16px; border: 2.5px solid #111; border-radius: 18px; background: #fff; box-shadow: 5px 5px 0 #111; }
.invite-custom-section .invite-step-heading { margin-bottom: 0; }
.invite-custom-section label { display: grid; gap: 5px; font-size: 10px; font-weight: 900; }
.invite-custom-section label > span { display: flex; justify-content: space-between; }
.invite-custom-section label small { color: #999; font-size: 8px; }
.invite-custom-section input, .invite-custom-section textarea { width: 100%; padding: 9px 11px; resize: none; border: 2px solid #111; border-radius: 9px; background: #fff; color: #111; font: inherit; font-size: 11px; font-weight: 750; line-height: 1.45; }
.invite-custom-section [data-invite-title] { background: #fff8e6; font-size: 13px; font-weight: 900; }
.invite-custom-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.invite-primary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 2px; }
.invite-primary-actions button { min-height: 47px; border: 2px solid #111; border-radius: 11px; background: #ffcc2b; box-shadow: 4px 4px 0 #111; font-size: 12px; font-weight: 950; cursor: pointer; }
.invite-primary-actions button:last-child { background: #06c755; color: #fff; }
.invite-secondary-actions { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 4px; }
.invite-secondary-actions form { display: contents; }
.invite-secondary-actions button { min-height: 34px; padding: 0 10px; border: 1.5px solid #111; border-radius: 8px; background: #fff; font-size: 9px; font-weight: 900; cursor: pointer; }
.invite-secondary-actions .event-cancel-open { margin-right: 0 !important; }
.invite-action-note { margin: 0; color: #888; font-size: 8px; font-weight: 750; text-align: center; }
.invite-workshop-tip { display: flex; align-items: center; gap: 10px; padding: 10px 13px; border-radius: 11px; background: #111; color: #ffcc2b; font-size: 9px; font-weight: 850; }
.invite-workshop-tip b { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #ffcc2b; color: #111; font-size: 16px; }

@media (max-width: 1050px) {
  .invite-workshop { height: calc(100dvh - 24px); }
  .invite-workshop-facts span:nth-child(-n+2) { display: none; }
  .invite-workshop-body { grid-template-columns: 1fr; }
  .invite-card-preview { margin-inline: auto; }
  .invite-preview-dots { justify-content: center; }
}
@media (max-width: 640px) {
  .invite-workshop { width: calc(100% - 12px); height: calc(100dvh - 12px); border-radius: 10px; }
  .invite-workshop-header { min-height: 62px; padding: 8px 10px; }
  .invite-workshop-brand > span { width: 38px; height: 38px; }
  .invite-workshop-brand strong { font-size: 15px; }
  .invite-workshop-brand small, .invite-workshop-facts { display: none; }
  .invite-workshop-header > button { width: 35px; height: 35px; }
  .invite-workshop-body { height: calc(100% - 62px); gap: 24px; padding: 17px 13px 26px; }
  .invite-card-preview { width: min(100%,360px); height: 580px; }
  .invite-card-content { padding: 31px 20px 18px; }
  .invite-card-content h2 { margin-top: 27px; font-size: 27px; }
  .invite-card-content > footer { grid-template-columns: minmax(0,1fr) 52px 40px; }
  .invite-fake-qr { width: 52px; height: 52px; }
  .invite-style-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .invite-custom-section { padding: 13px; }
  .invite-custom-row, .invite-primary-actions { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .combined-hero-grid,
  .combined-workspace { grid-template-columns: 1fr; }
  .combined-results { position: static; }
  .combined-comment-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .combined-event-body .page { width: calc(100% - 20px); padding-top: 10px; }
  .combined-event { gap: 14px; }
  .thick-card { border-radius: 16px; box-shadow: 3px 3px 0 #111; }
  .combined-topbar { min-height: 58px; padding: 10px 14px; }
  .combined-live span { display: none; }
  .combined-summary,
  .combined-best,
  .combined-response { padding: 16px; }
  .combined-summary-head { flex-direction: column; }
  .combined-response-count { align-self: flex-end; margin-top: -38px; }
  .combined-summary-head h1 { padding-right: 90px; font-size: 1.5rem; line-height: 1.2; }
  .combined-summary-head h1 span { margin-left: 4px; }
  .combined-place-grid { grid-template-columns: minmax(0, 1fr) 92px; gap: 10px; }
  .combined-place-card { padding: 11px; }
  .combined-place-icon { width: 30px; height: 30px; }
  .combined-photo { min-height: 120px; }
  .combined-best-main strong { font-size: 1.2rem; }
  .combined-person-fields { grid-template-columns: 1fr; }
  .combined-spark { display: none; }
  .combined-calendar { padding: 10px; }
  .combined-calendar-head { align-items: flex-start; flex-direction: column; }
  .combined-calendar-legend { width: 100%; justify-content: flex-end; }
  .combined-calendar-board { gap: 4px; }
  .combined-calendar-day { height: 68px; border-width: 2px; border-radius: 9px; padding: 5px; }
  .combined-calendar-day > div { font-size: 1rem; }
  .combined-calendar-day > b { right: -3px; }
  .combined-result-card { padding: 12px; }
  .combined-stat-grid { grid-template-columns: 1fr; }
  .combined-threshold { gap: 7px; }
  .combined-comments { padding: 16px; }
  .combined-comment-list { grid-template-columns: 1fr; }
  .event-notify-templates { grid-template-columns: 1fr; }
  .event-notify-templates button { min-height: 82px; }
  .event-notify-dialog .nest-share-actions > button, .event-notify-dialog .nest-share-actions form { flex: 1 1 calc(50% - 8px); }
  .event-notify-dialog .nest-share-actions form button { width: 100%; }
  .event-cancel-open { margin-right: 0 !important; }
}

.account-form .account-remember { display: flex; align-items: center; justify-content: flex-start; gap: 7px; }
.account-form .account-remember input { width: 16px; height: 16px; flex: 0 0 16px; margin: 0; padding: 0; accent-color: #ffd93d; }

/* Create v3 final black-frame reference */
.create-v3-body { margin: 0; background: #fff8e6; color: #000; font-family: 'Zen Maru Gothic', 'Noto Sans TC', system-ui, sans-serif; line-height: 1.5; }
.create-v3-body * { font-family: inherit; }
html:has(body.create-v3-body)::-webkit-scrollbar { width: 6px; height: 6px; }
html:has(body.create-v3-body)::-webkit-scrollbar-thumb { border-radius: 10px; background: #000; }
.create-v3-body > .site-header { display: none; }
.create-v3-body > .page { width: 100%; max-width: none; margin: 0; padding: 0; }
.create-v3-body .messages { width: min(1172px, calc(100% - 32px)); margin: 12px auto; }
.create-v3-page { width: min(1220px, 100%); max-width: none; margin: 0 auto; padding: 0 24px 48px; box-sizing: border-box; }
.create-v3-topbar { position: sticky; top: 0; z-index: 50; width: 100vw; height: 66px; margin-left: calc(50% - 50vw); padding: 0 max(24px, calc((100vw - 1172px) / 2)); display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; border-bottom: 2.5px solid #000; background: #fff; }
.create-v3-brand { display: flex; align-items: center; gap: 10px; color: #000; text-decoration: none; }
.create-v3-brand > span { width: 38px; height: 38px; display: grid; place-items: center; border: 2.5px solid #000; border-radius: 50%; background: #ffb400; box-shadow: 2px 2px 0 #000; font-size: 18px; }
.create-v3-brand > div { display: grid; line-height: 1.05; }
.create-v3-brand strong { font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.create-v3-brand small { margin-top: 3px; font-size: 11px; font-weight: 800; }
.create-v3-top-actions { display: flex; align-items: center; gap: 12px; }
.top-date-count { display: flex; align-items: center; gap: 6px; padding: 5px 12px; border: 2px solid #000; border-radius: 999px; background: #fff; font-size: 12px; font-style: normal; font-weight: 800; }
.top-date-count i { width: 8px; height: 8px; border-radius: 50%; background: #000; }
.top-hatch-button { height: 40px; padding: 0 20px; border: 2.5px solid #000; border-radius: 999px; background: #ffb400; box-shadow: 3px 3px 0 #000; color: #000; font-size: 14px; font-weight: 900; cursor: pointer; }
.top-hatch-button:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 #000; }
.create-v3-intro { margin-top: 32px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.create-v3-intro > div:first-child { max-width: 610px; }
.create-v3-intro p { width: fit-content; margin: 0 0 13px; padding: 4px 12px; border: 2px solid #000; border-radius: 999px; background: #fff; box-shadow: 2px 2px 0 #000; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.create-v3-intro h1 { margin: 0; font-size: 36px; line-height: 1.1; font-weight: 900; letter-spacing: 0; }
.create-v3-intro > div:first-child > span { display: block; margin-top: 9px; font-size: 14px; line-height: 1.6; font-weight: 500; color: #3a3a3a; }
.intro-chips { display: flex; align-items: center; gap: 8px; }
.intro-chips > span { padding: 6px 13px; border: 2.5px solid #000; border-radius: 999px; background: #fff; box-shadow: 3px 3px 0 #000; font-size: 12px; font-weight: 900; white-space: nowrap; }
.intro-chips > span:last-child { background: #000; color: #fff; }
.intro-chips > span:last-child strong { color: #ffb400; }
.create-v3-form { margin: 0; }
.create-v3-workspace { margin-top: 20px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 20px; align-items: start; }
.create-v3-main { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.create-v3-body .create-info-card, .create-v3-body .hatch-calendar-card, .create-v3-body .evolution-card, .create-v3-body .candidate-pool { border: 2.5px solid #000; border-radius: 20px; background: #fff; box-shadow: 4px 4px 0 #000; }
.create-v3-body .create-info-card { padding: 20px; }
.create-v3-body .create-info-card label { display: block; margin-bottom: 9px; color: #000; font-size: 13px; font-weight: 900; letter-spacing: 0; }
.create-v3-body .title-card-v3 input { width: 100%; height: 52px; padding: 0 15px; box-sizing: border-box; border: 2.5px solid #000; border-radius: 14px; background: #fff; color: #000; font-size: 19px; font-weight: 800; outline: 0; }
.create-v3-body .title-card-v3 input:focus { box-shadow: 0 0 0 3px #ffb400; }
.create-v3-body .title-card-v3 input::placeholder { color: #9a9a9a; opacity: 1; }
.create-field-hint { margin: 9px 0 0; color: #777; font-size: 11px; font-weight: 800; }
.create-card-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 11px; }
.create-v3-body .create-card-heading label { margin: 0; }
.create-card-heading > span { padding: 2px 8px; border: 1px solid #000; border-radius: 999px; background: #fff0b8; color: #555; font-size: 10px; font-weight: 800; white-space: nowrap; }
.location-search-shell { position: relative; }
.location-search-icon { position: absolute; left: 14px; top: 24px; z-index: 2; transform: translateY(-50%); font-size: 16px; }
.create-v3-body .location-search-shell > input { width: 100%; height: 48px; padding: 0 14px 0 40px; box-sizing: border-box; border: 2.5px solid #000; border-radius: 14px; background: #fff; color: #000; font-size: 14px; font-weight: 800; outline: 0; }
.create-v3-body .location-search-shell > input:focus { background: #fffbea; }
.create-v3-body .location-search-shell > input::placeholder { color: #888; opacity: 1; }
.location-map-preview { margin-top: 11px; padding: 11px; border: 2px dashed rgba(0,0,0,.2); border-radius: 12px; background: #fffced; color: #888; font-size: 11px; font-weight: 800; }
.place-suggestions { position: absolute; left: 0; right: 0; top: 54px; z-index: 20; max-height: 320px; overflow-y: auto; border: 2.5px solid #000; border-radius: 16px; background: #fff; box-shadow: 4px 4px 0 #000; }
.place-suggestion { width: 100%; display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 10px; align-items: center; padding: 10px 12px; border: 0; border-bottom: 1px solid rgba(0,0,0,.12); background: #fff; text-align: left; cursor: pointer; }
.place-suggestion:hover { background: #fff8e6; }
.place-suggestion-photo { width: 48px; height: 48px; object-fit: cover; display: grid; place-items: center; border: 1.5px solid #000; border-radius: 10px; background: #fff0b8; }
.place-suggestion-copy { min-width: 0; display: grid; gap: 2px; }
.place-suggestion-copy strong { font-size: 13px; }
.place-suggestion-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; color: #666; }
.place-suggestion-copy > span { display: flex; gap: 6px; font-size: 10px; }
.place-suggestion-copy em { padding: 1px 5px; border: 1px solid #000; border-radius: 99px; font-style: normal; }
.place-suggestion-copy em.is-open { background: #a8ff86; }
.place-suggestion-state { padding: 18px; font-size: 12px; font-weight: 800; text-align: center; }
.selected-place-card { position: relative; display: grid; grid-template-columns: 84px minmax(0,1fr) auto; gap: 12px; align-items: start; padding: 12px; border: 2.5px solid #000; border-radius: 16px; background: #fffef6; }
.selected-place-photo { width: 84px; height: 84px; display: grid; place-items: center; object-fit: cover; border: 2px solid #000; border-radius: 12px; background: #e8e0c0; }
.selected-place-copy { min-width: 0; }
.selected-place-title { display: flex; align-items: center; gap: 6px; }
.selected-place-title strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.selected-place-title > span { padding: 1px 5px; border-radius: 99px; background: #eee; font-size: 9px; }
.selected-place-copy p { margin: 4px 0 0; color: #555; font-size: 11px; font-weight: 800; }
.selected-place-meta { display: flex; align-items: center; gap: 7px; margin-top: 8px; }
.selected-place-meta > span { padding: 3px 8px; border: 1.5px solid #000; border-radius: 99px; font-size: 10px; font-weight: 900; }
.place-rating { background: #000; color: #fff; }
.place-open-status { background: #ffcfcf; }
.place-open-status.is-open { background: #a8ff86; }
.selected-place-actions { display: grid; gap: 5px; }
.selected-place-actions button, .selected-place-actions a { padding: 4px 9px; border: 1.5px solid #000; border-radius: 99px; background: #fff; color: #000; font-size: 10px; font-weight: 900; text-decoration: none; cursor: pointer; }
.place-hours { margin-top: 7px; font-size: 10px; }
.place-hours summary { width: fit-content; font-weight: 900; cursor: pointer; }
.place-hours ul { margin: 5px 0 0; padding-left: 16px; }
.place-hours-missing, .place-provider { display: block; margin-top: 5px; color: #777; font-size: 9px; }
.create-v3-hidden-fields, .builder-form-source { display: none !important; }
.create-v3-calendar { overflow: hidden; }
.create-v3-body .calendar-toolbar { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; box-sizing: border-box; background: #000; color: #fff; }
.calendar-section-heading { display: flex; align-items: center; gap: 10px; }
.calendar-section-heading > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #000; font-size: 16px; font-weight: 900; }
.calendar-section-heading h2 { margin: 0; color: #fff; font-size: 14px; font-weight: 900; letter-spacing: .03em; }
.calendar-section-heading small { display: block; margin-top: 2px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 800; }
.calendar-switch { display: flex; align-items: center; gap: 4px; padding: 3px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.1); }
.create-v3-body .calendar-switch .icon-button { width: 28px; height: 28px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #fff; font-size: 20px; cursor: pointer; }
.create-v3-body .calendar-switch .icon-button:hover { background: #fff; color: #000; }
.calendar-switch strong { min-width: 94px; color: #fff; font-size: 12px; font-weight: 900; text-align: center; }
.create-v3-body .calendar-controls { min-height: 61px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 20px; box-sizing: border-box; border-bottom: 2.5px solid #000; background: #fffbea; }
.calendar-control-left { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }
.create-v3-body .segmented { display: flex; padding: 2px; border: 2px solid #000; border-radius: 999px; background: #fff; box-shadow: 2px 2px 0 #000; }
.create-v3-body .segmented button { height: 28px; padding: 0 12px; border: 0; border-radius: 999px; background: transparent; color: #000; font-size: 11px; font-weight: 900; cursor: pointer; }
.create-v3-body .segmented button.active { background: #000; color: #fff; }
.create-v3-body .builder-time { display: flex; align-items: center; gap: 7px; }
.create-v3-body .builder-time .field { height: 32px; display: flex; align-items: center; gap: 5px; padding: 0 9px; border: 2px solid #000; border-radius: 999px; background: #fff; }
.create-v3-body .builder-time .field label { margin: 0; color: #000; font-size: 9px; font-weight: 900; }
.create-v3-body .builder-time input { width: 82px; height: auto; padding: 0; border: 0; border-radius: 0; background: transparent; color: #000; font-size: 11px; font-weight: 800; outline: 0; }
.drag-pill { display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px; border: 2px solid #000; border-radius: 999px; background: #fff; box-shadow: 2px 2px 0 #000; color: #000; font-size: 10px; font-weight: 900; white-space: nowrap; }
.create-v3-body .calendar-board.month-view { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; padding: 16px; }
.create-v3-body .calendar-board .weekday { padding: 7px 0; color: #000; font-size: 10px; font-weight: 900; text-align: center; }
.create-v3-body .calendar-board .calendar-day { position: relative; aspect-ratio: 1; min-width: 0; height: auto; display: grid; place-items: center; padding: 0; border: 2px solid rgba(0,0,0,.15); border-radius: 12px; background: #fff; color: #000; font-size: 14px; font-weight: 900; user-select: none; touch-action: manipulation; cursor: pointer; }
.create-v3-body .calendar-board .calendar-day:hover { border-color: #000; background: #fff9df; }
.create-v3-body .calendar-board .calendar-day.is-today { border-color: #000; box-shadow: 2px 2px 0 #000; }
.create-v3-body .calendar-board .calendar-day.available { border: 2.5px solid #000; background: #ffb400; box-shadow: 3px 3px 0 #000; }
.create-v3-body .calendar-board .calendar-day small { position: absolute; top: -6px; right: -5px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: #000; color: #fff; font-size: 10px; line-height: 1; }
.create-v3-body .calendar-board .calendar-day.filler { visibility: hidden; }
.create-v3-body .calendar-board.year-view { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; padding: 16px; }
.create-v3-body .calendar-board.year-view > button { height: 62px; border: 2.5px solid rgba(0,0,0,.2); border-radius: 14px; background: #fff; color: #000; font-size: 14px; font-weight: 900; cursor: pointer; }
.create-v3-body .calendar-board.year-view > button:hover { border-color: #000; }
.create-v3-body .calendar-board.year-view > button.active { border-color: #000; background: #ffb400; box-shadow: 3px 3px 0 #000; }
.calendar-hint { margin: 0; padding: 0 20px 16px; color: #888; font-size: 10px; font-weight: 800; }
.create-v3-side { position: sticky; top: 82px; display: flex; flex-direction: column; gap: 16px; }
.create-v3-body .create-v3-evolution, .create-v3-body .create-v3-pool { padding: 16px; }
.candidate-progress-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 13px; }
.candidate-progress-head > span { font-size: 12px; font-weight: 900; }
.candidate-progress-head em { padding: 2px 8px; border: 1px solid #000; border-radius: 999px; background: #ffb400; font-size: 10px; font-style: normal; font-weight: 900; white-space: nowrap; }
.evolution-icons { display: flex; align-items: center; justify-content: space-between; padding: 0 8px; margin-bottom: 12px; font-size: 21px; }
.evolution-icons span { opacity: 1; }
.create-v3-body .hatch-progress { height: 14px; overflow: hidden; padding: 2px; box-sizing: border-box; border: 2.5px solid #000; border-radius: 999px; background: #fff; }
.create-v3-body .hatch-progress > span { display: block; height: 100%; border-radius: 99px; background: #ffb400; transition: width .3s; }
.hatch-progress-label { display: flex; justify-content: space-between; margin-top: 8px; color: #000; font-size: 10px; font-weight: 800; }
.hatch-progress-label span:last-child { opacity: .6; }
.candidate-pool-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 7px; }
.candidate-pool-head > div { display: flex; align-items: center; gap: 8px; }
.candidate-pool-head h3 { margin: 0; font-size: 12px; font-weight: 900; }
.candidate-pool-head > div > span { padding: 2px 7px; border-radius: 999px; background: #000; color: #fff; font-size: 10px; font-weight: 900; }
.pool-clear { padding: 4px 9px; border: 1.5px solid #000; border-radius: 999px; background: #fff; color: #000; font-size: 10px; font-weight: 900; cursor: pointer; }
.pool-clear:hover { background: #000; color: #fff; }
.pool-caption { margin: 0 0 8px; color: #888; font-size: 9px; font-weight: 800; }
.create-v3-body .candidate-chip-list { max-height: 220px; display: flex; flex-wrap: wrap; align-content: flex-start; gap: 8px; overflow-y: auto; padding: 4px 3px 4px 0; }
.create-v3-body .candidate-chip { min-height: 34px; display: inline-flex; align-items: center; gap: 4px; padding: 4px 4px 4px 11px; border: 2px solid #000; border-radius: 999px; background: #fff; box-shadow: 2px 2px 0 #000; font-size: 11px; font-weight: 900; white-space: nowrap; }
.create-v3-body .candidate-chip small { font-size: 8px; opacity: .55; }
.pool-remove { width: 21px; height: 21px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #000; color: #fff; line-height: 1; cursor: pointer; }
.pool-remove:hover { background: #ff4d4d; }
.empty-pool { width: 100%; min-height: 198px; display: grid; place-content: center; text-align: center; color: #a97c34; }
.empty-pool div { font-size: 46px; }
.empty-pool p { margin: 12px 0 0; font-size: 12px; }
.pool-expand { width: 100%; height: 37px; margin-top: 12px; border: 2px solid #000; border-radius: 999px; background: #fff0b8; box-shadow: 2px 2px 0 #000; font-size: 11px; font-weight: 900; cursor: pointer; }
.pool-expand:hover { background: #ffb400; }
.pool-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 16px; padding-top: 12px; border-top: 2px dashed rgba(0,0,0,.15); }
.pool-feature-grid div { text-align: center; }
.pool-feature-grid strong { display: block; font-size: 10px; font-weight: 900; }
.pool-feature-grid span { display: block; margin-top: 2px; color: #777; font-size: 8px; line-height: 1.25; font-weight: 800; }
.create-repair-note { padding: 12px; border: 2px solid #000; border-radius: 16px; background: #fff0b8; box-shadow: 3px 3px 0 #000; }
.create-repair-note strong { font-size: 10px; font-weight: 900; }
.create-repair-note ol { margin: 7px 0 0; padding-left: 17px; color: #444; font-size: 9px; line-height: 1.5; font-weight: 800; }
.create-v3-bottom-submit { display: none; }

@media (max-width: 1023px) {
  .create-v3-page { padding-left: 18px; padding-right: 18px; }
  .create-v3-topbar { padding-left: 18px; padding-right: 18px; }
  .create-v3-workspace { grid-template-columns: 1fr; }
  .create-v3-side { position: static; }
  .create-v3-bottom-submit { width: 100%; height: 54px; display: block; margin-top: 28px; border: 2.5px solid #000; border-radius: 999px; background: #ffb400; box-shadow: 4px 4px 0 #000; color: #000; font-size: 15px; font-weight: 900; }
}
@media (max-width: 700px) {
  .create-v3-topbar { height: 62px; }
  .brand-desktop-label, .top-date-count { display: none; }
  .brand-mobile-label { display: inline; }
  .top-hatch-button { height: 38px; padding: 0 13px; font-size: 12px; }
  .create-v3-intro { margin-top: 24px; align-items: flex-start; flex-direction: column; }
  .create-v3-intro h1 { font-size: 28px; }
  .create-v3-intro > div:first-child > span { font-size: 13px; }
  .intro-chips { width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .create-v3-workspace { margin-top: 16px; }
  .create-v3-body .create-info-card { padding: 15px; border-radius: 16px; }
  .create-v3-body .title-card-v3 input { height: 48px; font-size: 16px; }
  .create-card-heading { align-items: flex-start; flex-direction: column; }
  .create-v3-body .calendar-toolbar { height: auto; min-height: 58px; padding: 10px 14px; }
  .calendar-section-heading small { display: none; }
  .calendar-switch strong { min-width: 78px; }
  .create-v3-body .calendar-controls { align-items: flex-start; padding: 10px 14px; }
  .calendar-control-left { width: 100%; }
  .create-v3-body .builder-time { width: 100%; }
  .create-v3-body .builder-time .field { flex: 1; }
  .create-v3-body .builder-time input { min-width: 0; width: 100%; }
  .drag-pill { display: none; }
  .create-v3-body .calendar-board.month-view { gap: 4px; padding: 11px; }
  .create-v3-body .calendar-board .calendar-day { border-radius: 9px; font-size: 12px; }
  .calendar-hint { padding: 0 14px 14px; }
  .selected-place-card { grid-template-columns: 66px minmax(0,1fr); }
  .selected-place-photo { width: 66px; height: 66px; }
  .selected-place-actions { grid-column: 1 / -1; display: flex; }
}

.create-v3-body .create-v3-topbar { min-height: 0; }
.create-v3-body .create-v3-intro { padding-top: 0; padding-bottom: 0; }
.create-v3-body .create-v3-intro p { color: #000; }
.create-v3-body .create-v3-workspace { margin-top: 24px; }
.create-v3-body .create-v3-calendar { padding: 0; }
.create-v3-body .calendar-toolbar,
.create-v3-body .calendar-controls { margin: 0; }
.create-v3-body .location-search-icon { width: auto; height: auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #000; }
.create-v3-body .candidate-progress-head > span { color: #000; }
.create-v3-body .evolution-icons { gap: 4px; }
.create-v3-body .evolution-icons > span { opacity: .3; transition: opacity .15s, transform .15s; }
.create-v3-body .evolution-icons > span.is-reached { opacity: 1; transform: scale(1.1); }
.create-v3-body .evolution-icons > i { position: relative; height: 2px; flex: 1; background: rgba(0,0,0,.1); }
.create-v3-body .evolution-icons > i > b { position: absolute; inset: 0; width: 0; background: #000; transition: width .15s; }
.create-v3-body .evolution-icons > i.is-reached > b { width: 100%; }
.create-v3-body .empty-pool { width: fit-content; min-height: 0; display: inline-flex; padding: 7px 11px; border: 2px dashed rgba(0,0,0,.2); border-radius: 999px; color: #aaa; font-size: 11px; font-weight: 800; text-align: left; }

/* Account entry points and event privacy */
.home-account-nav { display: flex; align-items: center; gap: 8px; }
.home-account-nav a { min-height: 36px; display: inline-flex; align-items: center; padding: 6px 14px; border: 2px solid #2b2114; border-radius: 999px; background: #fff; color: #2b2114; font-size: .75rem; font-weight: 900; text-decoration: none; }
.home-account-nav .home-nav-signup, .home-account-nav .home-nav-nest { background: #ffb400; box-shadow: 2px 2px 0 #2b2114; }
.home-register-action { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; border: 2px solid #2b2114; border-radius: 999px; background: #fff; box-shadow: 0 4px 0 #2b2114; color: #2b2114; font-weight: 900; text-decoration: none; }
.home-register-action:active { transform: translateY(2px); box-shadow: 0 2px 0 #2b2114; }
.nest-return-button { background: #fff0b8; }
.create-privacy-picker { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; align-items: stretch; margin: 14px 0 0; padding: 11px; border: 2px solid #000; border-radius: 14px; background: #fffbea; }
.create-privacy-picker legend { padding: 0 4px; font-size: 11px; font-weight: 900; }
.create-privacy-picker > div { display: contents; }
.create-privacy-picker label { position: relative; display: block !important; margin: 0 !important; cursor: pointer; }
.create-privacy-picker input { position: absolute; opacity: 0; pointer-events: none; }
.create-privacy-picker label > span { height: 100%; min-height: 47px; display: grid; align-content: center; padding: 6px 10px; box-sizing: border-box; border: 2px solid rgba(0,0,0,.18); border-radius: 10px; background: #fff; }
.create-privacy-picker label strong { font-size: 11px; font-weight: 900; }
.create-privacy-picker label small { margin-top: 2px; color: #777; font-size: 8px; font-weight: 800; }
.create-privacy-picker label:has(input:checked) > span { border-color: #000; background: #ffb400; box-shadow: 2px 2px 0 #000; }
@media (max-width: 700px) {
  .home-v2-topbar { align-items: flex-start; padding-top: 12px; }
  .home-account-nav a { min-height: 32px; padding: 5px 10px; font-size: .68rem; }
  .create-privacy-picker { grid-template-columns: 1fr 1fr; }
}

/* Management workspace */
.manage-v2-body { margin: 0; background: #fff8e6; color: #171717; }
.manage-v2-body > .site-header { display: none; }
.manage-v2-body > .page { width: 100%; max-width: none; margin: 0; padding: 0; }
.manage-v2-body * { box-sizing: border-box; letter-spacing: 0; }
.manage-v2-app { min-height: 100vh; font-family: 'Noto Sans TC', system-ui, sans-serif; }
.manage-v2-topbar { position: sticky; top: 0; z-index: 30; height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 max(28px, calc((100vw - 1280px) / 2)); border-bottom: 2.5px solid #000; background: rgba(255,255,255,.97); }
.manage-v2-brand-group, .manage-v2-top-actions, .manage-v2-event-name > div { display: flex; align-items: center; }
.manage-v2-brand-group { min-width: 0; gap: 12px; }
.manage-v2-brand { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border: 2.5px solid #000; border-radius: 10px; background: #ffcf24; box-shadow: 3px 3px 0 #000; color: inherit; text-decoration: none; font-size: 23px; }
.manage-v2-event-name { min-width: 0; line-height: 1.1; }
.manage-v2-event-name > div { min-width: 0; gap: 9px; }
.manage-v2-event-name strong { max-width: 270px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: 'Zen Maru Gothic', sans-serif; font-size: 16px; font-weight: 900; }
.manage-v2-event-name span { flex: 0 0 auto; padding: 3px 8px; border: 1.5px solid #000; border-radius: 999px; background: #79d5a5; font-size: 9px; font-weight: 900; }
.manage-v2-event-name small { display: block; margin-top: 5px; color: #777; font-size: 9px; font-weight: 800; }
.manage-v2-top-actions { flex: 0 0 auto; gap: 10px; }
.manage-v2-count-pill { padding: 7px 12px; border: 1.5px solid #000; border-radius: 999px; background: #fff8e6; font-size: 10px; font-weight: 800; }
.manage-v2-share, .manage-v2-front { height: 39px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; border: 2px solid #000; border-radius: 9px; color: #000; font-size: 11px; font-weight: 900; text-decoration: none; cursor: pointer; }
.manage-v2-share { background: #ffca19; box-shadow: 3px 3px 0 #000; }
.manage-v2-front { background: #fff; }
.manage-v2-share:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 #000; }
.manage-v2-shell { width: min(1280px, calc(100% - 56px)); margin: 0 auto; padding: 28px 0 54px; }
.manage-v2-grid { display: grid; grid-template-columns: minmax(0, 744px) minmax(360px, 1fr); align-items: start; gap: 28px; }
.manage-v2-workspace { min-width: 0; }
.manage-v2-tabs { height: 54px; display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 18px; border: 2.5px solid #000; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 4px 4px 0 #000; }
.manage-v2-tabs button { position: relative; border: 0; border-right: 2px solid #000; background: #fff; color: #777; font: inherit; font-size: 11px; font-weight: 900; cursor: pointer; }
.manage-v2-tabs button:last-child { border-right: 0; }
.manage-v2-tabs button.is-active { background: #ffcf24; color: #000; }
.manage-v2-tabs button.is-active::after { content: ''; position: absolute; left: 26%; right: 26%; bottom: 6px; height: 3px; border-radius: 99px; background: #000; }
.manage-v2-tabs button span { margin-right: 4px; font-size: 14px; }
.manage-v2-tabs button b { min-width: 18px; display: inline-grid; place-items: center; margin-left: 3px; padding: 1px 5px; border-radius: 999px; background: #000; color: #fff; font-size: 8px; }
.manage-v2-panel { padding: 26px; border: 2.5px solid #000; border-radius: 12px; background: #fff; box-shadow: 5px 5px 0 #000; }
.manage-v2-panel[hidden] { display: none; }
.manage-v2-panel-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; padding-bottom: 17px; border-bottom: 2px dashed #d8d1c4; }
.manage-v2-panel-heading > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 2.5px solid #000; border-radius: 50%; background: #ffcf24; box-shadow: 2px 2px 0 #000; font-family: 'Zen Maru Gothic', sans-serif; font-weight: 900; }
.manage-v2-panel-heading h1 { margin: 0; font-family: 'Zen Maru Gothic', sans-serif; font-size: 24px; font-weight: 900; }
.manage-v2-panel-heading p { margin: 4px 0 0; color: #666; font-size: 12px; font-weight: 800; }
.manage-v2-heading-actions > form { margin-left: auto; }
.manage-v2-outline { min-height: 34px; padding: 0 11px; border: 2px solid #000; border-radius: 8px; background: #fff; font-size: 10px; font-weight: 900; cursor: pointer; }
.manage-v2-settings-form { display: grid; gap: 17px; }
.manage-v2-field { position: relative; min-width: 0; }
.manage-v2-field > label, .manage-v2-privacy legend { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 900; }
.manage-v2-field label small { color: #999; font-size: 8px; }
.manage-v2-field input, .manage-v2-field textarea, .manage-v2-field select, .manage-v2-settings-grid input, .manage-v2-settings-grid select { width: 100%; min-height: 43px; padding: 9px 12px; border: 2px solid #000; border-radius: 8px; background: #fffdf8; color: #000; font: inherit; font-size: 11px; font-weight: 700; }
.manage-v2-field textarea { min-height: 84px; resize: vertical; }
.manage-v2-title-field input { min-height: 48px; font-family: 'Zen Maru Gothic', sans-serif; font-size: 15px; font-weight: 900; }
.manage-v2-field input:focus, .manage-v2-field textarea:focus, .manage-v2-field select:focus { outline: 3px solid rgba(255,207,36,.5); outline-offset: 1px; }
.manage-v2-settings-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; }
.manage-v2-location { position: relative; padding: 15px; border: 2px solid #000; border-radius: 10px; background: #fff8e6; }
.manage-v2-location-input { position: relative; }
.manage-v2-location-input input { padding-right: 38px; background: #fff; }
.manage-v2-location-input > span { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); font-size: 18px; font-weight: 900; }
.manage-v2-location .place-suggestions { top: 77px; left: 15px; right: 15px; z-index: 15; }
.manage-v2-map-url { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.manage-v2-place-preview { margin-top: 10px; font-size: 10px; font-weight: 700; }
.manage-v2-place-preview .selected-place-card { grid-template-columns: 70px minmax(0, 1fr) auto; border-width: 2px; border-radius: 8px; box-shadow: 2px 2px 0 #000; }
.manage-v2-place-preview .selected-place-photo { width: 70px; height: 70px; }
.manage-v2-privacy { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 12px; border: 2px solid #000; border-radius: 10px; }
.manage-v2-privacy legend { padding: 0 4px; }
.manage-v2-privacy label { position: relative; cursor: pointer; }
.manage-v2-privacy input { position: absolute; opacity: 0; }
.manage-v2-privacy label span { min-height: 39px; display: grid; place-items: center; border: 2px solid #ddd; border-radius: 8px; background: #fff; font-size: 10px; font-weight: 900; }
.manage-v2-privacy label:has(input:checked) span { border-color: #000; background: #ffcf24; box-shadow: 2px 2px 0 #000; }
.manage-v2-toggle-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.manage-v2-toggle-list > label { display: flex; align-items: center; gap: 9px; padding: 11px; border: 2px solid #000; border-radius: 9px; background: #fff; cursor: pointer; }
.manage-v2-toggle-list input { width: 34px; height: 19px; flex: 0 0 auto; appearance: none; border: 2px solid #000; border-radius: 999px; background: #ddd; cursor: pointer; }
.manage-v2-toggle-list input::after { content: ''; width: 11px; height: 11px; display: block; margin: 2px; border-radius: 50%; background: #000; transition: transform .15s; }
.manage-v2-toggle-list input:checked { background: #79d5a5; }
.manage-v2-toggle-list input:checked::after { transform: translateX(15px); }
.manage-v2-toggle-list strong, .manage-v2-toggle-list small { display: block; }
.manage-v2-toggle-list strong { font-size: 9px; }
.manage-v2-toggle-list small { margin-top: 2px; color: #888; font-size: 7px; line-height: 1.4; }
.manage-v2-save { min-height: 46px; border: 2.5px solid #000; border-radius: 9px; background: #ffcf24; box-shadow: 3px 3px 0 #000; font-size: 12px; font-weight: 900; cursor: pointer; }
.manage-v2-save:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 #000; }
.manage-v2-date-builder { display: grid; grid-template-columns: 1fr 230px; gap: 16px; margin-bottom: 19px; padding: 15px; border: 2px solid #000; border-radius: 10px; background: #fff8e6; }
.manage-v2-calendar { min-width: 0; }
.manage-v2-calendar-head { display: grid; grid-template-columns: 31px 1fr 31px; align-items: center; margin-bottom: 8px; }
.manage-v2-calendar-head strong { text-align: center; font-family: 'Zen Maru Gothic'; font-size: 12px; }
.manage-v2-calendar-head button { width: 29px; height: 29px; border: 2px solid #000; border-radius: 50%; background: #fff; font-size: 20px; line-height: 1; cursor: pointer; }
.manage-v2-weekdays, .manage-v2-calendar-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.manage-v2-weekdays span { padding: 3px 0; color: #777; font-size: 8px; font-weight: 900; text-align: center; }
.manage-v2-calendar-days button { aspect-ratio: 1; min-width: 0; padding: 0; border: 1.5px solid transparent; border-radius: 50%; background: transparent; font-size: 9px; font-weight: 900; cursor: pointer; }
.manage-v2-calendar-days button:hover { border-color: #000; background: #fff; }
.manage-v2-calendar-days button.is-selected { border: 2px solid #000; background: #ffcf24; box-shadow: 2px 2px 0 #000; }
.manage-v2-calendar-days button.is-empty { visibility: hidden; }
.manage-v2-time-editor { display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 14px; border: 2px dashed #c9bda7; border-radius: 9px; background: #fff; text-align: center; }
.manage-v2-egg { font-size: 31px; }
.manage-v2-time-editor strong, .manage-v2-time-editor small { display: block; }
.manage-v2-time-editor strong { margin-top: 3px; font-size: 11px; }
.manage-v2-time-editor small { margin: 2px 0 10px; color: #888; font-size: 8px; }
.manage-v2-hidden-date { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.manage-v2-time-editor label { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-bottom: 7px; font-size: 8px; font-weight: 900; }
.manage-v2-time-editor input { width: 118px; height: 33px; padding: 0 7px; border: 2px solid #000; border-radius: 999px; background: #fffdf8; font-size: 9px; font-weight: 800; }
.manage-v2-time-editor > button { min-height: 37px; margin-top: 5px; border: 2px solid #000; border-radius: 999px; background: #ffcf24; box-shadow: 2px 2px 0 #000; font-size: 9px; font-weight: 900; cursor: pointer; }
.manage-v2-option-list, .manage-v2-participant-list { display: grid; gap: 10px; }
.manage-v2-option-item { position: relative; min-height: 78px; display: flex; align-items: center; gap: 12px; padding: 10px 12px; border: 2px solid #000; border-radius: 10px; background: #fff; box-shadow: 2px 2px 0 #000; }
.manage-v2-option-item.is-final { background: #fff4bd; }
.manage-v2-date-egg { width: 54px; height: 62px; flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid #000; border-radius: 50% 50% 46% 46% / 58% 58% 42% 42%; background: #fff0b8; }
.manage-v2-date-egg strong { font-size: 18px; line-height: 1; }
.manage-v2-date-egg small { margin-top: 4px; font-size: 8px; font-weight: 900; }
.manage-v2-option-copy { min-width: 120px; display: grid; }
.manage-v2-option-copy strong { font-size: 11px; }
.manage-v2-option-copy span { margin-top: 4px; color: #777; font-size: 9px; font-weight: 800; }
.manage-v2-option-score { margin-left: auto; display: grid; justify-items: center; }
.manage-v2-option-score b { font-family: 'Zen Maru Gothic'; font-size: 19px; line-height: 1; }
.manage-v2-option-score span { font-size: 7px; font-weight: 800; }
.manage-v2-set-final, .manage-v2-final-badge { min-width: 74px; min-height: 31px; display: grid; place-items: center; border: 2px solid #000; border-radius: 999px; font-size: 8px; font-weight: 900; }
.manage-v2-set-final { background: #fff; cursor: pointer; }
.manage-v2-final-badge { background: #ffcf24; }
.manage-v2-delete { position: relative; }
.manage-v2-delete > button { width: 29px; height: 29px; display: grid; place-items: center; padding: 0; border: 2px solid #000; border-radius: 50%; background: #fff; font-size: 17px; line-height: 1; cursor: pointer; }
.manage-v2-delete > button:hover { background: #ff786e; }
.manage-v2-delete form { position: absolute; right: 0; top: 36px; z-index: 10; width: 205px; display: flex; align-items: center; gap: 5px; padding: 7px; border: 2px solid #000; border-radius: 8px; background: #fff; box-shadow: 3px 3px 0 #000; }
.manage-v2-delete form[hidden] { display: none; }
.manage-v2-delete form span { margin-right: auto; font-size: 8px; font-weight: 900; }
.manage-v2-delete form button { padding: 5px 7px; border: 1.5px solid #000; border-radius: 5px; background: #fff; font-size: 8px; font-weight: 900; cursor: pointer; }
.manage-v2-delete form button[type='submit'] { background: #ff786e; }
.manage-v2-search { height: 42px; display: flex; align-items: center; gap: 8px; margin-bottom: 15px; padding: 0 12px; border: 2px solid #000; border-radius: 999px; background: #fffdf8; }
.manage-v2-search span { font-size: 18px; }
.manage-v2-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; font-size: 10px; font-weight: 700; }
.manage-v2-participant { position: relative; min-height: 70px; display: flex; align-items: center; gap: 11px; padding: 10px 11px; border: 2px solid #000; border-radius: 10px; background: #fff; box-shadow: 2px 2px 0 #000; }
.manage-v2-participant[hidden] { display: none; }
.manage-v2-avatar { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #000; border-radius: 50%; background: #8ed9c0; font-family: 'Zen Maru Gothic'; font-size: 15px; font-weight: 900; }
.manage-v2-participant:nth-child(3n+2) .manage-v2-avatar { background: #ffcf24; }
.manage-v2-participant:nth-child(3n) .manage-v2-avatar { background: #ff9b91; }
.manage-v2-participant-copy { min-width: 0; flex: 1; }
.manage-v2-participant-copy strong, .manage-v2-participant-copy small { display: block; }
.manage-v2-participant-copy strong { font-size: 14px; }
.manage-v2-participant-copy small { margin-top: 3px; color: #777; font-size: 10px; font-weight: 800; }
.manage-v2-participant-copy p { margin: 7px 0 0; color: #444; font-size: 11px; font-weight: 750; line-height: 1.45; }
.manage-v2-answer-dots { max-width: 145px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; }
.manage-v2-answer-dots i { width: 10px; height: 10px; border: 1px solid #999; border-radius: 50%; background: #eee; }
.manage-v2-answer-dots i.is-available { border-color: #000; background: #58c990; }
.manage-v2-answer-dots i.is-maybe { border-color: #000; background: #ffcf24; }
.manage-v2-answer-dots i.is-unavailable { border-color: #000; background: #ff786e; }
.manage-v2-empty { min-height: 180px; display: grid; place-content: center; text-align: center; border: 2px dashed #ccbfa8; border-radius: 10px; background: #fffdf8; }
.manage-v2-empty span { font-size: 40px; }
.manage-v2-empty strong { margin-top: 8px; font-size: 12px; }
.manage-v2-empty p, .manage-v2-search-empty { color: #888; font-size: 9px; font-weight: 700; }
.manage-v2-search-empty { padding: 22px; text-align: center; }
.manage-v2-helper { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 12px 14px; border: 2px solid #000; border-radius: 10px; background: #fff0b8; box-shadow: 3px 3px 0 #000; }
.manage-v2-helper > span { font-size: 21px; }
.manage-v2-helper p { margin: 0; font-size: 9px; font-weight: 700; }
.manage-v2-helper strong { display: block; font-size: 10px; }
.manage-v2-sidebar { position: sticky; top: 102px; display: grid; gap: 15px; }
.manage-v2-stats { padding: 19px; border: 2.5px solid #000; border-radius: 12px; background: #fff; box-shadow: 5px 5px 0 #000; }
.manage-v2-stats-heading, .manage-v2-stats-heading > div { display: flex; align-items: center; }
.manage-v2-stats-heading { justify-content: space-between; margin-bottom: 14px; }
.manage-v2-stats-heading > div { gap: 7px; }
.manage-v2-stats-heading > div > span { width: 26px; height: 26px; display: grid; place-items: center; border: 2px solid #000; border-radius: 50%; background: #ffcf24; font-size: 10px; }
.manage-v2-stats-heading h2 { margin: 0; font-family: 'Zen Maru Gothic'; font-size: 14px; }
.manage-v2-stats-heading small { color: #777; font-size: 8px; font-weight: 800; }
.manage-v2-best { padding: 14px; border: 2px solid #000; border-radius: 9px; background: #171717; color: #fff; }
.manage-v2-best-label { display: inline-block; margin-bottom: 10px; padding: 3px 8px; border-radius: 999px; background: #ffcf24; color: #000; font-size: 7px; font-weight: 900; }
.manage-v2-best > div:not(.manage-v2-best-progress) { display: flex; align-items: center; gap: 9px; }
.manage-v2-best-icon { font-size: 29px; }
.manage-v2-best div div { display: grid; }
.manage-v2-best div div strong { font-family: 'Zen Maru Gothic'; font-size: 16px; }
.manage-v2-best div div small { color: #bbb; font-size: 8px; }
.manage-v2-best div > b { margin-left: auto; font-family: 'Zen Maru Gothic'; font-size: 22px; }
.manage-v2-best div > b em { color: #aaa; font-size: 9px; font-style: normal; }
.manage-v2-best-progress { height: 9px; margin-top: 10px; overflow: hidden; border: 1px solid #fff; border-radius: 999px; background: #555; }
.manage-v2-best-progress span { display: block; height: 100%; background: #ffcf24; }
.manage-v2-best-empty { display: grid; justify-items: center; padding: 20px; text-align: center; }
.manage-v2-best-empty > span { font-size: 31px; }
.manage-v2-best-empty > strong { margin-top: 5px; font-size: 11px; }
.manage-v2-best-empty > small { margin-top: 2px; color: #aaa; font-size: 7px; }
.manage-v2-result-list { display: grid; gap: 7px; margin-top: 12px; }
.manage-v2-result-row { min-height: 53px; display: grid; grid-template-columns: 30px minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 7px 9px; border: 1.5px solid #000; border-radius: 8px; background: #fff; }
.manage-v2-result-row.is-best { background: #fff8d8; }
.manage-v2-result-row > span { font-size: 21px; }
.manage-v2-result-row > div:nth-child(2) strong { display: block; font-size: 9px; }
.manage-v2-result-row > div:nth-child(2) small { color: #888; font-size: 7px; }
.manage-v2-mini-progress { height: 5px; margin-top: 5px; overflow: hidden; border-radius: 99px; background: #e6e2da; }
.manage-v2-mini-progress i { display: block; height: 100%; background: #58c990; }
.manage-v2-result-counts { display: flex; gap: 4px; }
.manage-v2-result-counts b { width: 23px; height: 23px; display: grid; place-items: center; border: 1.5px solid #000; border-radius: 50%; font-size: 8px; }
.manage-v2-result-counts .available { background: #58c990; }
.manage-v2-result-counts .maybe { background: #ffcf24; }
.manage-v2-result-counts .unavailable { background: #ff786e; }
.manage-v2-no-results { margin: 18px 0; color: #888; font-size: 9px; text-align: center; }
.manage-v2-legend { display: flex; justify-content: center; gap: 16px; margin-top: 12px; padding-top: 10px; border-top: 1px dashed #ccc; }
.manage-v2-legend span { display: flex; align-items: center; gap: 4px; font-size: 7px; font-weight: 800; }
.manage-v2-legend i { width: 8px; height: 8px; border: 1px solid #000; border-radius: 50%; }
.manage-v2-legend .available { background: #58c990; }
.manage-v2-legend .maybe { background: #ffcf24; }
.manage-v2-legend .unavailable { background: #ff786e; }
.manage-v2-notify { min-height: 47px; border: 2.5px solid #000; border-radius: 9px; background: #ffcf24; box-shadow: 4px 4px 0 #000; font-size: 11px; font-weight: 900; cursor: pointer; }
.manage-v2-reminder { display: flex; align-items: center; gap: 10px; padding: 13px; border: 2px solid #000; border-radius: 10px; background: #fff; }
.manage-v2-reminder > span { font-size: 27px; }
.manage-v2-reminder strong { font-size: 9px; }
.manage-v2-reminder p { margin: 3px 0 0; color: #777; font-size: 7px; line-height: 1.5; font-weight: 700; }
.manage-v2-body .messages { position: fixed; z-index: 50; top: 84px; left: 50%; width: min(460px, calc(100% - 32px)); transform: translateX(-50%); }

@media (max-width: 1000px) {
  .manage-v2-count-pill { display: none; }
  .manage-v2-grid { grid-template-columns: 1fr; }
  .manage-v2-sidebar { position: static; grid-row: 1; }
  .manage-v2-stats { display: none; }
  .manage-v2-reminder { display: none; }
}
@media (max-width: 700px) {
  .manage-v2-topbar { height: auto; min-height: 68px; padding: 9px 14px; }
  .manage-v2-brand { width: 40px; height: 40px; font-size: 20px; }
  .manage-v2-event-name strong { max-width: 125px; font-size: 13px; }
  .manage-v2-event-name span, .manage-v2-event-name small, .manage-v2-front { display: none; }
  .manage-v2-share { width: 41px; padding: 0; overflow: hidden; color: transparent; font-size: 0; }
  .manage-v2-share::before { content: '🔗'; color: #000; font-size: 16px; }
  .manage-v2-shell { width: min(100% - 24px, 620px); padding-top: 16px; }
  .manage-v2-tabs { height: 49px; }
  .manage-v2-tabs button { font-size: 9px; }
  .manage-v2-tabs button span { display: none; }
  .manage-v2-panel { padding: 17px 14px; }
  .manage-v2-panel-heading { align-items: flex-start; }
  .manage-v2-panel-heading > span { width: 33px; height: 33px; }
  .manage-v2-panel-heading h1 { font-size: 21px; }
  .manage-v2-settings-grid, .manage-v2-toggle-list { grid-template-columns: 1fr; }
  .manage-v2-date-builder { grid-template-columns: 1fr; }
  .manage-v2-time-editor { display: grid; grid-template-columns: 46px 1fr; text-align: left; }
  .manage-v2-time-editor > label, .manage-v2-time-editor > button { grid-column: 1 / -1; }
  .manage-v2-egg { grid-row: 1; }
  .manage-v2-option-item { flex-wrap: wrap; }
  .manage-v2-option-copy { flex: 1; }
  .manage-v2-option-score { margin-left: 0; }
  .manage-v2-option-item .manage-v2-delete { margin-left: auto; }
  .manage-v2-answer-dots { width: 100%; max-width: none; order: 4; padding-left: 53px; justify-content: flex-start; }
  .manage-v2-participant .manage-v2-delete { align-self: flex-start; }
}

/* Shared nest navigation for signed-in pages */
.nest-global-topbar { z-index: 100; }
.nest-home-link { color: #1a1a1a; font-size: 12px; font-weight: 900; text-decoration: none; }
.nest-home-link:hover { text-decoration: underline; text-decoration-color: #ffd93d; text-decoration-thickness: 3px; }
.nest-profile > div > a { padding: 7px 9px; border-radius: 7px; color: #1a1a1a; font-size: 11px; font-weight: 900; text-decoration: none; }
.nest-profile > div > a:hover { background: #fff3bd; }
.authenticated-with-nest-nav.home-v2-body .home-v2-topbar { display: none; }
.authenticated-with-nest-nav.create-v3-body .create-v3-topbar { top: 70px; }
.authenticated-with-nest-nav.create-v3-body .create-v3-side { top: 152px; }
.authenticated-with-nest-nav.manage-v2-body .manage-v2-topbar { top: 70px; }
.authenticated-with-nest-nav.manage-v2-body .manage-v2-sidebar { top: 172px; }
.authenticated-with-nest-nav.manage-v2-body .messages { top: 158px; }

@media (max-width: 820px) {
  .nest-home-link { display: none; }
  .authenticated-with-nest-nav.create-v3-body .create-v3-topbar { top: 64px; }
  .authenticated-with-nest-nav.manage-v2-body .manage-v2-topbar { top: 64px; }
  .authenticated-with-nest-nav.manage-v2-body .messages { top: 142px; }
}
@media (max-width: 520px) {
  .nest-global-topbar .nest-brand div { display: none; }
  .nest-global-topbar .nest-account-actions { gap: 8px; }
}

/* Rotating activity-name prompts */
.typing-title-shell { position: relative; }
.typing-title-shell.is-typing-ready > input { position: relative; z-index: 1; background: transparent !important; }
.typing-title-shell.is-typing-ready > input::placeholder { color: transparent !important; }
.typing-title-preview { position: absolute; z-index: 0; inset: 0; display: none; align-items: center; overflow: hidden; padding: 0 16px; color: #929292; font-size: 19px; font-weight: 800; white-space: nowrap; pointer-events: none; }
.typing-title-shell.is-typing-ready .typing-title-preview { display: flex; }
.typing-title-preview i { width: 2px; height: 23px; flex: 0 0 auto; margin-left: 2px; background: #ff8a00; animation: typing-caret .75s steps(1) infinite; }
.typing-title-shell:focus-within .typing-title-preview,
.typing-title-shell.has-value .typing-title-preview { visibility: hidden; }
@keyframes typing-caret { 50% { opacity: 0; } }
@media (max-width: 700px) {
  .typing-title-preview { padding: 0 15px; font-size: 16px; }
  .typing-title-preview i { height: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .typing-title-preview i { animation: none; }
}

/* Signed-in working pages share the chicken-coop side rails. */
.nest-authenticated-layout { width: min(1540px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: 190px minmax(0, 1fr) 250px; align-items: start; gap: 20px; padding: 24px 0 56px; }
.nest-authenticated-layout > .nest-shared-sidebar,
.nest-authenticated-layout > .nest-shared-insights { position: sticky; top: 94px; }
.nest-authenticated-main { min-width: 0; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 0 30px !important; }
.nest-shared-sidebar .nest-role-nav a,
.nest-shared-insights .nest-task { min-width: 0; }
.nest-shared-insights .nest-task strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nest-authenticated-main .create-v3-page,
.nest-authenticated-main .manage-v2-app { width: 100%; }
.authenticated-with-nest-nav .nest-authenticated-main .create-v3-topbar { width: 100%; margin-left: 0; padding: 0 16px; }
.authenticated-with-nest-nav .nest-authenticated-main .manage-v2-topbar { width: 100%; padding: 0 16px; border: 2.5px solid #000; border-radius: 10px; }
.authenticated-with-nest-nav .nest-authenticated-main .manage-v2-topbar + .manage-v2-shell { padding-top: 20px; }
.nest-authenticated-main .manage-v2-shell { width: 100%; }
.nest-authenticated-main .manage-v2-grid { grid-template-columns: minmax(0, 1fr); }
.nest-authenticated-main .manage-v2-sidebar { position: static; grid-template-columns: minmax(0, 1fr); }
.nest-authenticated-main .combined-event { width: 100%; }

@media (max-width: 1320px) {
  .nest-authenticated-layout { grid-template-columns: 180px minmax(0, 1fr) 225px; gap: 16px; }
  .nest-authenticated-main .create-v3-workspace { grid-template-columns: minmax(0, 1fr); }
  .nest-authenticated-main .create-v3-side { position: static; }
}
@media (max-width: 1180px) {
  .nest-authenticated-layout { grid-template-columns: 190px minmax(0, 1fr); }
  .nest-authenticated-layout > .nest-shared-insights { display: none; }
}
@media (max-width: 820px) {
  .nest-authenticated-layout { width: min(100% - 24px, 760px); grid-template-columns: minmax(0, 1fr); padding-top: 14px; }
  .nest-authenticated-layout > .nest-shared-sidebar { display: none; }
  .authenticated-with-nest-nav .nest-authenticated-main .create-v3-topbar,
  .authenticated-with-nest-nav .nest-authenticated-main .manage-v2-topbar { top: 64px; }
}

/* Work pages sit below the shared signed-in navigation. */
.nest-authenticated-layout { padding-top: 24px; }
.nest-authenticated-layout > .nest-shared-sidebar,
.nest-authenticated-layout > .nest-shared-insights { top: 94px; }
.authenticated-with-nest-nav .nest-authenticated-main .manage-v2-topbar { top: 70px; }
.authenticated-with-nest-nav .nest-authenticated-main .create-v3-side { top: 94px; }
.authenticated-with-nest-nav.manage-v2-body .messages { top: 84px; }
.intro-chips > .intro-selected-count { background: #000; color: #fff; }
.intro-chips > .intro-selected-count strong { color: #ffb400; }
.intro-hatch-button { flex: 0 0 auto; height: 36px; padding: 0 16px; }

@media (max-width: 700px) {
  .intro-chips { justify-content: flex-start; }
  .intro-hatch-button { height: 36px; }
}

/* Short-lived Django message toasts */
.messages[data-auto-dismiss-messages] { position: fixed; z-index: 250; top: 84px; left: 50%; width: min(440px, calc(100% - 28px)); display: grid; gap: 8px; margin: 0; transform: translateX(-50%); pointer-events: none; }
.nest-authenticated-layout .messages[data-auto-dismiss-messages] { top: 84px; }
.messages[data-auto-dismiss-messages] .message { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 10px 14px; border: 2px solid #000; border-radius: 9px; background: #fff1a8; box-shadow: 3px 3px 0 #000; color: #171717; font-size: 12px; font-weight: 900; opacity: 1; transform: translateY(0); pointer-events: auto; animation: message-toast-in .18s ease-out; transition: opacity .22s ease, transform .22s ease; }
.messages[data-auto-dismiss-messages] .message::before { width: 21px; height: 21px; flex: 0 0 auto; display: grid; place-items: center; border: 1.5px solid #000; border-radius: 50%; background: #fff; content: '!'; font-size: 11px; }
.messages[data-auto-dismiss-messages] .message.success { border-color: #000; background: #9be4be; }
.messages[data-auto-dismiss-messages] .message.success::before { content: '✓'; }
.messages[data-auto-dismiss-messages] .message.error { border-color: #000; background: #ffaaa3; }
.messages[data-auto-dismiss-messages] .message.is-dismissing { opacity: 0; transform: translateY(-9px); }
.messages[data-auto-dismiss-messages].is-empty { display: none; }
@keyframes message-toast-in {
  from { opacity: 0; transform: translateY(-9px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .messages[data-auto-dismiss-messages] .message { animation: none; transition: opacity .01s; }
}
@media (max-width: 820px) {
  .authenticated-with-nest-nav .nest-authenticated-main .manage-v2-topbar { top: 64px; }
  .nest-authenticated-layout .messages[data-auto-dismiss-messages] { top: 76px; }
}

/* Editable activity tags */
.pool-tag-editor { margin-top: 16px; padding-top: 12px; border-top: 2px dashed rgba(0,0,0,.18); }
.pool-tag-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 9px; }
.pool-tag-heading strong { font-size: 10px; font-weight: 900; }
.pool-tag-heading span { color: #777; font-size: 8px; font-weight: 800; }
.tag-manager { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) 36px auto; align-items: start; gap: 7px; }
.tag-manager > textarea, .tag-manager > input[type='hidden'] { display: none; }
.tag-manager-row { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr); gap: 6px; }
.tag-input-shell { min-width: 0; height: 36px; display: grid; grid-template-columns: auto minmax(0,1fr) 22px; align-items: center; padding: 0 6px 0 10px; border: 2px solid #000; border-radius: 9px; background: #fff; }
.tag-input-shell > span { font-size: 12px; font-weight: 900; }
.tag-input-shell input { min-width: 0; width: 100%; height: 100%; padding: 0 4px; border: 0; outline: 0; background: transparent; font: inherit; font-size: 10px; font-weight: 800; }
.tag-input-shell button { width: 20px; height: 20px; display: none; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #eee; font-size: 12px; cursor: pointer; }
.tag-manager-row.has-many .tag-input-shell button { display: grid; }
.tag-manager-add { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 2px solid #000; border-radius: 9px; background: #fff; box-shadow: 2px 2px 0 #000; font-size: 20px; font-weight: 900; cursor: pointer; }
.tag-manager-add:disabled { opacity: .35; box-shadow: none; cursor: not-allowed; }
.tag-manager-count { padding-top: 10px; color: #777; font-size: 8px; font-weight: 900; white-space: nowrap; }
.nest-card-tags { position: absolute; top: 10px; right: 10px; max-width: calc(100% - 105px); display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.nest-card-tags span { padding: 5px 9px; border: 1.5px solid #1a1a1a; border-radius: 999px; background: #fff; box-shadow: 2px 2px 0 rgba(26,26,26,.9); font-size: 12px; line-height: 1; font-weight: 900; }

.profile-settings-body { background: #fff8e6; }
.profile-settings-body .page { width: min(1040px, calc(100% - 32px)); padding: 42px 0 80px; }
.profile-settings-shell { color: #1a1a1a; }
.profile-settings-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.profile-settings-heading > span { width: 58px; height: 58px; display: grid; place-items: center; border: 2.5px solid #1a1a1a; border-radius: 50%; background: #ffd93d; box-shadow: 4px 4px 0 #1a1a1a; font-size: 28px; }
.profile-settings-heading small { font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.profile-settings-heading h1 { margin: 3px 0; font-size: 30px; }
.profile-settings-heading p { margin: 0; color: #655f55; font-weight: 700; }
.profile-settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.profile-settings-card { padding: 24px; border: 2.5px solid #1a1a1a; border-radius: 12px; background: #fff; box-shadow: 6px 6px 0 #1a1a1a; }
.profile-card-title { display: flex; align-items: flex-start; gap: 12px; padding-bottom: 18px; border-bottom: 2px dashed #d9d1c2; }
.profile-card-title > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #ffd93d; font-weight: 900; }
.profile-card-title h2 { margin: 0; font-size: 20px; }
.profile-card-title p { margin: 5px 0 0; color: #6b645a; font-size: 12px; font-weight: 700; line-height: 1.55; }
.profile-form { display: grid; gap: 15px; margin-top: 20px; }
.profile-form label { display: grid; gap: 7px; font-size: 13px; }
.profile-form input[type='text'], .profile-form input[type='file'] { width: 100%; border: 2px solid #1a1a1a; border-radius: 8px; padding: 11px 12px; background: #fffdf7; }
.profile-form input[type='file'] { padding: 8px; }
.profile-form small { color: #756e64; font-size: 10px; font-weight: 700; }
.profile-avatar-preview { width: 92px; height: 92px; overflow: hidden; display: grid; place-items: center; border: 2.5px solid #1a1a1a; border-radius: 50%; background: #ffcf24; box-shadow: 3px 3px 0 #1a1a1a; font-size: 34px; font-weight: 900; }
.profile-avatar-preview img { width: 100%; height: 100%; object-fit: cover; }
.profile-save, .line-connect-button, .line-actions button { border: 2px solid #1a1a1a; border-radius: 999px; padding: 11px 17px; background: #ffd93d; box-shadow: 3px 3px 0 #1a1a1a; color: inherit; font-weight: 900; text-align: center; text-decoration: none; cursor: pointer; }
.line-card { background: #f4fff6; }
.line-connected { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 14px; border: 2px solid #1a1a1a; border-radius: 10px; background: #fff; }
.line-connected > span, .line-connect-button span { display: grid; place-items: center; border-radius: 8px; background: #06c755; color: #fff; font-size: 11px; font-weight: 900; }
.line-connected > span { width: 48px; height: 48px; }
.line-connected div { min-width: 0; flex: 1; display: grid; }
.line-connected small { margin-top: 3px; color: #666; }
.line-connected > b { color: #087b38; font-size: 11px; }
.line-connect-button { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 22px; background: #06c755; color: #fff; }
.line-connect-button span { padding: 4px 7px; background: #fff; color: #06a846; }
.line-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.line-actions form { margin: 0; }
.line-actions button { background: #fff; }
.line-actions .is-danger { color: #a52828; }
.line-privacy-note, .line-not-ready { margin: 18px 0 0; color: #5f675f; font-size: 12px; font-weight: 700; line-height: 1.65; }
.line-not-ready { padding: 16px; border: 2px dashed #98a79c; border-radius: 10px; background: #fff; }
.line-not-ready p { margin: 5px 0 0; }
@media (max-width: 760px) { .profile-settings-grid { grid-template-columns: 1fr; } .profile-settings-heading h1 { font-size: 24px; } .profile-settings-card { padding: 18px; } }

/* Stable account identity and event chat */
.identity-card { grid-column: 1 / -1; background: #fff4bd; }
.identity-code-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.identity-code-list > div { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 12px; border: 2px solid #1a1a1a; border-radius: 8px; background: #fff; }
.identity-code-list span { padding: 4px 7px; border-radius: 4px; background: #1a1a1a; color: #fff; font-size: 10px; font-weight: 900; }
.identity-code-list strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; font-size: 13px; }
.identity-code-list button { border: 0; background: transparent; font-weight: 900; cursor: pointer; }
.identity-chat-link { display: inline-block; margin-top: 16px; color: #1a1a1a; font-weight: 900; }
.event-group-chat-link { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 12px; margin-top: 18px; padding: 14px; border: 2px solid #1a1a1a; border-radius: 8px; background: #b6efd9; box-shadow: 3px 3px 0 #1a1a1a; color: #1a1a1a; text-decoration: none; }
.event-group-chat-link > span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff; font-size: 20px; }
.event-group-chat-link div { min-width: 0; display: grid; gap: 3px; }
.event-group-chat-link small { color: #4e5b55; font-size: 11px; font-weight: 700; }
.event-group-chat-link > b { font-size: 12px; }
.event-group-chat-link.is-login { background: #fff4bd; }

.nest-chat-link { color: #1a1a1a; font-size: 13px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.chicken-chat-body { overflow: hidden; background: #fff8e6; }
.chicken-chat-body .page { width: 100%; max-width: none; padding: 0; }
.chicken-chat-shell { height: calc(100vh - 76px); display: grid; grid-template-columns: 290px minmax(420px,1fr) 250px; color: #1a1a1a; }
.chat-people-panel, .chat-friends-panel { min-height: 0; overflow-y: auto; background: #fffdf7; }
.chat-people-panel { border-right: 2px solid #1a1a1a; }
.chat-friends-panel { border-left: 2px solid #1a1a1a; }
.chat-identity-card { padding: 18px; border-bottom: 2px solid #1a1a1a; background: #ffd93d; }
.chat-identity-card > div { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
.chat-avatar, .chat-room-list a > span, .chat-friends-panel a > span { overflow: hidden; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff; font-weight: 900; }
.chat-avatar { width: 43px; height: 43px; }
.chat-avatar img, .chat-room-list img, .chat-friends-panel img, .chat-message-list article > span img { width: 100%; height: 100%; object-fit: cover; }
.chat-identity-card small { font-size: 8px; font-weight: 900; }
.chat-identity-card h1 { margin: 2px 0 0; font-size: 17px; }
.chat-identity-card > button { width: 100%; min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 7px; margin-top: 7px; padding: 8px; border: 2px solid #1a1a1a; border-radius: 6px; background: #fff; cursor: pointer; }
.chat-identity-card > button span { font-size: 8px; font-weight: 900; }
.chat-identity-card > button strong { overflow: hidden; text-overflow: ellipsis; font-size: 11px; text-align: left; }
.chat-identity-card > button b { font-size: 9px; }
.chat-add-friend { padding: 13px 15px; border-bottom: 2px solid #1a1a1a; background: #fff4bd; }
.chat-add-friend summary { font-size: 13px; font-weight: 900; cursor: pointer; }
.chat-add-friend > form { margin-top: 11px; }
.chat-add-friend label { display: block; margin-bottom: 5px; font-size: 9px; font-weight: 900; }
.chat-add-friend form > div { display: grid; grid-template-columns: minmax(0,1fr) auto; }
.chat-add-friend input { min-width: 0; padding: 9px; border: 2px solid #1a1a1a; border-right: 0; border-radius: 6px 0 0 6px; }
.chat-add-friend button { padding: 7px 10px; border: 2px solid #1a1a1a; border-radius: 0 6px 6px 0; background: #1a1a1a; color: #fff; font-weight: 900; cursor: pointer; }
.chat-add-friend article { display: grid; grid-template-columns: 30px minmax(0,1fr) auto auto; align-items: center; gap: 7px; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #9b8c55; }
.chat-add-friend article > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #fff; font-weight: 900; }
.chat-add-friend article div { min-width: 0; display: grid; }
.chat-add-friend article small { font-size: 8px; }
.chat-add-friend article form { margin: 0; }
.chat-add-friend article button { border-radius: 6px; font-size: 9px; }
.chat-add-friend article .is-muted { border-color: #aaa; background: #fff; color: #555; }
.chat-room-list { display: block; }
.chat-room-list > div:first-child, .chat-friends-panel > header { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px 9px; }
.chat-room-list h2, .chat-friends-panel h2 { margin: 0; font-size: 15px; }
.chat-room-list > div:first-child span, .chat-friends-panel header span { padding: 2px 7px; border-radius: 999px; background: #1a1a1a; color: #fff; font-size: 9px; }
.chat-room-list a, .chat-friends-panel a { min-width: 0; display: grid; grid-template-columns: 40px minmax(0,1fr) auto; align-items: center; gap: 9px; margin: 4px 9px; padding: 10px; border: 2px solid transparent; border-radius: 8px; color: #1a1a1a; text-decoration: none; }
.chat-room-list a:hover, .chat-room-list a.is-active { border-color: #1a1a1a; background: #fff0a5; }
.chat-room-list a > span, .chat-friends-panel a > span { width: 40px; height: 40px; }
.chat-room-list a div, .chat-friends-panel a div { min-width: 0; display: grid; gap: 3px; }
.chat-room-list a strong, .chat-room-list a small, .chat-friends-panel a strong, .chat-friends-panel a small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chat-room-list a strong, .chat-friends-panel a strong { font-size: 12px; }
.chat-room-list a small, .chat-friends-panel a small { color: #777; font-size: 9px; }
.chat-room-list a > b { padding: 3px 5px; border-radius: 4px; background: #b6efd9; font-size: 8px; }
.chat-room-empty, .chat-friends-empty { margin: 10px 18px; color: #7a746a; font-size: 11px; font-weight: 700; line-height: 1.6; }
.chat-conversation { min-width: 0; min-height: 0; display: grid; grid-template-rows: auto minmax(0,1fr) auto; background: #f8f5ed; }
.chat-conversation > header { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 2px solid #1a1a1a; background: #fff; }
.chat-conversation > header > a:first-child { display: none; }
.chat-conversation > header > span { width: 39px; height: 39px; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #ffd93d; }
.chat-conversation > header div { min-width: 0; flex: 1; }
.chat-conversation > header h2 { overflow: hidden; margin: 0; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.chat-conversation > header p { margin: 2px 0 0; color: #777; font-size: 9px; font-weight: 800; }
.chat-conversation > header > a:last-child { padding: 7px 10px; border: 2px solid #1a1a1a; border-radius: 999px; color: #1a1a1a; font-size: 10px; font-weight: 900; text-decoration: none; }
.chat-message-list { min-height: 0; overflow-y: auto; padding: 20px max(18px,5vw); }
.chat-message-list article { display: flex; align-items: flex-end; gap: 8px; margin: 12px 0; }
.chat-message-list article > span { width: 32px; height: 32px; overflow: hidden; flex: 0 0 auto; display: grid; place-items: center; border: 1.5px solid #1a1a1a; border-radius: 50%; background: #fff; font-size: 11px; font-weight: 900; }
.chat-message-list article > div { max-width: min(72%,600px); }
.chat-message-list article small { display: block; margin: 0 4px 4px; color: #746f67; font-size: 9px; font-weight: 700; }
.chat-message-list article p { margin: 0; padding: 10px 12px; border: 2px solid #1a1a1a; border-radius: 8px 8px 8px 2px; background: #fff; box-shadow: 2px 2px 0 #1a1a1a; font-size: 13px; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; }
.chat-message-list article.is-mine { flex-direction: row-reverse; }
.chat-message-list article.is-mine > div { display: grid; justify-items: end; }
.chat-message-list article.is-mine p { border-radius: 8px 8px 2px 8px; background: #ffd93d; }
.chat-welcome, .chat-no-selection { height: 100%; display: grid; place-content: center; justify-items: center; text-align: center; color: #6f695e; }
.chat-welcome span, .chat-no-selection span { font-size: 36px; }
.chat-welcome h3, .chat-no-selection h2 { margin: 7px 0; color: #1a1a1a; }
.chat-welcome p, .chat-no-selection p { margin: 0; font-size: 12px; font-weight: 700; }
.chat-no-selection a { margin-top: 17px; padding: 10px 15px; border: 2px solid #1a1a1a; border-radius: 999px; background: #ffd93d; box-shadow: 3px 3px 0 #1a1a1a; color: #1a1a1a; font-weight: 900; text-decoration: none; }
.chat-composer { display: grid; grid-template-columns: minmax(0,1fr) 42px; align-items: end; gap: 9px; padding: 13px max(18px,5vw); border-top: 2px solid #1a1a1a; background: #fff; }
.chat-composer textarea { width: 100%; max-height: 120px; resize: none; padding: 11px 13px; border: 2px solid #1a1a1a; border-radius: 8px; font: inherit; font-size: 13px; line-height: 1.45; }
.chat-composer button { width: 42px; height: 42px; border: 2px solid #1a1a1a; border-radius: 50%; background: #ffd93d; box-shadow: 2px 2px 0 #1a1a1a; font-size: 18px; cursor: pointer; }
.chat-friends-panel { padding: 5px 7px; }
.chat-friends-panel a { grid-template-columns: 36px minmax(0,1fr) auto; margin-inline: 0; }
.chat-friends-panel a > span { width: 36px; height: 36px; }
.chat-friends-panel a > b { font-size: 9px; }
.chat-support-pending { min-width: 0; display: grid; grid-template-columns: 36px minmax(0,1fr) auto; align-items: center; gap: 9px; margin: 4px 0; padding: 10px; color: #777; opacity: .72; }
.chat-support-pending > span { width: 36px; height: 36px; display: grid; place-items: center; border: 2px solid #1a1a1a; border-radius: 50%; background: #fff1ad; }
.chat-support-pending > div { min-width: 0; display: grid; }
.chat-support-pending strong { color: #1a1a1a; font-size: 12px; }
.chat-support-pending small, .chat-support-pending b { font-size: 9px; }

/* Final black-frame profile page */
.profile-final-body { background: #fff8e6; }
.profile-final-body > .page { width: 100%; max-width: none; padding: 0; }
.profile-final-shell { width: min(1120px,calc(100% - 40px)); margin: 0 auto; padding: 40px 0 70px; color: #1a1a1a; }
.profile-final-heading { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
.profile-final-mark { width: 66px; height: 66px; flex: 0 0 auto; display: grid; place-items: center; border: 2.5px solid #000; border-radius: 16px; background: #fff; box-shadow: 4px 4px 0 #000; font-size: 34px; transform: rotate(-2deg); }
.profile-final-kickers { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 3px; }
.profile-final-kickers span, .profile-final-kickers b { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 12px; border: 2px solid #000; border-radius: 999px; font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: 0; }
.profile-final-kickers span { background: #000; color: #fff; }
.profile-final-kickers b { background: #ffd93d; }
.profile-final-heading h1 { margin: 9px 0 3px; font-size: 40px; line-height: 1.05; font-weight: 950; letter-spacing: 0; }
.profile-final-heading p { max-width: 600px; margin: 0; color: rgba(26,26,26,.65); font-size: 14px; line-height: 1.55; font-weight: 650; }
.profile-final-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 24px; }
.profile-final-card { border: 2.5px solid #000; border-radius: 20px; background: #fff; box-shadow: 5px 5px 0 #000; }
.profile-final-main-card { padding: 28px; }
.profile-final-side { display: grid; gap: 24px; }
.profile-final-identity-card, .profile-final-line-card { padding: 24px; }
.profile-final-card-heading { min-width: 0; display: flex; align-items: flex-start; gap: 12px; }
.profile-final-card-heading > div { min-width: 0; flex: 1; }
.profile-final-card-heading h2 { margin: 2px 0 0; font-size: 17px; line-height: 1.2; font-weight: 950; }
.profile-final-card-heading p { margin: 4px 0 0; color: rgba(26,26,26,.58); font-size: 11px; line-height: 1.5; font-weight: 650; }
.profile-final-card-heading > b:not(.profile-final-status) { flex: 0 0 auto; padding: 5px 9px; border: 1.5px solid #000; border-radius: 999px; background: #fff8e6; font-size: 9px; line-height: 1; }
.profile-final-step { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 2.5px solid #000; border-radius: 50%; box-shadow: 2px 2px 0 #000; font-size: 15px; font-weight: 950; }
.profile-final-step.is-blue { background: #a9d6ff; }
.profile-final-step.is-yellow { background: #ffd93d; }
.profile-final-step.is-green { background: #8fe38f; }
.profile-final-form { display: grid; gap: 20px; margin-top: 27px; }
.profile-final-avatar-row { display: flex; align-items: center; gap: 18px; }
.profile-final-avatar { position: relative; width: 82px; height: 82px; flex: 0 0 auto; display: grid; place-items: center; border: 2.5px solid #000; border-radius: 50%; background: #ffd93d; box-shadow: 3px 3px 0 #000; font-size: 31px; font-weight: 950; }
.profile-final-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.profile-final-avatar i { position: absolute; right: -7px; bottom: -4px; width: 29px; height: 29px; display: grid; place-items: center; border: 2px solid #000; border-radius: 50%; background: #fff; box-shadow: 2px 2px 0 #000; font-size: 13px; font-style: normal; }
.profile-final-avatar-row > div:last-child { min-width: 0; }
.profile-final-avatar-row strong { font-size: 12px; }
.profile-final-avatar-row p { margin: 5px 0 0; color: rgba(26,26,26,.6); font-size: 11px; line-height: 1.5; font-weight: 650; }
.profile-final-field { display: grid; gap: 8px; }
.profile-final-field > span, .profile-final-upload-block > strong { font-size: 12px; font-weight: 950; }
.profile-final-field > span { display: flex; align-items: center; justify-content: space-between; }
.profile-final-field > span small { padding: 3px 8px; border: 1.5px solid rgba(0,0,0,.45); border-radius: 999px; color: rgba(26,26,26,.55); font-size: 9px; }
.profile-final-field input { width: 100%; height: 52px; padding: 0 14px; border: 2.5px solid #000; border-radius: 12px; background: #fffefb; box-shadow: 3px 3px 0 #000; color: #1a1a1a; font: inherit; font-size: 14px; font-weight: 850; }
.profile-final-field input:focus { outline: 4px solid #ffd93d; outline-offset: 0; background: #fff; }
.profile-final-upload-block { display: grid; gap: 9px; }
.profile-final-dropzone { min-height: 154px; display: grid; place-content: center; justify-items: center; padding: 20px; border: 2px dashed rgba(0,0,0,.65); border-radius: 14px; background: #fffbf0; text-align: center; cursor: pointer; transition: background .15s,border-color .15s; }
.profile-final-dropzone:hover, .profile-final-dropzone.is-dragover { border-color: #000; background: #fff2b8; }
.profile-final-dropzone input[type='file'] { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.profile-final-dropzone > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 10px; border: 2px solid #000; border-radius: 12px; background: #fff; box-shadow: 2px 2px 0 #000; font-size: 20px; }
.profile-final-dropzone > b { font-size: 13px; }
.profile-final-dropzone > small { margin-top: 5px; color: rgba(26,26,26,.55); font-size: 10px; font-weight: 650; }
.profile-final-form .errorlist { margin: 0; padding: 8px 10px; border: 2px solid #000; border-radius: 8px; background: #ffe1df; color: #8c201b; font-size: 11px; font-weight: 800; list-style: none; }
.profile-final-save { width: 100%; min-height: 54px; border: 2.5px solid #000; border-radius: 14px; background: #ffd93d; box-shadow: 4px 4px 0 #000; color: #1a1a1a; font-size: 14px; font-weight: 950; cursor: pointer; transition: transform .12s,box-shadow .12s; }
.profile-final-save span { margin-left: 6px; font-size: 18px; }
.profile-final-save:active { box-shadow: 1px 1px 0 #000; transform: translate(3px,3px); }
.profile-final-code-list { display: grid; gap: 12px; margin-top: 22px; }
.profile-final-code-list > div { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 11px; min-height: 58px; padding: 9px 10px 9px 12px; border: 2px solid #000; border-radius: 14px; background: #fffefb; box-shadow: 3px 3px 0 #000; }
.profile-final-code-list > div > span { padding: 5px 8px; border-radius: 6px; background: #000; color: #fff; font-size: 10px; font-weight: 950; }
.profile-final-code-list strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 13px; }
.profile-final-code-list button { min-height: 36px; padding: 6px 12px; border: 2px solid #000; border-radius: 10px; background: #fff; box-shadow: 2px 2px 0 #000; font-size: 11px; cursor: pointer; }
.profile-final-code-list button:active { box-shadow: none; transform: translate(2px,2px); }
.profile-final-identity-card > a { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 20px; border: 2.5px solid #000; border-radius: 14px; background: #ffd93d; box-shadow: 3px 3px 0 #000; color: #1a1a1a; font-size: 13px; font-weight: 950; text-decoration: none; }
.profile-final-status { flex: 0 0 auto; padding: 5px 9px; border: 1.5px solid #000; border-radius: 999px; font-size: 9px; line-height: 1; }
.profile-final-status.is-connected { background: #8fe38f; }
.profile-final-status.is-disconnected { background: #ffd93d; }
.profile-final-status.is-preparing { background: #eee; }
.profile-final-line-connected { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 14px; border: 2.5px solid #22c55e; border-radius: 16px; background: #f0fff4; }
.profile-final-line-connected > span { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #000; border-radius: 50%; background: #06c755; box-shadow: 2px 2px 0 #000; color: #fff; font-size: 12px; font-weight: 950; }
.profile-final-line-connected > div { min-width: 0; flex: 1; display: grid; gap: 4px; }
.profile-final-line-connected strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.profile-final-line-connected strong b { display: inline-block; margin-left: 5px; padding: 3px 7px; border: 1px solid #000; border-radius: 999px; background: #22c55e; color: #fff; font-size: 8px; }
.profile-final-line-connected small { color: rgba(26,26,26,.58); font-size: 9px; }
.profile-final-line-connected > i { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #000; border-radius: 50%; background: #fff; color: #22c55e; font-size: 17px; font-style: normal; font-weight: 950; }
.profile-final-line-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.profile-final-line-actions form { margin: 0; }
.profile-final-line-actions form:only-child { grid-column: 1 / -1; }
.profile-final-line-actions button { width: 100%; min-height: 45px; border: 2.5px solid #000; border-radius: 12px; background: #fff; box-shadow: 3px 3px 0 #000; font-size: 12px; font-weight: 950; cursor: pointer; }
.profile-final-line-actions button.is-danger { border: 2px dashed #ff4d4d; box-shadow: none; color: #ff4d4d; }
.profile-final-line-connect { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 22px; border: 2.5px solid #000; border-radius: 14px; background: #06c755; box-shadow: 3px 3px 0 #000; color: #fff; font-size: 14px; font-weight: 950; text-decoration: none; }
.profile-final-line-connect span { width: 30px; height: 30px; display: grid; place-items: center; border: 1.5px solid #000; border-radius: 50%; background: #fff; color: #06c755; font-size: 10px; }
.profile-final-line-note { margin: 13px 0 0; padding: 9px 11px; border: 1.5px dashed rgba(0,0,0,.25); border-radius: 10px; background: #fffbf0; color: rgba(26,26,26,.6); font-size: 10px; line-height: 1.6; font-weight: 650; text-align: center; }
.profile-final-line-preparing { display: grid; justify-items: center; margin-top: 22px; padding: 20px; border: 2.5px dashed rgba(0,0,0,.3); border-radius: 16px; background: #f7f7f7; text-align: center; }
.profile-final-line-preparing span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid #000; border-radius: 50%; background: #fff; font-weight: 950; }
.profile-final-line-preparing strong { margin-top: 10px; font-size: 13px; }
.profile-final-line-preparing p { margin: 5px 0 0; color: rgba(26,26,26,.58); font-size: 10px; line-height: 1.6; }
.profile-final-footer { display: flex; align-items: center; gap: 8px; padding: 0 7px; color: rgba(26,26,26,.4); font-size: 10px; font-weight: 800; }
.profile-final-footer span { width: 22px; height: 22px; display: grid; place-items: center; border: 1.5px solid rgba(0,0,0,.35); border-radius: 50%; background: #fff; }
@media (max-width: 900px) {
  .profile-final-grid { grid-template-columns: 1fr; }
  .profile-final-main-card { padding: 24px; }
  .profile-final-side { grid-template-columns: 1fr 1fr; align-items: start; }
  .profile-final-footer { grid-column: 1 / -1; }
}
@media (max-width: 650px) {
  .profile-final-shell { width: min(100% - 24px,1120px); padding: 24px 0 70px; }
  .profile-final-heading { gap: 13px; margin-bottom: 22px; }
  .profile-final-mark { width: 54px; height: 54px; border-radius: 13px; font-size: 27px; }
  .profile-final-heading h1 { font-size: 29px; }
  .profile-final-heading p { font-size: 11px; }
  .profile-final-kickers b { display: none; }
  .profile-final-side { grid-template-columns: 1fr; }
  .profile-final-card, .profile-final-main-card, .profile-final-identity-card, .profile-final-line-card { padding: 18px; border-radius: 16px; }
  .profile-final-card-heading > b:not(.profile-final-status) { display: none; }
  .profile-final-avatar-row { align-items: flex-start; }
  .profile-final-dropzone { min-height: 135px; }
  .profile-final-line-actions { grid-template-columns: 1fr; }
}

@media (max-width: 1050px) {
  .chicken-chat-shell { grid-template-columns: 270px minmax(380px,1fr); }
  .chat-friends-panel { display: none; }
}
@media (max-width: 700px) {
  .identity-code-list { grid-template-columns: 1fr; }
  .event-group-chat-link { grid-template-columns: 38px minmax(0,1fr); }
  .event-group-chat-link > b { grid-column: 2; }
  .chicken-chat-body { overflow: auto; }
  .chicken-chat-shell { height: calc(100dvh - 64px); display: block; }
  .chat-people-panel { height: 100%; border-right: 0; }
  .chat-conversation[data-chat-room] { position: fixed; z-index: 30; inset: 64px 0 0; display: grid; }
  .chat-conversation:not([data-chat-room]) { display: none; }
  .chat-conversation > header > a:first-child { display: grid; place-items: center; width: 32px; height: 32px; color: #1a1a1a; text-decoration: none; }
  .chat-message-list { padding-inline: 14px; }
  .chat-composer { padding: 10px 12px; }
  .nest-chat-link { display: none; }
}

/* Keep the calendar launcher available when the desktop insight rail collapses. */
@media (max-width: 1180px) {
  .nest-insights.nest-shared-insights { position: fixed; z-index: 1040; top: auto; right: 18px; bottom: 88px; width: 258px; display: block; }
  .nest-insights.nest-shared-insights > section { display: none; }
  .nest-insights.nest-shared-insights > .nest-calendar-widget { display: block; }
}
@media (max-width: 600px) {
  .nest-insights.nest-shared-insights { right: 12px; bottom: 82px; width: 226px; }
  .nest-calendar-toggle { min-height: 58px; padding: 9px 11px; }
  .nest-calendar-toggle small { display: none; }
}
