*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--primary-hover: #4f46e5;--secondary-color: #10b981;--background-color: #f8fafc;--surface-color: #ffffff;--surface-elevated: #ffffff;--text-color: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--nav-height: 70px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1)}[data-theme=dark]{--primary-color: #818cf8;--primary-hover: #6366f1;--secondary-color: #34d399;--background-color: #0f172a;--surface-color: #1e293b;--surface-elevated: #334155;--text-color: #f8fafc;--text-muted: #94a3b8;--border-color: #334155;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.4);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.5)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.6;transition:background-color .3s,color .3s}#app{min-height:100vh;display:flex;flex-direction:column}#navbar{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:var(--nav-height);background-color:var(--surface-color);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.nav-left,.nav-right{display:flex;align-items:center;gap:1rem}.logo a{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--primary-color);font-weight:700;font-size:1.5rem;transition:opacity .2s}.logo a:hover{opacity:.8}.logo-icon{font-size:1.75rem}.logo-text{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;gap:.5rem;margin:0;padding:0}.nav-links li{display:flex}.nav-links a{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);text-decoration:none;padding:.625rem 1rem;border-radius:.5rem;font-weight:500;font-size:.9rem;transition:all .2s ease;white-space:nowrap}.nav-links a:hover{color:var(--primary-color);background:#6366f114}.nav-links a.active{color:var(--primary-color);background:#6366f11f;font-weight:600}.nav-icon{font-size:1.1rem}.theme-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface-elevated);border:1px solid var(--border-color);font-size:1.25rem;cursor:pointer;transition:all .2s}.theme-btn:hover{background:var(--primary-color);border-color:var(--primary-color);transform:rotate(20deg)}.auth-buttons{display:flex;gap:.75rem}.user-menu{display:none;align-items:center;gap:.75rem}.user-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:999px;background:var(--surface-elevated);border:1px solid var(--border-color)}.user-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:grid;place-items:center;font-size:.85rem}.btn{padding:.5rem 1.25rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-sm{padding:.375rem .875rem;font-size:.8rem}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline{background-color:transparent;border:1px solid var(--border-color);color:var(--text-color)}.btn-outline:hover{border-color:var(--primary-color);color:var(--primary-color);background:#6366f10d}#main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.page-header{padding:.5rem 0 1.25rem;margin-bottom:1.5rem}.page-header h1,.page-header h2{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.25rem}.page-header p{color:var(--text-muted);font-size:.95rem}.hero{text-align:center;padding:4rem 0}.hero h2{font-size:3rem;margin-bottom:1rem;font-weight:800;letter-spacing:-.02em}.hero p{font-size:1.25rem;color:var(--text-muted);margin-bottom:2rem}.card{background-color:var(--surface-color);border-radius:18px;padding:1.25rem;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.card:active{transform:scale(.995)}.card h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{text-align:left;padding:1.25rem;display:flex;flex-direction:column;justify-content:center}.stat-card .value{font-size:1.75rem;font-weight:800;color:var(--text-color);letter-spacing:-.02em}.stat-card .label{margin-top:.35rem;font-size:.85rem;color:var(--text-muted);font-weight:500}.project-card{transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.project-card h3{margin-bottom:.5rem}.project-card .category{color:var(--secondary-color);font-size:.875rem;margin-bottom:1rem}.project-card .description{color:var(--text-muted);margin-bottom:1rem}.project-card .progress-bar{height:8px;background-color:var(--border-color);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.project-card .progress-fill{height:100%;background-color:var(--secondary-color);border-radius:4px}.project-card .stats{display:flex;justify-content:space-between;font-size:.875rem;color:var(--text-muted)}.project-card .project-image{width:100%;background:#1e293b}.project-card .project-image img{width:100%;height:100%;object-fit:cover;display:block}#footer{background-color:var(--surface-color);border-top:1px solid var(--border-color);padding:2rem}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--primary-color)}.footer-copyright{color:var(--text-muted);font-size:.875rem;margin-bottom:.5rem}.footer-disclaimer{color:var(--text-muted);font-size:.75rem;opacity:.8}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;justify-content:center;align-items:center;z-index:1000}.modal.active{display:flex}.modal-content{background-color:var(--surface-color);padding:2rem;border-radius:1rem;width:100%;max-width:400px;max-height:90vh;overflow-y:auto}.modal-content.modal-lg{max-width:760px}.modal-content h2{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-muted)}.form-group input{width:100%;padding:.75rem;border-radius:.5rem;border:1px solid var(--border-color);background-color:var(--background-color);color:var(--text-color)}.form-group input:focus{outline:none;border-color:var(--primary-color)}.form-group select,select{width:100%;padding:.75rem;border-radius:.5rem;border:1px solid var(--border-color);background-color:var(--background-color);color:var(--text-color);cursor:pointer;appearance:auto;-webkit-appearance:menulist;-moz-appearance:menulist}.form-group select:focus,select:focus{outline:none;border-color:var(--primary-color)}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.badge{display:inline-block;padding:.25rem .75rem;background-color:#6366f133;color:var(--primary-color);border-radius:9999px;font-size:.75rem;font-weight:500}.progress-bar{height:8px;background-color:var(--border-color);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background-color:var(--secondary-color);border-radius:4px;transition:width .3s}#user-menu{display:none;align-items:center;gap:1rem}#user-menu a{color:var(--text-color);text-decoration:none}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:10}.mobile-menu-btn span{display:block;width:100%;height:2.5px;background-color:var(--text-color);border-radius:2px;transition:all .3s ease}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-tab-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--surface-color);border-top:1px solid var(--border-color);padding:.5rem 0 env(safe-area-inset-bottom,.5rem);z-index:100;box-shadow:0 -2px 10px #0000000d}.mobile-tab-bar .tab-items{display:flex;justify-content:space-around;align-items:center;max-width:500px;margin:0 auto}.mobile-tab-bar .tab-item{display:flex;flex-direction:column;align-items:center;padding:.5rem 1rem;color:var(--text-muted);text-decoration:none;font-size:.7rem;font-weight:500;transition:color .2s;cursor:pointer;background:none;border:none}.mobile-tab-bar .tab-item .tab-icon{font-size:1.35rem;margin-bottom:.25rem}.mobile-tab-bar .tab-item.active,.mobile-tab-bar .tab-item:hover{color:var(--primary-color)}@media (max-width: 992px){.nav-text{display:none}.nav-links a{padding:.5rem}.nav-icon{font-size:1.25rem}}@media (max-width: 768px){.mobile-tab-bar{display:block}#navbar{padding:0 1rem;height:56px}.nav-links{display:none!important}.mobile-menu-btn{display:none}.nav-right{gap:.5rem}.auth-buttons{display:flex}.auth-buttons .btn{padding:.5rem .75rem;font-size:.8rem}#user-menu{display:none}#user-menu.visible{display:flex}.logo-text{display:none}.logo-icon{font-size:1.5rem}#main-content{padding:1rem;padding-bottom:80px;background:var(--background-color)}.page-header{padding:.5rem 0 1rem;margin-bottom:1rem}.page-header h1{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.15rem}.page-header p{color:var(--text-muted);font-size:.9rem;font-weight:400}.hero{padding:1.5rem 0;text-align:left}.hero h2{font-size:1.75rem;font-weight:800;letter-spacing:-.02em}.hero p{font-size:.95rem;margin-bottom:1.5rem}.card{padding:1.25rem;border-radius:16px;background:var(--surface-color);border:none;box-shadow:0 2px 8px #0000000a}.card h3{font-size:1rem;font-weight:600;color:var(--text-color);margin-bottom:1rem}.card-grid{grid-template-columns:1fr;gap:1rem;margin-top:1rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:0}.stats-grid>.card:last-child:nth-child(odd){grid-column:span 2}.stat-card{padding:.85rem;border-radius:14px;background:var(--surface-color);border:none;box-shadow:0 2px 8px #0000000a}.stat-card .value{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.15rem}.stat-card .label{font-size:.75rem;color:var(--text-muted);font-weight:400}.project-item{display:flex;align-items:center;padding:1rem;background:var(--surface-elevated);border-radius:12px;border:1px solid var(--border-color);margin-bottom:.75rem}.project-item .icon{width:48px;height:48px;border-radius:14px;background:#6366f126;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-right:.85rem;flex-shrink:0}.project-item .info{flex:1;min-width:0}.project-item .name{font-weight:700;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-item .category{color:var(--text-muted);font-size:.75rem;margin-top:.15rem}.project-item .progress{text-align:right;min-width:80px}.project-item .amount{font-weight:800;font-size:.9rem}.project-item .percent{color:var(--text-muted);font-size:.7rem}.list-item{display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;border-bottom:1px solid var(--border-color)}.list-item:last-child{border-bottom:none}.btn{padding:.9rem 1.25rem;font-size:.95rem;font-weight:600;border-radius:14px}.btn-primary{background:var(--primary-color);color:#fff;border:none}.btn-primary:active{transform:scale(.98);opacity:.9}.btn-outline{background:transparent;color:var(--text-color);border:1.5px solid var(--border-color)}.btn-outline:active{transform:scale(.98);background:var(--background-color)}.action-buttons{display:flex;gap:.75rem;margin:1.25rem 0}.action-buttons .btn{flex:1;text-align:center;justify-content:center}.modal-content{margin:0;padding:1.5rem;border-radius:22px 22px 0 0;max-width:100%;max-height:85vh}.modal.active{align-items:flex-end}.form-actions{flex-direction:column;gap:.75rem}.form-actions .btn{width:100%}.form-group input,.form-group select{padding:.95rem;border-radius:12px;font-size:1rem}#footer{display:none}section h2{font-size:1.5rem;font-weight:800;letter-spacing:-.02em}section>p{font-size:.9rem}.stats-section .card-grid{grid-template-columns:repeat(2,1fr)}.stats-section .card{text-align:center;padding:1rem}.stats-section .card h3{font-size:1.35rem;font-weight:800;margin-bottom:.25rem}.stats-section .card p{font-size:.75rem;color:var(--text-muted)}.progress-bar{height:8px;background:var(--border-color);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--secondary-color),var(--primary-color));border-radius:999px}.transaction-item,.list-item{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-bottom:1px solid var(--border-color)}.transaction-item:last-child,.list-item:last-child{border-bottom:none;padding-bottom:0}.transaction-item:first-child,.list-item:first-child{padding-top:.5rem}.transaction-item .tx-left,.list-item .item-left{display:flex;align-items:center;gap:.75rem}.transaction-item .tx-icon,.list-item .item-icon{font-size:1.5rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.transaction-item .tx-info,.list-item .item-info{display:flex;flex-direction:column}.transaction-item .tx-type,.list-item .item-title{font-weight:600;font-size:.9rem;color:var(--text-color);text-transform:uppercase;letter-spacing:.02em}.transaction-item .tx-date,.list-item .item-subtitle{font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.transaction-item .tx-right,.list-item .item-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.transaction-item .tx-amount,.list-item .item-amount{font-weight:700;font-size:.95rem}.transaction-item .tx-amount.credit,.list-item .item-amount.credit{color:var(--secondary-color)}.transaction-item .tx-amount.debit,.list-item .item-amount.debit{color:#ef4444}.transaction-item .tx-status,.list-item .item-status{font-size:.7rem;color:var(--text-muted);margin-top:.15rem}.transaction-item .tx-status.pending{color:#f59e0b}.transaction-item .tx-status.success{color:var(--secondary-color)}}@media (max-width: 480px){.hero h2{font-size:1.5rem}.stats-grid,.stats-section .card-grid{grid-template-columns:1fr}.stat-card .value{font-size:1.5rem}.filters{flex-direction:column}.filters select{width:100%}.stats-grid .card:last-child:nth-child(odd){grid-column:span 1}}.admin-tab{position:relative;padding:.75rem 1.25rem;background:transparent;border:none;border-bottom:3px solid transparent;color:var(--text-muted);font-weight:500;cursor:pointer;transition:all .2s ease}.admin-tab:hover{color:var(--primary-color);background:#6366f10d}.admin-tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color);background:#6366f114;font-weight:600}.profile-menu{display:flex;flex-direction:column}.profile-menu-item{display:flex;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border-color);text-decoration:none;color:var(--text-color);transition:background .2s}.profile-menu-item:last-child{border-bottom:none;padding-bottom:0}.profile-menu-item:first-child{padding-top:0}.profile-menu-item:hover{background:#6366f10d;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.profile-menu-item .menu-icon{font-size:1.25rem;margin-right:1rem;width:28px;text-align:center}.profile-menu-item .menu-text{flex:1;font-weight:500;font-size:.95rem}.profile-menu-item .menu-arrow{color:var(--text-muted);font-size:1.25rem;font-weight:300}.profile-menu-item .menu-status{font-size:.8rem;font-weight:600}.legal-page{max-width:800px;margin:0 auto;padding:2rem 1rem}.legal-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.legal-header h1{font-size:2rem;margin-bottom:.5rem;color:var(--text-color)}.legal-updated{color:var(--text-muted);font-size:.875rem}.legal-content{line-height:1.8}.legal-content h2{font-size:1.25rem;margin:2rem 0 1rem;padding-top:1rem;border-top:1px solid var(--border-color);color:var(--text-color)}.legal-content h3{font-size:1.1rem;margin:1.5rem 0 .75rem;color:var(--text-color)}.legal-content p{margin-bottom:1rem;color:var(--text-color)}.legal-content ul{margin:.75rem 0 1.5rem 1.5rem}.legal-content li{margin-bottom:.5rem;color:var(--text-color)}.legal-important{background:#6366f11a;border:1px solid var(--primary-color);border-radius:.75rem;padding:1.25rem;margin-bottom:2rem;font-size:.95rem}.legal-warning{background:#ef44441a;border:1px solid #ef4444;border-radius:.75rem;padding:1.25rem;margin:1.5rem 0}.legal-warning h3{color:#ef4444;margin-top:0!important}.legal-warning p{margin-bottom:0}.legal-signature{background:var(--surface-elevated);border:2px solid var(--primary-color);border-radius:.75rem;padding:1.5rem;margin-top:2rem;text-align:center}.agreement-modal-content{max-width:600px;max-height:90vh;display:flex;flex-direction:column;padding:0;overflow:hidden}.agreement-header{text-align:center;padding:1.5rem 2rem;border-bottom:1px solid var(--border-color);background:var(--surface-elevated)}.agreement-icon{font-size:2.5rem;display:block;margin-bottom:.5rem}.agreement-header h2{margin:0 0 .25rem}.agreement-header p{margin:0;color:var(--text-muted);font-size:.9rem}.agreement-scroll-container{flex:1;overflow-y:auto;padding:1.5rem 2rem;max-height:350px}.agreement-section{margin-bottom:1.5rem}.agreement-section h3{font-size:1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.agreement-summary{background:var(--surface-elevated);border:1px solid var(--border-color);border-radius:.5rem;padding:1rem;font-size:.875rem}.agreement-summary.warning{background:#ef444414;border-color:#ef4444}.agreement-summary p{margin:0 0 .5rem}.agreement-summary ul{margin:0;padding-left:0;list-style:none}.agreement-summary li{margin-bottom:.35rem;display:flex;align-items:flex-start;gap:.5rem}.agreement-checkboxes{padding:1rem 2rem;border-top:1px solid var(--border-color);background:var(--surface-elevated)}.agreement-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;cursor:pointer;font-size:.875rem;line-height:1.4}.agreement-checkbox:last-child{margin-bottom:0}.agreement-checkbox input[type=checkbox]{display:none}.agreement-checkbox .checkmark{width:20px;height:20px;min-width:20px;border:2px solid var(--border-color);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-top:1px}.agreement-checkbox input[type=checkbox]:checked+.checkmark{background:var(--primary-color);border-color:var(--primary-color)}.agreement-checkbox input[type=checkbox]:checked+.checkmark:after{content:"✓";color:#fff;font-size:.75rem;font-weight:700}.agreement-checkbox a{color:var(--primary-color);text-decoration:none}.agreement-checkbox a:hover{text-decoration:underline}.agreement-actions{display:flex;gap:1rem;padding:1rem 2rem;border-top:1px solid var(--border-color)}.agreement-actions .btn{flex:1;padding:.75rem 1.5rem}.agreement-actions #accept-agreement{background:var(--secondary-color)}.agreement-actions #accept-agreement:disabled{opacity:.5;cursor:not-allowed;transform:none}.toast-notification{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:var(--surface-color);border:1px solid var(--secondary-color);border-radius:.75rem;padding:1rem 1.5rem;box-shadow:var(--shadow-lg);z-index:3000;opacity:0;transition:all .3s ease}.toast-notification.show{transform:translate(-50%) translateY(0);opacity:1}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}@media (max-width: 768px){.agreement-modal-content{max-height:100vh;height:100vh;border-radius:0;max-width:100%}.agreement-scroll-container{max-height:none;flex:1}.agreement-header,.agreement-checkboxes,.agreement-actions{padding-left:1rem;padding-right:1rem}.agreement-scroll-container,.legal-page{padding:1rem}.legal-header h1{font-size:1.5rem}}.admin-dashboard{max-width:1200px;margin:0 auto;padding:1.5rem}.admin-header{margin-bottom:1.5rem}.admin-header h1{font-size:1.75rem;font-weight:700;margin:0}.admin-subtitle{color:var(--text-muted);margin:.25rem 0 0}.admin-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-action-card{background:var(--surface-color);border-radius:16px;padding:1.25rem;cursor:pointer;display:flex;align-items:center;gap:1rem;border:2px solid transparent;transition:all .2s ease;box-shadow:var(--shadow-sm)}.admin-action-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.admin-action-card.active{border-color:var(--primary-color);background:#6366f10d}.admin-action-card.create-card{border-color:var(--secondary-color);background:linear-gradient(135deg,rgba(16,185,129,.08) 0%,transparent 100%)}.action-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:var(--primary-color)}.action-icon.create-icon{background:var(--secondary-color)}.action-icon.users-icon{background:var(--primary-color)}.action-icon.projects-icon{background:#8b5cf6}.action-info h3{margin:0;font-size:1rem;font-weight:600}.action-info p{margin:.25rem 0 0;font-size:.8rem;color:var(--text-muted)}.alerts-section{margin-bottom:1.5rem}.alerts-title{font-size:.9rem;font-weight:600;color:var(--text-muted);margin-bottom:.75rem}.alerts-list{display:flex;flex-direction:column;gap:.5rem}.admin-alert{background:var(--surface-color);border-radius:12px;padding:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-left:4px solid var(--primary-color);transition:all .2s ease}.admin-alert:hover{transform:translate(4px)}.admin-alert.kyc-alert{border-left-color:#f59e0b;background:#f59e0b0d}.admin-alert.project-alert{border-left-color:var(--primary-color);background:#6366f10d}.admin-alert.withdrawal-alert{border-left-color:#ef4444;background:#ef44440d}.alert-left{display:flex;align-items:center;gap:.75rem}.alert-icon{font-size:1.25rem}.alert-info{display:flex;flex-direction:column}.alert-info strong{font-size:.95rem}.alert-info span{font-size:.8rem;color:var(--text-muted)}.alert-info .amount{color:#ef4444;font-weight:600;margin-left:.5rem}.no-alerts{background:#10b98114;border:1px solid var(--secondary-color);border-radius:12px;padding:1.25rem;text-align:center;margin-bottom:1.5rem}.no-alerts .check-icon{font-size:2rem;display:block;margin-bottom:.5rem}.no-alerts p{margin:0;color:var(--secondary-color);font-weight:500}.admin-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.section-icon{font-size:1.5rem}.admin-section-header h2{margin:0;font-size:1.25rem;font-weight:600}.admin-list{display:flex;flex-direction:column;gap:.75rem}.admin-list-item{background:var(--surface-color);border-radius:12px;padding:1.25rem;display:flex;justify-content:space-between;align-items:flex-start;box-shadow:var(--shadow-sm)}.item-main h4{margin:0 0 .25rem;font-size:1rem}.item-main p{margin:0 0 .5rem;font-size:.875rem;color:var(--text-muted)}.item-main .badges{display:flex;gap:.5rem;flex-wrap:wrap}.item-main .date{font-size:.8rem;color:var(--text-muted)}.item-actions{display:flex;gap:.5rem;flex-shrink:0}.admin-table-wrapper{overflow-x:auto;border-radius:12px;box-shadow:var(--shadow-sm)}.admin-table{width:100%;border-collapse:collapse;background:var(--surface-color)}.admin-table th{text-align:left;padding:1rem;font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;background:var(--surface-elevated);border-bottom:2px solid var(--border-color)}.admin-table td{padding:1rem;border-bottom:1px solid var(--border-color)}.admin-table tr:hover{background:var(--surface-elevated)}.status-active{color:var(--secondary-color);font-weight:600}.status-suspended{color:#ef4444;font-weight:600}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.25rem}.project-card-admin{background:var(--surface-color);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .2s ease}.project-card-admin:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.project-card-admin .project-image{height:140px;background-size:cover;background-position:center;position:relative}.project-card-admin .featured-badge{position:absolute;top:.75rem;left:.75rem;background:#f59e0b;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.project-card-admin .project-content{padding:1.25rem}.project-card-admin .project-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.project-card-admin .project-header h4{margin:0;font-size:1rem;font-weight:600;flex:1}.project-card-admin .project-desc{font-size:.8rem;color:var(--text-muted);margin:0 0 .75rem;line-height:1.4}.project-card-admin .project-meta{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.project-card-admin .project-funding{margin-bottom:1rem}.project-card-admin .funding-info{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.5rem}.project-card-admin .funding-info span:first-child{font-weight:600;color:var(--secondary-color)}.project-card-admin .progress-bar{height:6px;background:var(--border-color);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.project-card-admin .progress-fill{height:100%;background:var(--secondary-color);border-radius:3px;transition:width .3s ease}.project-card-admin .funding-stats{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted)}.project-card-admin .project-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:1rem;border-top:1px solid var(--border-color);justify-content:flex-start}.project-card-admin .project-actions .btn{flex-shrink:0;white-space:nowrap;font-size:.75rem;padding:.375rem .625rem}.create-project-form{background:var(--surface-color);border-radius:16px;padding:1.5rem;max-width:700px;box-shadow:var(--shadow-sm)}.form-section{margin-bottom:1.5rem}.form-section h3{font-size:1rem;font-weight:600;margin:0 0 1rem;color:var(--text-color)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group.full{grid-column:span 2}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem}.form-group .required{color:#ef4444}.form-group .input{width:100%}.image-upload-area{border:2px dashed var(--border-color);border-radius:12px;cursor:pointer;transition:all .2s ease}.image-upload-area:hover,.image-upload-area.dragover{border-color:var(--primary-color);background:#6366f10d}.image-preview{padding:2rem;text-align:center;color:var(--text-muted)}.image-preview .upload-icon{font-size:2.5rem;display:block;margin-bottom:.5rem}.image-preview p{margin:0 0 .25rem;font-weight:500}.image-preview .upload-hint{font-size:.8rem}.image-preview.has-image{padding:0}.image-preview.has-image img{width:100%;max-height:200px;object-fit:cover;border-radius:10px}.checkbox-group{margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary-color)}.btn-sm{padding:.4rem .75rem;font-size:.8rem}.btn-lg{padding:.875rem 1.5rem;font-size:1rem}.btn-full{width:100%}.btn-danger{background:#ef4444;color:#fff}.btn-warning{background:#f59e0b;color:#fff}.badge-success{background:var(--secondary-color);color:#fff}.badge-warning{background:#f59e0b;color:#fff}.badge-danger{background:#ef4444;color:#fff}.badge-primary{background:var(--primary-color);color:#fff}.badge-purple{background:#8b5cf6;color:#fff}.badge-outline{background:transparent;border:1px solid var(--border-color);color:var(--text-muted)}.loading{text-align:center;padding:2rem;color:var(--text-muted)}.empty-state{background:var(--surface-color);border-radius:12px;padding:2rem;text-align:center;color:var(--text-muted)}.error-state{background:#ef44441a;border:1px solid #ef4444;border-radius:12px;padding:2rem;text-align:center;color:#ef4444}@media (max-width: 768px){.admin-dashboard{padding:1rem}.admin-actions-grid{grid-template-columns:1fr}.admin-list-item{flex-direction:column;gap:1rem}.item-actions{width:100%;justify-content:flex-end}.form-row{grid-template-columns:1fr}.form-group.full{grid-column:span 1}.projects-grid{grid-template-columns:1fr}.admin-table th,.admin-table td{padding:.75rem .5rem;font-size:.8rem}}
