.app-container{align-items:center;background-color:#fff;color:#1e293b;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:1.5rem 2rem;text-align:center;width:100%}.app-header{margin-bottom:2rem;max-width:900px;width:100%}.app-navbar{align-items:center;display:flex;justify-content:space-between;width:100%}.home-button{align-items:center;background:transparent;border:none;border-radius:8px;cursor:pointer;display:inline-flex;margin:0;padding:0;transition:opacity .2s ease,transform .2s ease}.home-button:hover{opacity:.9;transform:scale(1.05)}.home-button:focus-visible{outline:2px solid #6366f1;outline-offset:4px}.home-logo{background-color:#fff;display:block;height:64px;object-fit:contain;width:auto}.user-profile-bar{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;gap:1rem;justify-content:space-between;padding:.6rem 1rem}.user-info{align-items:center;display:flex;gap:.5rem;font-size:.95rem}.user-label{color:#64748b}.user-email{color:#0f172a;font-weight:600}.status-badge{background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:4px;color:#15803d;font-size:.75rem;font-weight:600;padding:.2rem .5rem;text-transform:uppercase}.logout-button{background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;font-size:.85rem;font-weight:500;padding:.4rem .8rem;transition:background-color .2s}.logout-button:hover{background-color:#fecaca}.hero-section{margin:1.5rem 0 1rem}h1{color:#0f172a;font-size:2.25rem;font-weight:700;letter-spacing:-.025em;margin:0 0 .5rem}.description{color:#64748b;font-size:1.1rem;margin:.5rem 0 1.5rem}.card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;padding:2em}.user-interests-card{margin:1rem auto;max-width:500px}.user-interests-card h3{color:#0f172a;margin-top:0}.interests-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;list-style:none;margin-top:.5rem;padding:0}.interest-tag{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:16px;color:#334155;font-size:.85rem;font-weight:500;padding:.3rem .8rem}.loading-indicator{color:#64748b;font-size:1.2rem}.login-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.login-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px -5px #00000014,0 8px 10px -6px #0000000a;max-width:420px;padding:2.5rem;text-align:left;width:100%}.login-header h2{color:#0f172a;font-size:1.75rem;margin-bottom:.5rem;margin-top:0}.login-subtitle{color:#64748b;font-size:.9rem;margin-bottom:1.5rem;margin-top:0}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{color:#334155;font-size:.85rem;font-weight:500}.form-input{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0f172a;font-size:1rem;outline:none;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.error-alert{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.9rem;margin-bottom:1.25rem;padding:.75rem 1rem}.login-submit-button{background-color:#4f46e5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.75rem;transition:background-color .2s}.login-submit-button:hover:not(:disabled){background-color:#4338ca}.login-submit-button:disabled{cursor:not-allowed;opacity:.6}.login-cancel-button{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#475569;cursor:pointer;font-size:.9rem;margin-top:.5rem;padding:.6rem;transition:all .2s}.login-cancel-button:hover:not(:disabled){background-color:#f8fafc;border-color:#94a3b8;color:#0f172a}.qr-container{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:center;margin-bottom:1.25rem;padding:1rem}.qr-image{display:block;height:200px;width:200px}.secret-key-display{align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;flex-wrap:wrap;font-size:.85rem;gap:.5rem;justify-content:space-between;margin-bottom:1.25rem;padding:.6rem .8rem}.secret-key-label{color:#64748b;font-weight:500}.secret-key-value{color:#4f46e5;font-family:monospace;font-size:.9rem;word-break:break-all}.copy-button{background-color:#e2e8f0;border:1px solid #cbd5e1;border-radius:4px;color:#1e293b;cursor:pointer;font-size:.8rem;padding:.25rem .6rem;transition:background-color .2s}.copy-button:hover{background-color:#cbd5e1}.code-input{font-family:monospace;font-size:1.25rem;letter-spacing:.25rem;text-align:center}button{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;cursor:pointer;font-family:inherit;font-size:1em;font-weight:500;padding:.6em 1.2em;transition:all .2s ease}button:hover{background-color:#f1f5f9;border-color:#6366f1}:root{background-color:#fff;color:#1e293b;color-scheme:light;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{background-color:#fff;color:#1e293b;display:flex;margin:0;min-height:100vh;min-width:320px;place-items:center}
