:root{--bg:#f8fafc;--bg-surface:#fff;--bg-hover:#f1f5f9;--bg-subtle:#e2e8f0;--bg-surface-2:#f1f5f9;--bg-surface-input:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--text-faint:#cbd5e1;--text-dim:#64748b;--primary:#84cc16;--primary-hover:#65a30d;--primary-light:#bef264;--primary-bg:#ecfccb;--primary-dim:#d9f99d;--primary-shadow:0 8px 24px #84cc1640;--cobalt:#3b82f6;--cobalt-hover:#2563eb;--cobalt-bg:#dbeafe;--cobalt-border:#93c5fd;--border-color:#e2e8f0;--border-light:#f1f5f9;--border-hover:#cbd5e1;--success:#10b981;--success-bg:#d1fae5;--warning:#f59e0b;--warning-bg:#fef3c7;--error:#ef4444;--error-bg:#fee2e2;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-soft:0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;--shadow-card:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--transition-fast:all .15s cubic-bezier(.4, 0, .2, 1);--transition-base:all .2s cubic-bezier(.4, 0, .2, 1);--transition-slow:all .3s cubic-bezier(.4, 0, .2, 1);--spring:cubic-bezier(.34, 1.56, .64, 1);--smooth:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg);color:var(--text-primary);letter-spacing:-.01em;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-subtle)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background-color:var(--primary-bg);color:var(--text-primary)}a{color:inherit;transition:var(--transition-fast);text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.5}input,textarea,select{font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.container{width:100%;max-width:1200px;padding:0 var(--spacing-lg);margin:0 auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.spinner{border:4px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}#toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.toast-notification{pointer-events:auto;border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);color:var(--text-primary);align-items:center;gap:10px;max-width:350px;padding:12px 20px;font-size:.875rem;font-weight:600;animation:.3s slideIn;display:flex}.toast-success{border-color:var(--success);background:var(--success-bg);color:var(--success)}.toast-error{border-color:var(--error);background:var(--error-bg);color:var(--error)}.toast-info{border-color:var(--cobalt);background:var(--cobalt-bg);color:var(--cobalt)}@media (max-width:768px){.container{padding:0 var(--spacing-md)}#toast-container{bottom:80px;left:12px;right:12px}.toast-notification{max-width:100%}}.dashboard-main{padding:2rem}@media (max-width:768px){.dashboard-main{padding:.875rem!important}}@media (max-width:400px){.dashboard-main{padding:.625rem!important}}.sidebar-overlay{z-index:999;background:#00000080;display:none;position:fixed;top:0;bottom:0;left:0;right:0}@media (max-width:768px){.sidebar-overlay{display:block}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}img[style*="border-radius: 50%"],img[style*="borderRadius: '50%'"],img[style*="border-radius:50%"]{aspect-ratio:1!important;object-fit:cover!important;flex-shrink:0!important}.avatar-img{aspect-ratio:1!important;object-fit:cover!important;border-radius:50%!important;flex-shrink:0!important}@media (max-width:768px){img{max-width:100%;height:auto}img[style*="border-radius: 50%"],img[style*="borderRadius: '50%'"],img[style*="border-radius:50%"]{max-width:unset!important;height:unset!important}}.btn{border-radius:var(--radius-md);transition:var(--transition-base);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 2px 8px #84cc1633}.btn-primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #84cc164d}.btn-secondary{background:var(--bg-surface);color:var(--text-primary);border:1.5px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-hover)}.btn-danger{background:var(--error);color:#fff;box-shadow:0 2px 8px #ef444433}.btn-danger:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-block{width:100%}.card{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-color);box-shadow:var(--shadow-soft);transition:var(--transition-base);padding:1.5rem}.card:hover{box-shadow:var(--shadow-card)}.card-header{border-bottom:1px solid var(--border-light);margin-bottom:1rem;padding-bottom:1rem}.card-title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:700}.form-group{margin-bottom:1.25rem}.form-label{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-input,.form-textarea,.form-select{width:100%;color:var(--text-primary);background:var(--bg-surface-input);border:1.5px solid var(--border-color);border-radius:var(--radius-sm);transition:var(--transition-fast);padding:.75rem 1rem;font-size:.9375rem}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-bg);outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-tertiary)}.form-textarea{resize:vertical;min-height:100px}.form-select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748B' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.list{flex-direction:column;gap:.75rem;display:flex}.list-item{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition-fast);justify-content:space-between;align-items:center;padding:1rem;display:flex}.list-item:hover{background:var(--bg-hover);border-color:var(--border-hover)}.list-item-content{flex:1;min-width:0}.list-item-title{color:var(--text-primary);margin-bottom:.25rem;font-weight:600}.list-item-subtitle{color:var(--text-secondary);font-size:.875rem}.list-item-status{border-radius:var(--radius-full);white-space:nowrap;padding:.375rem .75rem;font-size:.8125rem;font-weight:600}.status-pending{background:var(--warning-bg);color:var(--warning)}.status-approved{background:var(--success-bg);color:var(--success)}.status-submitted{background:var(--cobalt-bg);color:var(--cobalt)}.grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:1.5rem;display:grid}.progress-bar{background:var(--bg-subtle);border-radius:var(--radius-full);width:100%;height:8px;margin-top:.75rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);border-radius:var(--radius-full);height:100%;transition:width .5s var(--smooth)}.badge{border-radius:var(--radius-full);background:var(--primary-bg);color:var(--primary);align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{background:var(--success-bg);color:var(--success)}.badge-error{background:var(--error-bg);color:var(--error)}.badge-warning{background:var(--warning-bg);color:var(--warning)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a80;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-content{background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:500px;max-height:90vh;animation:slideIn .3s var(--spring);overflow-y:auto}.modal-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-title{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.modal-close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-tertiary);transition:var(--transition-fast);cursor:pointer;justify-content:center;align-items:center;display:flex}.modal-close:hover{background:var(--bg-hover);color:var(--text-primary)}.modal-body{padding:1.5rem}.stat-card{background:linear-gradient(135deg, var(--bg-surface) 0%, var(--bg-hover) 100%);border:1px solid var(--border-color);border-radius:var(--radius-md);text-align:center;transition:var(--transition-base);padding:1.5rem;animation:.5s fadeIn}.stat-card:hover{box-shadow:var(--shadow-card);border-color:var(--primary);transform:translateY(-2px)}.stat-value{color:var(--primary);margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1}.stat-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.page-header{margin-bottom:2rem}.page-title{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1.2}.page-subtitle{color:var(--text-secondary);font-size:1rem;line-height:1.5}.tabs{border-bottom:2px solid var(--border-light);gap:.5rem;margin-bottom:1.5rem;display:flex}.tab{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-weight:600}.tab:hover{color:var(--text-primary)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.empty-state{text-align:center;color:var(--text-secondary);padding:3rem 2rem}.empty-state-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.empty-state-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.empty-state-description{color:var(--text-secondary);font-size:.9375rem}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.loading-spinner{border:4px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.loading-text{color:var(--text-secondary);font-size:.9375rem;font-weight:500}@media (max-width:768px){.grid{grid-template-columns:1fr;gap:.875rem}.btn-lg{padding:.875rem 1.5rem;font-size:.9375rem}.page-title{font-size:1.375rem}.page-subtitle{font-size:.875rem}.page-header{margin-bottom:1.25rem}.modal-content{border-radius:var(--radius-md);max-width:100%;margin:.5rem}.modal-overlay{align-items:flex-end;padding:.5rem}.modal-content{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:92vh}.tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{flex-shrink:0;padding:.625rem 1rem;font-size:.875rem}.card{padding:1rem}.card-header{margin-bottom:.75rem;padding-bottom:.75rem}.card-title{font-size:1rem}.stat-card{padding:1rem}.stat-value{font-size:1.625rem}.list-item{flex-wrap:wrap;gap:.5rem;padding:.875rem}.list-item-status{padding:.25rem .625rem;font-size:.75rem}.form-input,.form-textarea,.form-select{font-size:1rem}.btn{font-size:.9rem}.btn-sm{padding:.4rem .875rem;font-size:.8rem}}@media (max-width:480px){.page-title{font-size:1.25rem}.card{padding:.875rem}.stat-value{font-size:1.5rem}.grid{gap:.75rem}}@media (max-width:768px){.dashboard-main{padding:1rem!important}.sidebar-overlay{z-index:999;background:#00000080;position:fixed;top:0;bottom:0;left:0;right:0;display:block!important}.sidebar{z-index:1000!important;height:calc(100vh - 73px)!important;position:fixed!important;top:73px!important;left:0!important;transform:translate(-100%)!important;box-shadow:4px 0 16px #0000001f!important}.sidebar.open{transform:translate(0)!important}.mobile-menu-btn{display:flex!important}.page-header{margin-bottom:1rem}.page-title{line-height:1.3;font-size:1.25rem!important}.page-subtitle{font-size:.82rem!important}.card{border-radius:10px!important;padding:1rem!important}.card-header{margin-bottom:.75rem!important;padding-bottom:.75rem!important}.card-title{font-size:.95rem!important}.grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.stat-card{padding:.875rem!important}.stat-value{font-size:1.5rem!important}.stat-label{font-size:.75rem!important}}@media (max-width:400px){.grid{grid-template-columns:1fr!important}}@media (max-width:768px){.list-item{flex-wrap:wrap!important;gap:.5rem!important;padding:.75rem!important}.list-item-title{font-size:.875rem!important}.list-item-subtitle{font-size:.78rem!important}.list-item-status{padding:.2rem .5rem!important;font-size:.72rem!important}.form-input,.form-textarea,.form-select,input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{font-size:16px!important}.form-group{margin-bottom:1rem!important}.form-label{font-size:.82rem!important}.btn{padding:.625rem 1.125rem!important;font-size:.875rem!important}.btn-sm{padding:.375rem .75rem!important;font-size:.78rem!important}.btn-lg{padding:.75rem 1.5rem!important;font-size:.9375rem!important}.modal-overlay{align-items:flex-end!important;padding:0!important}.modal-content{border-radius:20px 20px 0 0!important;width:100%!important;max-width:100%!important;max-height:90vh!important;margin:0!important}.modal-header{padding:1.125rem 1.25rem!important}.modal-body{padding:1.25rem!important}.modal-title{font-size:1.05rem!important}.tabs{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:0!important;overflow-x:auto!important}.tabs::-webkit-scrollbar{display:none!important}.tab{flex-shrink:0!important;padding:.625rem 1rem!important;font-size:.82rem!important}.progress-header{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}.progress-title{font-size:1rem!important}.roadmap-item{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.roadmap-item>div:last-child{text-align:left!important;min-width:unset!important;width:100%!important}.profile-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}}@media (max-width:400px){.profile-grid{grid-template-columns:1fr!important}}@media (max-width:768px){.chat-container{height:calc(100vh - 140px)!important}.table-responsive{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}table{min-width:600px}.admin-sidebar{display:none!important}.admin-sidebar.mobile-open{z-index:1000!important;width:240px!important;height:calc(100vh - 73px)!important;display:flex!important;position:fixed!important;top:73px!important;left:0!important;box-shadow:4px 0 16px #0000001f!important}[data-notif-dropdown]{border-radius:0 0 12px 12px!important;width:100%!important;max-width:100%!important;position:fixed!important;top:73px!important;left:0!important;right:0!important}[data-hot-toast]{bottom:80px!important}.hide-mobile{display:none!important}.full-mobile{width:100%!important}.profile-edit-container{width:72px!important;height:72px!important}.danger-item{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.danger-item .btn{width:100%!important}.post-actions-buttons{flex-wrap:wrap!important;gap:.5rem!important}.post-type-badge{padding:3px 8px!important;font-size:.7rem!important}.stage-actions{flex-direction:column!important;gap:.5rem!important}.stage-actions .btn{width:100%!important}.request-actions{flex-direction:column!important;gap:.5rem!important;width:100%!important}.request-actions .btn{width:100%!important}.investors-grid,.providers-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.profile-card-actions{flex-direction:column!important;gap:.4rem!important;width:100%!important}.profile-card-actions .btn{width:100%!important}}@media (max-width:400px){.investors-grid,.providers-grid{grid-template-columns:1fr!important}}@media (max-width:768px){.charts-grid{grid-template-columns:1fr!important}.chart-container{height:220px!important}}html{scroll-behavior:smooth}@supports (padding-bottom:env(safe-area-inset-bottom)){@media (max-width:768px){.dashboard-main{padding-bottom:calc(1rem + env(safe-area-inset-bottom))!important}}}*,:before,:after{box-sizing:border-box}html,body{max-width:100vw;overflow-x:hidden}@media (max-width:768px){.dashboard-main{padding:.875rem!important;overflow-x:hidden!important}.card,[class*=card]{word-break:break-word!important;max-width:100%!important;overflow-x:hidden!important}img{max-width:100%!important;height:auto!important}table{-webkit-overflow-scrolling:touch!important;max-width:100%!important;display:block!important;overflow-x:auto!important}.flex-row-mobile{flex-wrap:wrap!important}.app-header__name{display:none!important}.app-header{height:56px!important}.sidebar{height:calc(100vh - 56px)!important;top:56px!important}.dashboard-main{padding-bottom:calc(.875rem + 64px + env(safe-area-inset-bottom,0px))!important}[style*="maxWidth: 520"]{max-width:calc(100vw - 2rem)!important;margin:0 1rem!important}.post-card-header{flex-wrap:wrap!important}.gamification-stats,.leaderboard-row{flex-wrap:wrap!important;gap:.5rem!important}.filter-tabs{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex-wrap:nowrap!important;padding-bottom:4px!important;overflow-x:auto!important}.filter-tabs::-webkit-scrollbar{display:none!important}.danger-item{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.danger-item .btn{width:100%!important}.profile-edit-container img{width:64px!important;height:64px!important}.stage-card-actions{flex-direction:column!important;gap:.5rem!important}.stage-card-actions .btn{width:100%!important}[style*=minmax\(260px]{grid-template-columns:repeat(2,1fr)!important}nav[style*="width: 240"]{display:none!important}}@media (max-width:400px){.dashboard-main{padding:.625rem!important}[style*=minmax\(260px],[style*=minmax\(200px]{grid-template-columns:1fr!important}}@media (max-width:520px){.verification-modal{border-radius:16px!important;width:calc(100vw - 1.5rem)!important;max-width:calc(100vw - 1.5rem)!important;margin:0 .75rem!important}}@media (max-width:767px){.app-header__name{display:none!important}}@media (max-width:768px){div[style*="border-radius: 50%"]>img,div[style*=borderRadius]>img{aspect-ratio:1!important;object-fit:cover!important;width:100%!important;height:100%!important}img[alt*=Profile],img[alt*=profile],img[alt*=avatar],img[alt*=Avatar]{aspect-ratio:1!important;object-fit:cover!important;flex-shrink:0!important}}
