:root{--system-gray-1: #8e8e93;--system-gray-2: #aeaeb2;--system-gray-3: #c7c7cc;--system-gray-4: #d1d1d6;--system-gray-5: #e5e5ea;--system-gray-6: #f2f2f7;--system-purple: #af52de;--system-purple-light: #d1b3e6;--system-purple-dark: #8e44ad;--system-green: #34c759;--system-red: #ff3b30;--light-bg: #ffffff;--light-text: #1d1d1f;--light-card-bg: #fafafa;--light-border: #e5e5e7;--dark-bg: #000;--dark-text: #fff;--dark-card-bg: #1c1c1e;--border-radius: 10px;--shadow: 0 2px 8px rgba(0, 0, 0, .08)}.logout-container.svelte-16i47gd{display:flex;justify-content:center;margin-top:1.5rem}.logout-link.svelte-16i47gd{background:none;border:none;color:var(--system-gray-1);text-decoration:underline;font-size:.9rem;cursor:pointer;padding:0;margin:0;transition:color .2s}.logout-link.svelte-16i47gd:hover,.logout-link.svelte-16i47gd:focus{color:var(--system-red)}.dialog-overlay.svelte-16i47gd{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog.svelte-16i47gd{background:var(--light-bg);border-radius:var(--border-radius);padding:2rem;max-width:400px;width:90%;box-shadow:0 8px 32px #0000001f;border:1px solid var(--light-border)}.dialog.svelte-16i47gd h3:where(.svelte-16i47gd){margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:var(--light-text)}.dialog.svelte-16i47gd p:where(.svelte-16i47gd){margin:0 0 2rem;color:var(--system-gray-1);line-height:1.5}.dialog-actions.svelte-16i47gd{display:flex;gap:1rem;justify-content:flex-end}.dialog-actions.svelte-16i47gd .button:where(.svelte-16i47gd){min-width:80px}main.svelte-16i47gd{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--light-bg);color:var(--light-text);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;box-sizing:border-box}.container.svelte-16i47gd{width:100%;max-width:640px;margin:0 auto;position:relative}.card.svelte-16i47gd{background:var(--light-card-bg);border-radius:20px;padding:2rem;box-shadow:var(--shadow);margin-bottom:2rem;border:1px solid var(--light-border)}.welcome-container.svelte-16i47gd{text-align:center;padding:4rem 0}h1.svelte-16i47gd{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--light-text)}.welcome-container.svelte-16i47gd p:where(.svelte-16i47gd){font-size:1.2rem;color:var(--system-gray-1);margin-bottom:3rem;max-width:480px;margin-left:auto;margin-right:auto}.button-group.svelte-16i47gd{display:flex;flex-direction:column;gap:1rem;width:100%}.button.svelte-16i47gd{display:inline-block;background-color:var(--system-purple);color:#fff;border:none;border-radius:var(--border-radius);padding:1.5rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;text-align:center;transition:all .2s;text-decoration:none;box-sizing:border-box;outline:none}.button.secondary.svelte-16i47gd{background-color:transparent;color:var(--system-purple);border:2px solid var(--system-purple)}.button.svelte-16i47gd:hover,.button.svelte-16i47gd:focus{filter:brightness(.95);box-shadow:0 4px 12px #af52de33}.button.secondary.svelte-16i47gd:hover,.button.secondary.svelte-16i47gd:focus{background-color:var(--system-purple);color:#fff}.button.svelte-16i47gd:active{transform:scale(.98)}.button-group.svelte-16i47gd .button:where(.svelte-16i47gd){width:100%}.progress-bar.svelte-16i47gd{width:100%;height:8px;background-color:var(--system-gray-4);border-radius:4px;overflow:hidden;margin-bottom:2rem}.progress-bar-inner.svelte-16i47gd{height:100%;background-color:var(--system-purple);transition:width .4s cubic-bezier(.22,1,.36,1)}.question-container.svelte-16i47gd{padding-top:2rem;text-align:center}h2.svelte-16i47gd{font-size:1.75rem;font-weight:600;margin-bottom:2rem;color:var(--light-text)}.scale.svelte-16i47gd{display:flex;align-items:center;justify-content:space-between;color:var(--system-gray-1);margin-bottom:1rem}.options.svelte-16i47gd{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:2rem}.options.svelte-16i47gd button:where(.svelte-16i47gd){width:50px;height:50px;border:none;background-color:var(--system-gray-5);border-radius:50%;font-size:1.2rem;font-weight:600;cursor:pointer;color:var(--light-text);transition:all .2s}.options.svelte-16i47gd button:where(.svelte-16i47gd):hover{transform:scale(1.1)}.options.svelte-16i47gd button.selected:where(.svelte-16i47gd){background-color:var(--system-purple);color:#fff;box-shadow:0 2px 8px #af52de33;border:2px solid var(--system-purple)}.selection-grid.svelte-16i47gd{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem;margin-bottom:2rem}.selection-grid.svelte-16i47gd button:where(.svelte-16i47gd){background-color:var(--system-gray-5);color:var(--light-text);border:2px solid transparent;border-radius:var(--border-radius);padding:.75rem .5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:center}.selection-grid.svelte-16i47gd button.selected:where(.svelte-16i47gd){border-color:var(--system-purple);background-color:transparent;color:var(--system-purple)}.form-container.svelte-16i47gd{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;width:100%}input[type=text].svelte-16i47gd,input[type=email].svelte-16i47gd,input[type=password].svelte-16i47gd{width:100%;padding:1rem;font-size:1rem;border-radius:var(--border-radius);border:1px solid var(--light-border);background-color:#fff;color:var(--light-text);-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}.result-card.svelte-16i47gd{text-align:center}.result-actions.svelte-16i47gd{display:flex;flex-direction:column;align-items:center;gap:.5rem}.qr-container.svelte-16i47gd{margin:2rem 0}.qr-container.svelte-16i47gd img:where(.svelte-16i47gd){background:#fff;padding:1.5rem;border-radius:var(--border-radius);border:1px solid var(--light-border);width:280px;height:280px}.error-container.svelte-16i47gd{text-align:center}.error-message.svelte-16i47gd{color:var(--system-red);background-color:#ff3b301a;padding:1rem;border-radius:var(--border-radius);margin-bottom:2rem;border:1px solid rgba(255,59,48,.2)}.email-input.svelte-16i47gd{display:flex;flex-direction:column;gap:.5rem;width:100%}.button.svelte-16i47gd:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(1) brightness(1.2);background-color:var(--system-gray-3);color:var(--system-gray-1);border:1px solid var(--system-gray-4);transform:none}.button.svelte-16i47gd:disabled:hover,.button.svelte-16i47gd:disabled:focus{filter:grayscale(1) brightness(1.2);box-shadow:none}.button.secondary.svelte-16i47gd:disabled{background-color:var(--system-gray-3);color:var(--system-gray-1);border:1px solid var(--system-gray-4)}.button.secondary.svelte-16i47gd:disabled:hover,.button.secondary.svelte-16i47gd:disabled:focus{background-color:var(--system-gray-3);color:var(--system-gray-1)}.divider.svelte-16i47gd{display:flex;align-items:center;margin:1rem 0;position:relative}.divider.svelte-16i47gd:before{content:"";flex:1;height:1px;background:var(--light-border)}.divider.svelte-16i47gd:after{content:"";flex:1;height:1px;background:var(--light-border)}.divider.svelte-16i47gd span:where(.svelte-16i47gd){padding:0 1rem;color:var(--system-gray-2);font-size:.875rem;background:var(--light-card-bg)}.google-button.svelte-16i47gd{background-color:#fff;color:#1f1f1f;border:1px solid var(--light-border);display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:500;transition:all .2s}.google-button.svelte-16i47gd:hover,.google-button.svelte-16i47gd:focus{background-color:#f8f9fa;border-color:#dadce0;box-shadow:0 1px 3px #0000001a;transform:translateY(-1px)}.google-button.svelte-16i47gd:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.google-button.svelte-16i47gd:disabled{background-color:#f8f9fa;color:var(--system-gray-2);border-color:var(--light-border);cursor:not-allowed;transform:none;box-shadow:none}.google-icon.svelte-16i47gd{flex-shrink:0}@media (max-width: 600px){main.svelte-16i47gd{padding:4rem .5rem 1rem;align-items:flex-start;min-height:100vh}.container.svelte-16i47gd{padding:0;max-width:100vw;margin-top:1rem}.card.svelte-16i47gd{background:transparent;border-radius:0;padding:1rem 0;box-shadow:none;margin-bottom:1.5rem;border:none}h1.svelte-16i47gd{font-size:2rem}h2.svelte-16i47gd{font-size:1.2rem}.selection-grid.svelte-16i47gd{grid-template-columns:1fr 1fr;gap:.5rem}.selection-grid.svelte-16i47gd button:where(.svelte-16i47gd){padding:.5rem .25rem;font-size:.8rem}.logout-link.svelte-16i47gd{font-size:.8rem}.dialog.svelte-16i47gd{padding:1.5rem;margin:1rem}.dialog-actions.svelte-16i47gd{flex-direction:column;gap:.75rem}.dialog-actions.svelte-16i47gd .button:where(.svelte-16i47gd){min-width:100%}}@media (max-width: 400px){main.svelte-16i47gd{padding:3.5rem .25rem .5rem}.selection-grid.svelte-16i47gd{grid-template-columns:1fr;gap:.5rem}.selection-grid.svelte-16i47gd button:where(.svelte-16i47gd){padding:.75rem .5rem;font-size:.875rem}}.match-result.svelte-16i47gd{text-align:center}.matching-details.svelte-16i47gd{margin-top:.25rem;text-align:center}.matches-section.svelte-16i47gd{margin-bottom:1.5rem}.matches-title.svelte-16i47gd{font-size:.9rem;font-weight:600;color:var(--system-gray-2);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.3px}.matches-list.svelte-16i47gd{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center}.match-item.svelte-16i47gd{display:inline-block;padding:.4rem .8rem;background:var(--system-gray-6);border-radius:20px;font-size:.85rem;font-weight:500;color:var(--light-text);border:1px solid var(--light-border);transition:all .2s ease}.match-item.highlighted.svelte-16i47gd{background:var(--system-purple);color:#fff;border-color:var(--system-purple);box-shadow:0 2px 8px #af52de33;transform:scale(1.05)}.score-display.svelte-16i47gd{display:flex;justify-content:center;align-items:center;margin:2rem 0}.percentage.svelte-16i47gd{display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:800;color:var(--light-text);margin:0 auto}.retake-link.svelte-16i47gd{background:none;border:none;color:var(--system-purple);font-size:.9rem;cursor:pointer;text-decoration:underline;padding:.5rem 0;margin-top:.5rem;transition:color .2s}.retake-link.svelte-16i47gd:hover,.retake-link.svelte-16i47gd:focus{color:var(--system-purple-dark);text-decoration:none}.match-prompts.svelte-16i47gd{margin:2rem auto 1.5rem;max-width:420px;background:var(--system-gray-6);border-radius:var(--border-radius);padding:1.5rem 1.25rem;box-shadow:0 1px 4px #0000000a;text-align:left}.match-prompts.svelte-16i47gd .headline:where(.svelte-16i47gd){font-size:1.25rem;font-weight:700;color:var(--system-purple);margin-bottom:1rem;text-align:center}.match-prompts.svelte-16i47gd .questions:where(.svelte-16i47gd){margin:0;padding-left:1.25rem;font-size:1.05rem;color:var(--light-text)}.match-prompts.svelte-16i47gd .questions:where(.svelte-16i47gd) li:where(.svelte-16i47gd){margin-bottom:.75rem;line-height:1.5}
