.app-container{align-items:center;background-color:#fff;box-sizing:border-box;color:#1e293b;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:max(1.5rem,env(safe-area-inset-top)) max(2rem,env(safe-area-inset-right)) max(1.5rem,env(safe-area-inset-bottom)) max(2rem,env(safe-area-inset-left));text-align:center;width:100%}.app-header{box-sizing:border-box;margin-bottom:2rem;max-width:100%;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 #0f172a;outline-offset:4px}.home-logo{background-color:#fff;display:block;height:64px;object-fit:contain;width:auto}.auth-nav-container{align-items:center;display:flex;justify-content:flex-end}.nav-auth-button{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0f172a;cursor:pointer;font-size:.875rem;font-weight:500;padding:.45rem .9rem;transition:all .2s ease}.nav-auth-button:hover{background-color:#f8fafc;border-color:#94a3b8;color:#0f172a}.nav-auth-button:focus-visible{outline:2px solid #0f172a;outline-offset:2px}.logout-button{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0f172a;cursor:pointer;font-size:.875rem;font-weight:500;padding:.45rem .9rem;transition:all .2s ease}.logout-button:hover{background-color:#f8fafc;border-color:#94a3b8;color:#0f172a}.logout-button:focus-visible{outline:2px solid #0f172a;outline-offset:2px}.welcome-section{margin:2rem 0 1.5rem}.welcome-section h1{color:#0f172a;font-size:2.25rem;font-weight:700;letter-spacing:-.025em;margin:0}.card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;padding:2em}.user-interests-card{margin:1.5rem auto;max-width:500px}.user-interests-card h2{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.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:#0f172a;box-shadow:0 0 0 3px #0f172a14}.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:#0f172a;border:1px solid #0f172a;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.75rem;transition:all .2s ease}.login-submit-button:hover:not(:disabled){background-color:#1e293b;border-color:#1e293b}.login-submit-button:disabled{background-color:#94a3b8;border-color:#94a3b8;cursor:not-allowed;opacity:.7}.login-submit-button:focus-visible{outline:2px solid #0f172a;outline-offset:2px}.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:#0f172a;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:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0f172a;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}button:hover{background-color:#f8fafc;border-color:#94a3b8}.tabs-nav{border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:center;margin:1.5rem auto 1rem;max-width:800px;width:100%}.tab-button{background:transparent;border:none;border-bottom:2px solid transparent;border-radius:0;color:#64748b;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.tab-button:hover{background:transparent;border-color:transparent;color:#0f172a}.tab-button.active{border-bottom-color:#0f172a;color:#0f172a}.tab-button:focus-visible{outline:2px solid #0f172a;outline-offset:2px}.tab-content{margin:0 auto;max-width:800px;width:100%}.reports-section{margin:2rem 0;text-align:left}.reports-section h2{color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.loading-reports{color:#64748b;font-size:1rem;margin:2rem 0;text-align:center}.reports-grid{display:flex;flex-direction:column;gap:1.5rem}.report-card{box-sizing:border-box;text-align:left;transition:box-shadow .2s ease}.report-card:hover{box-shadow:0 4px 12px #00000012}.report-card.empty{background-color:#f8fafc;border-style:dashed}.report-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.report-interest-title{color:#0f172a;font-size:1.2rem;font-weight:600;margin:0;text-transform:capitalize}.report-date{color:#64748b;font-size:.85rem;font-weight:500}.report-image-container{border-radius:8px;margin-bottom:1rem;max-height:360px;overflow:hidden;width:100%}.report-image{border-radius:8px;display:block;height:auto;max-height:360px;object-fit:cover;width:100%}.report-content{color:#334155;font-size:.95rem;line-height:1.6;white-space:pre-wrap}.report-card.clickable{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.report-card.clickable:hover{border-color:#cbd5e1;box-shadow:0 8px 20px #00000014;transform:translateY(-2px)}.report-card.clickable:focus-visible{outline:2px solid #0f172a;outline-offset:2px}.report-summary{color:#334155;font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.report-card-footer{display:flex;justify-content:flex-end;margin-top:.75rem}.report-view-more{color:#2563eb;font-size:.85rem;font-weight:600;transition:color .2s ease}.report-card.clickable:hover .report-view-more{color:#1d4ed8;text-decoration:underline}.modal-backdrop{align-items:center;background-color:#0f172a80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-sizing:border-box;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1000}.modal-container.report-modal{animation:modalFadeIn .2s ease-out;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000d;box-sizing:border-box;display:flex;flex-direction:column;max-height:85vh;max-width:720px;overflow:hidden;text-align:left;width:100%}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.modal-header{align-items:center;background-color:#fff;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.modal-header-titles{display:flex;flex-direction:column;gap:.25rem}.modal-title{color:#0f172a;font-size:1.35rem;font-weight:700;margin:0;text-transform:capitalize}.modal-date{color:#64748b;font-size:.85rem;font-weight:500}.modal-close-button{background:transparent;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:1.25rem;line-height:1;padding:.4rem .6rem;transition:all .2s ease}.modal-close-button:hover{background-color:#f1f5f9;color:#0f172a}.modal-close-button:focus-visible{outline:2px solid #0f172a;outline-offset:2px}.modal-image-container{background-color:#f8fafc;max-height:320px;overflow:hidden;width:100%}.modal-image{display:block;height:auto;max-height:320px;object-fit:cover;width:100%}.modal-body{color:#334155;flex:1;font-size:.95rem;line-height:1.7;overflow-y:auto;padding:1.5rem}.markdown-content{color:#334155}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4{color:#0f172a;font-weight:700;line-height:1.3;margin-bottom:.75rem;margin-top:1.25rem}.markdown-content h1:first-child,.markdown-content h2:first-child,.markdown-content h3:first-child{margin-top:0}.markdown-content h1{font-size:1.5rem}.markdown-content h2{font-size:1.3rem}.markdown-content h3{font-size:1.15rem}.markdown-content p{margin-bottom:1rem;margin-top:0}.markdown-content ul,.markdown-content ol{margin-bottom:1rem;margin-top:.5rem;padding-left:1.5rem}.markdown-content li{margin-bottom:.4rem}.markdown-content a{color:#2563eb;text-decoration:underline}.markdown-content a:hover{color:#1d4ed8}.markdown-content blockquote{border-left:3px solid #cbd5e1;color:#64748b;margin:1rem 0;padding-left:1rem}.markdown-content code{background-color:#f1f5f9;border-radius:4px;font-family:monospace;font-size:.85em;padding:.2rem .4rem}.markdown-content pre{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;overflow-x:auto;padding:1rem}.markdown-content pre code{background-color:transparent;padding:0}.no-reports-message{color:#64748b;font-size:.95rem;font-style:italic;margin:.5rem 0}.no-interests-message{color:#64748b;font-size:1rem;margin:1.5rem 0;text-align:center}.user-profile-page{box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:650px;width:100%}.profile-header-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem;width:100%}.profile-title{color:#0f172a;font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin:0}.back-button{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#0f172a;cursor:pointer;font-size:.875rem;font-weight:500;padding:.45rem .9rem;transition:all .2s ease}.back-button:hover{background-color:#f8fafc;border-color:#94a3b8}.back-button:focus-visible{outline:2px solid #0f172a;outline-offset:2px}.user-interests-manager-card{box-sizing:border-box;text-align:left;width:100%}.section-header{margin-bottom:1.5rem}.section-header h2{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.section-description{color:#64748b;font-size:.875rem;margin:0}.error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem;margin-bottom:1.25rem;overflow-wrap:break-word;padding:.65rem .9rem;word-break:break-word}.add-interest-form{display:flex;gap:.75rem;margin-bottom:1.5rem}.interest-input{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;box-sizing:border-box;color:#0f172a;flex:1;font-size:.95rem;min-width:0;padding:.6rem .85rem;transition:border-color .2s ease}.interest-input:focus{border-color:#0f172a;outline:none}.add-interest-button{background-color:#0f172a;border:1px solid #0f172a;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.875rem;font-weight:500;padding:.6rem 1.2rem;transition:all .2s ease;white-space:nowrap}.add-interest-button:hover:not(:disabled){background-color:#1e293b}.add-interest-button:disabled{cursor:not-allowed;opacity:.6}.profile-interests-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.no-interests-item{color:#64748b;font-size:.9rem;font-style:italic;padding:1rem 0;text-align:center}.profile-interest-item{align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;display:flex;gap:.75rem;justify-content:space-between;padding:.75rem 1rem;transition:background-color .2s ease}.profile-interest-item.editing{background-color:#fff;border-color:#0f172a}.interest-name{color:#0f172a;flex:1;font-size:.95rem;font-weight:500;min-width:0;overflow-wrap:anywhere;word-break:break-word}.interest-actions{display:flex;flex-shrink:0;gap:.5rem}.action-button{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#475569;cursor:pointer;font-size:.8rem;font-weight:500;padding:.35rem .7rem;transition:all .2s ease}.action-button:hover:not(:disabled){background-color:#f1f5f9;color:#0f172a}.action-button:disabled{cursor:not-allowed;opacity:.6}.action-button.remove-button:hover:not(:disabled){border-color:#ef4444;color:#ef4444}.edit-interest-form{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;width:100%}.edit-interest-input{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;box-sizing:border-box;color:#0f172a;flex:1;font-size:.95rem;min-width:0;padding:.45rem .75rem}.edit-interest-input:focus{border-color:#0f172a;outline:none}.edit-interest-actions{display:flex;flex-shrink:0;gap:.5rem}.save-interest-button{background-color:#0f172a;border:1px solid #0f172a;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;padding:.45rem .8rem;transition:all .2s ease}.save-interest-button:hover:not(:disabled){background-color:#1e293b}.save-interest-button:disabled{cursor:not-allowed;opacity:.6}.cancel-interest-button{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#475569;cursor:pointer;font-size:.8rem;font-weight:500;padding:.45rem .8rem;transition:all .2s ease}.cancel-interest-button:hover:not(:disabled){background-color:#f1f5f9;color:#0f172a}.profile-signout-section{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:.5rem;text-align:left;width:100%}.signout-info h3{color:#0f172a;font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.signout-info p{color:#64748b;font-size:.85rem;margin:0}@media(max-width:640px){.app-container{padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.card{padding:1.25rem 1rem}.user-profile-page{gap:1.5rem}}@media(max-width:480px){.edit-interest-actions{justify-content:flex-end;width:100%}.edit-interest-form{align-items:stretch;flex-direction:column;gap:.5rem}.edit-interest-input{width:100%}.profile-interest-item{flex-wrap:wrap;gap:.5rem}.profile-interest-item .interest-actions{margin-left:auto}}: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;flex-direction:column;margin:0;min-height:100vh;min-width:320px;width:100%}#root{display:flex;flex-direction:column;min-height:100vh;width:100%}
