.Sidebar-module__degjda__sidebar{width:var(--sidebar-width);z-index:50;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0}.Sidebar-module__degjda__logoArea{border-bottom:1px solid #f1f5f9;align-items:center;height:80px;padding:0 30px;display:flex}.Sidebar-module__degjda__logoArea img{height:35px}.Sidebar-module__degjda__navMenu{flex-direction:column;flex:1;gap:10px;padding:30px 20px;display:flex}.Sidebar-module__degjda__navItem{color:var(--text-light);cursor:pointer;border-radius:16px;align-items:center;gap:15px;padding:14px 20px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Sidebar-module__degjda__navItem:hover,.Sidebar-module__degjda__navItem.Sidebar-module__degjda__active{color:var(--brand-secondary);background:#f3effa}.Sidebar-module__degjda__navItem.Sidebar-module__degjda__active{font-weight:600}.Sidebar-module__degjda__navIcon{stroke-width:2px;width:22px;height:22px}.Sidebar-module__degjda__badge{background:var(--danger);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 6px;font-size:.75rem;line-height:1;display:flex}.Sidebar-module__degjda__sidebarFooter{border-top:1px solid #f1f5f9;padding:20px}.Sidebar-module__degjda__logoutBtn{width:100%;color:var(--danger);cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px;font-weight:600;transition:all .2s;display:flex}.Sidebar-module__degjda__logoutBtn:hover{background:#fee2e2}.Sidebar-module__degjda__overlay{display:none}@media (max-width:900px){.Sidebar-module__degjda__sidebar{transform:translate(-100%)}.Sidebar-module__degjda__sidebar.Sidebar-module__degjda__open{transform:translate(0)}.Sidebar-module__degjda__overlay{z-index:40;background:#00000080;display:block;position:fixed;inset:0}}
.Header-module__9fWxfa__dashboardHeader{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.Header-module__9fWxfa__pageTitle h1{color:var(--text-dark);font-size:1.8rem;font-weight:700}.Header-module__9fWxfa__pageTitle p{color:var(--text-light);font-size:.95rem}.Header-module__9fWxfa__headerActions{align-items:center;gap:15px;display:flex}.Header-module__9fWxfa__btnPrimary{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:30px;align-items:center;gap:8px;padding:10px 24px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 10px 20px #8e2de233}.Header-module__9fWxfa__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 15px 30px #8e2de24d}.Header-module__9fWxfa__btnSecondary{color:var(--text-dark);cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:30px;align-items:center;gap:8px;padding:10px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #0000000f}.Header-module__9fWxfa__btnSecondary:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.Header-module__9fWxfa__mobileToggle{display:none}@media (max-width:900px){.Header-module__9fWxfa__mobileToggle{z-index:100;cursor:pointer;background:#fff;border:none;border-radius:10px;padding:10px;display:block;position:fixed;top:20px;right:20px;box-shadow:0 5px 15px #0000001a}}
.Modal-module__p09vpq__modalOverlay{z-index:200;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Modal-module__p09vpq__modalCard{scrollbar-width:thin;scrollbar-color:#3737374d transparent;background:#fff;border-radius:24px;width:90%;max-width:450px;max-height:90vh;padding:30px;animation:.3s ease-out Modal-module__p09vpq__slideUp;position:relative;overflow-y:auto}.Modal-module__p09vpq__modalCard::-webkit-scrollbar{width:4px}.Modal-module__p09vpq__modalCard::-webkit-scrollbar-track{background:0 0}.Modal-module__p09vpq__modalCard::-webkit-scrollbar-thumb{background:#8e2de24d;border-radius:4px}.Modal-module__p09vpq__modalCard::-webkit-scrollbar-thumb:hover{background:#8e2de299}.Modal-module__p09vpq__modalHeader{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.Modal-module__p09vpq__modalHeader h3{font-size:1.4rem;font-weight:700}.Modal-module__p09vpq__closeBtn{color:#999;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1}.Modal-module__p09vpq__formGroup{margin-bottom:20px}.Modal-module__p09vpq__formLabel{color:var(--text-dark);margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.Modal-module__p09vpq__formInput{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-family:inherit;transition:all .2s}.Modal-module__p09vpq__formInput:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #8e2de21a}.Modal-module__p09vpq__formTextarea{resize:none;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;height:120px;margin-bottom:15px;padding:12px 16px;font-family:inherit;transition:all .2s}.Modal-module__p09vpq__formTextarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #8e2de21a}.Modal-module__p09vpq__answerTextarea{height:200px}.Modal-module__p09vpq__attachedFiles{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:10px;margin-bottom:15px;padding:15px;display:flex}.Modal-module__p09vpq__fileItem{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:10px;display:flex}.Modal-module__p09vpq__fileInfo{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.Modal-module__p09vpq__fileInfo svg{color:var(--brand-primary);flex-shrink:0}.Modal-module__p09vpq__fileDetails{flex-direction:column;gap:2px;min-width:0;display:flex}.Modal-module__p09vpq__fileName{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.Modal-module__p09vpq__fileSize{color:var(--text-light);font-size:.75rem}.Modal-module__p09vpq__removeFileBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Modal-module__p09vpq__removeFileBtn:hover{background:#fef2f2}.Modal-module__p09vpq__btnAttach{color:var(--text-dark);cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:30px;align-items:center;gap:6px;margin-bottom:15px;padding:10px 16px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.Modal-module__p09vpq__btnAttach:hover:not(:disabled){border-color:var(--brand-primary);color:var(--brand-primary);background:#f9f5ff}.Modal-module__p09vpq__btnAttach:disabled{opacity:.5;cursor:not-allowed}.Modal-module__p09vpq__btnAttach svg{color:inherit}.Modal-module__p09vpq__btnAttachment{color:#fff;cursor:pointer;background:linear-gradient(135deg,#b06afe 0%,#682ae9 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:15px;padding:12px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #8e2de233}.Modal-module__p09vpq__btnAttachment:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8e2de24d}.Modal-module__p09vpq__btnAttachment svg{color:#fff}.Modal-module__p09vpq__calcBox{background:#f8fafc;border-radius:16px;margin-bottom:25px;padding:20px}.Modal-module__p09vpq__calcRow{color:var(--text-light);justify-content:space-between;margin-bottom:12px;font-size:.95rem;display:flex}.Modal-module__p09vpq__calcRow.Modal-module__p09vpq__total{color:var(--text-dark);border-top:1px solid #f1f5f9;margin-top:15px;padding-top:15px;font-size:1.1rem;font-weight:700}.Modal-module__p09vpq__positive{color:var(--success)}.Modal-module__p09vpq__btnPrimary{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 24px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 10px 20px #8e2de233}.Modal-module__p09vpq__btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px #8e2de24d}.Modal-module__p09vpq__btnPrimary:disabled{opacity:.6;cursor:not-allowed}.Modal-module__p09vpq__questionPreview{color:var(--text-dark);border-left:3px solid var(--brand-primary);background:#f8fafc;border-radius:12px;margin-bottom:15px;padding:15px;font-size:.95rem;line-height:1.5}.Modal-module__p09vpq__replyHeader{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.Modal-module__p09vpq__replyingTo{color:var(--text-light);margin:0 0 15px}.Modal-module__p09vpq__replyingTo strong{color:var(--text-dark);font-weight:700}.Modal-module__p09vpq__videoToggle{color:var(--text-dark);cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Modal-module__p09vpq__videoToggle:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:#f9f5ff}.Modal-module__p09vpq__videoToggle svg{color:inherit}.Modal-module__p09vpq__videoToggle.Modal-module__p09vpq__videoActive{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.Modal-module__p09vpq__videoToggle.Modal-module__p09vpq__videoActive:hover{background:var(--brand-secondary);border-color:var(--brand-secondary)}.Modal-module__p09vpq__shareDesc{color:var(--text-light);margin-bottom:20px}.Modal-module__p09vpq__postPreview{color:#fff;text-align:center;background:linear-gradient(135deg,#b06afe 0%,#682ae9 100%);border-radius:16px;margin-bottom:20px;padding:20px;position:relative;overflow:hidden;box-shadow:0 10px 20px #682ae933}.Modal-module__p09vpq__postPreview:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.Modal-module__p09vpq__ppAvatar{color:#fff;background-color:#fff3;background-position:50%;background-size:cover;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 10px;font-size:1.4rem;font-weight:700;display:flex}.Modal-module__p09vpq__ppTitle{text-shadow:0 2px 4px #0000001a;margin-bottom:5px;font-size:1.2rem;font-weight:800;position:relative}.Modal-module__p09vpq__ppSubtitle{opacity:.9;font-size:.9rem;position:relative}.Modal-module__p09vpq__ppPill{color:var(--brand-secondary);background:#fff;border-radius:20px;margin-top:15px;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-block;position:relative}.Modal-module__p09vpq__copyInputGroup{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:20px;padding:5px;display:flex}.Modal-module__p09vpq__copyInput{color:var(--text-light);background:0 0;border:none;outline:none;flex:1;padding:10px 15px;font-size:.9rem}.Modal-module__p09vpq__copyBtn{color:var(--text-dark);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.Modal-module__p09vpq__copyBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.Modal-module__p09vpq__socialShareGrid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.Modal-module__p09vpq__socialBtn{color:var(--text-dark);cursor:pointer;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:15px;transition:all .2s;display:flex}.Modal-module__p09vpq__socialBtn:hover{border-color:var(--brand-primary);background:#f9f7fc}.Modal-module__p09vpq__socialBtn svg{margin-bottom:8px}.Modal-module__p09vpq__socialBtn span{text-align:center;font-size:.8rem;font-weight:500}.Modal-module__p09vpq__dangerTitle{color:var(--danger);font-size:1.4rem;font-weight:700}.Modal-module__p09vpq__warningBox{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;gap:15px;margin-bottom:20px;padding:16px;display:flex}.Modal-module__p09vpq__warningBox svg{color:var(--danger);flex-shrink:0}.Modal-module__p09vpq__warningTitle{color:var(--danger);margin:0 0 4px;font-weight:600}.Modal-module__p09vpq__warningText{color:#991b1b;margin:0;font-size:.9rem;line-height:1.5}.Modal-module__p09vpq__modalActions{gap:12px;margin-top:20px;display:flex}.Modal-module__p09vpq__btnCancel{cursor:pointer;color:var(--text-dark);background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;padding:12px 24px;font-weight:600;transition:all .2s}.Modal-module__p09vpq__btnCancel:hover{background:#f8fafc;border-color:#cbd5e1}.Modal-module__p09vpq__btnDanger{cursor:pointer;background:var(--danger);color:#fff;border:none;border-radius:12px;flex:1;padding:12px 24px;font-weight:600;transition:all .2s}.Modal-module__p09vpq__btnDanger:hover:not(:disabled){background:#dc2626}.Modal-module__p09vpq__btnDanger:disabled{opacity:.5;cursor:not-allowed}.Modal-module__p09vpq__uploadProgress{background:#e2e8f0;border-radius:2px;width:100%;height:4px;margin-top:6px;overflow:hidden}.Modal-module__p09vpq__uploadProgressBar{background:var(--brand-primary);border-radius:2px;height:100%;transition:width .3s}.Modal-module__p09vpq__uploadProgressBar.Modal-module__p09vpq__uploadComplete{background:#22c55e}.Modal-module__p09vpq__uploadProgressBar.Modal-module__p09vpq__uploadError{background:#ef4444}
.ProtectedRoute-module__eJh61W__loadingContainer{background-color:#f8f9fa;justify-content:center;align-items:center;min-height:100vh;display:flex}.ProtectedRoute-module__eJh61W__spinner{border:3px solid #e9ecef;border-top-color:#007bff;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite ProtectedRoute-module__eJh61W__spin}@keyframes ProtectedRoute-module__eJh61W__spin{to{transform:rotate(360deg)}}
.DashboardLayout-module__89jEVq__mainContent{margin-left:var(--sidebar-width);min-height:100vh;padding:40px}@media (max-width:900px){.DashboardLayout-module__89jEVq__mainContent{margin-left:0;padding:20px}}
.dashboard-module__Gx_nyq__dashboardView{animation:.4s ease-out dashboard-module__Gx_nyq__fadeIn}.dashboard-module__Gx_nyq__alertBanner{background:#fef3c7;border:1px solid #fbbf24;border-radius:16px;align-items:flex-start;gap:12px;margin-bottom:25px;padding:16px 20px;display:flex}.dashboard-module__Gx_nyq__alertIcon{color:#d97706;flex-shrink:0;margin-top:1px}.dashboard-module__Gx_nyq__alertContent{color:#92400e;font-size:.9rem;line-height:1.5}.dashboard-module__Gx_nyq__alertContent strong{margin-bottom:4px;font-size:.95rem;display:block}.dashboard-module__Gx_nyq__alertList{margin:6px 0 0;padding-left:18px;list-style:outside}.dashboard-module__Gx_nyq__alertList li{margin-bottom:2px}.dashboard-module__Gx_nyq__alertText{margin:4px 0 0}.dashboard-module__Gx_nyq__alertCta{color:#fff;background:#f43f5e;border-radius:8px;margin-left:8px;padding:8px 20px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.dashboard-module__Gx_nyq__alertCta:hover{background:#ff5c76}.dashboard-module__Gx_nyq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-bottom:40px;display:grid}.dashboard-module__Gx_nyq__statCard{background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;gap:15px;height:180px;padding:25px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #00000005}.dashboard-module__Gx_nyq__statCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.dashboard-module__Gx_nyq__statTop{justify-content:space-between;align-items:center;display:flex}.dashboard-module__Gx_nyq__statIconBg{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.dashboard-module__Gx_nyq__statContent{flex-direction:column;flex:1;justify-content:center;display:flex}.dashboard-module__Gx_nyq__statVal{color:var(--text-dark);margin-bottom:2px;font-size:2.2rem;font-weight:700;line-height:1.1}.dashboard-module__Gx_nyq__statLabel{color:var(--text-light);font-size:.9rem;font-weight:500}.dashboard-module__Gx_nyq__trend{align-items:center;gap:5px;margin-top:auto;font-size:.85rem;font-weight:600;display:flex}.dashboard-module__Gx_nyq__trend.dashboard-module__Gx_nyq__up{color:var(--success)}.dashboard-module__Gx_nyq__contentGrid{grid-template-columns:2fr 1fr;gap:30px;display:grid}.dashboard-module__Gx_nyq__addOfferPanel{cursor:pointer;text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;height:200px;padding:30px;transition:all .2s;display:flex;box-shadow:0 4px 20px #00000005}.dashboard-module__Gx_nyq__addOfferPanel:hover{border-color:var(--brand-primary);box-shadow:0 10px 30px #8e2de21a}.dashboard-module__Gx_nyq__addIcon{width:50px;height:50px;color:var(--brand-primary);background:#f3effa;border-radius:50%;justify-content:center;align-items:center;margin-bottom:15px;font-size:1.5rem;display:flex}.dashboard-module__Gx_nyq__addOfferPanel h3{color:var(--text-dark);margin-bottom:8px;font-size:1.1rem;font-weight:700}.dashboard-module__Gx_nyq__addOfferPanel p{color:var(--text-light);font-size:.9rem}.dashboard-module__Gx_nyq__rightPanels{flex-direction:column;gap:30px;display:flex}.dashboard-module__Gx_nyq__panel{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:30px;box-shadow:0 4px 20px #00000005}.dashboard-module__Gx_nyq__panelHeader{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.dashboard-module__Gx_nyq__panelTitle{font-size:1.25rem;font-weight:700}.dashboard-module__Gx_nyq__panelDesc{color:var(--text-light);margin-bottom:15px;font-size:.9rem}.dashboard-module__Gx_nyq__linkBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:12px;display:flex}.dashboard-module__Gx_nyq__linkBox span{color:var(--text-dark);font-size:.85rem;font-weight:500}.dashboard-module__Gx_nyq__linkBox button{color:var(--brand-primary);cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:600}.dashboard-module__Gx_nyq__balanceSection{border-bottom:1px solid #f1f5f9;margin-bottom:15px;padding-bottom:15px}.dashboard-module__Gx_nyq__balanceLabel{color:var(--text-light);margin-bottom:5px;font-size:.8rem}.dashboard-module__Gx_nyq__balanceAmount{color:var(--text-dark);margin-bottom:10px;font-size:1.5rem;font-weight:700}.dashboard-module__Gx_nyq__btnDark{background:var(--text-dark);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:10px 24px;font-weight:600;transition:all .2s}.dashboard-module__Gx_nyq__btnDark:hover{background:#333}.dashboard-module__Gx_nyq__transactionList{flex-direction:column;gap:10px;display:flex}.dashboard-module__Gx_nyq__transaction{justify-content:space-between;font-size:.9rem;display:flex}.dashboard-module__Gx_nyq__transaction span:first-child{color:var(--text-light)}.dashboard-module__Gx_nyq__transaction .dashboard-module__Gx_nyq__positive{color:#10b981;font-weight:600}.dashboard-module__Gx_nyq__offersSection{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:30px;box-shadow:0 4px 20px #00000005}.dashboard-module__Gx_nyq__offersSectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dashboard-module__Gx_nyq__addOfferBtn{background:var(--brand-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__addOfferBtn:hover{background:var(--brand-secondary)}.dashboard-module__Gx_nyq__offersLoading{color:var(--text-light);text-align:center;padding:40px 0}.dashboard-module__Gx_nyq__emptyOffersPanel{cursor:pointer;text-align:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:40px 30px;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__emptyOffersPanel:hover{border-color:var(--brand-primary);background:#faf8ff}.dashboard-module__Gx_nyq__emptyOffersPanel h3{color:var(--text-dark);margin-bottom:8px;font-size:1.1rem;font-weight:700}.dashboard-module__Gx_nyq__emptyOffersPanel p{color:var(--text-light);font-size:.9rem}.dashboard-module__Gx_nyq__offersList{flex-direction:column;gap:15px;display:flex}.dashboard-module__Gx_nyq__offerCard{cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:15px;min-height:80px;padding:20px;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__offerCard:hover{border-color:#e2e8f0;box-shadow:0 4px 12px #0000000a}.dashboard-module__Gx_nyq__offerInfo{flex:1;min-width:0;overflow:hidden}.dashboard-module__Gx_nyq__offerTitle{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:1rem;font-weight:600;overflow:hidden}.dashboard-module__Gx_nyq__offerDescription{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.8em;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.dashboard-module__Gx_nyq__offerActions{flex-shrink:0;align-self:center;align-items:center;gap:12px;display:flex}.dashboard-module__Gx_nyq__offerPrice{color:var(--brand-primary);flex-shrink:0;font-size:1.25rem;font-weight:700}.dashboard-module__Gx_nyq__editOfferBtn{width:32px;height:32px;color:var(--text-light);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__editOfferBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:#f9f5ff}@keyframes dashboard-module__Gx_nyq__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.dashboard-module__Gx_nyq__skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/800px 100%;border-radius:8px;animation:1.5s ease-in-out infinite dashboard-module__Gx_nyq__shimmer}.dashboard-module__Gx_nyq__skeletonStatVal{border-radius:8px;width:120px;height:32px;margin-bottom:6px;}.dashboard-module__Gx_nyq__skeletonSparkline{border-radius:6px;width:80px;height:30px;}.dashboard-module__Gx_nyq__skeletonTrend{width:100px;height:16px;margin-top:auto;}.dashboard-module__Gx_nyq__skeletonOfferCard{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;justify-content:space-between;align-items:center;padding:20px;display:flex}.dashboard-module__Gx_nyq__skeletonOfferTitle{width:160px;height:16px;margin-bottom:8px;}.dashboard-module__Gx_nyq__skeletonOfferDesc{width:220px;height:12px;}.dashboard-module__Gx_nyq__skeletonOfferPrice{flex-shrink:0;width:60px;height:24px;margin-left:20px;}.dashboard-module__Gx_nyq__skeletonBalanceAmount{width:100px;height:28px;margin-bottom:10px;}.dashboard-module__Gx_nyq__skeletonTxRow{justify-content:space-between;align-items:center;display:flex}.dashboard-module__Gx_nyq__skeletonTxDate{width:80px;height:14px;}.dashboard-module__Gx_nyq__skeletonTxAmount{width:50px;height:14px;}@media (max-width:1024px){.dashboard-module__Gx_nyq__contentGrid{grid-template-columns:1fr}}
.earnings-module__Y57-6q__earningsView{animation:.4s ease-out earnings-module__Y57-6q__fadeIn}.earnings-module__Y57-6q__stripeCard{color:#fff;background:#635bff;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:25px;display:flex;box-shadow:0 10px 25px #635bff4d}.earnings-module__Y57-6q__stripeContent{align-items:center;gap:15px;display:flex}.earnings-module__Y57-6q__stripeIcon{background:#fff3;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;display:flex}.earnings-module__Y57-6q__stripeTitle{font-size:1.1rem;font-weight:700}.earnings-module__Y57-6q__stripeSubtitle{opacity:.9;font-size:.9rem}.earnings-module__Y57-6q__stripeCheck{color:#635bff;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-weight:700;display:flex}.earnings-module__Y57-6q__stripeCardDisconnected{background:linear-gradient(135deg,#64748b 0%,#475569 100%);box-shadow:0 10px 25px #4755694d}.earnings-module__Y57-6q__stripeCardPending{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 10px 25px #f59e0b4d}.earnings-module__Y57-6q__btnConnect{color:#1e293b;cursor:pointer;background:#fff;border:none;border-radius:12px;padding:10px 24px;font-weight:600;transition:all .2s}.earnings-module__Y57-6q__btnConnect:hover:not(:disabled){background:#f1f5f9;transform:translateY(-1px)}.earnings-module__Y57-6q__btnConnect:disabled{opacity:.7;cursor:not-allowed}.earnings-module__Y57-6q__btnManage{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:12px;padding:10px 24px;font-weight:600;transition:all .2s}.earnings-module__Y57-6q__btnManage:hover{background:#ffffff4d}.earnings-module__Y57-6q__panel{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:30px;box-shadow:0 4px 20px #00000005}.earnings-module__Y57-6q__panelHeader{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.earnings-module__Y57-6q__panelTitle{font-size:1.25rem;font-weight:700}.earnings-module__Y57-6q__balanceActions{align-items:center;gap:15px;display:flex}.earnings-module__Y57-6q__balanceInfo{text-align:right}.earnings-module__Y57-6q__balanceLabel{color:var(--text-light);font-size:.8rem;display:block}.earnings-module__Y57-6q__balanceAmount{font-size:1.2rem;font-weight:700}.earnings-module__Y57-6q__btnDark{background:var(--text-dark);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:10px 24px;font-weight:600;transition:all .2s}.earnings-module__Y57-6q__btnDark:hover:not(:disabled){background:#333}.earnings-module__Y57-6q__btnDark:disabled{opacity:.5;cursor:not-allowed}.earnings-module__Y57-6q__chartContainer{width:100%;height:300px;margin-bottom:40px}.earnings-module__Y57-6q__sectionTitle{margin-bottom:20px;font-weight:700}.earnings-module__Y57-6q__tableContainer{overflow-x:auto}.earnings-module__Y57-6q__table{text-align:left;border-collapse:collapse;width:100%}.earnings-module__Y57-6q__table thead tr{color:var(--text-light);border-bottom:1px solid #e2e8f0}.earnings-module__Y57-6q__table th{padding:15px;font-weight:500}.earnings-module__Y57-6q__table th:last-child{text-align:right}.earnings-module__Y57-6q__table tbody tr{border-bottom:1px solid #f1f5f9}.earnings-module__Y57-6q__table td{padding:15px}.earnings-module__Y57-6q__table td:last-child{text-align:right}.earnings-module__Y57-6q__statusProcessed{color:#10b981;background:#ecfdf5;border-radius:20px;padding:4px 10px;font-size:.8rem;font-weight:600}.earnings-module__Y57-6q__statusHeld{color:#666;background:#f3f4f6;border-radius:20px;padding:4px 10px;font-size:.8rem;font-weight:600}.earnings-module__Y57-6q__amount{font-weight:600}.earnings-module__Y57-6q__amount.earnings-module__Y57-6q__positive{color:#10b981}.earnings-module__Y57-6q__emptyState{text-align:center;color:var(--text-light);padding:40px 15px;font-style:italic}
.page-module__E0kJGG__mainContent{margin-left:var(--sidebar-width);min-height:100vh;padding:40px}@media (max-width:900px){.page-module__E0kJGG__mainContent{margin-left:0;padding:20px}}
.profile-module__3PkVZa__profileView{animation:.4s ease-out profile-module__3PkVZa__fadeIn}.profile-module__3PkVZa__panel{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:30px;box-shadow:0 4px 20px #00000005}.profile-module__3PkVZa__panelHeader{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.profile-module__3PkVZa__panelTitle{margin-bottom:0;font-size:1.25rem;font-weight:700}.profile-module__3PkVZa__publishWrapper{position:relative}.profile-module__3PkVZa__publishBtn{cursor:pointer;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;min-width:140px;padding:8px 18px;font-size:.9rem;font-weight:600;transition:background .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex}.profile-module__3PkVZa__publishBtn:disabled{cursor:not-allowed}.profile-module__3PkVZa__publishBtnLoading{opacity:.7}.profile-module__3PkVZa__publishTextDefault{display:inline}.profile-module__3PkVZa__publishTextHover,.profile-module__3PkVZa__publishBtnLive:hover:not(:disabled) .profile-module__3PkVZa__publishTextDefault{display:none}.profile-module__3PkVZa__publishBtnLive:hover:not(:disabled) .profile-module__3PkVZa__publishTextHover{display:inline}.profile-module__3PkVZa__publishBtnLive{color:#059669;background:#ecfdf5}.profile-module__3PkVZa__publishBtnLive:hover:not(:disabled){color:#dc2626;background:#fef2f2}.profile-module__3PkVZa__publishBtnLive:hover:not(:disabled) .profile-module__3PkVZa__publishDot,.profile-module__3PkVZa__publishBtnLive:hover:not(:disabled) .profile-module__3PkVZa__publishDotLive{background:#dc2626;animation:none}.profile-module__3PkVZa__publishBtnOff{color:#fff;background:#66e000;box-shadow:0 4px 12px #66e0004d}.profile-module__3PkVZa__publishBtnOff:hover:not(:disabled){background:#6ef003;box-shadow:0 6px 18px #66e00066}.profile-module__3PkVZa__publishBtnOff .profile-module__3PkVZa__publishDot{background:#fff;animation:none}.profile-module__3PkVZa__publishDot{background:#94a3b8;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .2s}.profile-module__3PkVZa__publishDotLive{background:#059669;animation:2s ease-in-out infinite profile-module__3PkVZa__pulse}@keyframes profile-module__3PkVZa__pulse{0%,to{box-shadow:0 0 #05966966}50%{box-shadow:0 0 0 4px #05966900}}.profile-module__3PkVZa__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.6s linear infinite profile-module__3PkVZa__spin}@keyframes profile-module__3PkVZa__spin{to{transform:rotate(360deg)}}.profile-module__3PkVZa__confirmDropdown{z-index:50;background:#fff;border:1px solid #f1f5f9;border-radius:16px;width:260px;padding:16px;animation:.15s ease-out profile-module__3PkVZa__dropdownIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 30px #0000001f}@keyframes profile-module__3PkVZa__dropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.profile-module__3PkVZa__confirmText{color:#64748b;margin:0 0 12px;font-size:.85rem;line-height:1.5}.profile-module__3PkVZa__confirmActions{gap:8px;display:flex}.profile-module__3PkVZa__confirmCancel{cursor:pointer;color:var(--text-dark);background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:1;padding:8px 12px;font-size:.85rem;font-weight:600;transition:all .15s}.profile-module__3PkVZa__confirmCancel:hover{background:#f8fafc}.profile-module__3PkVZa__confirmUnpublish{cursor:pointer;color:#fff;background:#dc2626;border:none;border-radius:10px;flex:1;padding:8px 12px;font-size:.85rem;font-weight:600;transition:all .15s}.profile-module__3PkVZa__confirmUnpublish:hover{background:#b91c1c}.profile-module__3PkVZa__profileHeader{align-items:center;gap:20px;margin-bottom:30px;display:flex}.profile-module__3PkVZa__largeAvatar{object-fit:cover;border-radius:50%;width:80px;height:80px}.profile-module__3PkVZa__btnChangePhoto{color:var(--text-dark);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.profile-module__3PkVZa__btnChangePhoto:hover:not(:disabled){border-color:var(--brand-primary);color:var(--brand-primary)}.profile-module__3PkVZa__btnChangePhoto:disabled{opacity:.6;cursor:not-allowed}.profile-module__3PkVZa__formGrid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.profile-module__3PkVZa__formGroup{margin-bottom:20px}.profile-module__3PkVZa__formLabel{color:var(--text-dark);margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.profile-module__3PkVZa__formInput{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-family:inherit;transition:all .2s}.profile-module__3PkVZa__formInput:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #8e2de21a}.profile-module__3PkVZa__formInput.profile-module__3PkVZa__disabled{color:#999;cursor:not-allowed;background:#f8fafc}.profile-module__3PkVZa__formTextarea{resize:none;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;height:100px;padding:12px 16px;font-family:inherit;transition:all .2s}.profile-module__3PkVZa__formTextarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #8e2de21a}.profile-module__3PkVZa__btnPrimary{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:30px;align-items:center;gap:8px;padding:10px 24px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 10px 20px #8e2de233}.profile-module__3PkVZa__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 15px 30px #8e2de24d}.profile-module__3PkVZa__socialSection{border-top:1px solid #f1f5f9;margin-top:30px;margin-bottom:20px;padding-top:30px}.profile-module__3PkVZa__socialSectionTitle{color:var(--text-dark);margin-bottom:10px;font-size:1.1rem;font-weight:600}.profile-module__3PkVZa__socialSectionSubtitle{color:var(--text-light);margin-bottom:20px;font-size:.9rem}.profile-module__3PkVZa__labelWithIcon{align-items:center;gap:8px;display:flex}.profile-module__3PkVZa__labelWithIcon svg{color:var(--text-light)}.profile-module__3PkVZa__inputWithPrefix{position:relative}.profile-module__3PkVZa__inputPrefix{color:#9ca3af;pointer-events:none;font-size:.9rem;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.profile-module__3PkVZa__inputWithPrefix .profile-module__3PkVZa__formInput{padding-left:35px}@media (max-width:900px){.profile-module__3PkVZa__formGrid{grid-template-columns:1fr}}
.questions-module__iIgIpG__inboxView{animation:.4s ease-out questions-module__iIgIpG__fadeIn}.questions-module__iIgIpG__panel{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:30px;box-shadow:0 4px 20px #00000005}.questions-module__iIgIpG__panelHeader{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.questions-module__iIgIpG__panelTitle{font-size:1.25rem;font-weight:700}.questions-module__iIgIpG__inboxTabs{border-bottom:1px solid #f1f5f9;gap:20px;margin-bottom:25px;padding-bottom:10px;display:flex}.questions-module__iIgIpG__inboxTab{color:var(--text-light);cursor:pointer;padding-bottom:10px;font-weight:500;text-decoration:none;transition:all .2s}.questions-module__iIgIpG__inboxTab.questions-module__iIgIpG__active{color:var(--brand-primary);border-bottom:2px solid var(--brand-primary)}.questions-module__iIgIpG__qList{flex-direction:column;gap:15px;display:flex}.questions-module__iIgIpG__qCard{background:#fff;border:1px solid #f1f5f9;border-radius:16px;align-items:flex-start;gap:15px;padding:20px;transition:all .2s;display:flex;position:relative;overflow:hidden}.questions-module__iIgIpG__qCard:hover{border-color:#dcd0f0;box-shadow:0 5px 15px #00000008}.questions-module__iIgIpG__qCard:before{content:"";background:0 0;width:4px;transition:all .2s;position:absolute;top:0;bottom:0;left:0}.questions-module__iIgIpG__qCard:hover:before{background:var(--brand-primary)}.questions-module__iIgIpG__qAvatar{color:#64748b;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;display:flex}.questions-module__iIgIpG__qContent{flex:1}.questions-module__iIgIpG__qHeader{justify-content:space-between;margin-bottom:6px;display:flex}.questions-module__iIgIpG__qUser{font-size:.95rem;font-weight:600}.questions-module__iIgIpG__qPrice{color:var(--success);background:#ecfdf5;border-radius:20px;padding:4px 12px;font-size:.85rem;font-weight:700}.questions-module__iIgIpG__qText{color:var(--text-light);margin-bottom:15px;font-size:.95rem;line-height:1.5}.questions-module__iIgIpG__qFooter{border-top:1px solid #f8fafc;justify-content:space-between;align-items:center;padding-top:15px;display:flex}.questions-module__iIgIpG__qTime{align-items:center;gap:5px;font-size:.8rem;font-weight:600;display:flex}.questions-module__iIgIpG__qActions{gap:10px;display:flex}.questions-module__iIgIpG__btnAnswer{color:#fff;cursor:pointer;background:#18bb85;border:none;border-radius:12px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:all .2s}.questions-module__iIgIpG__btnAnswer:hover{background:#24d89c}.questions-module__iIgIpG__btnDecline{color:var(--text-light);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:8px 15px;font-size:.85rem;font-weight:600;transition:all .2s}.questions-module__iIgIpG__btnDecline:hover:not(:disabled){color:var(--danger);border-color:var(--danger);background:#fef2f2}.questions-module__iIgIpG__btnDecline:disabled{opacity:.6;cursor:not-allowed}.questions-module__iIgIpG__emptyState{text-align:center;color:var(--text-light);justify-content:center;align-items:center;padding:60px 20px;font-size:1rem;display:flex}.questions-module__iIgIpG__spinner{border:3px solid #e9ecef;border-top-color:var(--brand-primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite questions-module__iIgIpG__spin}.questions-module__iIgIpG__spinnerInline{border:2px solid #e9ecef;border-top-color:var(--brand-primary);vertical-align:middle;border-radius:50%;width:14px;height:14px;margin-left:4px;animation:.8s linear infinite questions-module__iIgIpG__spin;display:inline-block}@keyframes questions-module__iIgIpG__spin{to{transform:rotate(360deg)}}.questions-module__iIgIpG__qAnswer{color:var(--text-dark);background:#f8fafc;border-radius:12px;margin-bottom:15px;padding:12px 16px;font-size:.9rem;line-height:1.5}.questions-module__iIgIpG__qAnswer strong{color:var(--text-light);margin-bottom:4px;font-size:.8rem;font-weight:600;display:block}.questions-module__iIgIpG__qAttachments{background:#f8fafc;border-radius:12px;margin-bottom:15px;padding:12px 16px;font-size:.9rem}.questions-module__iIgIpG__qAttachments strong{color:var(--text-light);margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.questions-module__iIgIpG__qAttachmentList{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.questions-module__iIgIpG__qAttachmentItem{display:inline-flex}.questions-module__iIgIpG__qAttachmentLink{color:var(--brand-primary);word-break:break-all;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:4px 12px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.questions-module__iIgIpG__qAttachmentLink:hover{border-color:var(--brand-primary);background:#faf5ff}.questions-module__iIgIpG__loadMoreContainer{justify-content:center;padding:20px 0;display:flex}.questions-module__iIgIpG__btnLoadMore{color:var(--text-dark);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 32px;font-size:.9rem;font-weight:600;transition:all .2s}.questions-module__iIgIpG__btnLoadMore:hover:not(:disabled){border-color:var(--brand-primary);color:var(--brand-primary);background:#faf5ff}.questions-module__iIgIpG__btnLoadMore:disabled{opacity:.6;cursor:not-allowed}
.settings-module__TEteKW__settingsView{animation:.4s ease-out settings-module__TEteKW__fadeIn}.settings-module__TEteKW__panel{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:30px;box-shadow:0 4px 20px #00000005}.settings-module__TEteKW__panelTitle{margin-bottom:30px;font-size:1.25rem;font-weight:700}.settings-module__TEteKW__section{margin-bottom:40px}.settings-module__TEteKW__sectionTitle{margin-bottom:10px;font-size:1.1rem;font-weight:600}.settings-module__TEteKW__sectionDesc{color:var(--text-light);margin-bottom:20px;font-size:.9rem}.settings-module__TEteKW__formGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.settings-module__TEteKW__formGroup{margin-bottom:20px}.settings-module__TEteKW__formLabel{color:var(--text-dark);margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.settings-module__TEteKW__formInput{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-family:inherit;transition:all .2s}.settings-module__TEteKW__formInput:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #8e2de21a}.settings-module__TEteKW__btnPrimary{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:30px;align-items:center;gap:8px;padding:10px 24px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 10px 20px #8e2de233}.settings-module__TEteKW__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 15px 30px #8e2de24d}.settings-module__TEteKW__dangerZone{border-top:1px solid #f1f5f9;padding-top:30px}.settings-module__TEteKW__dangerTitle{color:var(--danger);margin-bottom:8px;font-size:1.1rem;font-weight:600}.settings-module__TEteKW__dangerDesc{color:var(--text-light);margin-bottom:16px;font-size:.9rem}.settings-module__TEteKW__btnDanger{border:1px solid var(--danger);color:var(--danger);cursor:pointer;background:#fff;border-radius:12px;padding:10px 20px;font-weight:600;transition:all .2s}.settings-module__TEteKW__btnDanger:hover{background:#fef2f2}.settings-module__TEteKW__formError{color:var(--danger);margin-top:6px;font-size:.85rem}.settings-module__TEteKW__formInput.settings-module__TEteKW__hasError{border-color:var(--danger)}.settings-module__TEteKW__formInput.settings-module__TEteKW__hasError:focus{box-shadow:0 0 0 3px #ef44441a}.settings-module__TEteKW__successMessage{color:#059669;background:#ecfdf5;border-radius:12px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 16px;font-size:.9rem;display:flex}.settings-module__TEteKW__deleteWarning{color:var(--danger);margin-top:8px;font-size:.85rem}@media (max-width:900px){.settings-module__TEteKW__formGrid{grid-template-columns:1fr}}
