.find-box-page{color:#1e293b;background-color:#fafbfc;min-height:100vh;padding:24px;font-family:Inter,sans-serif}.fb-container{margin:0 auto}.fb-top-banner{color:#fff;background:linear-gradient(90deg,#1e1b4b 0%,#3b0764 50%,#2e1065 100%);border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:32px 40px;display:flex;position:relative;overflow:hidden}.fb-top-banner-content{z-index:2;position:relative}.fb-top-banner h1{letter-spacing:.5px;margin:0 0 8px;font-size:2.2rem;font-weight:800}.fb-top-banner p{color:#e2e8f0;margin:0;font-size:1rem}.fb-top-banner-bg{opacity:.5;z-index:1;background-image:url(https://cdn.pixabay.com/photo/2021/11/01/15/22/treasure-6760697_1280.png);background-position:100%;background-repeat:no-repeat;background-size:contain;position:absolute;inset:0}.fb-grid-layout{grid-template-columns:2fr 1fr;gap:24px;display:grid}@media (max-width:1024px){.fb-grid-layout{grid-template-columns:1fr}}.fb-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;margin-bottom:24px;padding:24px;box-shadow:0 2px 12px #0000000a}.fb-section-header{color:#475569;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;font-size:.95rem;font-weight:700;display:flex}.fb-target-word-display{text-align:center;margin-bottom:24px}.fb-target-word-text{color:#7c3aed;letter-spacing:.4em;margin-bottom:24px;font-size:2rem;font-weight:800}.fb-divider{text-align:center;color:#64748b;align-items:center;margin:24px 0;font-size:.85rem;font-weight:600;display:flex}.fb-divider:before,.fb-divider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.fb-divider:before{margin-right:16px}.fb-divider:after{margin-left:16px}.fb-slots-container{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:16px;display:flex}.fb-slot{background:#fff;border:2px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:54px;height:64px;font-size:24px;font-weight:700;display:flex}.fb-slot.filled{color:#10b981;border-color:#10b981;box-shadow:0 4px 10px #10b9811a}.fb-slot.empty{color:#cbd5e1}.fb-progress-text{text-align:center;color:#64748b;margin-bottom:24px;font-size:.9rem;font-weight:600}.fb-progress-text span{color:#10b981;font-weight:700}.fb-alert-blue{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;display:flex}.fb-alert-green{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;padding:12px 16px;font-size:.9rem;display:flex}.fb-chest-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px;display:grid}.fb-chest-item{text-align:center;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 8px;transition:all .2s;position:relative}.fb-chest-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.fb-chest-item.opened{background:#f0fdf4;border-color:#10b981}.fb-chest-item.locked{background:#fff}.fb-chest-item.unlocked{z-index:10;background:#fffbeb;border-color:#f59e0b;animation:1.5s infinite alternate chestUnlockedPulse;box-shadow:0 0 15px 5px #f59e0b66}@keyframes chestUnlockedPulse{0%,to{transform:scale(1);box-shadow:0 0 15px 5px #f59e0b66}50%{transform:scale(1.02);box-shadow:0 0 25px 8px #f59e0b99}}.fb-chest-item.onboarding-focus{z-index:11;border-color:#a855f7;animation:1s infinite alternate onboardingBounce;box-shadow:0 0 20px 5px #a855f766}@keyframes onboardingBounce{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.fb-onboarding-tooltip{color:#fff;white-space:nowrap;z-index:12;background:#7c3aed;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:700;animation:2s ease-in-out infinite tooltipFloat;position:absolute;top:-40px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #7c3aed66}.fb-onboarding-tooltip:after{content:"";background:#7c3aed;width:8px;height:8px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)rotate(45deg)}@keyframes tooltipFloat{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-4px)}}.fb-chest-number{color:#1e293b;margin-bottom:12px;font-size:.9rem;font-weight:700}.fb-chest-img{background-position:50%;background-repeat:no-repeat;background-size:contain;width:60px;height:60px;margin:0 auto 12px;position:relative}.fb-chest-locked-img{background-image:url(https://cdn-icons-png.flaticon.com/512/5690/5690045.png)}.fb-chest-opened-img{background-image:url(https://cdn-icons-png.flaticon.com/512/5690/5690048.png)}.fb-chest-letter-badge{color:#10b981;background:#fff;border:1px solid #10b981;border-radius:4px;padding:2px 8px;font-size:14px;font-weight:800;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 2px 4px #0000001a}.fb-chest-status{color:#64748b;font-size:.85rem;font-weight:500}.fb-chest-item.opened .fb-chest-status{color:#10b981;font-weight:600}.fb-check-badge{color:#fff;background:#10b981;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex;position:absolute;top:-8px;right:-8px}.fb-action-cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.fb-action-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:16px;display:flex}.fb-action-card-header{color:#1e293b;align-items:center;gap:8px;margin-bottom:8px;font-size:.95rem;font-weight:700;display:flex}.fb-action-card-desc{color:#64748b;flex:1;margin-bottom:16px;font-size:.85rem}.fb-btn{cursor:pointer;border:none;border-radius:8px;width:100%;padding:10px;font-size:.85rem;font-weight:600;transition:all .2s}.fb-btn:disabled{opacity:.5;cursor:not-allowed}.fb-btn-disabled{color:#64748b;background:#e2e8f0}.fb-btn-purple{color:#fff;background:linear-gradient(90deg,#9333ea,#7c3aed)}.fb-btn-outline-purple{color:#7c3aed;background:#fff;border:1px solid #d8b4fe}.fb-points-widget{color:#fff;text-align:center;background:linear-gradient(135deg,#5b21b6 0%,#7c3aed 100%);border-radius:16px;margin-bottom:24px;padding:24px}.fb-points-widget h3{opacity:.9;margin:0 0 16px;font-size:1rem;font-weight:500}.fb-points-widget-value{justify-content:center;align-items:center;gap:8px;margin-bottom:4px;font-size:2.5rem;font-weight:800;display:flex}.fb-points-widget-sub{opacity:.8;margin-bottom:20px;font-size:.85rem}.fb-points-breakdown{background:#ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px;display:flex}.fb-pb-item{flex-direction:column;align-items:center;display:flex}.fb-pb-label{opacity:.8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.75rem}.fb-pb-val{align-items:center;gap:4px;font-size:1.25rem;font-weight:800;display:flex}.fb-pb-divider{opacity:.5;font-size:1.5rem;font-weight:800}.fb-point-deduction-float{color:#ef4444;z-index:20;pointer-events:none;text-shadow:0 2px 10px #00000080;align-items:center;gap:8px;font-size:2rem;font-weight:900;animation:1.5s ease-out forwards deductionFloat;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes deductionFloat{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}20%{opacity:1;transform:translate(-50%,-60%)scale(1.2)}to{opacity:0;transform:translate(-50%,-150%)scale(1)}}.fb-btn-transparent{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:20px;padding:8px 16px;font-size:.85rem;font-weight:500}.fb-sidebar-box{background:#fff;border:1px solid #f1f5f9;border-radius:16px;margin-bottom:24px;padding:24px}.fb-sidebar-title{color:#1e293b;margin-bottom:16px;font-size:1rem;font-weight:700}.fb-activity-item{gap:12px;margin-bottom:16px;display:flex}.fb-activity-item:last-child{margin-bottom:0}.fb-activity-icon{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.fb-activity-icon.green{color:#16a34a;background:#dcfce7}.fb-activity-icon.purple{color:#9333ea;background:#f3e8ff}.fb-activity-content{flex:1}.fb-activity-header{justify-content:space-between;margin-bottom:4px;display:flex}.fb-activity-title{color:#1e293b;font-size:.9rem;font-weight:600}.fb-activity-time{color:#94a3b8;font-size:.75rem}.fb-activity-desc{color:#64748b;font-size:.8rem}.fb-info-list{flex-direction:column;gap:12px;display:flex}.fb-info-item{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.fb-info-item-label{color:#475569;align-items:center;gap:8px;display:flex}.fb-info-item-val{color:#1e293b;font-weight:600}.fb-htp-list{flex-direction:column;gap:12px;display:flex}.fb-htp-item{color:#475569;align-items:flex-start;gap:8px;font-size:.85rem;line-height:1.4;display:flex}.fb-bottom-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:768px){.fb-bottom-grid{grid-template-columns:1fr}}.fb-list-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.fb-list-title{align-items:center;gap:8px;font-size:1.05rem;font-weight:700;display:flex}.fb-view-all{color:#7c3aed;background:#f3e8ff;border-radius:12px;padding:4px 12px;font-size:.8rem;font-weight:600;text-decoration:none}.fb-player-row{align-items:center;gap:12px;margin-bottom:16px;font-size:.9rem;display:flex}.fb-player-rank{color:#64748b;width:20px;font-weight:700}.fb-avatar{background:#e2e8f0;border-radius:50%;width:32px;height:32px}.fb-player-name{color:#1e293b;flex:1;font-weight:600}.fb-player-bar-container{background:#e2e8f0;border-radius:4px;width:100px;height:6px;overflow:hidden}.fb-player-bar{background:#10b981;height:100%}.fb-player-score{color:#475569;text-align:right;width:40px;font-weight:600}.fb-player-status{font-size:.8rem;font-weight:600}.fb-player-status.completed{color:#10b981}.fb-recent-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.fb-recent-info{flex:1}.fb-recent-name{color:#1e293b;font-size:.9rem;font-weight:600}.fb-recent-action{color:#64748b;font-size:.8rem}.fb-recent-time{color:#94a3b8;font-size:.8rem}.fb-recent-badge{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.fb-recent-badge.purple{color:#7c3aed;background:#f3e8ff;border:1px solid #d8b4fe}.fb-recent-badge.green{color:#10b981;background:#ecfdf5;border:1px solid #6ee7b7}.fb-bottom-banner{color:#92400e;background:linear-gradient(90deg,#fffbeb,#fef3c7);border:1px solid #fde68a;border-radius:12px;justify-content:center;align-items:center;gap:12px;margin-top:24px;padding:16px;font-weight:600;display:flex}.fb-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172ab3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fb-modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:450px;padding:32px;box-shadow:0 20px 40px #0003}.fb-modal-icon{color:#d97706;background:#fef3c7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:32px;display:flex}.fb-modal-title{color:#0f172a;margin-bottom:12px;font-size:1.5rem;font-weight:800}.fb-modal-desc{color:#475569;margin-bottom:24px;font-size:1.05rem;line-height:1.5}.fb-modal-desc strong{color:#1e293b}.fb-modal-actions{flex-direction:column;gap:12px;display:flex}.fb-btn-primary{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:12px;padding:14px 20px;font-size:1rem;font-weight:700}.fb-btn-secondary{color:#64748b;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:12px;padding:14px 20px;font-size:1rem;font-weight:600}.premium-voucher-card{-webkit-backdrop-filter:blur(12px);cursor:default;background:linear-gradient(135deg,#ffffffe6 0%,#f8fafc99 100%);border:1px solid #fffc;border-radius:16px;width:100%;max-width:340px;height:180px;margin-bottom:16px;margin-left:auto;margin-right:auto;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014,inset 0 1px 2px #ffffffe6}.premium-voucher-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#7c3aed1a 0%,#0000 60%);position:absolute;inset:0}.premium-voucher-card.eligible:hover{border-color:#7c3aed4d;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #7c3aed26,0 0 20px #7c3aed33,inset 0 1px 2px #fff}.premium-voucher-logo-container{background:#fffc;border-radius:12px;justify-content:center;align-items:center;width:100px;padding:12px;display:flex;box-shadow:0 4px 12px #0000000d}.premium-voucher-logo-img{object-fit:contain;max-width:100%;max-height:80px}.premium-voucher-amount{background:linear-gradient(90deg,#9333ea,#ec4899);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px #9333ea33);-webkit-background-clip:text;margin-bottom:4px;font-size:2.5rem;font-weight:900;line-height:1}.premium-voucher-code{color:#64748b;letter-spacing:2px;background:#f1f5f9cc;border-radius:4px;align-self:flex-end;margin-top:4px;padding:2px 8px;font-family:Courier New,Courier,monospace;font-size:.8rem;font-weight:600;display:inline-block}.fb-rewards-gallery{background:#fff;border:1px solid #f1f5f9;border-radius:16px;margin-bottom:24px;overflow:hidden;box-shadow:0 4px 20px #0000000f}.fb-rewards-header{background:linear-gradient(90deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:24px;display:flex}.fb-carousel-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:24px;padding:32px 24px;display:flex;overflow-x:auto}.fb-carousel-container::-webkit-scrollbar{display:none}.fb-carousel-item{scroll-snap-align:center;flex:none;width:340px}.premium-voucher-card.locked{filter:grayscale();opacity:.6}.premium-voucher-card.locked:after{content:"";-webkit-backdrop-filter:blur(2px);z-index:5;background:#f1f5f966;border-radius:16px;position:absolute;inset:0}.premium-voucher-card.eligible{border:1px solid #f59e0b;animation:1.5s infinite alternate pulseGlow}.fb-locked-overlay-icon{z-index:6;color:#fff;opacity:.8;font-size:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.premium-voucher-card{cursor:default;background:linear-gradient(135deg,#111 0%,#2a2a2a 100%);border-radius:12px;width:100%;max-width:340px;height:180px;margin-bottom:16px;margin-left:auto;margin-right:auto;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 8px 16px #00000026,inset 0 1px 1px #ffffff1a}.premium-voucher-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0003,inset 0 1px 1px #fff3}.premium-voucher-fold{z-index:2;border-bottom:40px solid #ddd;border-right:40px solid #fff;width:0;height:0;position:absolute;top:0;right:0;box-shadow:-3px 3px 6px #0003}.premium-voucher-content{z-index:1;justify-content:space-between;align-items:center;height:100%;padding:24px;display:flex;position:relative}.premium-voucher-logo-container{justify-content:flex-start;align-items:center;width:120px;display:flex}.premium-voucher-logo-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0000004d);max-width:100%;max-height:80px}.premium-voucher-details{text-align:right;flex-direction:column;justify-content:center;display:flex}.premium-voucher-amount{color:#f59e0b;text-shadow:0 2px 4px #0006;margin-bottom:4px;font-size:2.5rem;font-weight:900;line-height:1}.premium-voucher-name{color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}@keyframes pulseGlow{0%{transform:scale(1);box-shadow:0 0 10px 2px #f59e0b4d}to{transform:scale(1.03);box-shadow:0 0 20px 8px #f59e0b99}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.fb-reveal-modal{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0}.fb-modal-close-btn{color:#64748b;cursor:pointer;z-index:100;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.fb-modal-close-btn:hover{color:#1e293b;background:#e2e8f0}@keyframes shakeChest{0%{transform:translate(0)scale(1)}25%{transform:translate(-5px)scale(1.1)}50%{transform:translate(5px)scale(1.1)}75%{transform:translate(-5px)scale(1.1)}to{transform:translate(0)scale(1)}}@keyframes floatUpLetter{0%{opacity:0;transform:translate(-50%)scale(.5)}50%{opacity:1;transform:translate(-50%,-40px)scale(1.2)}to{opacity:1;transform:translate(-50%,-60px)scale(1)}}.fade-in{animation:.3s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fb-collectors-table th{color:#64748b;letter-spacing:.5px;border-bottom:2px solid #f1f5f9;padding:12px 16px;font-size:.75rem;font-weight:800}.fb-collectors-table td{border-bottom:1px solid #f8fafc;padding:16px}.fb-rank-badge{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:flex}.fb-rank-badge.top-3{color:#ea580c;background:#ffedd5}.fb-small-slot.filled{background:#f0fdf4}.fb-small-slot.empty{background:0 0;color:#0000!important}.fb-banner-headline{color:#fff;margin-bottom:24px;font-size:2.2rem;font-weight:800;line-height:1.3}.fb-banner-target-label{color:#fffc;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.9rem}.fb-banner-target-word-display{color:#fff;letter-spacing:4px;text-transform:uppercase;text-shadow:0 2px 4px #0000004d;font-size:1.8rem;font-weight:900}.fb-banner-slots-container{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.fb-banner-slot{color:#1e1b4b;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:48px;font-size:20px;font-weight:900;display:flex;box-shadow:0 4px 6px #0000001a}.fb-banner-slot.empty{color:#0000;background:#fff3;box-shadow:inset 0 2px 4px #0003}.bg-purple{background-color:#7c3aed}.bg-purple-100{background-color:#f3e8ff}.bg-indigo-100{background-color:#e0e7ff}.bg-orange-100{background-color:#ffedd5}.bg-pink-100{background-color:#fce7f3}.text-orange-500{color:#f97316}.fb-htp-timeline{flex-direction:column;display:flex}.fb-htp-step{gap:16px;padding-bottom:24px;display:flex;position:relative}.fb-htp-step:not(.last):after{content:"";background-color:#e2e8f0;border-left:2px dashed #cbd5e1;width:2px;position:absolute;top:40px;bottom:0;left:20px}.fb-htp-icon{z-index:1;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.fb-htp-content{flex:1;padding-top:4px}.fb-htp-title{color:#1e293b;margin-bottom:4px;font-size:1rem;font-weight:800}.fb-htp-desc{color:#64748b;font-size:.85rem;line-height:1.4}
