body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}.layout{min-height:100vh;display:flex;flex-direction:column}.navbar{background:linear-gradient(135deg,#22c55e,#16a34a,#f59e0b);color:#fff;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px #0000001a,0 0 20px #22c55e33;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-brand{display:flex;align-items:center;gap:.75rem}.navbar-logo{height:32px;width:auto;border-radius:6px;object-fit:contain}.navbar-brand h1{font-size:1.5rem;font-weight:600}.navbar-user{display:flex;align-items:center;gap:1rem}.btn-logout{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .2s}.btn-logout:hover{background:#ffffff4d}.layout-container{display:flex;flex:1;overflow:hidden}.sidebar{width:240px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(34,197,94,.2);padding:1.5rem 0;overflow-y:auto;box-shadow:2px 0 8px #0000000d}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 1rem}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#64748b;text-decoration:none;border-radius:10px;transition:all .3s ease;font-weight:500;margin:0 .5rem}.nav-link:hover{background:#22c55e1a;color:#16a34a;transform:translate(4px)}.nav-link.active{background:linear-gradient(135deg,#22c55e26,#f59e0b1a);color:#16a34a;box-shadow:0 2px 8px #22c55e26;border-left:3px solid #22c55e}.nav-icon{font-size:1.25rem}.main-content{flex:1;overflow-y:auto;padding:2rem;background:linear-gradient(135deg,#fff,#f8fafc)}@media (max-width: 1024px){.navbar{padding:1rem 1.5rem}.navbar-brand h1{font-size:1.25rem}.sidebar{width:200px}.main-content{padding:1.5rem}}@media (max-width: 768px){.navbar{padding:.875rem 1rem;flex-wrap:wrap;gap:.75rem}.navbar-brand h1{font-size:1.125rem}.navbar-logo{height:28px}.navbar-user{flex:1;justify-content:flex-end;font-size:.875rem}.btn-logout{padding:.5rem .75rem;font-size:.75rem}.layout-container{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(34,197,94,.2);padding:.75rem 0;position:fixed;bottom:0;left:0;right:0;top:auto;z-index:100;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 -4px 6px #0000001a}.sidebar-nav{flex-direction:row;justify-content:space-around;padding:0 .75rem;gap:.25rem}.nav-link{flex:1;justify-content:center;white-space:nowrap;padding:.5rem .25rem;font-size:.75rem;margin:0;flex-direction:column;gap:.15rem;text-align:center}.nav-link:hover{transform:none}.nav-icon{font-size:1.25rem}.main-content{padding:1rem 1rem 5.5rem}}@media (max-width: 480px){.navbar{padding:.75rem .875rem}.navbar-brand h1{font-size:1rem}.navbar-logo{height:24px}.navbar-user span{display:none}.sidebar{padding:.5rem 0}.sidebar-nav{padding:0 .5rem;gap:.375rem}.nav-link{padding:.5rem .625rem;font-size:.75rem;min-width:60px}.nav-icon{font-size:1rem}.main-content{padding:.875rem .875rem 5rem}}.splash-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#f8fafc);position:relative}.splash-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(34,197,94,.05) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.splash-container{position:relative;z-index:1;text-align:center;max-width:500px;width:90%;padding:1.5rem}.splash-card{background:#ffffffeb;border-radius:28px;border:1px solid rgba(148,163,184,.18);box-shadow:0 24px 60px #0f172a2e,0 0 0 1px #94a3b81f;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:2.25rem 2rem 1.75rem;text-align:left}.splash-card-header{margin-bottom:1.75rem}.splash-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .85rem;border-radius:999px;background:linear-gradient(135deg,#22c55e1f,#f59e0b24);color:#16a34a;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.splash-logo-row{display:flex;align-items:center;gap:1.1rem;margin-top:1.4rem}.splash-title-block{display:flex;flex-direction:column;gap:.25rem}.splash-logo-container{margin:0;animation:fadeInUp .8s ease-out}.splash-logo{height:120px;width:120px;border-radius:24px;object-fit:contain;margin-bottom:1.5rem;box-shadow:0 8px 16px #0000001a;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.splash-title{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#22c55e,#16a34a,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.splash-subtitle{font-size:1.125rem;color:#64748b;font-weight:500}.splash-tagline{margin-top:.75rem;font-size:.9rem;color:#94a3b8;line-height:1.6}.splash-card-body{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1.2fr);gap:1.4rem;align-items:stretch}.splash-balance-card{background:radial-gradient(circle at top left,rgba(34,197,94,.12),transparent 58%),radial-gradient(circle at bottom right,rgba(245,158,11,.12),transparent 55%),#0f172a;border-radius:20px;padding:1.1rem 1.2rem;color:#e5e7eb;box-shadow:0 18px 38px #0f172a8c}.splash-balance-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.6rem}.balance-label{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;font-weight:600}.balance-status{font-size:.75rem;color:#bbf7d0;padding:.15rem .55rem;border-radius:999px;border:1px solid rgba(34,197,94,.55);background:#0f172acc}.splash-balance-main{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.75rem}.balance-caption{font-size:.8rem;color:#9ca3af;margin-bottom:.1rem}.balance-amount{font-size:1.8rem;font-weight:700;letter-spacing:.03em}.balance-chip{font-size:.8rem;color:#22c55e;background:#16a34a26;padding:.25rem .6rem;border-radius:999px;border:1px solid rgba(34,197,94,.8)}.splash-balance-footer{display:flex;justify-content:space-between;font-size:.75rem;color:#9ca3af}.splash-insights{display:flex;flex-direction:column;gap:.7rem}.insight-item{padding:.7rem .85rem;border-radius:14px;border:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#fff);box-shadow:0 10px 20px #94a3b82e}.insight-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:.1rem}.insight-value{display:block;font-size:1.1rem;font-weight:700;color:#0f172a}.insight-meta{display:block;font-size:.75rem;color:#94a3b8}.splash-loader-shell{margin-top:1.6rem;border-radius:18px;padding:.9rem 1rem;background:linear-gradient(90deg,#22c55e0f,#f59e0b08);border:1px dashed rgba(148,163,184,.7)}.splash-loader{animation:fadeIn .7s ease-out both}.splash-loader.done{animation:fadeIn .5s ease-out both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loader-spinner{width:44px;height:44px;border:3px solid #e2e8f0;border-top-color:#22c55e;border-right-color:#f59e0b;border-radius:50%;margin:.4rem 0 .8rem;animation:spin 1s linear infinite}.loader-progress{width:100%;height:6px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:.45rem}.loader-progress-bar{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a,#f59e0b);border-radius:4px;transition:width .3s ease;box-shadow:0 2px 4px #22c55e4d}.loader-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.loader-title{font-size:.8rem;font-weight:600;color:#0f172a}.loader-percentage{font-size:.75rem;font-weight:600;color:#16a34a}.loader-text{font-size:.875rem;color:#64748b;font-weight:500}.install-banner{margin-top:1.25rem;border-radius:18px;padding:.9rem 1rem;background:linear-gradient(135deg,#22c55e14,#3b82f614);border:1px solid rgba(148,163,184,.6)}.install-banner-content{display:flex;flex-direction:column;gap:.75rem}.install-text h2{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#0f172a}.install-text p{margin:0;font-size:.8rem;color:#64748b}.install-actions{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start}.btn-install{padding:.4rem .9rem;border-radius:999px;border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;box-shadow:0 4px 8px #16a34a59;transition:transform .15s,box-shadow .15s}.btn-install:hover{transform:translateY(-1px);box-shadow:0 6px 12px #16a34a66}.install-helper{font-size:.78rem;color:#64748b}.install-icon{padding:.1rem .4rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.72rem}@media (max-width: 768px){.splash-page{padding:1.25rem .75rem 1.75rem;align-items:flex-start}.splash-card{padding:1.4rem 1.15rem 1.25rem}.splash-logo{height:100px;width:100px}.splash-title{font-size:2.5rem}.splash-subtitle{font-size:1rem}.splash-card-body{grid-template-columns:minmax(0,1fr);gap:1rem}.splash-logo-row{align-items:flex-start}}@media (max-width: 480px){.splash-page{padding:1rem .6rem 1.5rem}.splash-container{width:100%;padding:0}.splash-card{border-radius:22px;padding:1.1rem 1rem 1.2rem}.splash-logo{height:80px;width:80px;margin-bottom:1rem}.splash-title{font-size:2.1rem}.splash-subtitle{font-size:.95rem}.splash-tagline{font-size:.8rem}.splash-balance-card{padding:.9rem}.splash-insights{gap:.55rem}.install-banner{margin-top:.9rem}}.loading-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loading-popup-content{background:#fff;border-radius:12px;padding:2rem 2.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:200px}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#22c55e;border-right-color:#f59e0b;border-radius:50%;animation:spin 1s linear infinite}.loading-message{color:#475569;font-size:.9375rem;font-weight:500;margin:0;text-align:center}.dashboard{max-width:1100px;margin:0 auto;padding:2rem 1.25rem 3rem;min-height:100vh;background:radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 55%),radial-gradient(circle at bottom right,rgba(59,130,246,.06),transparent 55%),linear-gradient(135deg,#fff,#f8fafc)}.dashboard-header{margin-bottom:1.75rem}.dashboard-header h1{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#22c55e,#16a34a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em;margin-bottom:.35rem}.subtitle{color:#64748b;font-size:.9rem;font-weight:400}.kyc-banner{margin-bottom:1.5rem;padding:.85rem 1rem;border-radius:16px;background:linear-gradient(135deg,#f8fafcfa,#fff);border:1px solid rgba(148,163,184,.35);box-shadow:0 14px 35px #94a3b840;display:flex;align-items:center;justify-content:space-between;gap:.9rem;cursor:pointer}.kyc-text h2{margin:0 0 .15rem;font-size:.95rem;font-weight:600;color:#0f172a}.kyc-text p{margin:0;font-size:.78rem;color:#64748b}.kyc-status{margin-top:.2rem;font-size:.72rem;font-weight:600}.kyc-status.kyc-incomplete{color:#b91c1c}.kyc-status.kyc-pending{color:#b45309}.kyc-status.kyc-approved{color:#15803d}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.dashboard-card{background:#ffffffeb;border-radius:24px;padding:1.5rem 1.4rem;border:1px solid rgba(148,163,184,.22);box-shadow:0 22px 50px #0f172a2e,0 0 0 1px #94a3b81f;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 26px 60px #0f172a38,0 0 0 1px #94a3b82e;border-color:#94a3b859}.card-header{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.card-header h2{font-size:1.125rem;font-weight:600;color:#334155;margin:0;display:flex;align-items:center;gap:.5rem}.card-content{color:#475569}.wallet-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;position:relative;overflow:hidden}.wallet-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#22c55e,#16a34a,#f59e0b)}.balance-display{display:flex;flex-direction:column;gap:1.75rem}.balance-main{display:flex;flex-direction:column;gap:.5rem}.balance-label{font-size:.8125rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.balance-amount{font-size:2rem;font-weight:700;color:#1e293b;line-height:1.1;letter-spacing:-.02em}.balance-unit{font-size:1rem;color:#64748b;font-weight:500;margin-left:.5rem}.balance-details{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem}.balance-item{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s}.balance-item:hover{background:#f1f5f9;border-color:#cbd5e1}.balance-item span:first-child{color:#64748b;font-size:.8125rem;font-weight:500}.balance-item span:last-child{color:#1e293b;font-size:1.125rem;font-weight:600}.text-warning{color:#f59e0b;font-weight:600}.hours-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem}.hours-item{text-align:center;padding:1.25rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s}.hours-item:hover{background:#f1f5f9;border-color:#cbd5e1}.hours-label{display:block;font-size:.75rem;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.hours-value{display:block;font-size:1.75rem;font-weight:700;color:#1e293b;line-height:1.2}.reputation-display{display:flex;flex-direction:column;gap:1.5rem}.reputation-score{text-align:center;padding:1rem;background:#f8fafc;border-radius:8px}.score-value{font-size:3rem;font-weight:700;color:#1e293b;line-height:1;display:inline-block}.score-label{font-size:1rem;color:#64748b;font-weight:500;margin-left:.25rem}.reputation-details{display:flex;flex-direction:column;gap:.75rem}.reputation-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s}.reputation-item:hover{background:#f1f5f9;border-color:#cbd5e1}.reputation-item span:first-child{color:#64748b;font-weight:500}.reputation-item span:last-child{color:#1e293b;font-weight:600}.badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.badge{padding:.375rem .75rem;background:#eff6ff;color:#2563eb;border:1px solid #dbeafe;border-radius:6px;font-size:.75rem;font-weight:500}.activity-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0}.activity-item{padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;border-left:3px solid #22c55e;transition:all .2s}.activity-item:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 1px 3px #0000000d}.activity-title{font-weight:600;color:#1e293b;margin-bottom:.375rem;font-size:.9375rem}.activity-description{font-size:.8125rem;color:#64748b;margin-bottom:.5rem;line-height:1.5}.activity-time{font-size:.75rem;color:#94a3b8;font-weight:500}.empty-state{text-align:center;color:#94a3b8;padding:2rem;font-size:.875rem}@media (max-width: 768px){.dashboard{padding:1rem .75rem}.dashboard-header{margin-bottom:1.5rem;padding-bottom:1rem}.dashboard-header h1{font-size:1.5rem}.subtitle{font-size:.875rem}.kyc-banner{flex-direction:column;align-items:flex-start}.dashboard-grid{grid-template-columns:1fr;gap:.75rem}.dashboard-card{padding:.875rem}.card-header h2{font-size:1rem}.balance-amount{font-size:2.25rem}.balance-details{grid-template-columns:1fr;gap:.75rem}.balance-item{padding:.875rem}.hours-grid{grid-template-columns:repeat(3,1fr);gap:.625rem}.hours-item{padding:1rem .75rem}.hours-value{font-size:1.5rem}.score-value{font-size:2.5rem}.activity-list{gap:.625rem}.activity-item{padding:.875rem}}@media (max-width: 480px){.dashboard{padding:.75rem .5rem}.dashboard-header{margin-bottom:1rem}.dashboard-header h1{font-size:1.375rem}.subtitle{font-size:.8125rem}.dashboard-card{padding:.75rem;border-radius:8px}.card-header h2{font-size:.9375rem}.balance-amount{font-size:2rem}.balance-unit{font-size:.875rem}.balance-item{padding:.75rem;font-size:.8125rem}.balance-item span:last-child{font-size:1rem}.hours-grid{grid-template-columns:1fr;gap:.625rem}.hours-item{padding:1rem}.hours-value{font-size:1.75rem}.score-value{font-size:2.25rem}.reputation-item{padding:.875rem;font-size:.8125rem}.activity-item{padding:.75rem}.activity-title{font-size:.875rem}.activity-description{font-size:.75rem}}.marketplace-listings{display:flex;flex-direction:column;gap:.9rem}.listing-item{padding:.85rem .95rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:14px;border:1px solid #e2e8f0;transition:background .15s,box-shadow .15s,transform .1s,border-color .15s;overflow:hidden;position:relative}.listing-item:hover{background:#f9fafb;box-shadow:0 6px 14px #94a3b847;border-color:#d4d4d8;transform:translateY(-1px)}.listing-item-high{border-left:3px solid #facc15}.listing-item-medium{border-left:3px solid #22c55e}.listing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.listing-header h4{font-size:.9rem;font-weight:600;color:#0f172a;margin:0}.listing-title-block{display:flex;flex-direction:column;gap:.1rem}.listing-business{margin:0;font-size:.78rem;color:#6b7280}.listing-badge{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.listing-details,.listing-description{display:none}.listing-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.45rem}.listing-meta-row{display:flex;justify-content:space-between;font-size:.78rem;color:#9ca3af}.btn-participate{width:auto;padding:.35rem .85rem;background:#16a34a14;color:#16a34a;border:1px solid rgba(34,197,94,.35);border-radius:999px;font-weight:600;cursor:pointer;transition:color .15s,transform .1s;font-size:.8rem;letter-spacing:.02em;text-transform:uppercase}.btn-participate:hover{color:#16a34a;background:#16a34a24;transform:translateY(-1px)}.listing-amount{font-size:.8rem;font-weight:600;color:#16a34a}.listing-time{font-size:.72rem;color:#9ca3af}.listing-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.btn-action{padding:.375rem .75rem;border-radius:999px;border:1px solid #e2e8f0;font-size:.75rem;font-weight:500;background:#fff;cursor:pointer;transition:all .2s}.btn-action:hover{background:#f1f5f9}.btn-cancel{color:#b91c1c;border-color:#fecaca}.btn-archive{color:#4b5563}.listing-item-swiped{transform:translate(-8px)}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.pagination-btn{padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.875rem;color:#64748b;font-weight:500}.btn-link{background:none;border:none;cursor:pointer;text-decoration:none;transition:color .2s}.btn-link:hover{color:#16a34a}.modal-content.small{max-width:540px;width:95%;border-radius:22px;border:1px solid rgba(148,163,184,.35);padding:1.9rem 1.9rem 1.6rem;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 26px 60px -20px #0f172a8c,0 0 0 1px #94a3b826}.modal-header-row{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,1fr);align-items:center;gap:1rem;margin-bottom:1.1rem}.modal-business{display:flex;align-items:center;gap:.75rem}.modal-business-logo{width:40px;height:40px;border-radius:12px;object-fit:cover;border:1px solid #e5e7eb}.modal-business h2{font-size:1.15rem;margin:0 0 .2rem;color:#0f172a}.modal-amount-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;background:linear-gradient(135deg,#22c55e,#16a34a 60%,#f59e0b);color:#fff;font-size:.8rem;font-weight:600}.amount-icon{font-size:1rem}.amount-value{letter-spacing:.01em}.modal-subtitle{margin:0 0 .75rem;font-size:.9rem;color:#64748b}.modal-details{list-style:none;padding:0;margin:0 0 1rem;font-size:.875rem;color:#334155}.modal-details li{margin-bottom:.4rem}.modal-details strong{font-weight:600;color:#0f172a}.modal-section{margin-bottom:.9rem}.modal-section h3{margin:0 0 .35rem;font-size:.9rem;font-weight:600;color:#0f172a}.modal-section p{margin:0;font-size:.8rem;color:#64748b;line-height:1.5}.modal-nda-link{margin-top:.4rem}.modal-nda-link a{color:#16a34a;font-weight:600;text-decoration:none;font-size:.8rem}.modal-nda-link a:hover{text-decoration:underline}.modal-bullets{margin:.25rem 0 .5rem 1rem;padding:0;font-size:.8rem;color:#64748b}.modal-bullets li{margin-bottom:.25rem}.modal-content.small .modal-actions{margin-top:1.4rem}.modal-content.small .btn-secondary{border-radius:999px;padding:.6rem 1.2rem}.modal-content.small .btn-primary{border-radius:999px;padding:.6rem 1.4rem;box-shadow:0 6px 14px #16a34a59}@media (max-width: 640px){.modal-content.small{max-width:96%;padding:1.5rem 1.3rem 1.4rem;max-height:90vh;overflow-y:auto}.modal-header-row{grid-template-columns:minmax(0,1fr);align-items:flex-start}.modal-content.small .modal-actions{flex-direction:column}.modal-content.small .btn-secondary,.modal-content.small .btn-primary{width:100%;justify-content:center}}.paystack-payment{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid rgba(34,197,94,.2)}.payment-summary{margin-bottom:1.5rem}.payment-summary h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.payment-details{display:flex;flex-direction:column;gap:.75rem}.payment-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:8px;font-size:.875rem}.payment-value{font-weight:600;color:#16a34a}.payment-error{background:#fee2e2;color:#dc2626;padding:.875rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;border-left:3px solid #dc2626}.payment-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.btn-paystack{width:100%;padding:1rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 6px #22c55e4d}.btn-paystack:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #22c55e66}.btn-paystack:disabled{opacity:.7;cursor:not-allowed}.btn-cancel{width:100%;padding:.875rem;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;border-radius:10px;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel:hover:not(:disabled){background:#e2e8f0}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.paystack-icon{font-size:1.25rem}.payment-info{text-align:center;padding-top:1rem;border-top:1px solid #e2e8f0}.payment-info p{font-size:.75rem;color:#94a3b8}.wallet-page{max-width:1200px;margin:0 auto;padding:2rem 1.25rem 3rem;background:radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 55%),radial-gradient(circle at bottom right,rgba(59,130,246,.06),transparent 55%),linear-gradient(135deg,#fff,#f8fafc);min-height:100vh}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.header-actions{display:flex;gap:.75rem}.page-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #3b82f666}.btn-secondary{background:#f8fafc;color:#334155;border:1px solid #e2e8f0;padding:.875rem 1.75rem;border-radius:10px;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#1e293bcc;border-color:#3b82f680}.wallet-overview{background:#ffffffe6;border-radius:24px;padding:2.25rem 2.25rem 2rem;margin-bottom:2rem;border:1px solid rgba(148,163,184,.22);box-shadow:0 24px 60px #0f172a2e,0 0 0 1px #94a3b81f;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.balance-card{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.balance-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.balance-amount-large{font-size:4.5rem;font-weight:700;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;text-shadow:0 0 30px rgba(59,130,246,.3)}.balance-unit{font-size:1.5rem;color:#6b7280;margin-top:.5rem}.balance-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-item{display:flex;flex-direction:column;padding:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s}.stat-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px)}.stat-label{font-size:.875rem;color:#94a3b8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.5rem;font-weight:600;color:#1e293b}.section{background:#ffffffe6;border-radius:20px;padding:1.75rem 1.6rem;margin-bottom:2rem;border:1px solid rgba(148,163,184,.22);box-shadow:0 20px 50px #0f172a2e,0 0 0 1px #94a3b81f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.section h2{font-size:1.75rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.borrowed-list{display:flex;flex-direction:column;gap:1rem}.borrowed-item{padding:1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;border-left:4px solid #f59e0b;transition:all .2s}.borrowed-item:hover{background:#f1f5f9;border-color:#cbd5e1}.borrowed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.borrowed-amount{font-size:1.25rem;font-weight:600;color:#111827}.borrowed-status{padding:.25rem .75rem;background:#fef3c7;color:#92400e;border-radius:12px;font-size:.75rem;font-weight:500}.borrowed-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;font-size:.875rem;color:#64748b}.transactions-list{display:flex;flex-direction:column;gap:.75rem}.transaction-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s}.transaction-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translate(2px)}.transaction-icon{font-size:1.5rem;width:40px;text-align:center}.transaction-details{flex:1}.transaction-description{font-weight:500;color:#111827;margin-bottom:.25rem}.transaction-time{font-size:.875rem;color:#9ca3af}.transaction-amount{font-size:1.125rem;font-weight:600}.transaction-amount.positive{color:#10b981}.transaction-amount.negative{color:#ef4444}.modal-content{background:#fff;border-radius:16px;padding:2.5rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;border:1px solid #e2e8f0;box-shadow:0 25px 50px -12px #0f172a40}.modal-content h2{font-size:1.75rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-description{color:#64748b;margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input{width:100%;padding:.875rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;color:#e2e8f0;transition:all .2s}.form-group input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e33}.form-group input::placeholder{color:#64748b}.lending-terms-preview{background:#f8fafc;border:1px solid rgba(34,197,94,.2);border-radius:10px;padding:1.25rem;margin:1.5rem 0}.lending-terms-preview h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.terms-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0;font-size:.875rem}.terms-row:last-child{border-bottom:none}.terms-row span{color:#64748b}.terms-row strong{color:#22c55e;font-weight:600}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.empty-state{text-align:center;color:#9ca3af;padding:2rem}@media (max-width: 1024px){.wallet-overview{padding:2rem}.balance-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.wallet-page{padding:0}.page-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.page-header h1{font-size:2rem}.btn-primary{width:100%;padding:.875rem 1.5rem}.wallet-overview{padding:1.5rem;margin-bottom:1.5rem;border-radius:12px}.balance-card{margin-bottom:1.5rem;padding-bottom:1.5rem}.balance-amount-large{font-size:3.5rem}.balance-unit{font-size:1.25rem}.balance-stats{grid-template-columns:1fr;gap:.75rem}.stat-item{padding:1rem}.section{padding:1.5rem;margin-bottom:1.5rem;border-radius:12px}.section h2{font-size:1.5rem;margin-bottom:1.25rem}.borrowed-item{padding:1.25rem}.borrowed-details{grid-template-columns:1fr;gap:.5rem;font-size:.8125rem}.transaction-item{padding:1rem;gap:.75rem}.transaction-icon{font-size:1.25rem;width:36px}.transaction-description{font-size:.875rem}.transaction-time{font-size:.75rem}.modal-content{padding:1.75rem;max-width:95%;margin:1rem}.modal-content h2{font-size:1.5rem}}@media (max-width: 480px){.page-header h1{font-size:1.75rem}.wallet-overview{padding:1.25rem}.balance-amount-large{font-size:3rem}.balance-label{font-size:.75rem}.stat-value{font-size:1.5rem}.section{padding:1.25rem}.section h2{font-size:1.375rem}.borrowed-header{flex-direction:column;align-items:flex-start;gap:.5rem}.transaction-item{flex-wrap:wrap}.transaction-amount{width:100%;text-align:right;margin-top:.5rem}.modal-content{padding:1.5rem}}.marketplace-page{max-width:1400px;margin:0 auto;padding:2rem;background:#fff}.marketplace-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.marketplace-tabs .tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;color:#64748b;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:-2px}.marketplace-tabs .tab:hover{color:#16a34a;background:#22c55e0d}.marketplace-tabs .tab.active{color:#16a34a;border-bottom-color:#22c55e}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.tab-header h2{font-size:1.5rem;font-weight:600;color:#1e293b}.tasks-grid,.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.task-card,.listing-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;transition:all .2s}.task-card:hover,.listing-card:hover{box-shadow:0 4px 6px #0000001a;border-color:#cbd5e1}.task-header,.listing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.task-header h3,.listing-header h3{font-size:1.125rem;font-weight:600;color:#1e293b}.difficulty-badge,.availability-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.availability-badge.available{background:#dcfce7;color:#16a34a}.availability-badge.in_use{background:#fee2e2;color:#dc2626}.task-category,.listing-category{font-size:.75rem;color:#64748b;margin-bottom:.5rem}.task-description,.listing-description{color:#475569;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.task-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#64748b}.task-footer,.listing-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.task-status{font-size:.75rem;padding:.25rem .75rem;border-radius:12px;font-weight:500}.task-status.open{background:#dcfce7;color:#16a34a}.task-status.in_progress{background:#fef3c7;color:#d97706}.task-status.completed{background:#dbeafe;color:#2563eb}.btn-claim-task,.btn-complete-task,.btn-claim{padding:.5rem 1rem;background:#22c55e;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-claim-task:hover,.btn-complete-task:hover,.btn-claim:hover{background:#16a34a}.listing-value{display:flex;align-items:baseline;gap:.25rem}.value-amount{font-size:1.5rem;font-weight:700;color:#1e293b}.value-unit{font-size:.875rem;color:#64748b}.marketplace-filters{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid #e2e8f0;box-shadow:0 10px 15px -3px #0f172a14,0 4px 6px -4px #0f172a0f}.search-box{margin-bottom:1.5rem}.search-input{width:100%;padding:.875rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;color:#0f172a;transition:all .2s}.search-input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e33}.search-input::placeholder{color:#94a3b8}.category-filters{display:flex;flex-wrap:wrap;gap:.75rem}.category-btn{padding:.625rem 1.25rem;border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:999px;cursor:pointer;font-weight:500;transition:all .2s ease}.category-btn:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.category-btn.active{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border-color:#22c55e;box-shadow:0 4px 6px #22c55e40}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.service-card{background:#fff;border-radius:10px;padding:1.25rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0f;transition:all .2s ease;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0f172a1a;border-color:#cbd5e1}.service-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.service-header h3{font-size:1.125rem;font-weight:600;color:#0f172a;flex:1}.service-cost{background:#ecfdf5;color:#15803d;padding:.25rem .75rem;border-radius:999px;font-weight:600;font-size:.8125rem;border:1px solid #bbf7d0}.service-category{font-size:.8125rem;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.service-description{color:#475569;margin-bottom:.75rem;flex:1;line-height:1.5}.service-meta{display:flex;gap:.75rem;font-size:.8125rem;color:#6b7280;margin-bottom:.75rem}.btn-service{width:100%;padding:.75rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #16a34a4d}.btn-service:hover:not(.disabled){transform:translateY(-1px);box-shadow:0 6px 10px #16a34a59}.btn-service.disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.cost-preview{padding:.875rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:1rem;font-weight:500;color:#0f172a}.form-group textarea{width:100%;padding:.875rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;resize:vertical;color:#0f172a;transition:all .2s}.form-group textarea:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e2e}.form-group textarea::placeholder{color:#94a3b8}.form-group select{width:100%;padding:.875rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;color:#0f172a;transition:all .2s}.form-group select:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e2e}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}}@media (max-width: 768px){.marketplace-page{padding:0}.page-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.page-header h1{font-size:2rem}.btn-primary{width:100%}.marketplace-filters{padding:1.5rem;margin-bottom:1.5rem;border-radius:12px}.search-input{padding:.875rem 1rem;font-size:.9375rem}.category-filters{gap:.5rem}.category-btn{padding:.5rem .875rem;font-size:.875rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.5rem;border-radius:12px}.service-header{flex-direction:column;align-items:flex-start;gap:.75rem}.service-header h3{font-size:1.25rem}.service-meta{flex-direction:column;gap:.5rem}.modal-content{padding:1.75rem;max-width:95%;margin:1rem}.modal-content h2{font-size:1.5rem}.form-group{margin-bottom:1.25rem}}@media (max-width: 480px){.page-header h1{font-size:1.75rem}.marketplace-filters{padding:1.25rem}.category-btn{padding:.4375rem .75rem;font-size:.8125rem}.service-card{padding:1.25rem}.service-header h3{font-size:1.125rem}.service-description{font-size:.875rem}.modal-content{padding:1.5rem}}.service-hours-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem;background:radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 55%),radial-gradient(circle at bottom right,rgba(59,130,246,.06),transparent 55%),linear-gradient(135deg,#fff,#f8fafc);min-height:100vh}.subtitle{color:#94a3b8;font-size:1rem}.hours-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-card{background:#1e293b99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2.5rem;border:1px solid rgba(59,130,246,.2);box-shadow:0 4px 6px #0000004d,0 0 20px #3b82f61a;text-align:center;transition:all .3s ease}.summary-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #0006,0 0 30px #3b82f633;border-color:#3b82f666}.summary-card.earned{border-top:4px solid #10b981}.summary-card.owed{border-top:4px solid #f59e0b}.summary-card.committed{border-top:4px solid #3b82f6}.summary-label{font-size:.875rem;color:#94a3b8;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.summary-description{font-size:.875rem;color:#cbd5e1}.section{background:#1e293b99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(59,130,246,.2);box-shadow:0 4px 6px #0000004d,0 0 20px #3b82f61a}.section h2{font-size:1.75rem;font-weight:600;color:#e2e8f0;margin-bottom:1.5rem;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hours-list{display:flex;flex-direction:column;gap:1rem}.empty-state{text-align:center;color:#94a3b8;padding:2rem}.hour-item{background:#1e293b99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.75rem;border:1px solid rgba(59,130,246,.2);border-left:4px solid #3b82f6;transition:all .2s}.hour-item:hover{background:#1e293bcc;border-color:#3b82f666;transform:translate(4px)}.hour-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.hour-amount{font-size:1.375rem;font-weight:600;color:#e2e8f0}.hour-status{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.hour-status.pending{background:#fef3c7;color:#92400e}.hour-status.verified{background:#d1fae5;color:#065f46}.hour-status.completed{background:#dbeafe;color:#1e40af}.hour-details{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#cbd5e1}@media (max-width: 1024px){.hours-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width: 768px){.service-hours-page{padding:0}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:2rem}.subtitle{font-size:1rem}.hours-summary{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.summary-card{padding:1.75rem;border-radius:12px}.summary-value{font-size:2.75rem}.section{padding:1.5rem;margin-bottom:1.5rem;border-radius:12px}.section h2{font-size:1.5rem;margin-bottom:1.25rem}.hour-item{padding:1.25rem}.hour-header{flex-direction:column;align-items:flex-start;gap:.75rem}.hour-amount{font-size:1.25rem}}@media (max-width: 480px){.page-header h1{font-size:1.75rem}.summary-card{padding:1.5rem}.summary-value{font-size:2.5rem}.summary-label{font-size:.8125rem}.section{padding:1.25rem}.section h2{font-size:1.375rem}.hour-item{padding:1rem}.hour-details{font-size:.8125rem}}.services-page{max-width:1400px;margin:0 auto;padding:2rem 1.5rem 3rem;background:radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 55%),radial-gradient(circle at bottom right,rgba(59,130,246,.06),transparent 55%),linear-gradient(135deg,#fff,#f8fafc);min-height:100vh}.page-header{margin-bottom:2rem}.page-header h1{font-size:2.1rem;font-weight:700;background:linear-gradient(135deg,#22c55e,#16a34a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.subtitle{color:#64748b;font-size:.9375rem}.tabs{display:flex;gap:.5rem;border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;color:#64748b;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:-2px}.tab:hover{color:#16a34a;background:#22c55e0d}.tab.active{color:#16a34a;border-bottom-color:#22c55e}.tab-content{min-height:400px}.pools-section,.subscriptions-section{padding:1rem 0}.pools-intro{margin-bottom:2rem;padding:1.25rem 1.4rem;background:#ffffffe6;border-radius:18px;border:1px solid rgba(148,163,184,.22);box-shadow:0 18px 40px #0f172a24;color:#475569}.pools-grid,.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.pool-card,.plan-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;transition:all .2s}.pool-card:hover,.plan-card:hover{box-shadow:0 4px 6px #0000001a;border-color:#cbd5e1}.pool-header,.plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.pool-header h3,.plan-header h3{font-size:1.25rem;font-weight:600;color:#1e293b}.pool-category{font-size:.75rem;padding:.25rem .5rem;background:#f1f5f9;border-radius:4px;color:#64748b}.pool-description{color:#64748b;margin-bottom:1rem;font-size:.875rem}.pool-stats{display:flex;gap:1rem;margin-bottom:1rem;padding:1rem;background:#f8fafc;border-radius:8px}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:#64748b}.stat-value{font-size:1.125rem;font-weight:600;color:#1e293b}.btn-contribute,.btn-subscribe{width:100%;padding:.75rem;background:#22c55e;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s}.btn-contribute:hover,.btn-subscribe:hover{background:#16a34a}.billing-toggle{display:flex;gap:.5rem;margin-bottom:2rem;justify-content:center}.billing-toggle button{padding:.75rem 1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.billing-toggle button.active{background:#22c55e;color:#fff;border-color:#22c55e}.discount-badge{font-size:.75rem;padding:.125rem .5rem;background:#fef3c7;color:#92400e;border-radius:4px;margin-left:.5rem}.plan-price{margin:1.5rem 0;text-align:center}.price-amount{font-size:2rem;font-weight:700;color:#1e293b}.price-unit{font-size:1rem;color:#64748b;margin-left:.25rem}.price-period{font-size:.875rem;color:#64748b;margin-left:.25rem}.plan-features{margin:1.5rem 0;display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.875rem}.feature-item span:first-child{color:#22c55e;font-weight:600}.popular-badge{font-size:.75rem;padding:.25rem .75rem;background:#fef3c7;color:#92400e;border-radius:12px;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-content h2{margin-bottom:1.5rem;color:#1e293b}.form-group label{display:block;margin-bottom:.5rem;color:#475569;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#22c55e;color:#fff}.btn-primary:hover{background:#16a34a}.btn-secondary{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f1f5f9}.empty-state{text-align:center;padding:3rem;color:#94a3b8}.subscription-summary{background:#f8fafc;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.subscription-summary p{margin:.5rem 0;color:#475569}.welcome-page{min-height:100vh;background:linear-gradient(135deg,#fff,#f8fafc)}.welcome-hero{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#22c55e0d,#f59e0b0d)}.hero-content{max-width:800px;margin:0 auto}.hero-logo{height:120px;width:120px;border-radius:24px;margin-bottom:2rem;box-shadow:0 8px 16px #0000001a}.hero-title{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#22c55e,#16a34a,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#64748b;line-height:1.6;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-hero-primary{padding:1rem 2.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border-radius:12px;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s;box-shadow:0 4px 6px #22c55e4d}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #22c55e66}.btn-hero-secondary{padding:1rem 2.5rem;background:#fff;color:#22c55e;border:2px solid #22c55e;border-radius:12px;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s}.btn-hero-secondary:hover{background:#f0fdf4;transform:translateY(-2px)}.features-section{padding:4rem 2rem;max-width:1400px;margin:0 auto}.features-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #e2e8f0;transition:all .3s;text-align:center}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a;border-color:#22c55e}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6}.how-it-works{padding:4rem 2rem;background:#fff;max-width:1200px;margin:0 auto}.how-it-works h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.step{text-align:center}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#f59e0b);color:#fff;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.step h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.step p{color:#64748b;line-height:1.6}.cta-section{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#22c55e1a,#f59e0b1a)}.cta-section h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.cta-section p{font-size:1.125rem;color:#64748b;margin-bottom:2rem}.btn-cta{padding:1.25rem 3rem;background:linear-gradient(135deg,#22c55e,#16a34a,#f59e0b);color:#fff;border-radius:12px;font-weight:600;font-size:1.125rem;text-decoration:none;display:inline-block;transition:all .3s;box-shadow:0 4px 6px #22c55e4d}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 16px #22c55e66}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.features-grid,.steps{grid-template-columns:1fr}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem;position:relative}.auth-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;max-width:450px;width:100%;padding:2.5rem;border:1px solid #e2e8f0;position:relative}.auth-header{text-align:center;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.auth-logo{height:80px;width:80px;border-radius:12px;object-fit:contain;box-shadow:0 2px 4px #0000001a}.auth-header h1{font-size:2rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;letter-spacing:-.02em}.auth-header p{color:#64748b;font-size:.875rem;font-weight:400}.auth-form h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;color:#334155;margin-bottom:.5rem;font-size:.875rem}.form-group input{width:100%;padding:.875rem;background:#fff;border:1px solid #cbd5e1;border-radius:8px;font-size:.9375rem;color:#1e293b;transition:all .2s}.form-group input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.form-group input::placeholder{color:#94a3b8}.btn-primary{background:#22c55e;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%;margin-bottom:1rem}.btn-primary:hover{background:#16a34a;box-shadow:0 2px 4px #22c55e33}.btn-primary:active{transform:translateY(1px)}.btn-full{width:100%}.auth-link{text-align:center;color:#64748b;font-size:.875rem;margin-top:1rem}.auth-link a{color:#22c55e;text-decoration:none;font-weight:500;transition:color .2s}.auth-link a:hover{color:#16a34a;text-decoration:underline}@media (max-width: 1024px){.auth-container{max-width:400px;padding:2rem}}@media (max-width: 768px){.auth-page{padding:1.5rem}.auth-container{max-width:100%;padding:2rem 1.5rem;border-radius:12px}.auth-header h1{font-size:2rem}.auth-logo{height:64px;width:64px}.auth-form h2{font-size:1.5rem}.form-group{margin-bottom:1.25rem}.form-group input{padding:.875rem}}@media (max-width: 480px){.auth-page{padding:1rem}.auth-container{padding:1.75rem 1.25rem}.auth-header h1{font-size:1.75rem}.auth-logo{height:56px;width:56px}.auth-header p{font-size:.8125rem}.auth-form h2{font-size:1.375rem}.form-group label{font-size:.8125rem}.form-group input{padding:.75rem;font-size:.9375rem}.btn-primary{padding:.875rem 1.5rem;font-size:.9375rem}}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#fff,#f8fafc,#f1f5f9);min-height:100vh;color:#1e293b;overflow-x:hidden}#root{min-height:100vh}button,a,input,select,textarea{-webkit-tap-highlight-color:rgba(59,130,246,.2);touch-action:manipulation}button{user-select:none;-webkit-user-select:none}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}@media (max-width: 768px){body{font-size:16px}button,.btn-primary,.btn-secondary,.btn-service,.nav-link{min-height:44px;min-width:44px}}
