@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}.login-container{min-height:100vh;background:transparent;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{background:#1a1a1a;padding:3rem 2.5rem;border-radius:28px;box-shadow:0 8px 48px #0004,0 1.5px 8px #0004;width:100%;max-width:420px;border:1.5px solid #646cff33;display:flex;flex-direction:column;align-items:center}.login-logo{width:60px;height:60px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:16px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700}.login-title{color:#bfc2ff;font-size:2.4rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.03em;text-shadow:0 4px 32px #646cff33;text-align:center}.login-subtitle{color:#f4f3f0;font-size:1.08rem;margin:0 0 2.2rem;line-height:1.5;text-align:center;font-weight:500}.login-form{display:flex;flex-direction:column;gap:1.5rem;width:100%}.login-group{display:flex;flex-direction:column;gap:.5rem}.login-label{color:#8189ff;font-weight:600;font-size:1rem;letter-spacing:.025em}.login-input{padding:1rem 1.1rem;border:2px solid #646cff44;border-radius:14px;font-size:1.08rem;background:#000;color:#ffffffde;font-family:inherit;outline:none;font-weight:500}.login-input:focus{border-color:#646cff;background:#0c0c24;box-shadow:0 0 0 3px #646cff33}.login-button{padding:1.1rem;background:linear-gradient(90deg,#535bf2,#646cff);color:#fff;border:none;border-radius:14px;font-size:1.08rem;font-weight:700;cursor:pointer;transition:all .25s ease;margin-top:.5rem;letter-spacing:.025em;font-family:inherit;box-shadow:0 4px 24px #646cff33;text-align:center}.login-button:hover:not(:disabled){background:linear-gradient(90deg,#747bff,#535bf2);transform:translateY(-2px) scale(1.03);box-shadow:0 8px 32px #646cff55}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-link{text-align:center;margin-top:2rem}.login-link a{color:#646cff;text-decoration:none;font-weight:600;font-size:1rem;transition:color .2s;letter-spacing:.025em}.login-link a:hover{color:#535bf2;text-decoration:underline}.login-footer-links{margin-top:1.25rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem}.login-footer-links a{color:#8b9eff;text-decoration:none;font-size:.95rem;font-weight:600}.login-footer-links a:hover{text-decoration:underline}.login-error{background:#0e0e2f;border:1px solid #646cff;color:#b7baff;padding:.75rem 1rem;border-radius:8px;font-size:.95rem;font-weight:500;text-align:center;margin-bottom:1rem}@media (max-width: 768px){.login-card{padding:2rem 1rem;border-radius:18px}.login-title{font-size:2rem}.login-input,.login-button{padding:1rem;font-size:1rem}}@media (max-width: 480px){.login-card{padding:1.2rem .5rem}.login-title{font-size:1.3rem}}.password-wrapper{position:relative;display:flex;align-items:center;width:100%}.password-wrapper .login-input{width:100%;padding-right:42px;box-sizing:border-box}.toggle-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:1.2rem;opacity:.6;transition:opacity .2s ease,transform .1s ease}.toggle-password:hover{opacity:1;transform:translateY(-50%) scale(1.1)}.password-criteria{list-style:none;padding:0;font-size:.9rem;margin:10px 0 15px}.password-criteria li{color:red;margin-bottom:4px}.password-criteria li.valid{color:green;font-weight:500}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}}
