:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1208;background:#fbfaf8;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}.app{flex-direction:column;width:100%;max-width:480px;min-height:100vh;margin:0 auto;display:flex}.nav-bar{background:#fbfaf8;border-top:1px solid #ede5d8;justify-content:space-around;padding:10px 0 18px;display:flex;position:sticky;bottom:0}.nav-item{color:#b8a898;cursor:pointer;flex-direction:column;align-items:center;gap:3px;padding:4px 16px;font-size:11px;font-weight:600;display:flex}.nav-item.active{color:#f07830}.nav-dot{background:#f07830;border-radius:50%;width:4px;height:4px}.home-screen{flex-direction:column;flex:1;justify-content:center;padding:48px 28px 28px;display:flex}.home-tag{color:#f07830;letter-spacing:.05em;text-transform:uppercase;background:#fff0e8;border-radius:20px;margin-bottom:20px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.home-h{color:#1a1208;letter-spacing:-.5px;margin-bottom:16px;font-size:36px;font-weight:900;line-height:1.1}.home-h span{color:#f07830}.home-p{color:#6a5a4a;margin-bottom:36px;font-size:15px;line-height:1.7}.btn-primary{color:#fff;cursor:pointer;background:#f07830;border:none;border-radius:14px;width:100%;padding:18px;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:800;transition:background .2s}.btn-primary:hover{background:#d96820}.btn-secondary{color:#f07830;cursor:pointer;background:0 0;border:1.5px solid #f07830;border-radius:14px;width:100%;margin-top:12px;padding:16px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:700;transition:background .2s}.btn-secondary:hover{background:#fff0e8}.quiz-screen{flex-direction:column;flex:1;padding:32px 28px 28px;display:flex}.progress-bar{background:#ede5d8;border-radius:2px;height:4px;margin-bottom:32px;overflow:hidden}.progress-fill{background:#f07830;border-radius:2px;height:100%;transition:width .4s}.q-step{color:#f07830;letter-spacing:.07em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:700}.q-text{color:#1a1208;letter-spacing:-.3px;margin-bottom:8px;font-size:26px;font-weight:900;line-height:1.2}.q-sub{color:#8a7a6a;margin-bottom:28px;font-size:14px;line-height:1.6}.option-cards{flex-direction:column;flex:1;gap:10px;margin-bottom:24px;display:flex}.option-card{cursor:pointer;background:#fff;border:1.5px solid #e8dfd0;border-radius:16px;align-items:center;gap:14px;padding:18px;transition:border-color .2s,background .2s;display:flex}.option-card:hover{border-color:#f07830}.option-card.selected{background:#fff8f4;border-color:#f07830}.option-icon{background:#f8f6f2;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;display:flex}.option-card.selected .option-icon{background:#fff0e8}.option-title{color:#1a1208;font-size:17px;font-weight:700}.option-sub{color:#8a7a6a;margin-top:3px;font-size:13px}.people-list{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.person-row{background:#fff;border:1.5px solid #e8dfd0;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;display:flex}.person-avatar{background:#fff0e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.person-info{flex:1}.person-name{color:#1a1208;font-size:14px;font-weight:700}.person-detail{color:#8a7a6a;margin-top:2px;font-size:12px}.person-tag{color:#f07830;background:#fff0e8;border-radius:8px;padding:3px 8px;font-size:10px;font-weight:700}.person-remove{color:#c8b8a8;cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px;line-height:1}.add-person-btn{color:#b8a898;cursor:pointer;background:0 0;border:1.5px dashed #d8cfc8;border-radius:14px;width:100%;margin-bottom:20px;padding:14px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:600;transition:border-color .2s,color .2s}.add-person-btn:hover{color:#f07830;border-color:#f07830}.sheet-overlay{z-index:100;background:#00000059;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:#fbfaf8;border-radius:24px 24px 0 0;width:100%;max-width:480px;padding:24px 24px 40px}.sheet-handle{background:#d8cfc8;border-radius:2px;width:40px;height:4px;margin:0 auto 24px}.sheet-title{color:#1a1208;margin-bottom:16px;font-size:20px;font-weight:800}.sheet-options{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.sheet-option{color:#1a1208;cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e8dfd0;border-radius:12px;padding:14px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:600;transition:border-color .2s,background .2s}.sheet-option:hover,.sheet-option.selected{background:#fff8f4;border-color:#f07830}.sheet-input{color:#1a1208;background:#fff;border:1.5px solid #e8dfd0;border-radius:12px;outline:none;width:100%;margin-bottom:12px;padding:14px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:600}.sheet-input:focus{border-color:#f07830}.top-header{z-index:10;background:#fbfaf8;border-bottom:1px solid #ede5d8;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex;position:sticky;top:0}.header-logo{color:#f07830;text-align:center;flex:1;font-family:Pacifico,cursive;font-size:20px;line-height:1}.header-btn{color:#8a7a6a;cursor:pointer;white-space:nowrap;background:0 0;border:none;min-width:72px;padding:6px 4px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700}.header-btn:hover{color:#f07830}.header-btn.left{text-align:left}.header-btn.right{text-align:right}
