@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";.register-container{min-height:100vh;background:var(--background);display:flex}.register-left-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem;background:var(--surface)}.register-right-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--background)}@media (max-width: 900px){.register-container{flex-direction:column}.register-left-panel{padding:3rem 2rem 2rem;flex:none;align-items:center;text-align:center}.register-right-panel{width:100%;padding:2rem 1.5rem;align-items:flex-start;box-sizing:border-box}}.register-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:460px;animation:fadeUp .4s ease both;display:flex;flex-direction:column;box-shadow:var(--shadow-md)}.register-header{text-align:center;margin-bottom:1.75rem}.register-header h2{font-size:1.5rem;font-weight:700;color:var(--foreground);margin:0 0 .3rem}.register-header p{color:var(--muted);font-size:.9rem;margin:0}.form-row{display:flex;gap:.75rem}.form-row .form-group{flex:1}.register-button{width:100%;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.85rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.register-button:hover{background:var(--accent-hover);box-shadow:var(--shadow-accent)}.register-button:active{transform:scale(.97)}.login-link{text-align:center;font-size:.85rem;color:var(--muted);margin-top:1.25rem}.login-link a{color:var(--accent);font-weight:600}.login-link a:hover{color:var(--accent-hover);text-decoration:underline}.login-container{min-height:100vh;background:var(--background);display:flex}.login-left-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem;background:var(--surface)}.brand-showcase{display:flex;flex-direction:column;align-items:flex-start;max-width:440px;animation:fadeUp .6s ease both}.big-logo-square{width:80px;height:80px;background-image:url(/assets/logo.jpg);background-size:cover;background-position:center;border-radius:var(--radius-lg);margin-bottom:2rem}.big-logo-text{font-size:3rem;font-weight:800;color:var(--foreground);letter-spacing:-.03em;margin:0 0 1rem;line-height:1.1}.brand-tagline{font-size:1.1rem;color:var(--muted-foreground);line-height:1.7;margin:0;font-weight:400}.login-right-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--background)}@media (max-width: 900px){.login-container{flex-direction:column}.login-left-panel{padding:3rem 2rem 2rem;flex:none;align-items:center;text-align:center}.brand-showcase{align-items:center}.big-logo-text{font-size:2.4rem}.login-right-panel{width:100%;padding:2rem 1.5rem;align-items:flex-start;box-sizing:border-box}}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:420px;animation:fadeUp .4s ease both;box-shadow:var(--shadow-md)}.login-header{text-align:center;margin-bottom:2rem}.login-header h2{font-size:1.5rem;font-weight:700;color:var(--foreground);margin:0 0 .3rem}.login-header p{color:var(--muted);font-size:.9rem;margin:0}.login-button{width:100%;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.85rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.login-button:hover{background:var(--accent-hover);box-shadow:var(--shadow-accent)}.login-button:active{transform:scale(.97)}.error-message{background:var(--danger-soft);border:1px solid rgba(248,113,113,.2);color:var(--danger);padding:.8rem 1rem;border-radius:var(--radius);font-size:.85rem;margin-bottom:1.25rem;animation:fadeUp .3s ease;display:flex;align-items:center;gap:.5rem}.success-message{background:var(--success-soft);border:1px solid rgba(52,211,153,.2);color:var(--success);padding:.8rem 1rem;border-radius:var(--radius);font-size:.85rem;margin-bottom:1.25rem;animation:fadeUp .3s ease}.register-link{text-align:center;font-size:.85rem;color:var(--muted);margin-top:1.25rem}.register-link a{color:var(--accent);font-weight:600}.register-link a:hover{color:var(--accent-hover);text-decoration:underline}.dash-root{min-height:100vh;background:var(--background);color:var(--foreground);position:relative}.dash-nav{display:flex;justify-content:space-between;align-items:center;padding:0 5%;height:60px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-square{width:32px;height:32px;background-image:url(/assets/logo.jpg);background-size:cover;background-position:center;border-radius:var(--radius-sm)}.logo-text{font-size:1.1rem;font-weight:700;color:var(--foreground);letter-spacing:-.02em}.user-avatar{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.nav-logout{background:transparent;color:var(--muted);border:1px solid var(--border);padding:.35rem .85rem;border-radius:var(--radius);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.nav-logout:hover{color:var(--danger);border-color:#f871714d;background:var(--danger-soft)}.nav-logout:active{transform:scale(.97)}.nav-groups-btn{background:var(--accent);color:#fff;border:none;padding:.35rem .85rem;border-radius:var(--radius);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.nav-groups-btn:hover{background:var(--accent-hover);box-shadow:var(--shadow-accent)}.nav-groups-btn:active{transform:scale(.97)}.dash-section-title{font-size:1.2rem;font-weight:600;color:var(--foreground);margin:0 0 1.25rem}.tab-bar{display:flex;background:var(--surface);border-bottom:1px solid var(--border);padding:0 5%;gap:0}.tab-btn{padding:.65rem 1.3rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.85rem;font-weight:500;color:var(--muted);cursor:pointer;transition:all .2s}.tab-btn:hover{color:var(--foreground)}.tab-active{color:var(--accent)!important;border-bottom-color:var(--accent)!important;font-weight:700}.dash-main{padding:2rem 5% 6rem;max-width:1200px;margin:0 auto}.summary-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem}.metric-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.4rem;transition:all .2s ease}.metric-card.owed{border-left:3px solid var(--success)}.metric-card.owes{border-left:3px solid var(--debt-red)}.metric-card.groups{border-left:3px solid var(--accent)}.metric-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow);transform:translateY(-2px)}.metric-label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.metric-value{font-family:JetBrains Mono,monospace;font-size:1.6rem;font-weight:700;color:var(--foreground)}.positive{color:var(--success)}.negative{color:var(--debt-red)}.neutral{color:var(--foreground)}.groups-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.group-row-unified{display:flex;align-items:center;gap:1rem;padding:.85rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s ease}.group-row-unified:hover{background:var(--surface-hover);border-color:var(--border-hover);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.group-row-unified:active{transform:scale(.99)}.group-avatar{width:40px;height:40px;border-radius:var(--radius);background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0}.group-info{flex:1;min-width:0}.group-name{margin:0;font-size:.9rem;font-weight:600;color:var(--foreground)}.group-members{font-size:.75rem;color:var(--muted)}.group-balance{font-size:.9rem;font-weight:600;flex-shrink:0;font-family:JetBrains Mono,monospace}.group-chevron{color:var(--muted);font-size:1.1rem;flex-shrink:0}.section-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-heading{font-size:.9rem;font-weight:600;color:var(--muted-foreground);margin:0;text-transform:uppercase;letter-spacing:.04em}.section-sub{font-size:.8rem;color:var(--muted)}.see-all-btn{background:transparent;color:var(--accent);border:none;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s}.see-all-btn:hover{color:var(--accent-hover)}.create-group-nav-btn{background:var(--accent);color:#fff;border:none;padding:.4rem 1rem;border-radius:var(--radius);font-weight:600;cursor:pointer;font-size:.82rem;transition:all .2s}.create-group-nav-btn:hover{background:var(--accent-hover);box-shadow:var(--shadow-accent)}.create-group-nav-btn:active{transform:scale(.97)}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--muted);background:var(--surface);border-radius:var(--radius-lg);border:1px dashed var(--border);font-size:.9rem}.placeholder-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--muted);gap:.8rem}.placeholder-icon{font-size:2.5rem;opacity:.5}.modal-content h3{margin:0 0 1rem;font-size:1.15rem;font-weight:700;color:var(--foreground)}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group label{font-size:.8rem;font-weight:600;color:var(--muted-foreground)}.form-group input{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .9rem;font-size:.9rem;color:var(--foreground);outline:none;transition:all .2s}.form-group input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}.cancel-btn{background:var(--surface-hover);color:var(--foreground);border:1px solid var(--border);padding:.6rem 1.2rem;border-radius:var(--radius);cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s}.cancel-btn:hover{border-color:var(--border-hover);background:var(--border)}.confirm-btn{background:var(--accent);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:var(--radius);font-weight:700;cursor:pointer;font-size:.85rem;transition:all .2s}.confirm-btn:hover{background:var(--accent-hover);box-shadow:var(--shadow-accent)}.confirm-btn:active{transform:scale(.97)}.settlement-bar-fill{height:100%;border-radius:var(--radius-full);transition:width .6s ease}.settlement-pct{font-size:.72rem;color:var(--muted);white-space:nowrap}.fab{position:fixed;bottom:2rem;right:2rem;width:52px;height:52px;border-radius:50%;background:var(--accent);color:#fff;border:none;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-accent);transition:all .2s;z-index:50}.fab:hover{transform:translateY(-3px);box-shadow:0 6px 28px #6c63ff66}.fab:active{transform:scale(.95)}@media (max-width: 640px){.summary-bar{grid-template-columns:1fr 1fr}.summary-bar .metric-card:last-child{grid-column:1 / -1}.tab-btn{padding:.65rem .85rem;font-size:.8rem}.dash-main{padding:1.5rem 4% 5rem}}.debt-count-badge{font-size:.72rem;background:var(--danger-soft);color:var(--danger);border:1px solid rgba(248,113,113,.2);border-radius:var(--radius-full);padding:.15rem .6rem;font-weight:600}.debt-count-badge.warning{background:var(--warning-soft);color:var(--warning);border-color:#fbbf2433}.debt-list{display:flex;flex-direction:column;gap:.5rem}.debt-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1.1rem;display:flex;align-items:center;gap:1rem;animation:fadeUp .4s ease both;transition:all .2s}.debt-row:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.debt-row.debt-paid{opacity:.5}.debt-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0}.debt-info{flex:1;display:flex;flex-direction:column;gap:.15rem}.debt-name{color:var(--foreground);font-size:.9rem;font-weight:600}.debt-bank{color:var(--muted);font-size:.75rem}.debt-card-unified{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.2rem;display:flex;flex-direction:column;transition:all .2s ease}.debt-card-unified:hover{border-color:var(--border-hover);box-shadow:var(--shadow)}.debt-amount{color:var(--danger);font-size:.95rem;font-weight:700;min-width:80px;text-align:right;font-family:JetBrains Mono,monospace}.debt-payee{font-size:.95rem;font-weight:700;color:var(--foreground)}.pay-btn{background:var(--accent);color:#fff;border:none;padding:.4rem 1rem;border-radius:var(--radius);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.pay-btn:hover{background:var(--accent-hover);box-shadow:var(--shadow-accent)}.pay-btn:active{transform:scale(.97)}.debt-paid-badge{color:var(--success);font-size:.82rem;font-weight:600;white-space:nowrap}.debt-all-clear{text-align:center;padding:2rem;color:var(--success);font-size:.95rem;font-weight:500;background:var(--success-soft);border-radius:var(--radius-lg);border:1px solid rgba(52,211,153,.2)}.pay-modal-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;width:100%;max-width:440px;animation:fadeUp .25s ease;box-shadow:var(--shadow-lg)}.pay-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.pay-modal-header h3{margin:0 0 .2rem;font-size:1.1rem;font-weight:700;color:var(--foreground)}.pay-modal-sub{margin:0;font-size:.78rem;color:var(--muted)}.pay-amount-chip{display:inline-block;background:var(--danger-soft);border:1px solid rgba(248,113,113,.2);color:var(--danger);font-size:1.3rem;font-weight:700;border-radius:var(--radius);padding:.4rem 1rem;margin-bottom:1.5rem;font-family:JetBrains Mono,monospace}.pay-drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border:1.5px dashed var(--border);border-radius:var(--radius-lg);padding:2.5rem 1.5rem;cursor:pointer;transition:all .2s ease;text-align:center}.pay-drop-zone:hover,.pay-drop-zone.dragging{border-color:var(--accent);background:var(--accent-soft)}.pay-drop-icon{font-size:2.5rem;color:var(--muted)}.pay-drop-title{font-size:.9rem;font-weight:600;color:var(--foreground);margin-top:.3rem}.pay-drop-hint{font-size:.78rem;color:var(--muted)}.pay-scan-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;text-align:center;color:var(--muted)}.pay-scan-state p{margin:0;font-size:.95rem;color:var(--foreground);font-weight:600}.scan-sub{font-size:.78rem;color:var(--muted)}.scan-spinner{width:44px;height:44px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pay-result{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:2rem 1.25rem;border-radius:var(--radius-lg);border:1px solid var(--border);text-align:center;background:var(--surface-hover)}.result-icon{font-size:2.5rem}.pay-result h4{margin:0;font-size:1rem;font-weight:700;color:var(--foreground)}.pay-result p{margin:0;font-size:.85rem;color:var(--muted-foreground)}.pay-retry-btn{margin-top:.5rem;background:var(--surface);border:1px solid var(--border);color:var(--foreground);padding:.5rem 1.2rem;border-radius:var(--radius);font-size:.85rem;cursor:pointer;font-weight:600;transition:all .2s}.pay-retry-btn:hover{border-color:var(--accent);color:var(--accent)}.pay-receiver-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.receiver-card{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.25rem}.card-label{font-size:.72rem;text-transform:uppercase;color:var(--muted);letter-spacing:.5px;font-weight:600}.card-account-row{display:flex;justify-content:space-between;align-items:center}.card-account{font-size:1.05rem;font-weight:700;color:var(--foreground);font-family:JetBrains Mono,monospace}.copy-btn{background:var(--surface);border:1px solid var(--border);color:var(--foreground);padding:.35rem .6rem;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-size:.75rem;transition:all .2s}.copy-btn:hover{background:var(--accent-soft);color:var(--accent);border-color:var(--accent)}.copy-btn:active{transform:scale(.95)}.pay-receiver-qr{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;background:var(--surface-hover);border-radius:var(--radius);border:1px solid var(--border)}.qr-label{font-size:.72rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.receiver-qr-img{width:150px;height:150px;object-fit:contain;background:#fff;padding:.5rem;border-radius:var(--radius-sm)}.qr-modal-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;width:100%;max-width:380px;box-shadow:var(--shadow-lg)}.qr-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.qr-modal-header h3{margin:0;font-size:1.1rem;font-weight:700;color:var(--foreground)}.qr-close-btn{background:transparent;color:var(--muted);border:none;font-size:1.2rem;cursor:pointer}.qr-close-btn:hover{color:var(--foreground)}.qr-modal-upload{border:1.5px dashed var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;min-height:200px;background:var(--surface-hover)}.qr-modal-upload:hover{border-color:var(--accent);background:var(--accent-soft)}.qr-upload-icon{font-size:2.5rem;margin-bottom:.5rem;opacity:.5}.qr-upload-text{font-size:.9rem;color:var(--muted);font-weight:500}.qr-full-img{width:100%;aspect-ratio:1;object-fit:contain;background:#fff;padding:.75rem;border-radius:var(--radius);margin-bottom:1.25rem}.qr-modal-actions{display:flex;gap:.75rem;width:100%}.qr-cancel-btn,.qr-replace-btn{flex:1;background:var(--surface-hover);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);padding:.6rem;font-size:.85rem;text-align:center;cursor:pointer;transition:all .2s}.qr-cancel-btn:hover,.qr-replace-btn:hover{border-color:var(--border-hover);background:var(--border)}.qr-save-btn{flex:1;background:var(--success);color:#0f1117;border:none;border-radius:var(--radius);padding:.6rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.qr-save-btn:hover{filter:brightness(1.1)}.qr-save-btn:active{transform:scale(.97)}.qr-remove-btn{flex:1;background:var(--danger-soft);color:var(--danger);border:1px solid rgba(248,113,113,.2);border-radius:var(--radius);padding:.6rem;font-size:.85rem;cursor:pointer;transition:all .2s}.qr-remove-btn:hover{background:#f8717133}.toast-notification{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;padding:.7rem 1.4rem;border-radius:var(--radius);box-shadow:var(--shadow-lg);font-size:.85rem;font-weight:600;z-index:1100;animation:slideUpFade .3s ease}@keyframes slideUpFade{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.common-navbar{display:flex;justify-content:space-between;align-items:center;padding:0 5%;height:60px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.nav-left-group{display:flex;align-items:center;gap:1.5rem}.nav-brand{display:flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none}.brand-logo{width:32px;height:32px;background-image:url(/assets/logo.jpg);background-size:cover;background-position:center;border-radius:var(--radius-sm)}.brand-title{font-size:1.1rem;font-weight:700;color:var(--foreground);letter-spacing:-.02em}.nav-profile-chip{display:flex;align-items:center;gap:.6rem;background:var(--surface-hover);padding:.3rem .7rem .3rem .35rem;border-radius:var(--radius-full);border:1px solid var(--border);transition:all .2s ease;cursor:pointer}.nav-profile-chip:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.profile-avatar{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.profile-text{display:flex;flex-direction:column;gap:0px}.profile-welcome{font-size:.65rem;color:var(--muted);letter-spacing:.02em;line-height:1.2}.profile-name{font-size:.8rem;font-weight:600;color:var(--foreground);line-height:1.2}.nav-actions{display:flex;align-items:center;gap:.5rem}.notification-wrapper{position:relative}.nav-notification-btn{position:relative;min-width:42px}.notification-dot{position:absolute;top:-8px;right:-8px;min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:#fff;font-size:.65rem;line-height:18px;text-align:center;padding:0 4px;font-weight:700}.notification-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:460px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:300;overflow:hidden}.notification-header{display:flex;align-items:center;justify-content:space-between;padding:.7rem .8rem;border-bottom:1px solid var(--border);font-size:.85rem;font-weight:700;color:var(--foreground)}.notification-header-actions{display:flex;gap:.4rem}.notification-header-actions button{font-size:.68rem!important;padding:.22rem .45rem!important}.notification-list{max-height:390px;overflow-y:auto}.notification-item{display:flex;gap:.65rem;justify-content:space-between;padding:.75rem .8rem;border-bottom:1px solid var(--border)}.notification-item.unread{background:#6c63ff14}.notification-item.read{opacity:.9}.notification-item-body{flex:1;min-width:0}.notification-title{font-size:.82rem;font-weight:700;color:var(--foreground);margin-bottom:.2rem}.notification-message{font-size:.78rem;color:var(--muted-foreground);line-height:1.3;word-break:break-word}.notification-time{margin-top:.3rem;font-size:.68rem;color:var(--muted)}.notification-item-actions{display:flex;flex-direction:column;gap:.35rem}.notification-item-actions button{font-size:.66rem!important;padding:.2rem .45rem!important}.notification-empty{padding:1rem;text-align:center;color:var(--muted);font-size:.8rem}.nav-actions button{background:var(--surface-hover);color:var(--foreground);border:1px solid var(--border);padding:.35rem .85rem;border-radius:var(--radius);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.nav-actions button:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.nav-actions button:active{transform:scale(.97)}.nav-actions .nav-logout{background:transparent;color:var(--muted);border:1px solid var(--border)}.nav-actions .nav-logout:hover{color:var(--danger);border-color:#f871714d;background:var(--danger-soft)}.nav-actions .nav-push-btn{border-color:#22c55e59}.nav-actions .nav-push-btn.enabled{background:#22c55e29;color:#4ade80;border-color:#22c55e73}.nav-push-status{font-size:.72rem;font-weight:600}.nav-push-status.ok{color:#86efac}.nav-push-status.error{color:#fca5a5}@media (max-width: 640px){.profile-text{display:none}.nav-profile-chip{padding:.25rem}}.groups-layout{min-height:100vh;background:var(--background);color:var(--foreground);font-family:Inter,sans-serif}.nav-back-btn{background:var(--surface-hover);color:var(--foreground);border:1px solid var(--border);padding:.35rem .85rem;border-radius:var(--radius);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:0}.nav-back-btn:hover{border-color:var(--border-hover);background:var(--border)}.create-group-btn{display:flex;align-items:center;gap:.4rem;background:var(--accent);color:#fff;border:none;padding:.45rem 1rem;border-radius:var(--radius);font-weight:700;cursor:pointer;font-size:.82rem;transition:all .2s}.create-group-btn:hover{background:var(--accent-hover);box-shadow:0 4px 16px #6c63ff59}.create-group-btn:active{transform:scale(.97)}.groups-main{padding:2rem 5%;max-width:1100px;margin:0 auto}.groups-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.groups-title{font-size:1.6rem;font-weight:800;color:var(--foreground);margin:0 0 .3rem;letter-spacing:-.03em}.groups-subtitle{color:var(--muted);font-size:.875rem;margin:0}.groups-stats-row{display:flex;gap:2rem;align-items:center}.groups-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.groups-stat-value{font-size:1.6rem;font-weight:800;font-family:JetBrains Mono,monospace;color:var(--foreground);line-height:1}.groups-stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:var(--muted)}.groups-controls{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.groups-search-wrapper{position:relative;flex:1;min-width:200px}.groups-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.groups-search{width:100%;padding:.6rem 1rem .6rem 2.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:.875rem;font-family:Inter,sans-serif;transition:border-color .2s;box-sizing:border-box}.groups-search::placeholder{color:var(--muted)}.groups-search:focus{outline:none;border-color:var(--accent)}.groups-filter-tabs{display:flex;gap:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.25rem}.groups-filter-tab{padding:.35rem .85rem;border-radius:calc(var(--radius) - 3px);border:none;background:transparent;color:var(--muted);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;white-space:nowrap}.groups-filter-tab.active{background:var(--accent);color:#fff}.groups-filter-tab:not(.active):hover{color:var(--foreground);background:var(--surface-hover)}.groups-loading{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.group-card-skeleton{height:200px;border-radius:var(--radius-lg);background:linear-gradient(90deg,var(--surface) 25%,var(--surface-hover) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.groups-empty{text-align:center;padding:5rem 2rem;color:var(--muted)}.groups-empty-icon{font-size:3rem;margin-bottom:1rem}.groups-empty h3{font-size:1.1rem;font-weight:700;color:var(--foreground);margin:0 0 .5rem}.groups-empty p{font-size:.875rem;margin:0}.groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.group-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;cursor:pointer;transition:all .22s ease;display:flex;flex-direction:column;gap:.85rem;animation:cardFadeUp .4s ease both;border-top:3px solid var(--card-accent, var(--accent));overflow:hidden}.group-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000059;border-color:var(--border-hover);border-top-color:var(--card-accent, var(--accent))}.group-card:active{transform:translateY(-1px)}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.group-card-top{display:flex;align-items:flex-start;justify-content:space-between}.group-card-avatar{width:48px;height:48px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:800;flex-shrink:0}.group-card-badges{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.group-badge{font-size:.67rem;font-weight:700;padding:.15rem .55rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em}.group-badge.owner{background:var(--accent-soft);color:var(--accent)}.group-badge.settled{background:var(--success-soft);color:var(--success)}.group-badge.active{background:#ff00001a;color:var(--debt-red)}.group-badge.archived{background:#64748b2e;color:#94a3b8}.group-card-body{flex:1}.group-card-name{font-size:1rem;font-weight:700;color:var(--foreground);margin:0 0 .35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-card-members{display:flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.8rem;margin:0}.group-progress-label{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;color:var(--muted);margin-bottom:.4rem}.group-progress-bar{height:5px;background:var(--border);border-radius:var(--radius-full);overflow:hidden}.group-progress-fill{height:100%;border-radius:var(--radius-full);transition:width .6s ease}.group-card-actions{display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease}.group-card:hover .group-card-actions{opacity:1}.group-action-btn{display:flex;align-items:center;gap:.35rem;padding:.3rem .7rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;cursor:pointer;border:1px solid var(--border);background:var(--surface-hover);color:var(--foreground);transition:all .18s;font-family:Inter,sans-serif}.group-action-btn.edit:hover{background:var(--accent-soft);color:var(--accent);border-color:var(--accent)}.group-action-btn.delete:hover{background:#ff00001a;color:var(--debt-red);border-color:var(--debt-red)}.group-card-arrow{position:absolute;right:1.25rem;bottom:1.1rem;color:var(--muted);font-size:1.1rem;transition:color .2s}.group-card:hover .group-card-arrow{color:var(--card-accent, var(--accent))}.grp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.grp-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;width:100%;max-width:430px;box-shadow:0 24px 64px #00000080;animation:modalIn .22s cubic-bezier(.34,1.56,.64,1)}@keyframes modalIn{0%{opacity:0;transform:scale(.94) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.grp-modal-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.grp-modal-icon{width:44px;height:44px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.grp-modal-title{margin:0 0 .2rem;font-size:1.05rem;font-weight:700;color:var(--foreground)}.grp-modal-subtitle{margin:0;font-size:.82rem;color:var(--muted)}.grp-modal-body{font-size:.9rem;color:var(--foreground);margin-bottom:1rem;line-height:1.6}.grp-modal-error{background:#f871711a;color:var(--danger);padding:.65rem .85rem;border-radius:var(--radius);font-size:.82rem;margin-bottom:1rem;border:1px solid rgba(248,113,113,.2)}.grp-warning-box{display:flex;align-items:flex-start;gap:.6rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.2);border-radius:var(--radius);padding:.75rem;font-size:.82rem;color:var(--warning);margin-bottom:1.25rem;line-height:1.5}.grp-form-group{margin-bottom:1.25rem}.grp-label{display:block;font-size:.78rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.grp-input{width:100%;padding:.7rem .9rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:.9rem;font-family:Inter,sans-serif;transition:border-color .2s;box-sizing:border-box}.grp-input:focus{outline:none;border-color:var(--accent)}.grp-input::placeholder{color:var(--muted)}.grp-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.grp-btn-cancel{padding:.55rem 1.1rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .18s;font-family:Inter,sans-serif}.grp-btn-cancel:hover{border-color:var(--border-hover)}.grp-btn-primary{padding:.55rem 1.25rem;background:var(--accent);border:none;border-radius:var(--radius);color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .18s;font-family:Inter,sans-serif}.grp-btn-primary:hover{background:var(--accent-hover)}.grp-btn-primary:disabled{opacity:.5;cursor:not-allowed}.grp-btn-danger{padding:.55rem 1.25rem;background:#ff00001f;border:1px solid rgba(255,0,0,.25);border-radius:var(--radius);color:var(--debt-red);font-size:.875rem;font-weight:700;cursor:pointer;transition:all .18s;font-family:Inter,sans-serif}.grp-btn-danger:hover:not(:disabled){background:#f003}.grp-btn-danger:disabled{opacity:.4;cursor:not-allowed}.modal-error{background:var(--danger-soft);color:var(--danger);padding:.75rem;border-radius:var(--radius);font-size:.85rem;margin-bottom:1rem;border:1px solid rgba(248,113,113,.2)}.group-detail-root{min-height:100vh;background:var(--background);color:var(--foreground)}.group-detail-container{padding:2rem 5%;max-width:1000px;margin:0 auto}.detail-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);animation:fadeUp .35s ease both}.detail-icon{width:52px;height:52px;border-radius:var(--radius);background-image:url(/assets/logo.jpg);background-size:cover;background-position:center;flex-shrink:0}.detail-title h2{font-size:1.3rem;font-weight:700;margin:0 0 .2rem;color:var(--foreground)}.detail-title p{color:var(--muted);margin:0;font-size:.85rem}.detail-grid{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem}.members-section,.expenses-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;animation:fadeUp .4s ease both}.members-section h3,.expenses-section h3{margin:0 0 1.25rem;color:var(--foreground);font-size:1rem;font-weight:600;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.right-panel-wrapper{display:flex;flex-direction:column;gap:1.5rem}.add-expense-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;animation:fadeUp .4s ease both}.add-expense-section h3{margin:0 0 1.25rem;color:var(--foreground);font-size:1rem;font-weight:600;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.split-method-tabs{display:flex;background:var(--surface-hover);border-radius:var(--radius);padding:.25rem;margin-bottom:1.5rem;border:1px solid var(--border)}.split-method-tabs .tab-btn{flex:1;padding:.6rem;border:none;background:transparent;color:var(--muted);font-size:.85rem;font-weight:600;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s}.split-method-tabs .tab-btn:hover{color:var(--foreground)}.split-method-tabs .tab-btn.active{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm)}.expense-drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:2.5rem 1rem;background:var(--background);border:1.5px dashed var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;text-align:center}.expense-drop-zone:hover,.expense-drop-zone.dragging{border-color:var(--accent);background:var(--accent-soft)}.expense-drop-zone .drop-icon{font-size:2.5rem;margin-bottom:.5rem;color:var(--muted)}.expense-drop-zone .drop-title{font-weight:600;color:var(--foreground);margin-bottom:.25rem;font-size:.9rem}.expense-drop-zone .drop-hint{font-size:.75rem;color:var(--muted)}.upload-divider{display:flex;align-items:center;text-align:center;color:var(--muted);font-size:.8rem;width:100%;margin:1.25rem 0}.upload-divider:before,.upload-divider:after{content:"";flex:1;border-bottom:1px solid var(--border)}.upload-divider span{padding:0 .75rem}.manual-entry-btn{background:var(--surface-hover);color:var(--foreground);border:1px solid var(--border);padding:.65rem;border-radius:var(--radius);font-weight:600;font-size:.85rem;cursor:pointer;width:100%;transition:all .2s}.manual-entry-btn:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.upload-step-2.scanning{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem}.scanning-spinner{width:44px;height:44px;border:3px solid var(--border);border-left-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.25rem}.scanning-pulse{font-weight:600;color:var(--accent);font-size:1rem;margin-bottom:1.5rem;animation:pulse 1.5s infinite}.scanning-preview{max-width:180px;border-radius:var(--radius);opacity:.4;box-shadow:var(--shadow-md)}.scanned-items-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;margin-bottom:1.5rem}.item-card{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem;transition:all .2s}.item-card:hover{border-color:var(--accent)}.item-info{display:flex;justify-content:space-between;margin-bottom:.75rem}.item-name{font-weight:600;font-size:.9rem;color:var(--foreground)}.item-price{font-weight:700;color:var(--accent);font-size:.9rem;font-family:JetBrains Mono,monospace}.item-assignment{display:flex;flex-wrap:wrap;gap:.4rem;background:var(--background);padding:.6rem;border-radius:var(--radius-sm)}.assign-avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.assign-avatar.unselected{background:var(--surface);color:var(--muted);border:1px solid var(--border);opacity:.6}.assign-avatar.unselected:hover{opacity:1;border-color:var(--border-hover)}.assign-avatar.selected{background:var(--accent);color:#fff;transform:scale(1.05);box-shadow:var(--shadow-sm)}.submit-expense-btn{background:var(--accent);color:#fff;border:none;padding:.8rem;border-radius:var(--radius);font-weight:700;font-size:.95rem;cursor:pointer;width:100%;transition:all .2s}.submit-expense-btn:hover:not(:disabled){background:var(--accent-hover);box-shadow:var(--shadow-accent)}.submit-expense-btn:disabled{background:var(--surface-hover);color:var(--muted);cursor:not-allowed}.add-member-form{display:flex;gap:.5rem;margin-bottom:1.25rem}.add-member-form select.friend-select{flex:1;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);padding:.6rem .85rem;font-size:.85rem;color:var(--foreground)}.add-member-form button{background:var(--accent);color:#fff;border:none;padding:0 1.2rem;border-radius:var(--radius);font-weight:600;font-size:.82rem;cursor:pointer}.members-list{display:flex;flex-direction:column;gap:.5rem}.member-item{display:flex;align-items:center;justify-content:space-between;background:var(--surface-hover);padding:.75rem;border-radius:var(--radius);border:1px solid var(--border);transition:all .2s}.member-item:hover{border-color:var(--border-hover)}.member-left{display:flex;align-items:center;gap:.75rem}.member-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.member-name{font-weight:600;color:var(--foreground);font-size:.85rem}.member-email{font-size:.75rem;color:#fff;opacity:.82}.tab-navigation{display:flex;background:var(--surface-hover);border-radius:var(--radius);padding:.25rem;margin-bottom:1.25rem;border:1px solid var(--border)}.tab-navigation button{flex:1;padding:.6rem;border:none;background:transparent;color:var(--muted);font-size:.85rem;font-weight:600;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s}.tab-navigation button:hover{color:var(--foreground)}.tab-navigation button.active{background:var(--accent);color:#fff;shadow:var(--shadow-sm)}.slips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.slip-img-container{width:100%;height:140px;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.slip-info{padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.slip-payer{font-size:.8rem;font-weight:600;color:var(--foreground)}.slip-amount{font-size:.9rem;font-weight:700;color:var(--accent);font-family:JetBrains Mono,monospace}.slip-status{font-size:.7rem;padding:.15rem .45rem;border-radius:var(--radius-full);width:fit-content;font-weight:600}@media (max-width: 768px){.detail-grid{grid-template-columns:1fr}}.direct-split-form{display:flex;flex-direction:column;gap:1.25rem;animation:fadeUp .3s ease both}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.8rem;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em}.form-group input{background:var(--surface-hover)!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;padding:.7rem .9rem!important;color:var(--foreground)!important;outline:none;transition:all .2s}.form-group input:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-soft)!important}.form-group input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--surface-hover) inset!important;-webkit-text-fill-color:var(--foreground)!important}.split-mode-selector{display:flex;background:var(--surface-hover);border-radius:var(--radius);padding:.25rem;border:1px solid var(--border)}.split-mode-selector button{flex:1;padding:.6rem;border:none;background:transparent;color:var(--muted);font-size:.85rem;font-weight:600;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s}.split-mode-selector button:hover{color:var(--foreground)}.split-mode-selector button.active{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm)}.member-shares-list{display:flex;flex-direction:column;gap:.5rem;max-height:280px;overflow-y:auto;padding-right:4px}.member-shares-list::-webkit-scrollbar{width:4px}.member-shares-list::-webkit-scrollbar-track{background:transparent}.member-shares-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}.member-share-row{display:flex;align-items:center;justify-content:space-between;background:var(--surface-raised);padding:.75rem;border-radius:var(--radius);border:1px solid var(--border);transition:all .2s}.member-share-row:hover{border-color:var(--border-hover)}.member-id-block{display:flex;align-items:center;gap:.75rem;flex:1}.small-avatar{width:28px;height:28px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.member-name{font-size:.85rem;font-weight:600;color:var(--foreground)}.share-input-block{display:flex;align-items:center;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.35rem .65rem;width:95px;margin-right:8px;transition:border-color .2s}.share-input-block:focus-within{border-color:var(--accent)}.share-input-block input{width:100%;border:none!important;background:transparent!important;padding:0!important;text-align:right;color:var(--foreground)!important;outline:none!important;font-size:.9rem;font-family:JetBrains Mono,monospace;font-weight:500}.share-input-block input::-webkit-outer-spin-button,.share-input-block input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.unit-label{font-size:.75rem;color:var(--muted);margin-left:3px;font-weight:600}.calculated-total{font-weight:700;color:var(--accent);font-size:.85rem;width:65px;text-align:right;font-family:JetBrains Mono,monospace}.split-balance-bar{padding:.75rem 1rem;border-radius:var(--radius);font-size:.85rem;display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem;border:1px solid transparent}.split-balance-bar.balanced{background:var(--success-soft);border-color:#34d39933;color:var(--success)}.split-balance-bar.unbalanced{background:var(--danger-soft);border-color:#f8717133;color:var(--danger)}.balance-info{display:flex;justify-content:space-between;font-weight:600}.balance-indicator{font-size:.75rem;opacity:.85;font-weight:500}.form-actions{display:flex;gap:.75rem;margin-top:.75rem}.form-actions .submit-expense-btn{flex:2}.ghost-btn{background:var(--surface-hover);border:1px solid var(--border);color:var(--foreground);padding:.75rem 1.25rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem;flex:1}.ghost-btn:hover{border-color:var(--border-hover);background:var(--border)}.form-error{background:var(--danger-soft);border:1px solid rgba(248,113,113,.2);border-radius:var(--radius);padding:.65rem .85rem;font-size:.8rem;color:var(--danger);animation:fadeUp .2s ease}.friends-container{min-height:100vh;background:var(--background);color:var(--foreground)}.friends-nav{display:flex;justify-content:space-between;align-items:center;padding:0 5%;height:60px;background:var(--surface);border-bottom:1px solid var(--border)}.back-dash-btn{background:var(--surface-hover);color:var(--foreground);border:1px solid var(--border);padding:.35rem .85rem;border-radius:var(--radius);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.back-dash-btn:hover{border-color:var(--border-hover);background:var(--border)}.friends-main{padding:2rem 5%;max-width:1000px;margin:0 auto;animation:fadeUp .4s ease both}.friends-header{margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.friends-header h2{font-size:1.3rem;font-weight:700;margin:0 0 .3rem}.friends-header p{color:var(--muted);font-size:.9rem;margin:0}.add-friend-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:2rem}.add-friend-section h3{font-size:.95rem;font-weight:600;margin:0 0 .85rem;color:var(--foreground)}.add-friend-form{display:flex;gap:.6rem}.add-friend-form input{flex:1;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);padding:.65rem 1rem;color:var(--foreground);font-size:.9rem;outline:none;transition:all .2s}.add-friend-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.add-friend-form button{background:var(--accent);color:#fff;border:none;padding:0 1.3rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s}.add-friend-form button:hover{background:var(--accent-hover)}.message-alert{margin-top:.75rem;padding:.65rem .85rem;border-radius:var(--radius);font-size:.85rem;animation:fadeUp .3s ease}.message-alert.success{background:var(--success-soft);color:var(--success);border:1px solid rgba(52,211,153,.2)}.message-alert.error{background:var(--danger-soft);color:var(--danger);border:1px solid rgba(248,113,113,.2)}.friends-grid{display:grid;grid-template-columns:1.2fr 1.8fr;gap:1.5rem}.section-title-row{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.section-title-row h3{font-size:1rem;font-weight:600;margin:0}.count-badge{background:var(--surface-hover);padding:.15rem .55rem;border-radius:var(--radius-full);font-size:.72rem;color:var(--muted);border:1px solid var(--border)}.requests-list,.friends-list{display:flex;flex-direction:column;gap:.5rem}.request-card,.friend-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem;display:flex;align-items:center;transition:all .2s}.request-card:hover,.friend-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.request-card{justify-content:space-between}.req-info,.friend-info{display:flex;flex-direction:column}.req-name,.friend-name{font-weight:600;color:var(--foreground);font-size:.9rem}.req-email,.friend-email{font-size:.78rem;color:var(--muted)}.accept-btn{background:var(--success);color:#0f1117;border:none;padding:.4rem 1rem;border-radius:var(--radius);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s}.accept-btn:hover{filter:brightness(1.1)}.friend-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:flex;justify-content:center;align-items:center;font-weight:700;margin-right:.85rem;font-size:.85rem}.empty-hint{color:var(--muted);font-size:.88rem;text-align:center;padding:2rem 0;border:1px dashed var(--border);border-radius:var(--radius-lg)}@media (max-width: 768px){.friends-grid{grid-template-columns:1fr}.add-friend-form{flex-direction:column}.add-friend-form button{padding:.65rem}}.slips-page-root{min-height:100vh;background:var(--background);color:var(--foreground)}.slips-page-container{padding:2rem 5%;max-width:1000px;margin:0 auto}.back-btn{background:transparent;color:var(--muted);border:none;font-size:.85rem;cursor:pointer;padding:0;margin-bottom:1.5rem;transition:color .2s;display:flex;align-items:center;gap:.3rem;font-weight:500}.back-btn:hover{color:var(--accent)}.slips-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;animation:fadeUp .4s ease both}.slips-section h3{margin:0;color:var(--foreground);font-size:1.15rem;font-weight:700}.slips-subtitle{color:var(--muted-foreground);font-size:.82rem;margin:.2rem 0 1.2rem}.slips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;border-top:1px solid var(--border);padding-top:1.25rem}.slip-card{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .2s}.slip-card:hover{transform:translateY(-3px);border-color:var(--border-hover);box-shadow:var(--shadow)}.slip-img-container{width:100%;height:200px;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--border)}.slip-img-container img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.slip-card:hover .slip-img-container img{transform:scale(1.03)}.slip-img-placeholder{color:var(--muted);font-size:.75rem;text-align:center;padding:1rem}.slip-info{padding:.85rem;display:flex;flex-direction:column;gap:.35rem}.slip-payer{margin:0;font-size:.85rem;font-weight:600;color:var(--foreground)}.slip-amount{margin:0;font-size:.95rem;font-weight:700;color:var(--accent);font-family:JetBrains Mono,monospace}.slip-status{font-size:.72rem;padding:.2rem .5rem;border-radius:var(--radius-full);display:inline-block;width:fit-content;font-weight:600}.slip-status.verified{background:var(--success-soft);color:var(--success)}.slip-status.unverified{background:var(--warning-soft);color:var(--warning)}.slip-date{font-size:.7rem;color:var(--muted-foreground);margin-top:.15rem}.empty-state{text-align:center;color:var(--muted);font-size:.88rem;grid-column:1 / -1;padding:3rem 0}@media (max-width: 640px){.slips-grid{grid-template-columns:1fr}}.slip-detail-page-container{min-height:100vh;background:var(--background);color:var(--foreground);padding:2rem 5%;max-width:1000px;margin:0 auto}.detail-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;animation:fadeUp .4s ease both;display:flex;flex-direction:column;gap:.5rem}.detail-content h3{margin:0 0 .5rem;font-size:1.3rem;font-weight:700;color:var(--foreground)}.detail-payer,.detail-date{margin:0;font-size:.95rem;color:var(--muted-foreground)}.detail-img-container{width:100%;margin-top:1.25rem;background:#000;border-radius:var(--radius);overflow:hidden;display:flex;justify-content:center;align-items:center;border:1px solid var(--border)}.full-slip-img{max-width:100%;max-height:75vh;object-fit:contain}.no-img-text{padding:3rem;color:var(--muted)}.admin-layout-root{display:flex;height:100vh;overflow:hidden;background:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.admin-sidebar{width:240px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.25rem .75rem;flex-shrink:0}.admin-logo{font-size:1rem;font-weight:800;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;color:var(--foreground);padding:0 .5rem;letter-spacing:-.02em;cursor:pointer}.admin-logo span{font-size:.7rem;font-weight:500;color:var(--muted);background:var(--accent-soft);color:var(--accent);padding:.15rem .5rem;border-radius:var(--radius-full)}.admin-nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;border-radius:var(--radius);border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer;text-align:left;font-size:.875rem;font-weight:500;transition:all .2s ease;font-family:Inter,sans-serif;width:100%}.nav-item:hover{background:var(--surface-hover);color:var(--foreground);border-color:var(--border)}.nav-item.active{background:var(--accent-soft);color:var(--accent);border-color:#6c63ff33;font-weight:600}.nav-icon{font-size:1rem;flex-shrink:0}.admin-main-content{flex:1;background:var(--background);overflow-y:auto;padding:2rem}.admin-login-root{min-height:100vh;background:var(--background);display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif}.admin-login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:var(--shadow-lg)}.admin-login-icon{width:56px;height:56px;background:var(--accent-soft);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:.5rem}.admin-login-title{font-size:1.5rem;font-weight:800;color:var(--foreground);margin:0;text-align:center;letter-spacing:-.02em}.admin-login-sub{font-size:.875rem;color:var(--muted);margin:0 0 1.25rem;text-align:center}.admin-login-error{width:100%;background:var(--danger-soft);border:1px solid rgba(248,113,113,.2);color:var(--danger);padding:.75rem 1rem;border-radius:var(--radius);font-size:.85rem;font-weight:500;text-align:center;box-sizing:border-box}.admin-login-success{width:100%;background:var(--success-soft);border:1px solid rgba(52,211,153,.2);color:var(--success);padding:.75rem 1rem;border-radius:var(--radius);font-size:.85rem;font-weight:600;text-align:center;box-sizing:border-box}.admin-login-form{width:100%;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}.admin-login-form .form-group{width:100%}.admin-login-form .form-group label{display:block;margin-bottom:.4rem;font-size:.8rem;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em}.admin-login-form input{width:100%;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .9rem;font-size:.9rem;color:var(--foreground);font-family:Inter,sans-serif;box-sizing:border-box}.admin-login-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.admin-page-container{max-width:1100px;margin:0 auto}.admin-page-title{font-size:1.5rem;font-weight:800;color:var(--foreground);margin:0 0 1.75rem;letter-spacing:-.02em}.admin-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.metric-card{background:var(--surface);padding:1.25rem 1.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;gap:1rem;border:1px solid var(--border);transition:all .2s ease}.metric-card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:var(--shadow)}.metric-icon{font-size:1.5rem;background:var(--accent-soft);width:48px;height:48px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.metric-info h3{margin:0;font-size:.75rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.metric-info p{margin:.25rem 0 0;font-size:1.6rem;font-weight:800;color:var(--foreground);font-family:JetBrains Mono,monospace;letter-spacing:-.02em}.admin-table-wrapper{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border)}.admin-table-container{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;margin-top:1.5rem}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table-container th{background:var(--surface-hover);padding:.75rem 1rem;text-align:left;font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border)}.admin-table td,.admin-table-container td{padding:1rem;border-bottom:1px solid var(--border);font-size:.875rem;color:var(--foreground);vertical-align:middle}.admin-table tr:last-child td,.admin-table-container tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--surface-hover)}.status-chip{display:inline-block;padding:.2rem .65rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:700}.status-chip.green{background:var(--success-soft);color:var(--success)}.status-chip.red{background:var(--danger-soft);color:var(--danger)}.status-chip.yellow{background:var(--warning-soft);color:var(--warning)}.status-chip.blue{background:var(--accent-soft);color:var(--accent)}.bar-column{background:var(--accent);border-radius:var(--radius-sm) var(--radius-sm) 0 0;transition:all .2s ease;cursor:pointer;position:relative;min-height:4px}.bar-column:hover{background:var(--accent-hover);filter:brightness(1.15)}.admin-chart-wrapper{background:var(--surface);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);margin-bottom:2rem}.chart-section-container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}.chart-title{font-size:1rem;font-weight:700;color:var(--foreground);margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.admin-page-container input[type=text],.admin-page-container input[type=email],.admin-page-container input[type=password],.admin-page-container textarea,.admin-page-container select{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-family:Inter,sans-serif}.admin-page-container input:focus,.admin-page-container textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.table-action-btn{background:var(--surface-hover);border:1px solid var(--border);padding:.3rem .65rem;border-radius:var(--radius-sm);font-size:.78rem;color:var(--foreground);cursor:pointer;font-weight:600;font-family:Inter,sans-serif;transition:all .2s}.table-action-btn:hover{border-color:var(--border-hover);background:var(--border)}.table-action-btn.danger{background:var(--danger-soft);color:var(--danger);border-color:#f8717133}.table-action-btn.danger:hover{background:#f8717133;border-color:var(--danger)}.table-action-btn.success{background:var(--success-soft);color:var(--success);border-color:#34d39933}.table-action-btn.success:hover{background:#34d39933;border-color:var(--success)}.table-action-btn.warning{background:#fbbf241a;color:var(--warning);border-color:#fbbf2433}.table-action-btn.warning:hover{background:#fbbf2433;border-color:var(--warning)}.ag-summary-row{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.ag-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1;min-width:120px;transition:all .2s}.ag-summary-card:hover{border-color:var(--border-hover);background:var(--surface-hover)}.ag-summary-value{font-size:1.5rem;font-weight:800;font-family:JetBrains Mono,monospace;color:var(--foreground);line-height:1}.ag-summary-label{font-size:.7rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.ag-controls{display:flex;gap:1rem;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap}.ag-search-wrapper{position:relative;flex:1;min-width:200px}.ag-search{width:100%;padding:.6rem 1rem .6rem 2.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:.875rem;font-family:Inter,sans-serif;transition:border-color .2s;box-sizing:border-box}.ag-search::placeholder{color:var(--muted)}.ag-search:focus{outline:none;border-color:var(--accent)}.ag-filter-tabs{display:flex;gap:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.25rem}.ag-filter-tab{padding:.35rem .85rem;border-radius:calc(var(--radius) - 3px);border:none;background:transparent;color:var(--muted);font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;white-space:nowrap}.ag-filter-tab.active{background:var(--accent);color:#fff}.ag-filter-tab:not(.active):hover{color:var(--foreground);background:var(--surface-hover)}.admin-loading{padding:3rem;text-align:center;color:var(--muted);font-size:.9rem}.admin-submit-btn{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.7rem 1.4rem;font-size:.9rem;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s}.admin-submit-btn:hover:not(:disabled){background:var(--accent-hover);box-shadow:var(--shadow-accent)}.admin-submit-btn:disabled{opacity:.5;cursor:not-allowed}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;justify-content:flex-end}.drawer-content{width:100%;max-width:480px;background:var(--surface);height:100%;border-left:1px solid var(--border);display:flex;flex-direction:column;animation:slideIn .25s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:var(--surface)}.drawer-header h2{margin:0;font-size:1.1rem;font-weight:700;color:var(--foreground)}.drawer-close-btn{border:none;background:var(--surface-hover);color:var(--muted);font-size:1.1rem;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;border:1px solid var(--border)}.drawer-close-btn:hover{color:var(--foreground);border-color:var(--border-hover)}.drawer-body{flex:1;padding:1.5rem;overflow-y:auto;color:var(--foreground)}.export-section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.export-section-card h2{font-size:1rem;font-weight:700;color:var(--foreground);margin:0 0 .75rem}.export-section-card p{font-size:.85rem;color:var(--muted);flex:1;margin-bottom:1.25rem;line-height:1.6}.notification-user-picker{padding:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);margin-top:1rem}.notification-search-wrapper{position:relative;margin-bottom:1rem}.notification-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--muted);font-size:.9rem}.notification-user-picker input[type=text]{width:100%;padding:.75rem 1rem .75rem 2.5rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--background);color:var(--foreground);font-size:.85rem;box-sizing:border-box;transition:border-color .2s}.notification-user-picker input[type=text]:focus{outline:none;border-color:var(--accent)}.notification-user-list{max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;padding-right:.25rem}.notification-user-list::-webkit-scrollbar{width:6px}.notification-user-list::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:6px}.notification-user-row{display:flex;align-items:center;gap:.85rem;padding:.75rem 1rem;font-size:.85rem;cursor:pointer;border-radius:var(--radius);border:1px solid var(--border);background:var(--background);transition:all .2s ease;color:var(--foreground)}.notification-user-row:hover{background:var(--surface-hover);border-color:var(--border-hover)}.notification-user-row.selected{border-color:var(--accent);background:var(--accent-soft)}.notification-user-checkbox{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}.notification-user-info{display:flex;flex-direction:column;gap:.15rem}.notification-user-name{font-weight:600;color:var(--foreground);font-size:.9rem}.notification-user-email{color:var(--muted);font-size:.75rem}.notification-empty{padding:2rem 1rem;text-align:center;color:var(--muted);font-size:.85rem;background:var(--background);border:1px dashed var(--border);border-radius:var(--radius)}.target-audience-label{font-size:.8rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.75rem}.target-audience-options{display:flex;gap:1.5rem}.target-radio-label{display:flex;align-items:center;gap:.5rem;color:var(--foreground);font-weight:500;font-size:.9rem;cursor:pointer}.target-radio-label input[type=radio]{accent-color:var(--accent);width:16px;height:16px;cursor:pointer}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:2000}.admin-modal-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:420px;box-shadow:var(--shadow-lg);animation:fadeUp .2s ease}.admin-modal-box h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:var(--foreground)}.admin-modal-box p{margin:0 0 1.5rem;color:var(--muted);font-size:.9rem}.admin-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.progress-bar-wrapper{width:80px;height:6px;background:var(--border);border-radius:var(--radius-full);overflow:hidden}.progress-bar-fill{height:100%;background:var(--accent);border-radius:var(--radius-full)}.admin-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;padding:.7rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;box-shadow:var(--shadow-lg);z-index:3000;animation:slideUpFade .3s ease}@keyframes slideUpFade{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}:root{--background: #0F1117;--surface: #1A1D27;--surface-hover: #242836;--surface-raised: #1E2230;--foreground: #F0F0F3;--muted: #6B7280;--muted-foreground: #9CA3AF;--accent: #6C63FF;--accent-hover: #5A52E0;--accent-soft: rgba(108, 99, 255, .12);--accent-foreground: #FFFFFF;--success: #34D399;--success-soft: rgba(52, 211, 153, .12);--danger: #F87171;--danger-soft: rgba(248, 113, 113, .12);--debt-red: #FF0000;--warning: #FBBF24;--warning-soft: rgba(251, 191, 36, .12);--border: #2A2D3A;--border-hover: #3D4155;--border-light: rgba(255, 255, 255, .06);--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow: 0 2px 8px rgba(0, 0, 0, .3), 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 4px 16px rgba(0, 0, 0, .35), 0 2px 4px rgba(0, 0, 0, .2);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .2);--shadow-accent: 0 4px 20px rgba(108, 99, 255, .25);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:var(--foreground);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--display-foreground: var(--foreground)}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:var(--background);color:var(--foreground);min-height:100vh}#root{width:100%;margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;color:var(--foreground);margin-top:0;line-height:1.3;letter-spacing:-.02em}h1{font-size:2rem;font-weight:800}h2{font-size:1.5rem}h3{font-size:1.2rem}.font-mono{font-family:JetBrains Mono,monospace;font-weight:500}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-hover)}button,.btn{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;border-radius:var(--radius);padding:.6rem 1.2rem;cursor:pointer;transition:all .2s ease;border:1px solid var(--border);background:var(--surface);color:var(--foreground);line-height:1.4}button:hover{background:var(--surface-hover);border-color:var(--border-hover)}button:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:var(--accent-foreground);border:none;font-weight:700}.btn-primary:hover{background:var(--accent-hover);box-shadow:var(--shadow-accent)}.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--muted-foreground)}.btn-ghost:hover{background:var(--surface);color:var(--foreground);border-color:var(--border-hover)}.btn-danger{background:var(--danger-soft);color:var(--danger);border:1px solid rgba(248,113,113,.2)}.btn-danger:hover{background:#f8717133;border-color:var(--danger)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;transition:all .2s ease}.card:hover{border-color:var(--border-hover);box-shadow:var(--shadow)}input,textarea,select{font-family:Inter,sans-serif;font-size:.9rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .9rem;color:var(--foreground);outline:none;transition:all .2s ease;width:100%;box-sizing:border-box}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}input::placeholder,textarea::placeholder{color:var(--muted)}.text-muted{color:var(--muted)}.text-accent{color:var(--accent)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .15s ease}.modal-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;width:100%;max-width:440px;box-shadow:var(--shadow-lg);animation:fadeUp .2s ease}
