@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#000;color:#fff;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.nav{border-bottom:1px solid #333;padding:1rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;position:sticky;top:0;z-index:100}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#ccc;text-decoration:none;transition:color .3s}.nav-link:hover{color:#fff}.btn{padding:.5rem 1rem;border:none;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .3s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-size:14px}.btn-primary{background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8b5cf64d}.btn-outline{background:#ffffff1a;color:#ccc;border:1px solid #333}.btn-outline:hover{background:#fff3;color:#fff}.hero{padding:6rem 0;text-align:center;background:radial-gradient(ellipse at center,rgba(139,92,246,.1) 0%,transparent 70%)}.hero-icon{width:6rem;height:6rem;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;position:relative;box-shadow:0 20px 40px #8b5cf64d}.hero-icon:after{content:"✨";position:absolute;top:-8px;right:-8px;width:2rem;height:2rem;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.hero h1{font-size:clamp(3rem,8vw,6rem);font-weight:900;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h5{font-size:clamp(1rem,2.3vw,2rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;color:#ccc;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:#ffffff0d;border:1px solid #333;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-decoration:none;color:inherit;cursor:pointer}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d;border-color:#8b5cf6}.feature-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem}.feature-icon.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.feature-icon.blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.feature-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem}.feature-card p{color:#ccc;font-size:.9rem}.expenses-page{padding:2rem 0}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;margin-bottom:.5rem}.page-header p{color:#ccc}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.page-header-actions{display:flex;align-items:center}.form-error{color:#f87171;margin-top:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#ffffff0d;border:1px solid #333;border-radius:.5rem;padding:1.5rem}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.stat-title{font-size:.875rem;color:#ccc}.stat-value{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-change{font-size:.75rem;color:#ccc;display:flex;align-items:center;gap:.25rem}.expenses-wrapper{background:#07070f;min-height:100vh}.expenses-list{background:#ffffff0d;border:1px solid #333;border-radius:.5rem;overflow:hidden}.radio-group{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.expenses-header{padding:1.5rem;border-bottom:1px solid #333}.expenses-header h2{margin-bottom:.25rem}.expenses-content{padding:1.5rem}.expense-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;border-radius:.5rem;margin-bottom:.75rem;transition:background .3s}.expense-item:hover{background:#ffffff1a}.expense-left{display:flex;align-items:center;gap:1rem}.expense-icon{width:3rem;height:3rem;background:#333;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.expense-details h4{margin-bottom:.25rem}.expense-meta{font-size:.875rem;color:#ccc}.expense-right{text-align:right}.expense-amount{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.expense-amount.debited{color:#ef4444}.expense-amount.credited{color:#10b981}@media (max-width: 768px){.nav-content{flex-direction:column;gap:1rem}.hero{padding:3rem 0}.features{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.expense-item{flex-direction:column;align-items:flex-start;gap:1rem}.expense-right{text-align:left}}.nickname-edit-view{display:flex;align-items:center;gap:8px;width:100%}.nickname-input{background-color:#ffffff1a;border:1px solid #333;color:#fff;border-radius:.5rem;padding:.5rem;font-size:1rem;font-weight:700;width:100%;font-family:inherit}.nickname-input:focus{outline:none;border-color:#8b5cf6}.nickname-placeholder{font-size:1rem;font-weight:700;color:#888;cursor:pointer;padding:.5rem 0;transition:color .2s}.nickname-placeholder:hover{color:#ccc}.edit-nickname-btn{background:none;border:none;cursor:pointer;font-size:20px;padding:0;margin:0;line-height:1;color:#ccc;transition:color .2s}.edit-nickname-btn:hover{color:#fff}.modal-content{background:#1a1a1a;border-radius:1rem;border:1px solid #333;width:90%;max-width:600px;overflow:hidden;box-shadow:0 10px 30px #00000080}.modal-header h2{margin:0}.search-bar{background:none;border:none;margin-bottom:0;border-radius:0;padding:1.5rem}.search-form{grid-template-columns:1fr 1fr}.expenses-header-title{display:flex;align-items:center;gap:1rem;margin-bottom:.25rem}.expenses-header-title h2{margin:0}.clear-search-btn{padding:.25rem .5rem;font-size:12px;font-weight:500}.expense-category{color:#ccc;font-weight:600;font-size:.9rem}.delete-btn{background:none;border:none;color:#ccc;cursor:pointer;font-size:16px;line-height:1;transition:color .2s;padding:0;margin-left:5px}.delete-btn:hover{color:#ef4444}.expense-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;text-align:right}.expense-right-bottom{display:flex;align-items:center;gap:5px;margin-top:2px}.profile-section{position:relative}.profile-button{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;border:none;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:1rem}.profile-dropdown{position:absolute;top:130%;right:0;background:#1a1a1a;border:1px solid #333;border-radius:.5rem;width:250px;box-shadow:0 5px 15px #0000004d;z-index:110;overflow:hidden}.dropdown-header{padding:1rem;border-bottom:1px solid #333;font-size:.9rem;color:#ccc}.dropdown-header strong{color:#fff;word-break:break-all}.dropdown-menu{list-style:none;padding:0;margin:0}.dropdown-menu li button{display:block;padding:.75rem 1rem;color:#ccc;text-decoration:none;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:.9rem;transition:background-color .2s,color .2s}.dropdown-menu li button:hover{background-color:#ffffff1a;color:#fff}.dropdown-menu hr{border:none;border-top:1px solid #333;margin:.25rem 0}.delete-link{color:#ef4444!important}.delete-link:hover{color:#fff!important;background-color:#ef4444!important}.nav-link-btn{color:#fff;text-decoration:none}.nav-link-btn:hover{color:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#1a1a1a;border-radius:1rem;border:1px solid #333;width:90%;max-width:500px;overflow:hidden;box-shadow:0 10px 30px #00000080}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #333}.modal-header h2{margin:0;font-size:1.25rem}.modal-close-btn{background:none;border:none;color:#ccc;font-size:2rem;cursor:pointer;line-height:1;padding:0;transition:color .2s}.modal-close-btn:hover{color:#fff}.modal-form{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.modal-form .form-group{display:flex;flex-direction:column;gap:.5rem}.modal-form .form-label{font-size:.875rem;color:#ccc;font-weight:500}.modal-form .form-input{background-color:#ffffff1a;border:1px solid #333;color:#fff;border-radius:.5rem;padding:.75rem;font-size:1rem;font-family:inherit;width:100%}.modal-form .form-input:focus{outline:none;border-color:#8b5cf6}.modal-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}input[type=text],input[type=number],input[type=date]{padding:15px 20px;height:10px;width:300px;font-size:1.2rem;border:4px solid #e1dede;border-radius:20px;background-color:#fff;color:#000}.add-expense-form-container,.search-bar{padding:20px;margin-left:20px;font-size:1.2rem}body{margin:0}.login-page{min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at top left,rgba(69,99,255,.18),transparent 30%),radial-gradient(circle at bottom right,rgba(139,92,246,.18),transparent 28%),linear-gradient(180deg,#060816,#090b18 35%,#04060f);color:#f8fafc;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.login-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.bg-orb{position:absolute;border-radius:999px;filter:blur(80px);opacity:.5}.orb-one{width:360px;height:360px;background:#38bdf83d;top:-90px;left:-80px}.orb-two{width:320px;height:320px;background:#a855f738;right:-70px;bottom:-60px}.bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 90%);mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 90%)}.login-shell{position:relative;z-index:1;max-width:1360px;margin:0 auto;min-height:100vh;padding:2rem;display:grid;place-items:center}.landing-container{width:100%;min-height:100vh;display:grid;grid-template-columns:1.6fr 1fr;align-items:center;gap:2.5rem;padding:2.2rem;border-radius:40px;background:#070b1beb;border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 120px #0006;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.landing-left,.landing-right{position:relative}.landing-right{padding-left:2rem;border-left:1px solid rgba(255,255,255,.12)}.landing-top{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.brand-badge{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#38bdf83d,#a855f73d);color:#e2e8f0;box-shadow:inset 0 1px #ffffff29}.landing-badges{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.eyebrow{color:#7dd3fc;letter-spacing:.18em;text-transform:uppercase;font-size:.74rem;font-weight:700}.beta-pill{padding:.45rem .85rem;border-radius:999px;font-size:.72rem;font-weight:700;color:#eef2ff;background:#6366f133;border:1px solid rgba(99,102,241,.24)}.hero-copy-block{max-width:640px}.hero-logo{width:72px;height:72px;border-radius:22px;display:grid;place-items:center;font-size:2rem;margin-bottom:1.25rem;background:linear-gradient(135deg,#38bdf84d,#a855f74d);box-shadow:0 18px 44px #38bdf82e}.hero-copy-block h1{margin:0 0 1rem;font-size:clamp(2.6rem,4vw,3.6rem);line-height:1.02}.hero-lead{margin:0;color:#f8fafc;font-size:clamp(1.2rem,1.7vw,1.45rem);font-weight:600;line-height:1.5}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:2rem 0 1.4rem}.feature-card{padding:1.25rem 1.25rem 1.35rem;border-radius:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 38px #00000029;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.feature-card:hover{transform:translateY(-4px);border-color:#7dd3fc4d;background:#ffffff14;box-shadow:0 24px 55px #0000002e}.feature-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;margin-bottom:.85rem;background:#ffffff14;box-shadow:inset 0 1px #ffffff1f}.feature-card h3{margin:0 0 .55rem;font-size:1rem}.feature-card p{margin:0;font-size:.95rem;line-height:1.8;color:#cbd5e1}.feature-card-1 .feature-icon{color:#38bdf8;background:#38bdf829}.feature-card-2 .feature-icon{color:#a78bfa;background:#a78bfa24}.feature-card-3 .feature-icon{color:#38bdf8;background:#38bdf824}.feature-card-4 .feature-icon{color:#7c3aed;background:#7c3aed24}.info-card{margin-top:1.5rem;padding:1.4rem 1.35rem;border-radius:24px;background:linear-gradient(180deg,#0f172af2,#0f172adb);border:1px solid rgba(255,255,255,.08)}.info-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.7rem}.info-card-header h2{margin:0;font-size:1.05rem}.info-card p{margin:0;color:#dbeafe;font-size:.95rem;line-height:1.8}.auth-panel{display:flex;align-items:center}.auth-content{width:100%}.auth-brand{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.auth-logo{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;font-size:1.75rem;background:linear-gradient(135deg,#38bdf84d,#a855f74d);box-shadow:0 14px 34px #38bdf829}.auth-kicker{margin:0;color:#7dd3fc;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700}.auth-heading h2{margin:0 0 .55rem;font-size:clamp(2rem,3vw,2.4rem);line-height:1.05}.auth-subtitle{margin:0;color:#cbd5e1;font-size:1rem;line-height:1.75;max-width:360px}.login-button{width:100%;border:0;border-radius:18px;padding:1rem;font-size:1rem;font-weight:700;color:#f8fafc;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#38bdf82e,#818cf833);border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 36px #00000042;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.login-button:hover{transform:translateY(-2px);border-color:#7dd3fc52;box-shadow:0 20px 44px #00000047}.login-button:focus-visible{outline:2px solid #7dd3fc;outline-offset:3px}.google-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.auth-trust-block{margin-top:1.6rem;display:flex;flex-direction:column;gap:.75rem}.trust-chip{display:inline-flex;align-items:center;gap:.65rem;padding:.9rem 1rem;border-radius:18px;font-size:.95rem;color:#e2e8f0;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.trust-chip svg{color:#7dd3fc}.auth-footer-links{margin-top:1.7rem;display:flex;flex-wrap:wrap;gap:.9rem}.auth-footer-links a{color:#cbd5e1;text-decoration:none;font-size:.95rem;transition:color .18s ease}.auth-footer-links a:hover{color:#7dd3fc}@keyframes drift{0%{transform:translateZ(0)}to{transform:translate3d(10px,-16px,0)}}@media (max-width: 900px){.landing-container{grid-template-columns:1fr;padding:1.6rem}.landing-right{padding-left:0;border-left:none}.landing-left,.landing-right{width:100%}.landing-top{margin-bottom:1.5rem}}@media (max-width: 760px){.login-shell{padding:1rem}.landing-container{gap:1.5rem;border-radius:28px}.hero-copy-block h1{font-size:2.3rem}.feature-grid{grid-template-columns:1fr}.auth-heading h2{font-size:1.9rem}.auth-logo{width:58px;height:58px}}@media (max-width: 520px){.landing-container{padding:1rem}.landing-top,.auth-brand{gap:.75rem}.hero-copy-block h1{font-size:2rem}.auth-heading h2{font-size:1.75rem}.login-button{padding:.95rem 1rem}}body,html{margin:0;padding:0;height:100%;background-color:#050506;font-family:Poppins,sans-serif}.chatbot-container{display:flex;flex-direction:column;height:100vh;color:#f5f5f5}.chat-header{display:flex;align-items:center;background:linear-gradient(135deg,#8b5cf6,#3b82f6);padding:1rem;box-shadow:0 2px 8px #0000004d}.avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ffd1c1,#b3ddf2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:#333;margin-right:1rem}.title{margin:0;font-size:1.1rem;font-weight:600}.status{display:flex;align-items:center;margin-top:2px}.status-dot{width:8px;height:8px;background-color:#4ade80;border-radius:50%;margin-right:6px}.status-text{font-size:.75rem;color:#86efac}.messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.message-row{display:flex;align-items:flex-end;gap:.5rem}.message-row.user{justify-content:flex-end}.bot-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#ffd1c1,#b3ddf2)}.message-bubble{padding:12px 16px;border-radius:16px;max-width:70%;box-shadow:0 2px 6px #0003;font-size:.9rem;line-height:1.4}.message-bubble.user{background-color:#c3e6c9;color:#111;border-bottom-right-radius:4px}.message-bubble.bot{background-color:#c9c3e6;color:#111;border-bottom-left-radius:4px}.typing-bubble{background-color:#c9c3e6;border-radius:16px 16px 16px 4px;padding:10px 14px;display:flex;align-items:center;justify-content:center;gap:4px}.dot{width:6px;height:6px;background-color:#333;border-radius:50%;animation:blink 1.2s infinite}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.3}40%{opacity:1}}.input-area{background-color:#3a3a4e;padding:1rem}.input-form{display:flex;align-items:center;background-color:#2a2a3e;border-radius:9999px;padding:.5rem 1rem;box-shadow:inset 0 2px 4px #0003}.message-input{flex:1;background:transparent;border:none;color:#f5f5f5;font-size:.95rem;outline:none}.message-input::-moz-placeholder{color:#aaa}.message-input::placeholder{color:#aaa}.send-btn{border:none;background:linear-gradient(135deg,#ffd1c1,#b3ddf2);border-radius:50%;width:40px;height:40px;color:#333;font-size:1.2rem;cursor:pointer;transition:opacity .2s}.send-btn:hover{opacity:.9}.send-btn:disabled{opacity:.4;cursor:not-allowed}.messages::-webkit-scrollbar{width:8px}.messages::-webkit-scrollbar-track{background:#3a3a4e}.messages::-webkit-scrollbar-thumb{background:#c9c3e6;border-radius:10px}.messages::-webkit-scrollbar-thumb:hover{background:#b3addf}.message-container::-webkit-scrollbar{width:8px}.message-container::-webkit-scrollbar-track{background:#3a3a4e}.message-container::-webkit-scrollbar-thumb{background:#c9c3e6;border-radius:10px}.message-container::-webkit-scrollbar-thumb:hover{background:#b3addf}*{box-sizing:border-box}.legal-page{min-height:100vh;background:linear-gradient(135deg,#09090f,#14142a);padding:2rem 1rem;color:#f5f7ff;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}.legal-shell{width:min(900px,100%);margin:0 auto}.legal-card{background:#14182af5;border:1px solid rgba(148,163,184,.2);border-radius:28px;padding:2rem;box-shadow:0 20px 60px #00000059;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.legal-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.legal-back-link{color:#8b9eff;text-decoration:none;font-weight:600}.legal-back-link:hover{text-decoration:underline}.legal-badge{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(139,158,255,.35);color:#c7d2fe;padding:.45rem .75rem;border-radius:999px;font-size:.9rem}.legal-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.legal-logo{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);display:grid;place-items:center;font-size:1.4rem;font-weight:700;color:#fff}.legal-eyebrow{margin:0 0 .2rem;color:#8b9eff;font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.legal-header h1{margin:0;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;letter-spacing:-.03em}.legal-intro{color:#dbe4ff;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}.legal-sections{display:flex;flex-direction:column;gap:1rem}.legal-section{border:1px solid rgba(148,163,184,.16);border-radius:18px;padding:1.1rem 1.2rem;background:#090b19a6}.legal-section h2{font-size:1.08rem;margin:0 0 .75rem;color:#f4f7ff}.legal-content p,.legal-content li{color:#d7def4;line-height:1.75;margin:0 0 .7rem}.legal-content ul{padding-left:1.15rem;margin:0}.legal-content a{color:#8b9eff;text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-footer-links{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem}.legal-footer-links a{color:#8b9eff;text-decoration:none;font-weight:600}.legal-footer-links a:hover{text-decoration:underline}@media (max-width: 768px){.legal-card{padding:1.25rem;border-radius:20px}.legal-topbar{flex-direction:column;align-items:flex-start;gap:.5rem}}
