@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap";#footcourt-tracker{--primary-font: "Outfit", "Cairo", sans-serif;--bg-gradient: linear-gradient(135deg, #0a0a1a 0%, #1a0a2e 50%, #0a1a2e 100%);--glass-bg: rgba(255, 255, 255, .03);--glass-bg-hover: rgba(255, 255, 255, .07);--glass-border: rgba(255, 255, 255, .08);--glass-border-focus: rgba(255, 255, 255, .25);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .4);--glow-shadow: 0 0 20px rgba(108, 99, 255, .25);--purple: #6c63ff;--amber: #f59e0b;--blue: #3b82f6;--green: #10b981;--red: #ef4444;--violet: #8b5cf6;--card-glow-color: rgba(108, 99, 255, .3);font-family:var(--primary-font);color:#fff;min-height:100vh;position:relative;overflow-x:hidden;background:var(--bg-gradient);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 20px;box-sizing:border-box}#footcourt-tracker *{box-sizing:border-box;margin:0;padding:0;transition:background .3s,border-color .3s,box-shadow .3s}.fc-background-orbs{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.fc-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.45;mix-blend-mode:screen}.fc-orb-1{width:450px;height:450px;background:radial-gradient(circle,#6c63ff99,#0000 70%);top:-100px;right:-100px;animation:floatOrb1 20s infinite alternate ease-in-out}.fc-orb-2{width:500px;height:500px;background:radial-gradient(circle,#8b5cf680,#0000 70%);bottom:-150px;left:-150px;animation:floatOrb2 25s infinite alternate ease-in-out}.fc-orb-3{width:380px;height:380px;background:radial-gradient(circle,#3b82f673,#0000 70%);top:40%;left:30%;animation:floatOrb3 18s infinite alternate ease-in-out}@keyframes floatOrb1{0%{transform:translate(0) scale(1)}to{transform:translate(-100px,150px) scale(1.2)}}@keyframes floatOrb2{0%{transform:translate(0) scale(1)}to{transform:translate(150px,-120px) scale(.85)}}@keyframes floatOrb3{0%{transform:translate(0) scale(.9)}to{transform:translate(-60px,-80px) scale(1.15)}}.fc-container{width:100%;max-width:950px;position:relative;z-index:1;display:flex;flex-direction:column;gap:30px}.fc-glass-card{background:var(--glass-bg);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border);border-radius:24px;box-shadow:var(--glass-shadow);padding:30px;position:relative;transform-style:preserve-3d;perspective:1000px;transition:transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s cubic-bezier(.25,.8,.25,1),border-color .4s ease}.fc-glass-card:hover{border-color:#ffffff26;box-shadow:0 12px 40px #6c63ff1f,var(--glass-shadow)}.fc-glowing-card{box-shadow:0 8px 32px 0 var(--card-glow-color),var(--glass-shadow)}.rtl{direction:rtl}.ltr{direction:ltr}.fc-lang-switch-container{display:flex;justify-content:flex-end;align-items:center;margin-bottom:-10px;z-index:2}.fc-lang-switch-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:8px 18px;border-radius:50px;font-family:var(--primary-font);font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 4px 15px #0003;transition:all .3s cubic-bezier(.4,0,.2,1)}.fc-lang-switch-btn:hover{background:#ffffff26;border-color:var(--purple);box-shadow:0 0 15px #6c63ff66;transform:translateY(-2px)}.fc-lang-switch-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.fc-hero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:10px;margin-top:10px}.fc-3d-scene{width:120px;height:120px;perspective:600px;margin-bottom:15px;position:relative;cursor:pointer}.fc-3d-box{width:100%;height:100%;position:absolute;transform-style:preserve-3d;animation:spinBox 16s infinite linear}.fc-3d-box:hover{animation-play-state:paused}.fc-box-face{position:absolute;width:80px;height:80px;top:20px;left:20px;background:#6c63ff1a;border:2.5px solid var(--purple);box-shadow:0 0 20px #6c63ff73,inset 0 0 15px #6c63ff33;display:flex;align-items:center;justify-content:center;border-radius:8px}.fc-box-front{transform:rotateY(0) translateZ(40px)}.fc-box-back{transform:rotateY(180deg) translateZ(40px)}.fc-box-right{transform:rotateY(90deg) translateZ(40px);border-color:var(--violet);box-shadow:0 0 20px #8b5cf673}.fc-box-left{transform:rotateY(-90deg) translateZ(40px);border-color:var(--violet);box-shadow:0 0 20px #8b5cf673}.fc-box-top{transform:rotateX(90deg) translateZ(40px);border-color:var(--blue);box-shadow:0 0 20px #3b82f673}.fc-box-bottom{transform:rotateX(-90deg) translateZ(40px);border-color:var(--blue)}.fc-box-face svg{width:36px;height:36px;stroke:#fff;fill:none;stroke-width:1.5;filter:drop-shadow(0 0 5px rgba(255,255,255,.7))}@keyframes spinBox{0%{transform:rotateX(-20deg) rotateY(0)}to{transform:rotateX(-20deg) rotateY(360deg)}}.fc-hero-title{font-size:2.8rem;font-weight:800;background:linear-gradient(135deg,#fff 30%,#a5b4fc 70%,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px;filter:drop-shadow(0 2px 10px rgba(0,0,0,.3))}.fc-hero-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:500px;margin:0 auto;line-height:1.6}.fc-search-card{padding:8px;border-radius:50px;display:flex;align-items:center;background:#ffffff05;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 40px #0006}.fc-search-form{display:flex;width:100%;align-items:center;position:relative}.fc-search-input{flex-grow:1;background:transparent;border:none;outline:none;padding:16px 24px;font-size:16px;font-family:var(--primary-font);color:#fff;font-weight:500;border-radius:50px;transition:all .3s}.fc-search-input::placeholder{color:#ffffff59}.fc-search-input:focus{background:#ffffff05}.fc-search-btn{background:linear-gradient(135deg,var(--purple) 0%,var(--violet) 100%);border:none;border-radius:50px;padding:14px 36px;color:#fff;font-family:var(--primary-font);font-weight:700;font-size:16px;cursor:pointer;box-shadow:0 4px 20px #6c63ff59;display:flex;align-items:center;gap:10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.fc-search-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 25px #8b5cf699}.fc-search-btn:active{transform:translateY(1px)}.fc-search-btn svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.5;fill:none}.fc-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:25px}.fc-3d-loader-scene{width:60px;height:60px;perspective:300px}.fc-loader-cube{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:spinLoader 2s infinite ease-in-out}.fc-loader-face{position:absolute;width:40px;height:40px;top:10px;left:10px;background:#8b5cf60d;border:1.5px solid var(--purple);box-shadow:0 0 10px #6c63ff66,inset 0 0 5px #6c63ff1a;border-radius:4px}.fc-loader-front{transform:rotateY(0) translateZ(20px)}.fc-loader-back{transform:rotateY(180deg) translateZ(20px)}.fc-loader-right{transform:rotateY(90deg) translateZ(20px);border-color:var(--blue);box-shadow:0 0 10px #3b82f666}.fc-loader-left{transform:rotateY(-90deg) translateZ(20px);border-color:var(--blue);box-shadow:0 0 10px #3b82f666}.fc-loader-top{transform:rotateX(90deg) translateZ(20px);border-color:var(--violet);box-shadow:0 0 10px #8b5cf666}.fc-loader-bottom{transform:rotateX(-90deg) translateZ(20px)}@keyframes spinLoader{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(180deg) rotateY(180deg) scale(1.1)}to{transform:rotateX(360deg) rotateY(360deg)}}.fc-loader-text{font-size:1.1rem;color:var(--purple);font-weight:600;letter-spacing:.5px;animation:pulseText 1.5s infinite ease-in-out}@keyframes pulseText{0%,to{opacity:.6}50%{opacity:1;text-shadow:0 0 8px rgba(108,99,255,.4)}}.fc-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;gap:20px;text-align:center}.fc-sad-box-scene{width:90px;height:90px;perspective:400px;animation:floatSadBox 4s infinite ease-in-out}.fc-sad-box{width:100%;height:100%;position:relative;transform-style:preserve-3d;transform:rotateX(-15deg) rotateY(20deg)}.fc-sad-face{position:absolute;width:60px;height:60px;top:15px;left:15px;background:#ef44440d;border:2px solid var(--red);box-shadow:0 0 15px #ef444459;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px}.fc-sad-front{transform:rotateY(0) translateZ(30px)}.fc-sad-back{transform:rotateY(180deg) translateZ(30px)}.fc-sad-right{transform:rotateY(90deg) translateZ(30px)}.fc-sad-left{transform:rotateY(-90deg) translateZ(30px)}.fc-sad-top{transform:rotateX(90deg) translateZ(30px)}.fc-sad-bottom{transform:rotateX(-90deg) translateZ(30px)}.fc-sad-eyes{display:flex;gap:12px;margin-bottom:8px}.fc-sad-eye{width:6px;height:6px;background:#fff;border-radius:50%;box-shadow:0 0 4px #fff}.fc-sad-mouth{width:16px;height:6px;border:2px solid #fff;border-bottom:none;border-radius:8px 8px 0 0;transform:rotate(180deg)}@keyframes floatSadBox{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fc-error-title{font-size:1.6rem;font-weight:700;color:var(--red);text-shadow:0 0 10px rgba(239,68,68,.2)}.fc-error-subtitle{font-size:1rem;color:#fff9;max-width:320px}.fc-results-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px}.fc-results-column{display:flex;flex-direction:column;gap:30px}.fc-timeline-container{display:flex;flex-direction:column;gap:20px}.fc-timeline-title{font-size:1.3rem;font-weight:700;margin-bottom:5px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px;letter-spacing:.5px}.fc-timeline{position:relative;padding-left:45px;margin-top:15px}.rtl .fc-timeline{padding-left:0;padding-right:45px}.fc-timeline-line{position:absolute;top:12px;bottom:12px;left:17px;width:3px;background:#ffffff14;z-index:1}.rtl .fc-timeline-line{left:auto;right:17px}.fc-timeline-line-fill{width:100%;height:0;background:linear-gradient(to bottom,var(--purple),var(--blue),var(--green));box-shadow:0 0 8px #6c63ff80;transition:height 1s ease-in-out}.fc-step{display:flex;gap:20px;position:relative;z-index:2;margin-bottom:35px;opacity:.4;transform:translateY(10px);animation:fadeInUp .5s forwards ease-out}.fc-step:last-child{margin-bottom:0}@keyframes fadeInUp{to{opacity:.4;transform:translateY(0)}}.fc-step-icon-container{position:absolute;left:-45px;top:0;width:38px;height:38px;border-radius:50%;background:#112;border:2px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000004d;transition:all .4s ease}.rtl .fc-step-icon-container{left:auto;right:-45px}.fc-step-icon-container svg{width:18px;height:18px;stroke:#ffffff4d;fill:none;stroke-width:2.2}.fc-step-info{display:flex;flex-direction:column;gap:4px}.fc-step-label{font-size:1.05rem;font-weight:600;color:#fff9}.fc-step-date{font-size:.85rem;color:#fff6}.fc-step.fc-step-completed{opacity:.85}.fc-step.fc-step-completed .fc-step-icon-container{border-color:var(--green);background:#10b9811a;box-shadow:0 0 10px #10b98133}.fc-step.fc-step-completed .fc-step-icon-container svg{stroke:var(--green)}.fc-step.fc-step-completed .fc-step-label{color:#fffffff2}.fc-step.fc-step-active{opacity:1!important}.fc-step.fc-step-active .fc-step-icon-container{background:var(--active-color, var(--purple));border-color:var(--active-color, var(--purple));box-shadow:0 0 15px var(--active-color, var(--purple));animation:pulseActiveNode 2s infinite alternate ease-in-out}.fc-step.fc-step-active .fc-step-icon-container svg{stroke:#fff;filter:drop-shadow(0 0 3px rgba(255,255,255,.8))}.fc-step.fc-step-active .fc-step-label{color:#fff;font-weight:700;text-shadow:0 0 10px rgba(255,255,255,.15)}@keyframes pulseActiveNode{0%{transform:scale(1);box-shadow:0 0 10px var(--active-color, var(--purple))}to{transform:scale(1.12);box-shadow:0 0 20px var(--active-color, var(--purple))}}.fc-step-purple{--active-color: var(--purple)}.fc-step-amber{--active-color: var(--amber)}.fc-step-blue{--active-color: var(--blue)}.fc-step-green{--active-color: var(--green)}.fc-step-red{--active-color: var(--red)}.fc-step-violet{--active-color: var(--violet)}.fc-info-row-container{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.fc-info-stat-card{padding:20px;border-radius:16px;display:flex;flex-direction:column;gap:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.05)}.fc-stat-label{font-size:.85rem;color:#ffffff73;font-weight:600}.fc-stat-value{font-size:1.15rem;font-weight:700;color:#fff}.fc-exception-card{grid-column:span 2;border-color:#ef444440;background:#ef44440d;box-shadow:0 0 15px #ef44441a,inset 0 0 10px #ef44440d;animation:pulseException 3s infinite ease-in-out}.fc-exception-content{display:flex;align-items:center;gap:15px}.fc-exception-icon{width:32px;height:32px;border-radius:50%;background:#ef444426;border:1.5px solid var(--red);display:flex;align-items:center;justify-content:center}.fc-exception-icon svg{width:16px;height:16px;stroke:var(--red);stroke-width:2.5;fill:none}.fc-exception-text-group{display:flex;flex-direction:column;gap:4px}.fc-exception-title{font-size:.95rem;font-weight:700;color:var(--red)}.fc-exception-desc{font-size:.85rem;color:#ffffffb3}@keyframes pulseException{0%,to{border-color:#ef444433}50%{border-color:#ef444466;box-shadow:0 0 20px #ef444426,inset 0 0 10px #ef44440d}}.fc-flip-card{background-color:transparent;width:100%;height:380px;perspective:1200px;border-radius:24px;cursor:pointer}.fc-flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.fc-flip-card:hover .fc-flip-card-inner{transform:rotateY(180deg)}.rtl .fc-flip-card:hover .fc-flip-card-inner{transform:rotateY(-180deg)}.fc-card-face{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:24px;border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);padding:24px;display:flex;flex-direction:column}.fc-card-front{background:linear-gradient(135deg,#ffffff0a,#ffffff03);z-index:2}.fc-card-back{background:linear-gradient(135deg,#6c63ff14,#8b5cf605);transform:rotateY(180deg);justify-content:space-between}.rtl .fc-card-back{transform:rotateY(-180deg)}.fc-prod-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px}.fc-prod-header-title{font-size:1.15rem;font-weight:700;letter-spacing:.5px}.fc-order-badge{background:#6c63ff26;border:1.5px solid var(--purple);padding:4px 12px;border-radius:50px;font-size:.8rem;font-weight:700;color:#fff;text-shadow:0 0 5px rgba(108,99,255,.5);box-shadow:0 0 10px #6c63ff33}.fc-prod-scroll{flex-grow:1;overflow-y:auto;padding-right:5px;display:flex;flex-direction:column;gap:15px}.fc-prod-scroll::-webkit-scrollbar{width:5px}.fc-prod-scroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.fc-line-item{display:flex;align-items:center;gap:15px;text-align:initial}.fc-prod-img-wrapper{position:relative;width:70px;height:70px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.fc-prod-img{max-width:100%;max-height:100%;object-fit:cover}.fc-prod-qty-badge{position:absolute;top:-4px;right:-4px;background:var(--purple);width:20px;height:20px;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000080}.fc-prod-details{flex-grow:1;display:flex;flex-direction:column;gap:4px;overflow:hidden}.fc-prod-name{font-size:.95rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-prod-variant{font-size:.8rem;color:#ffffff73}.fc-prod-price{font-size:.95rem;font-weight:700;color:var(--purple)}.fc-card-hint{font-size:.75rem;color:#ffffff59;margin-top:15px;display:flex;align-items:center;justify-content:center;gap:5px}.fc-card-hint svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.fc-bill-header{font-size:1.15rem;font-weight:700;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px;margin-bottom:15px;letter-spacing:.5px}.fc-bill-rows{flex-grow:1;display:flex;flex-direction:column;justify-content:center;gap:12px}.fc-bill-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.fc-bill-row-label{color:#ffffff80}.fc-bill-row-val{font-weight:600}.fc-bill-row-total{border-top:1px solid rgba(255,255,255,.1);padding-top:12px;margin-top:6px;font-size:1.15rem;font-weight:800}.fc-bill-row-total .fc-bill-row-val{color:var(--green);text-shadow:0 0 10px rgba(16,185,129,.25)}.fc-bill-footer-desc{margin-top:15px;font-size:.8rem;color:#fff6;line-height:1.4;border-top:1px dashed rgba(255,255,255,.08);padding-top:12px}@media(max-width:900px){.fc-results-grid{grid-template-columns:1fr;gap:35px}.fc-flip-card{height:350px}}@media(max-width:600px){#footcourt-tracker{padding:20px 12px}.fc-hero-title{font-size:2.2rem}.fc-hero-subtitle{font-size:.95rem}.fc-glass-card{padding:20px;border-radius:20px}.fc-search-card{padding:6px}.fc-search-input{padding:12px 16px;font-size:14px}.fc-search-btn{padding:10px 20px;font-size:14px}.fc-timeline{padding-left:35px}.rtl .fc-timeline{padding-left:0;padding-right:35px}.fc-timeline-line{left:12px}.rtl .fc-timeline-line{left:auto;right:12px}.fc-step-icon-container{left:-35px;width:30px;height:30px;top:4px}.rtl .fc-step-icon-container{left:auto;right:-35px}.fc-step-icon-container svg{width:14px;height:14px}.fc-step-label{font-size:.95rem}.fc-info-row-container{grid-template-columns:1fr}.fc-exception-card{grid-column:span 1}.fc-flip-card{height:380px}}@media(max-width:360px){.fc-hero-title{font-size:1.8rem}.fc-search-form{flex-direction:column;gap:10px;border-radius:16px}.fc-search-card{border-radius:16px;padding:10px}.fc-search-input{width:100%;text-align:center}.fc-search-btn{width:100%;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/track-order.css.map */
