@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@700&display=swap";:root{--font-primary: "Inter", sans-serif;--font-secondary: "Montserrat", sans-serif;--clr-secondary-50: #F9FAFB;--clr-primary-700: #1A183E;--clr-text-light: #6B7280;--clr-border-strong: #D1D5DB;--clr-text-main: #374151;--clr-accent-300: #52CBF0;--clr-accent-300-darker: #8CB5FD;--clr-text-on-dark: #FFFFFF;--border-radius-lg: 16px;--border-radius-md: 8px;--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}.auth-page-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--clr-secondary-50);padding:1rem;font-family:var(--font-primary)}.auth-form-card{max-width:24rem;width:100%;background-color:var(--clr-secondary-50);box-shadow:var(--shadow-lg);border-radius:var(--border-radius-lg);padding:2.5rem}.auth-form-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;margin-bottom:1rem;color:var(--clr-primary-700);text-align:center;font-family:var(--font-secondary)}.auth-form-subtitle{font-size:.875rem;color:var(--clr-text-light);text-align:center;margin-top:-.5rem;margin-bottom:2rem}.auth-btn-main{background-color:var(--clr-accent-300);color:var(--clr-text-on-dark);font-weight:600;padding:.875rem 1rem;border-radius:var(--border-radius-lg);font-size:.875rem;transition:background-color .2s ease-in-out;width:100%;border:none;cursor:pointer}.auth-btn-main:hover{background-color:var(--clr-accent-300-darker)}.auth-floating-label-group{position:relative;margin-bottom:1.5rem}.auth-form-input-custom{background-color:#fff;border:1px solid var(--clr-border-strong);color:var(--clr-text-main);border-radius:var(--border-radius-lg);padding:.75rem 1rem;font-size:.875rem;width:100%;height:48px;box-sizing:border-box;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.auth-floating-label-group input#password.auth-form-input-custom{padding-right:3rem}.auth-form-input-custom:focus{border-color:var(--clr-accent-300);box-shadow:0 0 0 2px #52cbf04d;outline:none}.placeholder-transparent::placeholder{color:transparent}.auth-form-label{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:var(--clr-text-light);transition:all .2s cubic-bezier(.4,0,.2,1);background-color:transparent;padding:0 .25rem;pointer-events:none;z-index:1}.peer:focus~.auth-form-label,.peer:not(:placeholder-shown)~.auth-form-label{top:-.625rem;transform:translateY(0);font-size:.75rem;color:var(--clr-accent-300);background-color:var(--clr-secondary-50);z-index:10}.auth-password-toggle-icon{position:absolute;top:50%;right:1rem;transform:translateY(-50%);cursor:pointer;color:var(--clr-text-light);z-index:2;padding:.25rem}.auth-password-toggle-icon i{font-size:.9rem;display:block}.auth-password-toggle-icon:hover i{color:var(--clr-accent-300)}.auth-form-link-container{text-align:right;margin-bottom:1.5rem;margin-top:-.75rem}a.auth-form-link{color:var(--clr-accent-300);text-decoration:none;font-size:.875rem;font-weight:500}a.auth-form-link:hover{color:var(--clr-accent-300-darker);text-decoration:none}.auth-prompt-text{margin-top:1.5rem;text-align:center;font-size:.875rem;color:var(--clr-text-light)}.auth-prompt-text .auth-form-link{font-weight:600}.platform-header{background-color:#fff;height:66px;padding:0 2rem;width:100%;box-sizing:border-box;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;box-shadow:0 2px 4px #0000000d;position:fixed;top:0;left:0;z-index:1000;border-bottom:1px solid #e5e7eb}.header-logo-container{grid-column:1 / 2;display:flex;align-items:center;gap:.75rem;justify-content:flex-start}.header-center-content{grid-column:2 / 3;text-align:center}.header-page-title{font-family:var(--font-secondary);font-size:1.3rem;font-weight:700;margin:0;color:transparent;background:linear-gradient(90deg,#3b82f6,#87ceeb,#3b82f6);background-size:200% auto;background-clip:text;-webkit-background-clip:text;animation:shimmer 5s linear infinite}@keyframes shimmer{to{background-position:-200% center}}.header-back-button{background:none;border:none;cursor:pointer;font-size:1.2rem;color:#1f2937;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.header-back-button:hover{color:#3b82f6}.header-logo-icon-svg{width:28px;height:28px}.header-logo-text{font-size:1.25rem;font-weight:700;font-family:Montserrat,sans-serif;color:#3b82f6}.header-controls-right{grid-column:3 / 4;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem;height:100%}@keyframes shimmer-yellow{to{background-position:-200% center}}@keyframes shimmer-blue{to{background-position:-200% center}}@keyframes glow-yellow{0%,to{filter:drop-shadow(0 0 1px #f59e0b)}50%{filter:drop-shadow(0 0 4px #fde68a)}}.header-level-wrapper-link{text-decoration:none;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease;display:block}.header-level-wrapper-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.header-level-wrapper-link.active .header-level-card{box-shadow:0 0 0 2px #f59e0b33}.header-level-card{display:flex;flex-direction:column;gap:3px;width:130px;padding:.4rem .8rem;border-radius:10px;background-color:#fff;border:none;transition:box-shadow .2s ease}.header-level-top{display:flex;justify-content:space-between;align-items:center;width:100%}.header-level-stars{display:flex;align-items:center;gap:.4rem}.header-level-star-icon{font-size:.8rem;color:#f59e0b;animation:glow-yellow 3s ease-in-out infinite}.header-level-star-count{font-size:.8rem;font-weight:700}.header-level-text{font-size:.8rem;font-weight:600}.header-level-star-count.shimmer-yellow{color:transparent;background:linear-gradient(90deg,#f59e0b 35%,#fef3c7,#f59e0b 65%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;animation:shimmer-yellow 4s linear infinite}.header-level-text.shimmer-blue{color:transparent;background:linear-gradient(90deg,#3b82f6,#87ceeb,#3b82f6);background-size:200% auto;background-clip:text;-webkit-background-clip:text;animation:shimmer-blue 5s linear infinite}.header-level-progress-bar{width:100%;height:6px;background-color:#e5e7eb;border-radius:3px;position:relative;display:flex;align-items:center}.header-level-progress-fill{height:100%;background-color:#f59e0b;border-radius:3px;transition:width .5s ease-in-out}.header-level-reward{position:absolute;right:2px;top:50%;transform:translateY(-50%);background-color:#d1d5db;color:#fff;font-size:.5rem;font-weight:600;padding:0 3px;border-radius:3px}.header-nav-link{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.95rem;text-decoration:none;border-radius:10px;transition:all .2s ease-in-out;border:none;background-color:#fff}.header-nav-link .nav-icon{color:#3b82f6}.header-nav-text-label{font-weight:600;color:#3b82f6}.header-balance-amount{font-weight:700;color:#f59e0b}.header-nav-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;background-color:#fff}.header-nav-link.active{background-color:#fff;box-shadow:0 0 0 2px #3b82f64d;transform:none}.header-nav-link.active .header-nav-text-label{color:transparent;background:linear-gradient(90deg,#3b82f6,#87ceeb,#3b82f6);background-size:200% auto;background-clip:text;-webkit-background-clip:text;animation:shimmer 5s linear infinite}.header-nav-link.active .header-balance-amount{color:transparent;background:linear-gradient(90deg,#f59e0b 35%,#fef3c7,#f59e0b 65%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;animation:shimmer-yellow 4s linear infinite}.nav-icon{font-size:1rem}.header-icon-btn{background:none;border:2px solid transparent;box-sizing:border-box;cursor:pointer;color:#1f2937;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.25rem}.header-icon-btn:hover{background-color:#f3f4f6}.header-icon-btn.is-active{background-color:transparent;border-color:#3b82f6}.header-profile-section{position:relative;display:flex;align-items:center}.header-profile-button{font-size:1.5rem}.profile-dropdown{position:absolute;top:calc(100% + 12px);right:0;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;border:1px solid #f3f4f6;width:200px;z-index:1010;overflow:hidden;padding:.5rem}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;font-size:.95rem;color:#374151;cursor:pointer;transition:background-color .2s ease,color .2s ease;border-radius:8px}.dropdown-item .dropdown-icon{font-size:1rem;color:#9ca3af;width:20px;text-align:center;transition:color .2s ease}.dropdown-item.logout,.dropdown-item.logout .dropdown-icon{color:#ef4444}.dropdown-item.logout:hover{background-color:#fee2e2;color:#b91c1c}.dropdown-item.logout:hover .dropdown-icon{color:#b91c1c}.logout-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#23263499;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.logout-modal-content{background-color:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 25px #0000001a;text-align:center;max-width:420px;width:90%;color:#4a5568;font-family:Inter,sans-serif}.logout-modal-title{font-family:Montserrat,sans-serif;margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#1a202c}.logout-modal-text{margin:0 0 2rem;font-size:1rem;line-height:1.5}.logout-modal-buttons{display:flex;justify-content:center;gap:1rem}.logout-modal-button{padding:.75rem 1.5rem;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex-grow:1;max-width:170px}.logout-modal-button.yes{background-color:#cb5353;color:#fff;border-color:#cb5353}.logout-modal-button.yes:hover{background-color:#b54343;border-color:#b54343}.logout-modal-button.no{background-color:#fff;color:#4a5568;border-color:#e2e8f0}.logout-modal-button.no:hover{background-color:#f7fafc;border-color:#cbd5e0}.notifications-container{position:relative;display:flex;align-items:center}.header-icon-btn{position:relative}.notification-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background-color:#ef4444;border-radius:50%;border:1.5px solid #ffffff}.notifications-popup-content{position:absolute;top:calc(100% + 12px);right:0;width:420px;background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid #e5e7eb;display:flex;flex-direction:column;animation:fadeInDown .3s ease-out;z-index:1100}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notifications-popup-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.notifications-popup-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.notifications-popup-close{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:1rem;padding:.25rem;line-height:1;transition:color .2s ease}.notifications-popup-close:hover{color:#1f2937}.notifications-popup-body{padding:.75rem;max-height:450px;overflow-y:auto;background-color:#f9fafb}.notifications-block-container{display:flex;flex-direction:column;gap:.75rem}.notification-block{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:1rem;padding:1rem;border-radius:12px;background-color:#fff;border:1px solid #e5e7eb;transition:border-color .2s ease,box-shadow .2s ease}.notification-block:hover{border-color:#c7d2fe;box-shadow:0 4px 8px #0000000a}.notification-block.is-unread{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.notification-block.type-leaderboard.is-unread{background-color:#fffbeb;border-color:#fde68a;box-shadow:0 0 0 2px #fde68a66}.notification-block-icon{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.notification-block-info{display:flex;flex-direction:column}.notification-block-title{font-size:.95rem;font-weight:600;color:#1e293b}.notification-block-description{font-size:.85rem;color:#64748b}.notification-block-reward{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.reward-value{font-size:1.1rem;font-weight:700;font-family:var(--font-secondary)}.reward-time{font-size:.75rem;color:#94a3b8}.notifications-empty-state{padding:2.5rem 2rem;text-align:center;color:#6b7280}.empty-state-icon{font-size:2rem;color:#d1d5db;margin-bottom:1rem}.notifications-empty-state h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#374151}.notifications-empty-state p{margin:0;font-size:.9rem}:root{--header-height: 66px;--page-bg: #f8f9fa;--font-primary: "Inter", sans-serif;--font-secondary: "Montserrat", sans-serif}.platform-layout{display:flex;background-color:var(--page-bg);min-height:100vh;font-family:var(--font-primary)}.main-content-area{width:100%;box-sizing:border-box;padding-top:var(--header-height)}.page-content-wrapper{margin:0;padding:0 1.5rem 1.5rem}.placeholder-content{text-align:center;padding:3rem;color:#6b7280;display:flex;flex-direction:column;align-items:center;justify-content:center}.placeholder-content h2{color:#111827;font-family:var(--font-secondary)}@keyframes shimmer-blue-wallet{to{background-position:-200% center}}@keyframes shimmer-green-wallet{to{background-position:-200% center}}.wallet-page-container-v4{font-family:var(--font-primary)}.wallet-grid-v4{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}.wallet-grid-v4.second-row{margin-top:1.5rem}.wallet-card-v4{background-color:#fff;border-radius:16px;padding:1.25rem;border:1px solid #e5e7eb;transition:border-color .2s ease;display:flex;flex-direction:column}.wallet-card-v4:hover{border-color:#d1d5db}.wallet-card-header-v4{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.wallet-card-icon-wrapper-v4{flex-shrink:0;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1rem}.wallet-card-icon-wrapper-v4.rent{background-color:#eff6ff;color:#2563eb}.wallet-card-icon-wrapper-v4.credits{background-color:#f0fdf4;color:#16a34a}.wallet-card-title-v4{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.wallet-card-subtitle-v4{font-size:.8rem;color:#6b7280;margin:0}.wallet-card-value-v4{font-family:var(--font-secondary),sans-serif;font-size:2.25rem;font-weight:700;color:#111827;margin:1rem 0}.shimmer-blue-text{color:transparent;background:linear-gradient(90deg,#2563eb 35%,#87ceeb,#2563eb 65%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;animation:shimmer-blue-wallet 4s linear infinite;width:fit-content}.shimmer-green-text{color:transparent;background:linear-gradient(90deg,#16a34a 35%,#6ee7b7,#16a34a 65%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;animation:shimmer-green-wallet 4s linear infinite;width:fit-content}.wallet-card-chart-v4{width:100%;height:80px;margin-top:auto;padding-top:1rem}.income-pie-chart-wrapper-v4{position:relative;flex-grow:1;min-height:300px;margin-top:1rem}.custom-tooltip-v4{background:#fff;padding:.5rem 1rem;border-radius:10px;box-shadow:0 4px 12px #0000001a;border:1px solid #e5e7eb;display:flex;gap:.75rem;align-items:center}.tooltip-date-v4{font-size:.85rem;font-weight:600;color:#374151}.tooltip-value-v4{font-size:.85rem;font-weight:700}.transaction-history-card{margin-top:1.5rem;background-color:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e5e7eb}.history-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:1.5rem}.history-title{grid-column:1;justify-self:start;font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.time-filter-toggle{grid-column:2;display:flex;background-color:#f3f4f6;border-radius:10px;padding:.25rem}.time-filter-btn{padding:.5rem 1rem;border:none;background-color:transparent;border-radius:8px;font-size:.875rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .2s ease}.time-filter-btn:hover{background-color:#e5e7eb}.time-filter-btn.active{background-color:#fff;color:#3b82f6;box-shadow:0 2px 5px #00000014}.history-table .table-header{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr;gap:1rem;padding:.75rem 1rem;background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;color:#4b5563;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.history-table .table-header span:last-child,.history-table .reward-cell{text-align:right}.table-body{display:flex;flex-direction:column;gap:.25rem;margin-top:.75rem}.table-row{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr;gap:1rem;align-items:center;padding:.75rem 1rem;border-radius:10px;transition:background-color .2s ease;font-size:.9rem;color:#374151;border:1px solid transparent}.table-row:hover{background-color:#f9fafb;border-color:#f3f4f6}.task-name-cell{display:flex;align-items:center;gap:1rem;font-weight:600}.task-icon-cell{width:36px;height:36px;flex-shrink:0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.reward-cell{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.reward-dollars{font-weight:700;font-family:var(--font-secondary);color:#16a34a}.reward-stars{font-size:.8rem;font-weight:600;color:#f59e0b}.brand-logo-wrapper{width:64px;height:64px;border-radius:12px;flex-shrink:0}.brand-logo{width:100%;height:100%;object-fit:contain;transform:scale(1.4);border-radius:12px}.cashback-sidebar .brand-reward{font-size:1rem;font-weight:600;color:#16a34a}.star-rating-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;flex-shrink:0}.stars{color:#f59e0b;font-size:.9rem}.stars .empty-star{color:#e5e7eb}.reviews-count{font-size:.8rem;color:#6b7280}.sidebar-active-until{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:10px;background-color:#f0fdf4;color:#16a34a;margin-top:-.5rem}.cashback-sidebar .info-title-icon{color:#16a34a}.cashback-sidebar .code-value{flex-grow:1;padding:.6rem 1rem;background-color:#fff;border-radius:8px;color:#16a34a;font-weight:600;text-align:left;display:flex;align-items:center;-webkit-user-select:all;user-select:all;font-family:Courier New,Courier,monospace;font-size:1.1rem;letter-spacing:2px}.reviews-container-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.comment-item-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.comment-rating{display:flex;gap:.1rem;font-size:.8rem}.comment-rating .filled{color:#f59e0b}.comment-rating .empty{color:#e5e7eb}.task-sidebar{width:420px;flex-shrink:0;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;height:fit-content;animation:slide-in .4s cubic-bezier(.25,1,.5,1);margin-top:0}@keyframes slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.sidebar-header{display:flex;justify-content:flex-end;padding:.75rem}.close-btn{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:1.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease,color .2s ease}.close-btn:hover{background-color:#f3f4f6;color:#1f2937}.sidebar-body{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.brand-info{display:flex;align-items:center;justify-content:space-between;width:100%}.brand-info-left{display:flex;align-items:center;gap:1rem;padding:.5rem}.brand-logo-wrapper{width:64px;height:64px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:2rem}.brand-logo-wrapper svg{transform:scale(1.4)}.brand-logo{width:100%;height:100%;object-fit:contain}.brand-details{display:flex;flex-direction:column;gap:.25rem}.brand-title{font-size:1.5rem;font-weight:700;font-family:var(--font-secondary);color:#111827;margin:0}.referral-sidebar .brand-reward{font-size:1rem;font-weight:600;color:#f59e0b}.referral-sidebar .sidebar-active-until{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:10px;background-color:#fffbeb;color:#d97706;margin-top:-.5rem}.info-block-bordered{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.info-title{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.5rem}.referral-sidebar .info-title-icon{color:#f59e0b}.info-text{margin:0;font-size:.9rem;color:#6b7280;line-height:1.5;padding-left:1.45rem}.action-section{margin-top:auto}.get-code-btn{width:100%;background-color:#3b82f6;color:#fff;font-size:1rem;font-weight:600;padding:.875rem 1rem;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s ease}.get-code-btn:hover{background-color:#2563eb}.code-container{display:flex;justify-content:space-between;align-items:stretch;padding:.5rem;gap:.5rem;border-radius:12px}.code-container.bordered{background-color:#fff;border:1px solid #e5e7eb}.referral-sidebar .code-value{flex-grow:1;padding:.6rem 1rem;background-color:#fff;border-radius:8px;color:#f59e0b;font-weight:600;text-align:left;display:flex;align-items:center;-webkit-user-select:all;user-select:all;font-family:Courier New,Courier,monospace;font-size:1.1rem;letter-spacing:2px}.copy-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#eff6ff;color:#3b82f6;font-weight:600;padding:.6rem 1rem;border-radius:8px;font-size:.85rem;border:1px solid transparent;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap;flex-shrink:0}.copy-btn:hover{background-color:#dbeafe}.copy-btn.copied{background-color:#dcfce7;color:#16a34a}.copy-btn.copied:hover{background-color:#bbf7d0}.usage-info{font-size:.8rem;color:#6b7280;text-align:center;margin-top:.75rem}.reviews-container-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.reviews-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1f2937}.comments-list{display:flex;flex-direction:column;gap:1rem}.comment-item-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.comment-header{display:flex;align-items:flex-start;justify-content:space-between}.comment-author-section{display:flex;align-items:center;gap:.75rem}.comment-avatar{width:32px;height:32px;border-radius:50%}.comment-author-info{display:flex;flex-direction:column}.comment-author{font-size:.9rem;font-weight:600;color:#374151}.comment-date{font-size:.8rem;color:#9ca3af}.comment-text{margin:0;font-size:.9rem;color:#4b5563;line-height:1.5;padding-left:0}.no-items-message{text-align:center;color:#6b7280;padding:2rem 1rem;font-size:.9rem;background-color:#f9fafb;border-radius:12px;border:1px dashed #d1d5db}.no-items-icon{font-size:1.5rem;margin-bottom:.5rem;color:#9ca3af}.brand-stars-reward{display:flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;color:#f59e0b}.brand-stars-reward .fa-star{font-size:.8rem}.multiplier-wrapper{text-align:center;margin-bottom:1.5rem}.earnings-multiplier-badge{display:inline-block;background-color:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;color:#92400e;font-family:var(--font-secondary)}.earnings-page-layout{display:flex;gap:1.5rem;align-items:flex-start}.main-earnings-content{flex:1;min-width:0}.earnings-content-card{background-color:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.category-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:1rem;transition:all .2s ease-in-out;cursor:pointer;display:flex;align-items:center;gap:1rem}.category-card:hover{transform:translateY(-4px);border-color:#c7d2fe;box-shadow:0 6px 16px #00000014}.category-card.is-active{border-color:var(--active-color);background-color:#fff;box-shadow:0 0 0 2px var(--active-color)}.card-icon-bg{font-size:1.5rem;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-content-wrapper{flex:1;display:flex;flex-direction:column;gap:.5rem}.card-title{font-size:1.1rem;font-weight:600;color:var(--active-color)}@keyframes card-title-shimmer{to{background-position:-200% center}}.category-card.is-active .card-title{color:transparent;background:linear-gradient(90deg,var(--active-color) 25%,#ffffff 50%,var(--active-color) 75%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;animation:card-title-shimmer 4s linear infinite}.category-card.is-active .card-icon-bg{background:linear-gradient(90deg,var(--active-color) 25%,#ffffff 50%,var(--active-color) 75%);background-size:200% auto;animation:card-title-shimmer 4s linear infinite}.category-card.is-active .card-icon-bg>svg{color:#fff!important}.progress-indicator{display:flex;flex-direction:column;gap:.35rem}.progress-bar-container{width:100%;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.card-progress-text{font-size:.8rem;font-weight:500;color:#6b7280}.tasks-section-wrapper{margin-top:2rem}.tasks-list{display:flex;flex-direction:column;gap:1rem}.task-item{display:flex;justify-content:space-between;align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.5rem;transition:border-color .2s ease,box-shadow .2s ease}.task-item:hover{border-color:#c7d2fe;box-shadow:0 4px 8px #0000000a}.task-item.selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.task-info{display:flex;align-items:center;gap:2rem}.task-icon-wrapper{width:56px;height:56px;flex-shrink:0;border-radius:10px;display:flex;align-items:center;justify-content:center}.task-brand-logo{width:100%;height:100%;object-fit:contain;transform:scale(1.4);border-radius:10px}.task-icon-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border-radius:10px;transform:scale(1.4)}.task-details{display:flex;flex-direction:column;gap:.35rem}.task-title{margin:0;font-size:1rem;font-weight:600;color:#1f2937;line-height:1.2}.task-description{margin:0;font-size:.875rem;font-weight:400;color:#6b7280;line-height:1.4}.task-active-until{margin:0;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.4rem}.task-actions-group{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.task-reward-group{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.task-reward{font-size:1.1rem;font-weight:700;font-family:var(--font-secondary);white-space:nowrap}.task-stars-reward{display:flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;color:#f59e0b}.task-stars-reward .fa-star{font-size:.8rem}.task-action-btn{background-color:#eff6ff;color:#3b82f6;font-weight:600;padding:.6rem 1.25rem;border-radius:8px;font-size:.85rem;border:1px solid transparent;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap}.task-action-btn:hover{background-color:#dbeafe;border-color:#bfdbfe}.task-action-btn:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed;border-color:transparent}.task-action-btn:disabled:hover{background-color:#f3f4f6;border-color:transparent}.no-tasks-message{text-align:center;color:#6b7280;padding:3rem 1rem;font-size:1rem}@keyframes current-glow{0%,to{box-shadow:0 0 12px #f9731666;border-color:#fb923c}50%{box-shadow:0 0 20px #f9731699;border-color:#f97316}}.level-page-wrapper{display:flex;justify-content:center;padding:2rem;width:100%;box-sizing:border-box}.level-page-card{background-color:#fff;border-radius:24px;padding:2rem;box-shadow:0 8px 30px #00000014;width:100%;max-width:1200px;display:flex;flex-direction:column;gap:1.5rem}.level-view-toggle{display:flex;width:100%;border-bottom:2px solid #e5e7eb}.toggle-btn{flex-grow:1;padding:1rem 1.25rem;border:none;background-color:transparent;color:#6b7280;font-size:1rem;font-weight:600;cursor:pointer;text-align:center;position:relative;transition:color .3s ease}.toggle-btn:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background-color:#3b82f6;transition:all .3s cubic-bezier(.4,0,.2,1)}.toggle-btn:hover{color:#374151}.toggle-btn.is-active{color:#3b82f6}.toggle-btn.is-active:after{left:0;width:100%}.level-summary-card{background-color:#fffbeb;border:1px solid #fde68a;border-radius:16px;padding:1rem 1.5rem}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.summary-title-group{display:flex;flex-direction:row;align-items:center;gap:1rem}.summary-title{font-family:var(--font-secondary);font-size:1.5rem;font-weight:700;color:#b45309;line-height:1.1}.summary-multiplier{display:flex;align-items:center;font-size:.9rem;font-weight:600;color:#92400e;background-color:#fef3c7;padding:.25rem .6rem;border-radius:8px;border:1px solid #fde047}.summary-stars{font-size:1rem;font-weight:600;color:#92400e;display:flex;align-items:center;gap:.4rem}.summary-star-icon{color:#f59e0b}.main-progress-bar-container{width:100%;height:12px;background-color:#fef3c7;border-radius:6px;overflow:hidden}.main-progress-bar-fill{height:100%;background-color:#f59e0b;border-radius:6px;transition:width .8s cubic-bezier(.25,1,.5,1)}.leaderboard-info-card{background-color:#fffbeb;border:1px solid #fde68a;border-radius:16px;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem}.info-card-icon{font-size:1.5rem;color:#f59e0b}.info-card-text{margin:0;font-size:.95rem;font-weight:500;color:#92400e;line-height:1.5}.leaderboard-container{background-color:#fff;border-radius:16px;padding:0}.leaderboard-list{display:flex;flex-direction:column;gap:.75rem}.leaderboard-item{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:1.5rem;padding:1rem;border-radius:12px;background-color:#fff;border:1px solid #e5e7eb;transition:all .2s ease}.leaderboard-item:not(.current-user):hover{border-color:#c7d2fe;box-shadow:0 4px 8px #0000000a}.leaderboard-rank{font-size:1rem;font-weight:700;color:#64748b;text-align:center}.leaderboard-user{display:flex;align-items:center;gap:1rem}.leaderboard-avatar{width:40px;height:40px;border-radius:50%}.leaderboard-user-info{display:flex;flex-direction:column}.leaderboard-name{font-size:1rem;font-weight:600;color:#1e293b}.leaderboard-level{font-size:.85rem;color:#64748b}.leaderboard-stars{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;font-family:var(--font-secondary);color:#b45309}.leaderboard-star-icon{color:#f59e0b;font-size:1rem}.leaderboard-separator{height:15px;background-image:radial-gradient(circle at center,#cbd5e1 1px,transparent 1.5px);background-size:10px 100%;background-repeat:repeat-x;background-position:center;margin:.5rem 0}.leaderboard-item.current-user{background-color:#e0f2fe;border-color:#7dd3fc}.leaderboard-item.current-user .leaderboard-name,.leaderboard-item.current-user .leaderboard-rank{color:#0c4a6e}.rewards-track-container{width:100%;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:#f59e0b #fde68a}.rewards-track-container::-webkit-scrollbar{height:8px}.rewards-track-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.rewards-track-container::-webkit-scrollbar-thumb{background-color:#f59e0b;border-radius:4px}.rewards-track{position:relative;display:flex;align-items:center;gap:2rem;padding:2.5rem 1rem;min-width:min-content}.rewards-track-line,.rewards-track-progress{position:absolute;top:calc(50% + 10px);transform:translateY(-50%);height:4px;border-radius:2px}.rewards-track-line{width:100%;background-color:#e2e8f0;z-index:1}.rewards-track-progress{background:#fcd34d;z-index:2;transition:width .8s cubic-bezier(.25,1,.5,1)}.milestone-wrapper{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:all .3s ease;flex-shrink:0}.milestone-level-label{font-size:.9rem;font-weight:600;color:#94a3b8;transition:color .3s ease;white-space:nowrap}.reward-milestone{width:120px;height:100px;background-color:#fff;border:2px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;transition:all .3s ease;padding:.5rem;box-sizing:border-box}.milestone-icon{line-height:1}.milestone-reward{font-family:var(--font-secondary);font-size:1.5rem;font-weight:700;color:#b91c1c;transition:color .3s ease;line-height:1.2}.milestone-wrapper:not(.claimed):not(.current) .reward-milestone{background-color:#f8fafc}.milestone-wrapper:not(.claimed):not(.current) .milestone-reward{color:#9ca3af}.milestone-wrapper.claimed .milestone-level-label{color:#ca8a04}.milestone-wrapper.claimed .reward-milestone{font-size:1.5rem}.milestone-wrapper.claimed .reward-milestone{background-color:#fefce8;border-color:#fde047;color:#854d0e}.milestone-wrapper.claimed .milestone-icon{font-size:1.25rem;color:#ca8a04}.milestone-wrapper.current .milestone-level-label{color:#c2410c;font-weight:700}.milestone-wrapper.current .reward-milestone{background-color:#fff7ed;border-color:#fb923c;border-width:3px;transform:translateY(-5px) scale(1.05);animation:current-glow 3s infinite ease-in-out;color:#9a3412}
