@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.container{max-width:1200px;margin:0 auto;padding:0 1rem}.poke-home{font-family:Inter,sans-serif;background-color:#1e1b4b;color:#f3f4f6;overflow-x:hidden}.poke-navbar{position:fixed;width:100%;background:#1e1b4be6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;z-index:100;box-shadow:0 4px 12px #00000040}.nav-inner{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}.logo{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:.5px}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{color:#f3f4f6;text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s}.nav-links a:hover{color:#a5b4fc}.dashboard-btn,.hero-cta button.primary,.hero-cta a.primary,.hero-cta .primary,.pricing-left button.primary,.pricing-left a.primary,.pricing-left .primary{background:linear-gradient(to right,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;box-shadow:0 0 12px #8b5cf666;transition:transform .2s ease;text-decoration:none;display:inline-block;cursor:pointer}.dashboard-btn:hover,.hero-cta button.primary:hover,.hero-cta a.primary:hover,.hero-cta .primary:hover,.pricing-left button.primary:hover,.pricing-left a.primary:hover,.pricing-left .primary:hover{transform:scale(1.05);box-shadow:0 0 20px #8b5cf6cc}.hero-cta button.secondary,.hero-cta a.secondary,.hero-cta .secondary{border:1px solid #8b5cf6;background:transparent;color:#8b5cf6;padding:.75rem 1.5rem;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;cursor:pointer}.poke-hero{display:flex;padding:8rem 2rem 4rem;gap:2rem;align-items:center;justify-content:center;flex-wrap:wrap}.hero-inner{position:relative;display:flex;justify-content:center;align-items:center;text-align:center}.hero-center{z-index:2;max-width:700px;padding:2rem;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px}.hero-center h1{margin-bottom:1rem}.hero-center .desc{margin:1rem 0 2rem}.hero-cta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.app-store-badge{display:inline-block;margin:1rem 0;transition:transform .2s ease,opacity .2s ease}.app-store-badge:hover{transform:scale(1.05);opacity:.9}.app-store-badge img{height:50px;width:auto;display:block}.hero-side{position:absolute;top:-100px;z-index:0;opacity:.6}.hero-left{left:-30vh}.hero-right{right:-30vh}.hero-img{width:750px;max-width:40vw;opacity:.8}.poke-platform-showcase{padding:6rem 2rem;text-align:center;background:linear-gradient(180deg,#1e1b4b,#312e81);position:relative;overflow:hidden}.platform-inner h2{font-size:2.5rem;font-weight:800;color:#c4b5fd;margin-bottom:.5rem}.platform-subtitle{font-size:1.2rem;color:#a5b4fc;margin-bottom:4rem}.devices-wrapper{position:relative;display:flex;justify-content:center;align-items:center;gap:2rem;min-height:500px;perspective:1000px}.device.monitor{position:relative;z-index:1;animation:float 3s ease-in-out infinite}.monitor-screen{width:600px;height:375px;background:#1f2937;border-radius:12px;border:8px solid #374151;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff1a;overflow:hidden;position:relative}.monitor-screen:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 100%);pointer-events:none}.monitor-screen img{width:100%;height:100%;object-fit:cover;display:block}.monitor-stand{width:120px;height:60px;background:linear-gradient(180deg,#374151,#1f2937);margin:0 auto;border-radius:0 0 8px 8px;position:relative;box-shadow:0 4px 12px #0000004d}.monitor-base{width:200px;height:15px;background:linear-gradient(180deg,#374151,#1f2937);margin:0 auto;border-radius:50%;box-shadow:0 4px 12px #0006}.device.phone{position:absolute;right:20%;bottom:20px;z-index:2;animation:float-delayed 3s ease-in-out infinite;transform:rotate(-5deg)}.phone-screen{width:220px;height:450px;background:#1f2937;border-radius:32px;border:10px solid #374151;box-shadow:0 25px 70px #0009,0 0 0 1px #ffffff26;overflow:hidden;position:relative}.phone-screen:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,transparent 100%);pointer-events:none;z-index:1}.phone-screen img{width:100%;height:100%;object-fit:cover;display:block}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:25px;background:#374151;border-radius:0 0 16px 16px;z-index:2}.phone-button{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#ffffff4d;border-radius:2px;z-index:2}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-delayed{0%,to{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-5deg) translateY(-15px)}}@media (max-width: 1024px){.monitor-screen{width:500px;height:312px}.device.phone{right:10%}}@media (max-width: 768px){.platform-inner h2{font-size:2rem}.devices-wrapper{flex-direction:column;gap:3rem;min-height:auto}.device.monitor{position:relative}.monitor-screen{width:90vw;max-width:400px;height:auto;aspect-ratio:16 / 10}.device.phone{position:relative;right:auto;bottom:auto;transform:rotate(0)}.phone-screen{width:180px;height:370px}@keyframes float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}}.poke-features,.poke-regions,.poke-pricing,.poke-reviews,.poke-faq,.poke-success{padding:4rem 2rem;text-align:center}.features-grid,.regions-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.feature-card{background:#ffffff1a;padding:2rem;border-radius:12px;width:300px;text-align:left;transition:box-shadow .3s ease,transform .2s ease}.feature-card:hover{box-shadow:0 0 20px #8b5cf666;transform:translateY(-4px)}.feature-card h4{position:relative;padding-bottom:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:600;color:#c4b5fd}.feature-card h4:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:40px;background:#a78bfa;border-radius:2px}.split-layout{display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;align-items:flex-start;text-align:left}.pricing-left{flex:1;min-width:300px}.pricing-left h2{font-size:2rem;color:#a5b4fc;margin-bottom:.5rem}.pricing-left .price{font-size:2.5rem;font-weight:700;color:#fff;margin:.5rem 0}.pricing-left .trial{font-style:italic;color:#cbd5e1;margin-bottom:1.5rem}.pricing-features{list-style:none;padding:0;margin-bottom:2rem}.pricing-features li{margin-bottom:.75rem;font-size:1rem;font-weight:500}.pricing-right-image{flex:1;display:flex;align-items:center;justify-content:center}.pricing-right-image img{max-width:100%;max-height:300px;width:auto;height:auto;border-radius:12px;box-shadow:0 0 20px #8b5cf666;object-fit:contain}.poke-reviews{padding:3rem 2rem}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.review-card{background:#ffffff0d;padding:1rem;border-radius:12px;font-style:italic;font-size:.95rem;color:#f3f4f6;box-shadow:0 0 12px #8b5cf633}.testimonials blockquote{background:#ffffff26;padding:1rem;margin-bottom:1rem;border-radius:8px}.poke-success{background:linear-gradient(to right,#6366f1,#8b5cf6);color:#fff}.carousel-wrapper{overflow:hidden;width:100%;margin-top:2rem}.carousel-track-images{display:flex;gap:2rem;width:max-content;animation:scroll-left 30s linear infinite}.carousel-track-images img{height:220px;border-radius:12px;box-shadow:0 6px 20px #0000004d}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.faq-grid{max-width:800px;margin:2rem auto 0;text-align:left}.faq-item{border-bottom:1px solid #374151;padding:1rem 0;transition:background .3s ease}.faq-question{background:none;border:none;font-size:1.1rem;font-weight:600;color:#a5b4fc;width:100%;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-toggle{font-size:1.5rem;color:#8b5cf6}.faq-answer{animation:fadeIn .5s ease-in-out;margin-top:.75rem;color:#d1d5db;font-size:.95rem;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.review-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero-side{display:none}.hero-center{padding:1rem}.nav-inner{padding:0 1rem}.logo{font-size:1.25rem}.nav-links{gap:.75rem;flex-wrap:wrap}.nav-links a{font-size:.85rem;padding:.5rem .75rem}.dashboard-btn{padding:.5rem 1rem;font-size:.85rem}.nav-links a:not(.dashboard-btn){display:none}}@media (max-width: 600px){.review-grid{grid-template-columns:1fr}.nav-inner{flex-wrap:wrap;gap:.75rem}.nav-links{gap:.5rem}.dashboard-btn{padding:.4rem .85rem;font-size:.8rem}}.poke-footer{text-align:center;padding:2rem;font-size:.9rem;color:#a5b4fc;background:#1e1b4be6;margin-top:3rem}.poke-footer a{color:#c7d2fe;text-decoration:underline;margin:0 .3rem}.live-restock-feed{width:100%;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:2rem 0;overflow:hidden;position:relative}.live-restock-feed.loading,.live-restock-feed.empty{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.live-feed-header{max-width:1200px;margin:0 auto 1.5rem;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.header-left h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.live-indicator{display:inline-block;width:12px;height:12px;background:#f44;border-radius:50%;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 10px #f44c}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.feed-subtitle{color:#ffffffb3;font-size:.9rem;margin:0}.waiting-state{text-align:center;padding:3rem 1rem;color:#fff9}.waiting-pulse{width:60px;height:60px;border:3px solid rgba(255,68,68,.3);border-radius:50%;margin:0 auto 1.5rem;animation:pulseBorder 2s ease-in-out infinite}@keyframes pulseBorder{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}}.waiting-state p{font-size:1rem;margin:0}.restock-grid{max-width:1200px;margin:0 auto;padding:0 1rem 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.restock-item{background:#ffffff0d;border-radius:12px;padding:1rem;display:flex;gap:1rem;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer}.restock-item:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.restock-image-wrapper{flex-shrink:0;width:70px;height:70px;border-radius:8px;overflow:hidden;background:#ffffff0d;display:flex;align-items:center;justify-content:center}.restock-image-wrapper img{width:100%;height:100%;object-fit:cover}.restock-info{flex:1;min-width:0}.restock-product-name{color:#fff;font-size:.9rem;font-weight:600;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}.restock-meta{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.restock-store{background:#4caf5033;color:#4caf50;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.restock-time{color:#ffffff80;font-size:.75rem}@media (max-width: 768px){.live-restock-feed{padding:1.5rem 0}.live-feed-header{padding:0 .5rem;margin-bottom:1rem}.header-left h3{font-size:1.2rem}.feed-subtitle{font-size:.8rem}.restock-grid{grid-template-columns:1fr;padding:0 .5rem 1.5rem;gap:1rem}.restock-item{padding:.8rem}.restock-image-wrapper{width:60px;height:60px}.restock-product-name{font-size:.85rem}.waiting-state{padding:2rem 1rem}.waiting-pulse{width:50px;height:50px}.waiting-state p{font-size:.9rem}}.auth-page{display:flex;min-height:100vh;background-color:#1e1b4b;color:#fff;font-family:Inter,sans-serif;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:2rem}.auth-container{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;max-width:400px;width:100%;z-index:2;text-align:center;box-shadow:0 12px 40px #0000004d}.auth-container h2{margin-bottom:.5rem;font-size:1.8rem}.auth-container p{color:#d1d5db;font-size:.95rem}.auth-input{width:100%;padding:.75rem;margin-top:1rem;background:#fff;border:none;border-radius:6px;font-size:1rem;color:#1e1b4b}.auth-button{margin-top:1.5rem;padding:.75rem;width:100%;font-size:1rem;background:linear-gradient(to right,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;box-shadow:0 0 10px #8b5cf680;transition:transform .2s ease}.auth-button:hover{transform:scale(1.03)}.auth-footer{margin-top:1rem;font-size:.9rem;color:#c7d2fe}.auth-footer a{color:#a5b4fc;text-decoration:underline}.back-link{position:absolute;top:2rem;left:2rem;color:#a5b4fc;font-size:.95rem;text-decoration:none;z-index:3}.auth-side-img{position:absolute;top:-80px;opacity:.6;width:600px;max-width:35vw;z-index:0}.auth-left-img{top:150px;left:-50px}.auth-right-img{top:150px;right:-50px}@media (max-width: 768px){.auth-side-img{display:none}.back-link{top:1rem;left:1rem}}.discord-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}.discord-card{background:#2c2f33;padding:16px;text-align:center;border-radius:8px}.discord-icon{width:64px;height:64px;border-radius:50%;margin-bottom:8px}.auth-inner{display:flex;flex-direction:column;align-items:center;gap:2rem;z-index:2}.discord-button{display:flex;align-items:center;justify-content:center;margin-top:1rem;padding:.75rem;width:100%;font-size:1rem;background:#5865f2;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;text-decoration:none;box-shadow:0 0 10px #5865f280;transition:transform .2s ease}.discord-button:hover{transform:scale(1.03)}.discord-icon-inline{width:20px;height:20px;margin-right:8px}.apple-button{display:flex;align-items:center;justify-content:center;margin-top:1rem;padding:.75rem;width:100%;font-size:1rem;background:#000;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;text-decoration:none;box-shadow:0 0 10px #00000080;transition:transform .2s ease,background .2s ease}.apple-button:hover{transform:scale(1.03);background:#1a1a1a}.apple-icon-inline{width:20px;height:20px;margin-right:8px;filter:invert(1)}.terms-note{margin-top:1rem;font-size:.8rem;color:#c7d2fe}.terms-note a{color:#a5b4fc;text-decoration:underline}.forgot-password-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-in}.forgot-password-modal{background:#1a1a2e;border-radius:12px;width:90%;max-width:450px;padding:30px;box-shadow:0 10px 40px #00000080;animation:slideUp .3s ease-out;position:relative}.modal-close{position:absolute;top:15px;right:15px;background:transparent;border:none;color:#9ca3af;font-size:32px;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background:#ffffff1a;color:#fff}.forgot-password-modal h2{margin:0 0 15px;color:#7c3aed;font-size:24px}.modal-description{color:#d1d5db;margin-bottom:25px;line-height:1.5;font-size:14px}.forgot-password-modal form{display:flex;flex-direction:column;gap:15px}.forgot-password-modal .auth-input{width:100%;padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:15px;transition:all .2s}.forgot-password-modal .auth-input:focus{outline:none;border-color:#7c3aed;background:#ffffff14}.forgot-password-modal .auth-input:disabled{opacity:.5;cursor:not-allowed}.forgot-password-modal .auth-button{width:100%;padding:12px;background:#7c3aed;border:none;border-radius:6px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.forgot-password-modal .auth-button:hover:not(:disabled){background:#6d28d9;transform:translateY(-1px)}.forgot-password-modal .auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{background:#ef44441a;border-left:3px solid #ef4444;padding:12px;border-radius:4px;color:#fca5a5;font-size:14px}.success-message{background:#10b9811a;border-left:3px solid #10b981;padding:15px;border-radius:4px;color:#6ee7b7;font-size:14px;line-height:1.6}.modal-footer{margin-top:20px;text-align:center;color:#9ca3af;font-size:14px}.link-button{background:none;border:none;color:#7c3aed;cursor:pointer;font-size:14px;text-decoration:none;padding:0;transition:color .2s}.link-button:hover{color:#6d28d9;text-decoration:underline}@media (max-width: 768px){.forgot-password-modal{width:95%;padding:25px}.forgot-password-modal h2{font-size:20px}}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:linear-gradient(180deg,#1e293b,#0f172a);padding:30px;border-radius:12px;max-width:500px;width:90%;box-shadow:0 10px 40px #00000080;border:1px solid rgba(59,130,246,.2)}.modal-content h2{color:#93c5fd;margin-top:0;margin-bottom:15px}.modal-content p{color:#cbd5e1;margin:10px 0}.layout{display:flex;height:100vh;background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#f3f4f6;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.sidebar{width:280px;background:linear-gradient(180deg,#1a1f3a,#111827);border-right:1px solid rgba(59,130,246,.1);display:flex;flex-direction:column;overflow:hidden;box-shadow:4px 0 24px #0000004d;position:fixed;left:0;top:0;bottom:0;height:100vh}.sidebar-scroll{display:flex;flex-direction:column;gap:0;height:100%;overflow-y:auto;overflow-x:hidden;padding:clamp(.5rem,1.2vh,1.5rem);scrollbar-width:thin;scrollbar-color:#334155 transparent}.sidebar-scroll::-webkit-scrollbar{width:6px}.sidebar-scroll::-webkit-scrollbar-track{background:transparent}.sidebar-scroll::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.sidebar-scroll::-webkit-scrollbar-thumb:hover{background:#475569}.sidebar-section{display:flex;flex-direction:column;gap:clamp(.375rem,.8vh,.75rem);padding-bottom:clamp(.5rem,1vh,1.5rem);margin-bottom:clamp(.5rem,1vh,1.5rem);border-bottom:1px solid rgba(71,85,105,.3);flex-shrink:0}.sidebar-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.logo-text{text-align:center;font-size:clamp(1.25rem,2.5vh,2rem);font-weight:800;margin-bottom:clamp(.125rem,.5vh,.5rem);letter-spacing:-.02em;text-shadow:0 2px 8px rgba(16,185,129,.3)}.green-text{color:#10b981}.red-text{color:#ef4444}.section-title{font-size:clamp(.65rem,1vh,.75rem);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:clamp(.125rem,.5vh,.25rem)}.auto-open-btn{display:flex;align-items:center;justify-content:center;gap:clamp(.25rem,.6vh,.625rem);padding:clamp(.5rem,1.2vh,1rem);font-size:clamp(.75rem,1.2vh,1rem);font-weight:700;border-radius:clamp(6px,1.2vh,12px);border:2px solid;cursor:pointer;transition:all .3s ease;text-align:center;width:100%}.auto-open-disabled{border-color:#ef4444;color:#ef4444;background:#ef44440d}.auto-open-disabled:hover{background:#ef444426;border-color:#f87171;transform:translateY(-2px);box-shadow:0 4px 12px #ef444433}.auto-open-enabled{border-color:#10b981;color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px #10b98166;animation:pulse-glow 2s ease-in-out infinite}.auto-open-enabled:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 20px #10b98180}.auto-open-status{font-size:1.25rem;color:#fff;animation:blink 1.5s ease-in-out infinite}.auto-open-status-off{font-size:1.25rem;color:#ef4444}@keyframes pulse-glow{0%,to{box-shadow:0 4px 16px #10b98166}50%{box-shadow:0 6px 24px #10b98199}}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.sidebar-nav{display:flex;flex-direction:column;gap:clamp(.25rem,.6vh,.5rem)}.nav-btn{padding:clamp(.375rem,.8vh,.75rem) clamp(.625rem,1vh,1rem);font-size:clamp(.7rem,1.1vh,.9rem);font-weight:600;border:1px solid #334155;border-radius:clamp(5px,.8vh,8px);background:#3341551a;color:#94a3b8;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.nav-btn:hover{background:#3b82f61a;border-color:#3b82f6;color:#93c5fd;transform:translate(4px)}.nav-btn.active{background:linear-gradient(135deg,#3b82f633,#6366f133);border-color:#3b82f6;color:#fff;font-weight:700;box-shadow:0 2px 8px #3b82f64d}.queue-resets{background:#f59e0b0d;border:1px solid rgba(245,158,11,.2);border-radius:clamp(6px,1vh,10px);padding:clamp(.5rem,1vh,1rem)!important;margin-bottom:clamp(.5rem,1vh,1rem)!important;flex-shrink:0}.queue-resets .section-title{color:#f59e0b}.btn{padding:clamp(.375rem,.8vh,.75rem) clamp(.625rem,1vh,1rem);font-size:clamp(.7rem,1.1vh,.875rem);font-weight:600;border-radius:clamp(5px,.8vh,8px);border:none;cursor:pointer;transition:all .2s ease;text-align:center;width:100%}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border:none!important;color:#fff!important}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.btn-secondary{background:#3341554d!important;border:1px solid #475569!important;color:#cbd5e1!important}.btn-secondary:hover{background:#47556966!important;border-color:#64748b!important;color:#f1f5f9!important;transform:translateY(-2px)}.btn-warning{background:linear-gradient(135deg,#f59e0b33,#d9770633);border-color:#f59e0b;color:#fbbf24}.btn-warning:hover{background:linear-gradient(135deg,#f59e0b4d,#d977064d);border-color:#fbbf24;color:#fde047;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.sidebar-actions{display:flex;flex-direction:column;gap:clamp(.375rem,.75vh,.5rem);flex-grow:0;flex-shrink:1;min-height:0}.content{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;margin-left:280px}.datagrid-container{flex:1;padding:1.5rem 1.5rem 4rem;overflow:auto}.datagrid-box{height:100%;width:100%;background:#1e293b99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.1);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0006}.datagrid-box .MuiDataGrid-root{border:none;color:#e2e8f0;font-family:inherit}.datagrid-box .MuiDataGrid-columnHeaders{background:#0f172acc;border-bottom:2px solid rgba(59,130,246,.2)}.datagrid-box .MuiDataGrid-columnHeader{color:#94a3b8;font-weight:700}.datagrid-box .MuiDataGrid-row{border-bottom:1px solid rgba(71,85,105,.2)}.datagrid-box .MuiDataGrid-row:hover{background:#3b82f60d}.datagrid-box .MuiDataGrid-cell{border:none;color:#cbd5e1}.datagrid-box .MuiDataGrid-footerContainer{border-top:2px solid rgba(59,130,246,.2);background:#0f172acc}.datagrid-box a{color:#3b82f6;text-decoration:none;font-weight:600;padding:.375rem .75rem;border-radius:6px;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);transition:all .2s ease;display:inline-block}.datagrid-box a:hover{background:#3b82f633;border-color:#3b82f6;color:#60a5fa;transform:translateY(-1px)}.reaction-btn{padding:.375rem .625rem;font-size:.875rem;font-weight:700;border-radius:6px;cursor:pointer;background:transparent;border:2px solid;transition:all .2s ease}.reaction-btn-yes{border-color:#10b981;color:#10b981}.reaction-btn-yes:hover:not(:disabled){background:#10b98126;color:#34d399;transform:scale(1.05)}.reaction-btn-no{border-color:#ef4444;color:#ef4444}.reaction-btn-no:hover:not(:disabled){background:#ef444426;color:#f87171;transform:scale(1.05)}.reaction-btn:disabled{opacity:.4;cursor:not-allowed}.fixed-affiliate-footer{position:fixed;bottom:0;left:280px;right:0;background:linear-gradient(180deg,#0f172af2,#1e293bf2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(59,130,246,.2);color:#94a3b8;font-size:.8rem;text-align:center;padding:.75rem;display:flex;flex-direction:column;gap:.25rem;z-index:100;box-shadow:0 -4px 16px #0000004d}.footer-support{font-size:.75rem}.footer-support a{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.footer-support a:hover{color:#60a5fa;text-decoration:underline}.footer-link-button{background:none;border:none;color:#3b82f6;text-decoration:none;font-weight:600;font-size:.75rem;cursor:pointer;padding:0;transition:color .2s ease;font-family:inherit}.footer-link-button:hover{color:#60a5fa;text-decoration:underline}.modal.dark-modal{position:fixed;top:10%;left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:2rem;border-radius:16px;border:1px solid rgba(59,130,246,.2);box-shadow:0 16px 48px #00000080;z-index:999;max-width:500px}@media (max-width: 1024px){.sidebar{width:240px}.content{margin-left:240px}.fixed-affiliate-footer{left:240px}}@media (max-width: 768px){.layout{flex-direction:column}.sidebar{position:relative;width:100%;height:auto;max-height:40vh;border-right:none;border-bottom:1px solid rgba(59,130,246,.1);top:auto;bottom:auto}.sidebar-scroll{padding:1rem}.sidebar-section{padding-bottom:1rem;margin-bottom:1rem}.logo-text{font-size:1.5rem}.content{margin-left:0;flex:1;overflow:auto}.fixed-affiliate-footer{left:0}.datagrid-container{padding:1rem}}@media (max-width: 480px){.datagrid-container{padding:.5rem}.sidebar-scroll{padding:.75rem}.auto-open-btn{font-size:.875rem;padding:.875rem}.nav-btn{padding:.625rem .875rem;font-size:.85rem}}.feed-resize-divider{height:8px;background:#3b82f61a;cursor:ns-resize;position:relative;display:flex;align-items:center;justify-content:center;transition:background .2s;-webkit-user-select:none;user-select:none}.feed-resize-divider:hover{background:#3b82f633}.feed-resize-divider.resizing{background:#3b82f64d}.resize-handle{width:60px;height:4px;background:#ffffff4d;border-radius:2px;transition:all .2s}.feed-resize-divider:hover .resize-handle{width:80px;background:#ffffff80}.feed-resize-divider.resizing .resize-handle{width:100px;background:#3b82f6cc}.sidebar-app-download{padding-top:clamp(.125rem,.5vh,.5rem);margin-top:auto;flex-shrink:0}.app-store-link{display:flex;justify-content:center;align-items:center;transition:transform .2s ease,opacity .2s ease}.app-store-link:hover{transform:scale(1.05);opacity:.85}.app-store-badge-sidebar{width:clamp(80px,15vh,140px);height:auto;display:block;filter:brightness(.95);transition:filter .2s ease}.app-store-link:hover .app-store-badge-sidebar{filter:brightness(1)}.tutorial-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-in}.tutorial-modal{background:#1a1a2e;border-radius:12px;width:90%;max-width:700px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #00000080;animation:slideUp .3s ease-out;position:relative}.tutorial-close{position:absolute;top:15px;right:15px;background:transparent;border:none;color:#9ca3af;font-size:32px;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.tutorial-close:hover{background:#ffffff1a;color:#fff}.tutorial-header{padding:30px 30px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.tutorial-header h2{margin:0 0 20px;color:#7c3aed;font-size:24px}.tutorial-progress{display:flex;gap:10px;justify-content:center}.tutorial-dot{width:12px;height:12px;border-radius:50%;background:#7c3aed4d;cursor:pointer;transition:all .3s}.tutorial-dot.active{background:#7c3aed;transform:scale(1.2)}.tutorial-dot.completed{background:#10b981}.tutorial-dot:hover{transform:scale(1.1)}.tutorial-content{padding:30px;overflow-y:auto;flex:1;color:#e5e7eb;line-height:1.6}.tutorial-content h3{color:#7c3aed;margin-top:0;margin-bottom:15px;font-size:20px}.tutorial-content p{margin:10px 0;color:#d1d5db}.tutorial-content ul,.tutorial-content ol{margin:15px 0;padding-left:25px}.tutorial-content li{margin:8px 0;color:#d1d5db}.tutorial-content strong{color:#f3f4f6;font-weight:600}.tutorial-tip{background:#7c3aed1a;border-left:3px solid #7c3aed;padding:12px 15px;margin:20px 0;border-radius:4px;color:#c4b5fd!important}.tutorial-note{background:#f59e0b1a;border-left:3px solid #f59e0b;padding:12px 15px;margin:20px 0;border-radius:4px;color:#fcd34d!important}.tutorial-step{margin:20px 0;padding:15px;background:#ffffff0d;border-radius:8px}.tutorial-setting{margin:15px 0;padding:12px;background:#ffffff08;border-radius:6px;border-left:3px solid #7c3aed}.tutorial-setting strong{display:block;color:#7c3aed;margin-bottom:5px;font-size:16px}.tutorial-setting p{margin:0;color:#9ca3af;font-size:14px}.browser-instructions{margin-top:20px}.browser-section{margin:20px 0;padding:15px;background:#ffffff0d;border-radius:8px}.browser-section strong{display:block;color:#7c3aed;margin-bottom:10px;font-size:16px}.browser-section ol{margin:10px 0;padding-left:20px}.browser-section li{margin:6px 0;font-size:14px}.tutorial-footer{padding:20px 30px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;background:#0003}.tutorial-step-counter{color:#9ca3af;font-size:14px}.tutorial-btn{padding:10px 24px;border-radius:6px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.tutorial-btn-primary{background:#7c3aed;color:#fff}.tutorial-btn-primary:hover{background:#6d28d9;transform:translateY(-1px)}.tutorial-btn-secondary{background:#ffffff1a;color:#d1d5db}.tutorial-btn-secondary:hover:not(:disabled){background:#ffffff26}.tutorial-btn:disabled{opacity:.3;cursor:not-allowed}@media (max-width: 768px){.tutorial-modal{width:95%;max-height:90vh}.tutorial-header,.tutorial-content,.tutorial-footer{padding:20px}.tutorial-header h2{font-size:20px}.tutorial-content h3{font-size:18px}.tutorial-footer{flex-direction:column;gap:10px}.tutorial-btn{width:100%}.tutorial-step-counter{order:-1}}.tutorial-content::-webkit-scrollbar{width:8px}.tutorial-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.tutorial-content::-webkit-scrollbar-thumb{background:#7c3aed80;border-radius:4px}.tutorial-content::-webkit-scrollbar-thumb:hover{background:#7c3aedb3}.recent-products-feed{width:100%;height:100%;padding:16px 0;background:linear-gradient(to bottom,#12162180,#121621cc);display:flex;flex-direction:column;overflow:hidden}.recent-products-header{padding:0 24px 12px;flex-shrink:0}.recent-products-title{color:#fff;font-weight:600;margin-bottom:4px}.recent-products-subtitle{color:#fff9;font-size:.875rem}.recent-products-scroll-wrapper{position:relative;flex:1;min-height:0;display:flex;align-items:center}.recent-products-scroll{display:flex;flex-direction:row;align-items:flex-start;gap:16px;overflow-x:auto;overflow-y:hidden;padding:0 24px 12px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex:1;min-height:0}.scroll-arrow{position:absolute!important;top:50%;transform:translateY(-50%);background:#1e2330f2!important;color:#fff!important;border:2px solid rgba(255,255,255,.2)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;transition:all .3s ease;box-shadow:0 4px 12px #0006}.scroll-arrow:hover{background:#3b82f6f2!important;border-color:#3b82f6cc!important;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #3b82f680}.scroll-arrow-left{left:8px}.scroll-arrow-right{right:8px}.recent-products-scroll::-webkit-scrollbar{height:8px}.recent-products-scroll::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.recent-products-scroll::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.recent-products-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.product-card{width:220px;min-width:220px;max-width:220px;height:fit-content;background:#1e2330cc!important;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:transform .2s,box-shadow .2s,border-color .2s;cursor:pointer;flex-shrink:0;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000004d;border-color:#fff3}.product-card-image-container{position:relative;width:220px;height:200px;min-height:200px;max-height:200px;background:#0000004d;overflow:hidden;flex-shrink:0}.product-card-image{width:100%;height:100%;object-fit:contain;padding:8px}.subscribe-btn{position:absolute!important;top:8px;right:8px;background:#000000b3!important;color:#fff!important;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.subscribe-btn:hover{background:#2e7d32e6!important;transform:scale(1.1)}.subscribe-btn.subscribed{background:#2e7d32e6!important}.subscribe-btn.subscribed:hover{background:#d32f2fe6!important}.product-card-content{padding:12px!important}.product-name{color:#fff;font-weight:500;line-height:1.3;height:2.6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:8px}.product-store{color:#8bc34ae6;font-weight:600;text-transform:capitalize;background:#8bc34a26;padding:2px 8px;border-radius:4px}.product-watchlist-count{color:#ffffff80;font-size:.75rem}.product-sku{color:#fff6;font-size:.7rem;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-products-loading,.recent-products-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#fff9}@media (max-width: 768px){.product-card{min-width:180px;max-width:180px}.product-card-image-container{height:160px}.recent-products-scroll{padding:0 16px 16px}.recent-products-header{padding:0 16px 12px}}.bug-report-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-in}.bug-report-modal{background:#1a1a2e;border-radius:12px;width:90%;max-width:550px;padding:30px;box-shadow:0 10px 40px #00000080;animation:slideUp .3s ease-out;position:relative;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.bug-report-modal h2{margin:0 0 15px;color:#7c3aed;font-size:24px}.bug-report-modal .modal-description{color:#d1d5db;margin-bottom:25px;line-height:1.5;font-size:14px}.bug-report-modal form{display:flex;flex-direction:column;gap:20px}.bug-report-modal .form-group{display:flex;flex-direction:column;gap:8px}.bug-report-modal .form-group label{color:#d1d5db;font-size:14px;font-weight:500}.bug-report-modal .auth-input,.bug-report-modal .auth-textarea{width:100%;padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:15px;font-family:inherit;transition:all .2s;box-sizing:border-box}.bug-report-modal .auth-textarea{resize:vertical;min-height:120px;line-height:1.5}.bug-report-modal .auth-input:focus,.bug-report-modal .auth-textarea:focus{outline:none;border-color:#7c3aed;background:#ffffff14}.bug-report-modal .auth-input:disabled,.bug-report-modal .auth-textarea:disabled{opacity:.5;cursor:not-allowed}.bug-report-modal select.auth-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.bug-report-modal select.auth-input option{background:#1a1a2e;color:#fff}.char-count{font-size:12px;color:#9ca3af;text-align:right}.system-info{background:#7c3aed1a;border-left:3px solid #7c3aed;padding:12px;border-radius:4px;margin-top:-8px}.system-info small{color:#d1d5db;font-size:12px;line-height:1.6}.bug-report-modal .auth-button{width:100%;padding:12px;background:#7c3aed;border:none;border-radius:6px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:5px}.bug-report-modal .auth-button:hover:not(:disabled){background:#6d28d9;transform:translateY(-1px)}.bug-report-modal .auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.bug-report-modal .error-message{background:#ef44441a;border-left:3px solid #ef4444;padding:12px;border-radius:4px;color:#fca5a5;font-size:14px;margin-top:-5px}.bug-report-modal .success-message{background:#10b9811a;border-left:3px solid #10b981;padding:15px;border-radius:4px;color:#6ee7b7;font-size:14px;line-height:1.6}.bug-report-modal .modal-footer{margin-top:15px;text-align:center;color:#9ca3af;font-size:13px}.bug-report-modal .modal-footer a{color:#7c3aed;text-decoration:none;transition:color .2s}.bug-report-modal .modal-footer a:hover{color:#6d28d9;text-decoration:underline}@media (max-width: 768px){.bug-report-modal{width:95%;padding:25px;max-height:95vh}.bug-report-modal h2{font-size:20px}.bug-report-modal .auth-textarea{min-height:100px}}*{box-sizing:border-box}.shop{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.shop-header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.shop-header-inner{max-width:1600px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.shop-brand{font-size:22px;font-weight:800;letter-spacing:-.5px;flex-shrink:0}.brand-restock{color:#10b981}.brand-r{color:#ef4444}.shop-nav{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.nav-pill{padding:6px 14px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.nav-pill:hover{border-color:#10b981;color:#10b981}.nav-pill.active{background:#10b981;border-color:#10b981;color:#fff}.shop-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.action-btn{padding:6px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:6px}.action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.action-btn.auto-open{border-color:#ef4444;background:#fef2f2;color:#ef4444;font-weight:600}.action-btn.auto-open.active{background:#10b981;border-color:#10b981;color:#fff}.pulse-dot{width:6px;height:6px;border-radius:50%;background:#ef4444}.pulse-dot.active{background:#fff;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.action-btn.theme-toggle{gap:8px}.toggle-label{font-size:13px;font-weight:500}.ios-toggle{position:relative;width:44px;height:24px}.ios-toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.ios-toggle input:checked+.toggle-slider{background-color:#10b981}.ios-toggle input:checked+.toggle-slider:before{transform:translate(20px)}.mobile-menu-btn{display:none;padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:12px;cursor:pointer}.verification-bar{background:#fef3c7;padding:8px 24px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;color:#92400e}.verification-bar button{padding:4px 10px;background:#f59e0b;border:none;border-radius:4px;color:#fff;font-size:11px;font-weight:600;cursor:pointer}.blocks-bar{background:#fef3c7;border-bottom:1px solid #fcd34d;padding:8px 0}.blocks-bar-inner{max-width:1600px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:8px}.block-chip{padding:5px 10px;background:#fff;border:1px solid #fcd34d;border-radius:4px;color:#92400e;font-size:11px;font-weight:500;cursor:pointer;animation:blockChipFlash 2s ease-in-out infinite;box-shadow:0 0 #fcd34db3}.block-chip:hover{background:#fde68a;animation:none}@keyframes blockChipFlash{0%,to{background:#fff;box-shadow:0 0 #fcd34db3}50%{background:#fef3c7;box-shadow:0 0 0 4px #fcd34d66}}.countdown-chip{padding:6px 12px;background:#10b981;border-radius:6px;color:#fff;font-size:12px;font-weight:600;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.quick-actions{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.quick-action-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.quick-action-btn:hover{background:#f8fafc;border-color:#10b981;color:#10b981}.quick-action-icon{font-size:16px}.shop-layout{flex:1;display:grid;grid-template-columns:1fr 320px;max-width:1600px;margin:0 auto;width:100%}.shop-main{padding:20px 24px 70px;overflow-y:auto}.products-section{margin-bottom:24px}.section-header{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}.section-header h2{font-size:18px;font-weight:700;color:#1e293b;margin:0}.section-header .count{font-size:13px;color:#64748b}.section-header .sub{font-size:13px;color:#94a3b8}.empty-state{text-align:center;padding:48px 20px;background:#fff;border-radius:10px;border:1px solid #e2e8f0}.empty-state p{margin:0;color:#64748b;font-size:15px}.empty-state .sub{margin-top:6px;font-size:13px;color:#94a3b8}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.products-table{background:#fff;border-radius:10px;border:1px solid #cbd5e1;overflow:hidden;box-shadow:0 1px 3px #0000000d}.products-table table{width:100%;border-collapse:collapse}.products-table thead{background:#f1f5f9!important;border-bottom:2px solid #cbd5e1}.products-table thead tr{background:#f1f5f9!important}.products-table th{text-align:left;padding:14px 16px;font-size:11px;font-weight:700;color:#0f172a!important;background:#f1f5f9!important;text-transform:uppercase;letter-spacing:.8px}.products-table tbody tr{background:#fff;border-bottom:1px solid #e2e8f0;transition:all .15s ease}.products-table tbody tr:hover{background:#f8fafc;box-shadow:inset 0 0 0 1px #e2e8f0}.products-table tbody tr.new-alert{background:linear-gradient(to right,#d1fae5,#ecfdf5);border-left:3px solid #10b981}.products-table tbody tr.new-alert:hover{background:linear-gradient(to right,#a7f3d0,#d1fae5)}.products-table td{padding:14px 16px;font-size:13px;color:#0f172a}.store-cell{font-weight:700;color:#334155;font-size:13px}.product-cell .product-info{display:flex;align-items:center;gap:12px}.table-thumbnail{width:60px;height:60px;object-fit:contain;border-radius:6px;background:#f8fafc;padding:4px;border:1px solid #e2e8f0}.price-cell{font-weight:600;color:#059669;font-size:14px}.qty-cell{font-weight:700;color:#475569}.time-cell{color:#64748b;font-size:12px;font-weight:500}.action-cell{text-align:right}.table-buy-btn{display:inline-block;padding:8px 18px;background:linear-gradient(to bottom,#10b981,#059669);color:#fff;text-decoration:none;font-size:12px;font-weight:700;border-radius:6px;transition:all .15s ease;box-shadow:0 2px 4px #10b98133}.table-buy-btn:hover{background:linear-gradient(to bottom,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 6px #10b9814d}.product-card{position:relative;background:#fff;border-radius:10px;border:1px solid #e2e8f0;overflow:hidden;transition:all .2s ease;display:flex;flex-direction:column}.product-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000f;transform:translateY(-2px)}.card-clickable-area{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1;cursor:pointer}.product-card.new-alert{border-color:#10b981;box-shadow:0 0 0 2px #10b98133;animation:newAlertPulse 2s ease-in-out}@keyframes newAlertPulse{0%{box-shadow:0 0 0 4px #10b98166}to{box-shadow:0 0 0 2px #10b98133}}.new-badge{position:absolute;top:8px;right:8px;padding:3px 6px;background:#10b981;color:#fff;font-size:9px;font-weight:700;border-radius:3px;z-index:10;animation:badgePulse 1s ease-in-out infinite}@keyframes badgePulse{0%,to{opacity:1}50%{opacity:.7}}.card-image{position:relative;aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #f1f5f9}.card-image img{max-width:75%;max-height:75%;object-fit:contain}.card-store{position:absolute;top:8px;left:8px;padding:3px 6px;background:#000000bf;color:#fff;font-size:10px;font-weight:600;border-radius:3px;text-transform:uppercase;letter-spacing:.3px}.card-qty{position:absolute;bottom:8px;right:8px;padding:3px 6px;background:#10b981;color:#fff;font-size:10px;font-weight:600;border-radius:3px}.card-body{padding:12px;background:#fff}.card-title{font-size:13px;font-weight:600;color:#1e293b;margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px}.card-meta{display:flex;justify-content:space-between;align-items:center}.card-price{font-size:14px;font-weight:700;color:#10b981}.card-time{font-size:11px;color:#94a3b8}.card-footer{padding:10px 12px;border-top:1px solid #f1f5f9;display:flex;align-items:center;gap:8px;background:#fff}.filter-bar{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.filter-input-container{display:flex;align-items:center;gap:10px}.filter-input{flex:1;max-width:350px;padding:10px 14px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;background:#fff;color:#1e293b;transition:all .15s ease}.filter-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 2px #10b9811a}.filter-input::placeholder{color:#94a3b8}.filter-clear{padding:8px 12px;background:#f1f5f9;border:none;border-radius:6px;font-size:12px;color:#64748b;cursor:pointer;transition:all .15s ease}.filter-clear:hover{background:#e2e8f0;color:#1e293b}.filter-tags{display:flex;flex-wrap:wrap;gap:6px}.filter-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:500}.filter-tag.positive{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.filter-tag.negative{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.tag-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:none;border-radius:50%;background:#0000001a;color:inherit;font-size:14px;line-height:1;cursor:pointer;transition:all .15s ease}.tag-remove:hover{background:#0003}.buy-btn{flex:1;padding:8px 12px;background:#10b981;color:#fff;text-decoration:none;text-align:center;font-size:12px;font-weight:600;border-radius:6px;transition:all .15s ease}.buy-btn:hover{background:#059669}.buy-btn-text{flex:1;padding:8px 12px;background:#10b981;color:#fff;text-align:center;font-size:12px;font-weight:600;border-radius:6px;transition:all .15s ease}.card-clickable-area:hover .buy-btn-text{background:#059669}.reaction-section{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-top:1px solid #f1f5f9;background:#fff}.reaction-label{font-size:9px;color:#94a3b8;text-align:center}.vote-btns{display:flex;gap:4px}.vote-btn{padding:4px 8px;min-width:42px;height:28px;display:flex;align-items:center;justify-content:center;gap:3px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;font-size:10px;font-weight:600;cursor:pointer;transition:all .15s ease}.vote-btn.up{color:#10b981}.vote-btn.up:hover:not(:disabled){background:#ecfdf5;border-color:#10b981}.vote-btn.down{color:#ef4444}.vote-btn.down:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.vote-btn:disabled{opacity:.5;cursor:not-allowed}.feed-sidebar{background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;height:calc(100vh - 140px);position:sticky;top:90px;padding-bottom:50px}.sidebar-header{padding:16px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.sidebar-header h3{font-size:15px;font-weight:700;color:#1e293b;margin:0 0 4px}.sidebar-header .sub{font-size:12px;color:#94a3b8}.sidebar-content{flex:1;overflow-y:auto;padding:12px;min-height:0}.shop-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;padding:12px 0;z-index:50}.footer-inner{max-width:1600px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;color:#64748b}.footer-left{display:flex;flex-direction:column;gap:8px}.footer-right{display:flex;align-items:center;gap:16px}.footer-links{display:flex;gap:12px}.footer-links a,.footer-links button{color:#64748b;text-decoration:none;background:none;border:none;padding:0;font-size:12px;cursor:pointer}.footer-links a:hover,.footer-links button:hover{color:#10b981}.view-toggle{display:flex;align-items:center;gap:8px;background:#f8fafc;padding:4px;border-radius:6px}.view-label{font-size:12px;color:#64748b;font-weight:500;padding:0 4px}.view-btn{padding:4px 12px;background:transparent;border:none;border-radius:4px;font-size:12px;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s ease}.view-btn:hover{background:#e2e8f0}.view-btn.active{background:#fff;color:#10b981;box-shadow:0 1px 2px #0000000d}.app-store-badge img{display:block}.sidebar-content::-webkit-scrollbar,.shop-main::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track,.shop-main::-webkit-scrollbar-track{background:transparent}.sidebar-content::-webkit-scrollbar-thumb,.shop-main::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.sidebar-content::-webkit-scrollbar-thumb:hover,.shop-main::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@media (max-width: 1200px){.shop-layout{grid-template-columns:1fr 280px}}@media (max-width: 1024px){.shop-layout{grid-template-columns:1fr}.feed-sidebar{display:none}.shop-nav{position:absolute;top:100%;left:0;right:0;background:#fff;padding:12px;border-bottom:1px solid #e2e8f0;display:none;flex-wrap:wrap;justify-content:center}.shop-nav.open{display:flex}.mobile-menu-btn{display:block}}@media (max-width: 768px){.shop-header-inner{padding:10px 16px}.shop-brand{font-size:18px}.action-btn span:not(.pulse-dot){display:none}.action-btn{padding:6px 10px}.quick-actions{gap:8px}.quick-action-btn{padding:10px 12px;font-size:12px}.quick-action-icon{font-size:14px}.shop-main{padding:16px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.footer-inner{flex-direction:column;text-align:center;gap:10px}.filter-input{max-width:none}}@media (max-width: 480px){.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.quick-action-btn{flex-direction:column;padding:8px;gap:4px;font-size:10px}.quick-action-icon{font-size:16px}.products-grid{grid-template-columns:1fr 1fr;gap:10px}.card-title{font-size:12px;min-height:32px}.card-body{padding:10px}.card-footer{padding:8px 10px;flex-direction:column;gap:6px}.buy-btn{padding:8px;font-size:11px}.reaction-section{width:100%}.vote-btns{width:100%;justify-content:center}.vote-btn{flex:1;height:28px;font-size:10px}.verification-bar{flex-direction:column;gap:6px;text-align:center;font-size:12px}}.shop.dark{background:#0f172a;color:#e2e8f0}.shop.dark .shop-header{background:#1e293b;border-bottom-color:#334155}.shop.dark .nav-pill{background:#1e293b;border-color:#334155;color:#94a3b8}.shop.dark .nav-pill:hover{border-color:#10b981;color:#10b981}.shop.dark .nav-pill.active{background:#10b981;border-color:#10b981;color:#fff}.shop.dark .action-btn{background:#1e293b;border-color:#334155;color:#cbd5e1}.shop.dark .action-btn:hover{background:#334155;border-color:#475569}.shop.dark .action-btn.auto-open{border-color:#ef4444;background:#7f1d1d;color:#fca5a5;font-weight:600}.shop.dark .action-btn.auto-open.active{background:#10b981;border-color:#10b981;color:#fff}.shop.dark .verification-bar{background:#422006;color:#fcd34d}.shop.dark .verification-bar button{background:#f59e0b}.shop.dark .blocks-bar{background:#422006;border-bottom-color:#854d0e}.shop.dark .block-chip{background:#1e293b;border-color:#854d0e;color:#fcd34d;animation:blockChipFlashDark 2s ease-in-out infinite}.shop.dark .block-chip:hover{background:#854d0e;animation:none}@keyframes blockChipFlashDark{0%,to{background:#1e293b;box-shadow:0 0 #854d0eb3}50%{background:#422006;box-shadow:0 0 0 4px #fcd34d4d}}.shop.dark .quick-action-btn{background:#1e293b;border-color:#334155;color:#e2e8f0}.shop.dark .quick-action-btn:hover{background:#334155;border-color:#10b981;color:#10b981}.shop.dark .section-header h2{color:#f1f5f9}.shop.dark .section-header .count{color:#94a3b8}.shop.dark .filter-input{background:#1e293b;border-color:#334155;color:#e2e8f0}.shop.dark .filter-input:focus{border-color:#10b981;box-shadow:0 0 0 2px #10b98133}.shop.dark .filter-input::placeholder{color:#64748b}.shop.dark .filter-clear{background:#334155;color:#94a3b8}.shop.dark .filter-clear:hover{background:#475569;color:#e2e8f0}.shop.dark .filter-tag.positive{background:#064e3b;color:#6ee7b7;border-color:#065f46}.shop.dark .filter-tag.negative{background:#7f1d1d;color:#fca5a5;border-color:#991b1b}.shop.dark .empty-state{background:#1e293b;border-color:#334155}.shop.dark .empty-state p{color:#94a3b8}.shop.dark .product-card{background:#1e293b;border-color:#334155}.shop.dark .product-card:hover{border-color:#475569;box-shadow:0 4px 12px #0000004d}.shop.dark .product-card.new-alert{border-color:#10b981;box-shadow:0 0 0 2px #10b9814d}.shop.dark .products-table{background:#1e293b;border-color:#334155}.shop.dark .products-table thead{background:#0f172a}.shop.dark .products-table th{color:#94a3b8;border-bottom-color:#334155}.shop.dark .products-table tbody tr{background:#1e293b;border-bottom-color:#334155}.shop.dark .products-table tbody tr:hover{background:#334155}.shop.dark .products-table tbody tr.new-alert{background:#10b9811a}.shop.dark .products-table td{color:#e2e8f0}.shop.dark .store-cell{color:#cbd5e1}.shop.dark .table-thumbnail{background:#0f172a}.shop.dark .price-cell{color:#10b981}.shop.dark .time-cell{color:#94a3b8}.shop.dark .table-buy-btn{background:#10b981;color:#fff}.shop.dark .table-buy-btn:hover{background:#059669}.shop.dark .card-image{background:#0f172a;border-bottom-color:#334155}.shop.dark .card-body{background:#1e293b}.shop.dark .card-title{color:#f1f5f9}.shop.dark .card-time{color:#64748b}.shop.dark .card-footer{background:#1e293b;border-top-color:#334155}.shop.dark .buy-btn-text{background:#10b981;color:#fff}.shop.dark .card-clickable-area:hover .buy-btn-text{background:#059669}.shop.dark .reaction-section{background:#1e293b;border-top-color:#334155}.shop.dark .reaction-label{color:#64748b}.shop.dark .vote-btn{background:#0f172a;border-color:#334155}.shop.dark .vote-btn.up:hover:not(:disabled){background:#064e3b;border-color:#10b981}.shop.dark .vote-btn.down:hover:not(:disabled){background:#7f1d1d;border-color:#ef4444}.shop.dark .feed-sidebar{background:#1e293b;border-left-color:#334155}.shop.dark .sidebar-header{border-bottom-color:#334155}.shop.dark .sidebar-header h3{color:#f1f5f9}.shop.dark .sidebar-header .sub{color:#64748b}.shop.dark .shop-footer{background:#1e293b;border-top-color:#334155}.shop.dark .footer-inner,.shop.dark .footer-links a,.shop.dark .footer-links button{color:#94a3b8}.shop.dark .footer-links a:hover,.shop.dark .footer-links button:hover{color:#10b981}.shop.dark .app-store-link{background:#f1f5f9;color:#0f172a}.shop.dark .app-store-link:hover{background:#fff}.shop.dark .sidebar-content::-webkit-scrollbar-thumb,.shop.dark .shop-main::-webkit-scrollbar-thumb{background:#334155}.shop.dark .sidebar-content::-webkit-scrollbar-thumb:hover,.shop.dark .shop-main::-webkit-scrollbar-thumb:hover{background:#475569}.shop.dark .mobile-menu-btn{background:#1e293b;border-color:#334155;color:#e2e8f0}.shop.dark .shop-nav{background:#1e293b;border-bottom-color:#334155}.ticket-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;box-shadow:0 2px 4px #0003;animation:ticket-pulse 2s infinite}@keyframes ticket-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}.pc-queue-list{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #5a67d8;padding:16px 24px;max-width:1600px;margin:0 auto}.pc-queue-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.pc-queue-header h3{color:#fff;font-size:18px;font-weight:700;margin:0;display:flex;align-items:center;gap:8px}.clear-queue-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:6px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.clear-queue-btn:hover{background:#ffffff4d;transform:translateY(-1px)}.pc-queue-items{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.pc-queue-item{background:#fffffff2;border-radius:8px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:transform .2s}.pc-queue-item:hover{transform:translate(4px);background:#fff}.pc-queue-item-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.pc-queue-product{font-weight:600;color:#1e293b;font-size:14px}.pc-queue-url{color:#6366f1;font-size:12px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc-queue-url:hover{text-decoration:underline}.copy-btn{background:#10b981;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .2s}.copy-btn:hover{background:#059669;transform:scale(1.05)}.copy-btn:active{transform:scale(.95)}.shop.dark .pc-queue-list{background:linear-gradient(135deg,#4c1d95,#5b21b6);border-bottom-color:#6d28d9}.shop.dark .pc-queue-product{color:#1e293b}.shop.dark .pc-queue-url{color:#818cf8}.feed-vertical{display:flex;flex-direction:column;gap:8px}.feed-vertical-loading,.feed-vertical-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#64748b;font-size:13px;gap:12px}.spinner{width:24px;height:24px;border:2px solid #e2e8f0;border-top-color:#10b981;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.feed-item{display:flex;align-items:center;gap:10px;padding:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .15s ease}.feed-item:hover{background:#f1f5f9;border-color:#cbd5e1}.feed-item-image{width:44px;height:44px;flex-shrink:0;background:#fff;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0}.feed-item-image img{max-width:36px;max-height:36px;object-fit:contain}.feed-item-info{flex:1;min-width:0}.feed-item-name{font-size:12px;font-weight:500;color:#1e293b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed-item-meta{display:flex;align-items:center;gap:8px;margin-top:4px}.feed-item-store{font-size:10px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.feed-item-watchers{font-size:10px;color:#94a3b8}.feed-item-btn{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;transition:all .15s ease}.feed-item-btn:hover:not(:disabled){border-color:#10b981;background:#ecfdf5}.feed-item-btn.subscribed{background:#10b981;border-color:#10b981;color:#fff}.feed-item-btn.subscribed:hover:not(:disabled){background:#059669;border-color:#059669}.feed-item-btn:disabled{opacity:.6;cursor:not-allowed}.add-icon{font-size:18px;font-weight:300;color:#10b981;line-height:1}.check-icon{font-size:14px;font-weight:600;color:#fff}.btn-spinner{width:14px;height:14px;border:2px solid #e2e8f0;border-top-color:#10b981;border-radius:50%;animation:spin .8s linear infinite}.feed-item-btn.subscribed .btn-spinner{border-color:#ffffff4d;border-top-color:#fff}.shop.dark .feed-vertical-loading,.shop.dark .feed-vertical-empty{color:#94a3b8}.shop.dark .spinner{border-color:#334155;border-top-color:#10b981}.shop.dark .feed-item{background:#0f172a;border-color:#334155}.shop.dark .feed-item:hover{background:#1e293b;border-color:#475569}.shop.dark .feed-item-image{background:#1e293b;border-color:#334155}.shop.dark .feed-item-name{color:#f1f5f9}.shop.dark .feed-item-store{color:#94a3b8}.shop.dark .feed-item-watchers{color:#64748b}.shop.dark .feed-item-btn{background:#1e293b;border-color:#334155}.shop.dark .feed-item-btn:hover:not(:disabled){background:#064e3b;border-color:#10b981}.shop.dark .feed-item-btn.subscribed{background:#10b981;border-color:#10b981}.shop.dark .feed-item-btn.subscribed:hover:not(:disabled){background:#059669;border-color:#059669}.shop.dark .btn-spinner{border-color:#334155;border-top-color:#10b981}.test-alert-modal{max-width:500px;width:90%}.test-alert-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#334155}.form-select,.form-input{padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;color:#1e293b;transition:all .15s ease}.form-select:focus,.form-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-hint{font-size:12px;color:#64748b}.test-alert-info{background:#f1f5f9;padding:12px;border-radius:6px;border-left:3px solid #10b981}.test-alert-info p{margin:0;font-size:13px;color:#475569}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.btn-primary,.btn-secondary{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .15s ease}.btn-primary{background:#10b981;color:#fff}.btn-primary:hover{background:#059669;transform:translateY(-1px)}.btn-secondary{background:#f1f5f9;color:#475569}.btn-secondary:hover{background:#e2e8f0}.shop.dark .form-group label{color:#e2e8f0}.shop.dark .form-select,.shop.dark .form-input{background:#1e293b;border-color:#334155;color:#e2e8f0}.shop.dark .form-select:focus,.shop.dark .form-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.shop.dark .form-hint{color:#94a3b8}.shop.dark .test-alert-info{background:#1e293b;border-left-color:#10b981}.shop.dark .test-alert-info p{color:#cbd5e1}.shop.dark .btn-secondary{background:#1e293b;color:#cbd5e1}.shop.dark .btn-secondary:hover{background:#334155}.test-result-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.test-result-modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.test-result-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f1f5f9;border-radius:50%;font-size:24px;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1}.test-result-close:hover{background:#e2e8f0;color:#1e293b}.test-result-header{padding:32px 32px 24px;text-align:center;border-bottom:1px solid #e2e8f0}.test-result-icon{font-size:48px;display:block;margin-bottom:16px}.test-result-header h2{font-size:24px;font-weight:700;color:#1e293b;margin:0}.test-result-body{padding:24px 32px}.test-result-success{text-align:center}.test-result-success>p{font-size:16px;color:#047857;margin:0 0 20px;font-weight:600}.test-result-details{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px;text-align:left}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #d1fae5}.detail-item:last-child{border-bottom:none}.detail-label{font-size:13px;color:#000!important;font-weight:600}.detail-value{font-size:13px;color:#000!important;font-family:Courier New,monospace;font-weight:700}.test-result-failure{text-align:left}.failure-intro{font-size:15px;color:#64748b;margin:0 0 20px;font-weight:500}.reasons-list{display:flex;flex-direction:column;gap:16px}.reason-item{border-radius:8px;padding:16px;border-left:4px solid}.reason-item.critical{background:#fef2f2;border-left-color:#ef4444}.reason-item.warning{background:#fffbeb;border-left-color:#f59e0b}.reason-item.info{background:#f0f9ff;border-left-color:#3b82f6}.reason-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.reason-icon{font-size:20px;flex-shrink:0}.reason-header h3{font-size:15px;font-weight:700;margin:0;color:#1e293b}.reason-description{font-size:13px;line-height:1.5;margin:0;padding-left:30px}.reason-item.critical .reason-description{color:#991b1b}.reason-item.warning .reason-description{color:#92400e}.reason-item.info .reason-description{color:#1e40af}.test-result-footer{padding:16px 32px 32px;display:flex;justify-content:center;gap:12px}.test-result-btn{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.test-result-btn.primary{background:#10b981;color:#fff}.test-result-btn.primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.shop.dark .test-result-modal{background:#1e293b}.shop.dark .test-result-close{background:#334155;color:#94a3b8}.shop.dark .test-result-close:hover{background:#475569;color:#e2e8f0}.shop.dark .test-result-header{border-bottom-color:#334155}.shop.dark .test-result-header h2{color:#f1f5f9}.shop.dark .test-result-details{background:#064e3b;border-color:#065f46}.shop.dark .detail-item{border-bottom-color:#065f46}.shop.dark .detail-label{color:#6ee7b7!important}.shop.dark .detail-value{color:#a7f3d0!important}.shop.dark .failure-intro{color:#94a3b8}.shop.dark .reason-item.critical{background:#7f1d1d;border-left-color:#ef4444}.shop.dark .reason-item.warning{background:#78350f;border-left-color:#f59e0b}.shop.dark .reason-item.info{background:#1e3a8a;border-left-color:#3b82f6}.shop.dark .reason-header h3{color:#f1f5f9}.shop.dark .reason-item.critical .reason-description{color:#fca5a5}.shop.dark .reason-item.warning .reason-description{color:#fcd34d}.shop.dark .reason-item.info .reason-description{color:#93c5fd}@media (max-width: 768px){.test-result-modal{max-width:100%;margin:0;border-radius:12px 12px 0 0}.test-result-header,.test-result-body,.test-result-footer{padding-left:20px;padding-right:20px}.test-result-header h2{font-size:20px}.reason-description{padding-left:0;margin-top:8px}}.ticket-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.ticket-modal{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.ticket-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}.ticket-modal-header h2{margin:0;font-size:24px;color:#1f2937}.ticket-modal-close{background:none;border:none;font-size:32px;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.ticket-modal-close:hover{color:#374151}.ticket-modal-body{padding:24px;overflow-y:auto;flex:1}.ticket-error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b;padding:12px 16px;border-radius:6px;margin-bottom:16px}.ticket-success{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46;padding:12px 16px;border-radius:6px;margin-bottom:16px}.ticket-loading{text-align:center;padding:40px;color:#6b7280}.ticket-list-header{margin-bottom:20px}.ticket-list{display:flex;flex-direction:column;gap:12px}.ticket-item{border:2px solid #e5e7eb;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s}.ticket-item:hover{border-color:#7c3aed;box-shadow:0 4px 6px #7c3aed1a}.ticket-item.unread{border-color:#7c3aed;background:#faf5ff}.ticket-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ticket-number{font-family:Courier New,monospace;font-size:14px;color:#6b7280;font-weight:700}.ticket-status{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;color:#fff}.ticket-item-subject{margin:0 0 8px;font-size:16px;color:#1f2937}.ticket-item-meta{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:8px}.ticket-unread-badge{background:#7c3aed;color:#fff;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.ticket-empty{text-align:center;padding:60px 20px;color:#6b7280}.ticket-empty p{margin:8px 0;font-size:18px}.ticket-empty-sub{font-size:14px!important;color:#9ca3af}.ticket-create-form{max-width:600px}.ticket-back-btn{background:none;border:none;color:#7c3aed;font-size:14px;cursor:pointer;padding:8px 0;margin-bottom:20px;transition:color .2s}.ticket-back-btn:hover{color:#5b21b6}.ticket-form-group{margin-bottom:20px}.ticket-form-group label{display:block;margin-bottom:8px;font-weight:600;color:#374151;font-size:14px}.ticket-form-group input,.ticket-form-group select,.ticket-form-group textarea{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s}.ticket-form-group input:focus,.ticket-form-group select:focus,.ticket-form-group textarea:focus{outline:none;border-color:#7c3aed}.ticket-attachment-actions{display:flex;gap:8px;margin-bottom:12px}.ticket-attachments{display:flex;flex-direction:column;gap:8px}.ticket-attachment{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f3f4f6;border-radius:6px;font-size:13px}.ticket-attachment button{margin-left:auto;background:none;border:none;color:#ef4444;font-size:18px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.ticket-attachment button:hover{color:#dc2626}.ticket-btn-primary{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.ticket-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed4d}.ticket-btn-primary:disabled{opacity:.6;cursor:not-allowed}.ticket-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.ticket-btn-secondary:hover{background:#e5e7eb;border-color:#9ca3af}.ticket-view-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.ticket-view-header h3{margin:0 0 8px;font-size:20px;color:#1f2937}.ticket-view-meta{font-size:14px;color:#6b7280;display:flex;align-items:center;gap:8px}.ticket-status-badge{padding:6px 16px;border-radius:16px;font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.ticket-messages{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;max-height:400px;overflow-y:auto;padding:16px;background:#f9fafb;border-radius:8px}.ticket-message{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a}.ticket-message.admin{border-left:4px solid #7c3aed}.ticket-message.user{border-left:4px solid #10b981}.ticket-message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.ticket-message-header strong{color:#374151;font-size:14px}.ticket-message-header span{color:#9ca3af;font-size:12px}.ticket-message-body{color:#1f2937;line-height:1.6;white-space:pre-wrap;font-size:14px}.ticket-message-attachments{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.ticket-reply-form{display:flex;flex-direction:column;gap:12px}.ticket-reply-form textarea{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .2s}.ticket-reply-form textarea:focus{outline:none;border-color:#7c3aed}.dark .ticket-modal{background:#1f2937}.dark .ticket-modal-header{border-bottom-color:#374151}.dark .ticket-modal-header h2{color:#f9fafb}.dark .ticket-modal-close{color:#9ca3af}.dark .ticket-modal-close:hover{color:#d1d5db}.dark .ticket-item{border-color:#374151;background:#111827}.dark .ticket-item:hover{border-color:#7c3aed}.dark .ticket-item.unread{background:#1e1b4b}.dark .ticket-item-subject,.dark .ticket-message-body{color:#f3f4f6}.dark .ticket-form-group input,.dark .ticket-form-group select,.dark .ticket-form-group textarea,.dark .ticket-reply-form textarea{background:#111827;border-color:#374151;color:#f9fafb}.dark .ticket-message{background:#111827}.dark .ticket-messages{background:#0f172a}.dark .ticket-view-header{border-bottom-color:#374151}.dark .ticket-view-header h3{color:#f9fafb}.dark .ticket-attachment{background:#374151;color:#d1d5db}@media (max-width: 768px){.ticket-modal{max-width:100%;max-height:100vh;border-radius:0}.ticket-modal-header,.ticket-modal-body{padding:16px}.ticket-attachment-actions{flex-direction:column}.ticket-btn-secondary{width:100%}}.profile-wrapper{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);padding:0}.profile-header{background:#1e293bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.btn-back{background:transparent;border:1px solid rgba(255,255,255,.2);color:#e2e8f0;padding:.5rem 1rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.95rem;transition:all .2s ease}.btn-back:hover{background:#ffffff1a;border-color:#ffffff4d}.profile-title{font-size:1.5rem;color:#e2e8f0;margin:0;font-weight:600;flex:1;text-align:center}.profile-user-info{display:flex;align-items:center;gap:.75rem}.profile-username{color:#a5b4fc;font-weight:500;font-size:.95rem}.tab-navigation{display:flex;gap:.5rem;padding:1.5rem 2rem 0;background:transparent;overflow-x:auto;scrollbar-width:thin}.tab-navigation::-webkit-scrollbar{height:4px}.tab-navigation::-webkit-scrollbar-track{background:#ffffff0d}.tab-navigation::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.tab-button{background:transparent;border:none;color:#94a3b8;padding:.75rem 1.5rem;border-radius:8px 8px 0 0;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;transition:all .2s ease;border-bottom:2px solid transparent;white-space:nowrap}.tab-button:hover{color:#e2e8f0;background:#ffffff0d}.tab-button.active{color:#e2e8f0;background:#a5b4fc1a;border-bottom-color:#a5b4fc}.tab-icon{font-size:1.1rem}.tab-label{font-size:.95rem}.tab-content{padding:2rem;max-width:900px;margin:0 auto}.tab-pane{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-card{background:#1e293b99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.75rem;margin-bottom:1.5rem;box-shadow:0 4px 20px #0000004d}.section-title{font-size:1.2rem;color:#e2e8f0;margin:0 0 1rem;font-weight:600}.section-description{color:#94a3b8;font-size:.9rem;margin-bottom:1.25rem;line-height:1.6}.settings-grid{display:flex;flex-direction:column;gap:1rem}.setting-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#0f172a80;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.setting-info{display:flex;flex-direction:column;gap:.25rem}.setting-label{color:#e2e8f0;font-weight:500;font-size:.95rem}.setting-description{color:#94a3b8;font-size:.85rem}.toggle-switch{display:flex;align-items:center;position:relative;cursor:pointer}.toggle-switch input{display:none}.slider{position:relative;width:44px;height:24px;background:#475569;border-radius:24px;transition:background .3s ease}.slider:before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.slider{background:#10b981}.toggle-switch input:checked+.slider:before{transform:translate(20px)}.input-group{margin-bottom:1.5rem}.input-label{display:block;color:#e2e8f0;font-weight:500;font-size:.9rem;margin-bottom:.5rem}.modern-input{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0f172a80;color:#e2e8f0;font-size:.95rem;transition:all .2s ease}.modern-input:focus{outline:none;border-color:#a5b4fc;background:#0f172ab3;box-shadow:0 0 0 3px #a5b4fc1a}.input-hint{display:block;color:#64748b;font-size:.8rem;margin-top:.5rem}.range-with-input{display:flex;align-items:center;gap:1rem}input[type=range]{flex:1;height:6px;border-radius:4px;background:#47556980;outline:none;cursor:pointer;-webkit-appearance:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#10b981;border:2px solid #fff;cursor:pointer;transition:all .2s ease}input[type=range]::-webkit-slider-thumb:hover{background:#34d399;transform:scale(1.1)}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#10b981;border:2px solid #fff;cursor:pointer;transition:all .2s ease}input[type=range]::-moz-range-thumb:hover{background:#34d399;transform:scale(1.1)}.range-value{min-width:50px;text-align:center;color:#a5b4fc;font-weight:600;font-size:.95rem;padding:.5rem .75rem;background:#a5b4fc1a;border-radius:6px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.category-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#0f172a80;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.category-label{color:#e2e8f0;font-weight:500;font-size:.9rem}.empty-state{text-align:center;padding:3rem 1rem;color:#64748b}.empty-icon{font-size:3rem;display:block;margin-bottom:1rem;opacity:.5}.empty-state h3{color:#94a3b8;margin:.5rem 0;font-size:1.1rem}.empty-state p{color:#64748b;font-size:.9rem;margin:0}.server-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.server-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#0f172a80;border-radius:8px;color:#e2e8f0;font-size:.95rem}.server-icon{font-size:1.2rem}.subscription-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0f172a80;border-radius:8px}.detail-label{color:#94a3b8;font-size:.9rem}.detail-value{color:#e2e8f0;font-weight:500}.status-badge{padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.active{background:#10b98133;color:#10b981}.status-badge.trialing{background:#a5b4fc33;color:#a5b4fc}.status-badge.past_due,.status-badge.canceled{background:#ef444433;color:#ef4444}.warning-box{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:8px;padding:1rem;color:#fbbf24;font-size:.9rem;margin-top:1rem}.subsection-title{font-size:1rem;color:#e2e8f0;margin:1.5rem 0 .75rem;font-weight:600}.btn-primary{background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important;border:none!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #10b9814d}.btn-discord-bot{background:#5865f2;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #5865f24d;width:100%;justify-content:center}.btn-discord-bot:hover{background:#4752c4;transform:translateY(-1px);box-shadow:0 4px 12px #5865f266}.btn-discord-bot:active{transform:translateY(0)}.btn-primary:hover{background:linear-gradient(135deg,#059669,#047857)!important;transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.btn-primary:active{transform:translateY(0)}.btn-save{width:100%;margin-top:1rem;padding:1rem;font-size:1rem}.btn-secondary{background:#64748b33!important;color:#e2e8f0!important;border:1px solid rgba(100,116,139,.3)!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary:hover{background:#64748b4d;border-color:#64748b80}.btn-danger{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-danger:hover{background:#ef44444d;border-color:#ef444480}.danger-section{border-color:#ef44444d}.action-buttons{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.danger-text{color:#94a3b8;font-size:.85rem;margin:0;font-style:italic}.resource-list{display:flex;flex-direction:column;gap:1rem}.resource-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#0f172a80;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.resource-item-clickable{cursor:pointer;transition:all .2s ease;position:relative}.resource-item-clickable:hover{background:#7c3aed1a;border-color:#7c3aed4d;transform:translate(4px)}.resource-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#7c3aed;font-size:1.5rem;opacity:0;transition:all .2s ease}.resource-item-clickable:hover .resource-arrow{opacity:1;transform:translateY(-50%) translate(4px)}.resource-icon{font-size:2rem;flex-shrink:0}.resource-info h4{color:#e2e8f0;margin:0 0 .25rem;font-size:1rem;font-weight:600}.resource-info p{color:#94a3b8;margin:0;font-size:.85rem;line-height:1.5}.loading-state{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#a5b4fc;font-size:1.2rem}@media (max-width: 768px){.profile-header{padding:1rem;flex-direction:column;align-items:flex-start;gap:1rem}.profile-title{text-align:left;font-size:1.3rem}.tab-navigation{padding:1rem}.tab-button{padding:.6rem 1rem;font-size:.85rem}.tab-label{display:none}.tab-icon{font-size:1.3rem}.tab-content{padding:1rem}.section-card{padding:1.25rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.action-buttons{flex-direction:column}.action-buttons button{width:100%}.setting-item{flex-direction:column;align-items:flex-start;gap:.75rem}}.premium-badge{display:inline-block;margin-left:.5rem;padding:.2rem .5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1e293b;font-size:.75rem;font-weight:600;border-radius:4px}.info-box{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:8px;margin-top:1rem;font-size:.9rem;color:#e2e8f0}.info-box.premium-info{background:#fbbf241a;border-color:#fbbf2433}.info-box.warning{background:#fb923c1a;border-color:#fb923c33}.info-icon{font-size:1.2rem;flex-shrink:0}.input-error{display:block;margin-top:.5rem;color:#ef4444;font-size:.85rem;font-weight:500}.alerts-grid-2x2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0}@media (max-width: 1024px){.alerts-grid-2x2{grid-template-columns:1fr}}.keywords-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;min-height:40px;padding:.75rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0f172a80}.keywords-list:empty:before{content:"No keywords added yet";color:#64748b;font-size:.9rem;font-style:italic}.keyword-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;font-size:.85rem;font-weight:500;box-shadow:0 2px 4px #0003;transition:all .2s ease}.keyword-tag:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000004d}.keyword-remove{background:none;border:none;color:#fff;font-size:1.3rem;line-height:1;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.keyword-remove:hover{background:#ffffff40}.keyword-remove:active{background:#ffffff59}@media (max-width: 1024px){.profile-grid{grid-template-columns:1fr;grid-template-rows:auto;padding:1rem}.profile-grid-section{max-height:none}}@media (max-width: 768px){.profile-header{padding:1rem}.profile-title{font-size:1.25rem}.profile-grid{padding:.75rem;gap:1rem}.profile-grid-section{padding:1rem}.grid-section-title{font-size:1.1rem}.keyword-tag{font-size:.8rem;padding:.35rem .75rem}}.delete-account-modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.delete-account-modal{background:var(--bg-primary, #1a1a1a);border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1)}.delete-account-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(255,255,255,.1)}.delete-account-modal-header h2{margin:0;font-size:24px;color:#ef4444}.delete-account-modal-header .close-btn{background:none;border:none;font-size:32px;color:#fff9;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.delete-account-modal-header .close-btn:hover:not(:disabled){background:#ffffff1a;color:#fff}.delete-account-modal-header .close-btn:disabled{opacity:.5;cursor:not-allowed}.delete-account-modal-body{padding:24px}.warning-box{background:#ef44441a;border:2px solid #ef4444;border-radius:8px;padding:20px;margin-bottom:24px}.warning-box h3{margin:0 0 12px;color:#ef4444;font-size:18px}.warning-box p{margin:0 0 12px;color:#ffffffe6}.warning-box ul{margin:0;padding-left:20px;color:#ffffffe6}.warning-box li{margin-bottom:8px;line-height:1.5}.confirmation-section{display:flex;flex-direction:column;gap:12px}.confirmation-section label{color:#ffffffe6;font-size:14px}.expected-text{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:12px;font-family:Courier New,monospace;color:#60a5fa;font-size:14px;word-break:break-word}.confirmation-input{width:100%;padding:12px;background:#ffffff0d;border:2px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:14px;font-family:Courier New,monospace;transition:border-color .2s}.confirmation-input:focus{outline:none;border-color:#60a5fa}.confirmation-input.error{border-color:#ef4444}.confirmation-input:disabled{opacity:.5;cursor:not-allowed}.error-message{color:#ef4444;font-size:13px;margin-top:-6px}.delete-account-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid rgba(255,255,255,.1)}.delete-account-modal-footer .btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.delete-account-modal-footer .btn-grey{background:#ffffff1a;color:#fff}.delete-account-modal-footer .btn-grey:hover:not(:disabled){background:#fff3}.delete-account-modal-footer .btn-red{background:#ef4444;color:#fff}.delete-account-modal-footer .btn-red:hover:not(:disabled){background:#dc2626}.delete-account-modal-footer .btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.delete-account-modal{margin:0;max-height:100vh;border-radius:0}.delete-account-modal-header,.delete-account-modal-body,.delete-account-modal-footer,.warning-box{padding:16px}.delete-account-modal-footer{flex-direction:column-reverse}.delete-account-modal-footer .btn{width:100%}}.watchlist-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;max-width:1200px;margin:0 auto;padding:2rem;background-color:#0f172a;color:#e2e8f0;min-height:100vh}.header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.header-section h2{font-size:2rem;font-weight:700;color:#f1f5f9;margin:0;letter-spacing:-.025em;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats{display:flex;gap:1rem}.stat-badge{padding:.5rem 1rem;background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #334155;border-radius:20px;font-size:.875rem;font-weight:600;color:#94a3b8}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #1e293b}.tab{padding:.875rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;margin-bottom:-2px;border-radius:0;box-shadow:none}.tab:hover{color:#94a3b8;background:#3341554d;transform:none}.tab.active{color:#3b82f6;border-bottom-color:#3b82f6;background:transparent}.content-section{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000004d}.search-and-actions{margin-bottom:1.5rem}.search-wrapper{position:relative;margin-bottom:1rem}.search-wrapper:before{content:"🔍";position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1rem;opacity:.5;pointer-events:none}input[type=search]{width:100%;padding:.875rem 1rem .875rem 2.75rem;font-size:15px;border:1px solid #334155;border-radius:10px;background-color:#0f172a;color:#f1f5f9;transition:all .2s ease;box-shadow:0 1px 3px #0003}input[type=search]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}input[type=search]::placeholder{color:#64748b}.bulk-actions{display:flex;gap:.75rem;flex-wrap:wrap}.bulk-btn{flex:1;min-width:200px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:8px;border:1px solid;cursor:pointer;transition:all .2s ease}.bulk-btn.subscribe-all{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;color:#fff}.bulk-btn.subscribe-all:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.bulk-btn.unsubscribe-all{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;color:#fff}.bulk-btn.unsubscribe-all:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 8px #ef44444d}.bulk-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-count{font-size:.875rem;color:#94a3b8;margin-bottom:1rem;font-weight:500}.table-container{overflow-x:auto;border-radius:8px;border:1px solid #334155}table{width:100%;border-collapse:collapse;background-color:#0f172a}table th,table td{text-align:left;padding:1rem;border-bottom:1px solid #334155;color:#e2e8f0}table th{background-color:#1e293b;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;position:sticky;top:0;z-index:10}table tbody tr{transition:all .15s ease}table tbody tr:hover{background-color:#1e293b}table tbody tr:last-child td{border-bottom:none}table tbody tr td:first-child{border-left:3px solid transparent}table tbody tr:hover td:first-child{border-left-color:#3b82f6}table button{width:100%;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .2s ease;box-shadow:0 1px 3px #0003}.subscribed{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.subscribed:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 3px 6px #ef44444d}.unsubscribed{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.unsubscribed:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 3px 6px #10b9814d}.empty-state{text-align:center;padding:3rem 1rem!important;color:#64748b;font-style:italic}@media (max-width: 768px){.watchlist-container{padding:1rem}.header-section{flex-direction:column;align-items:flex-start}.header-section h2{font-size:1.5rem}.stats{width:100%}.stat-badge{flex:1;text-align:center}.content-section{padding:1rem}.bulk-actions{flex-direction:column}.bulk-btn{min-width:100%}table th,table td{padding:.75rem .5rem;font-size:.875rem}.tabs{gap:0}.tab{flex:1;padding:.75rem .5rem;font-size:.875rem}}@media (max-width: 640px){table{font-size:.8rem}table th,table td{padding:.5rem .25rem}table th{font-size:.75rem}}.admin-container{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.admin-container>h1{background:#1e293bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;margin:0;font-size:1.5rem;color:#e2e8f0;font-weight:600;position:sticky;top:0;z-index:100}.admin-tabs{display:flex;gap:.5rem;padding:1.5rem 2rem 0;background:transparent;overflow-x:auto;scrollbar-width:thin}.admin-tabs::-webkit-scrollbar{height:4px}.admin-tabs::-webkit-scrollbar-track{background:#ffffff0d}.admin-tabs::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.admin-tabs button{background:transparent;border:none;color:#94a3b8;padding:.75rem 1.5rem;border-radius:8px 8px 0 0;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease;border-bottom:2px solid transparent;white-space:nowrap}.admin-tabs button:hover{color:#e2e8f0;background:#ffffff0d}.admin-tabs button.active{color:#e2e8f0;background:#a5b4fc1a;border-bottom-color:#a5b4fc}.account-scope-banner{margin:1.5rem 2rem 0;background:#1e293b99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem 1.25rem;font-size:.9rem;color:#e2e8f0}.account-scope-banner strong{color:#a5b4fc;margin-right:.5rem}.account-scope-banner select{background:#0f172a80;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#e2e8f0;padding:.4rem .8rem;font-size:.9rem;margin-left:.5rem;cursor:pointer}.account-scope-banner select:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 3px #a5b4fc1a}#productsTab,#usersTab,#mobileTab,#discordTab,#app-versionsTab,#announcementsTab{padding:2rem;max-width:1400px;margin:0 auto}#productsTab h2,#usersTab h2,#mobileTab h2{font-size:1.2rem;color:#e2e8f0;margin:0 0 1.5rem;font-weight:600}.admin-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;padding:1.75rem;background:#1e293b99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 4px 20px #0000004d}.admin-form select,.admin-form input{padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0f172a80;color:#e2e8f0;font-size:.95rem;transition:all .2s ease}.admin-form select:focus,.admin-form input:focus{outline:none;border-color:#a5b4fc;background:#0f172ab3;box-shadow:0 0 0 3px #a5b4fc1a}.admin-form button{background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease;box-shadow:0 2px 8px #10b9814d}.admin-form button:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.admin-form button:disabled{background:#6b7280;cursor:not-allowed;transform:none;box-shadow:none}.admin-table{width:100%;border-collapse:collapse;background:#1e293b99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000004d;table-layout:fixed}.admin-table th,.admin-table td{padding:1rem;text-align:left;color:#e2e8f0;border-bottom:1px solid rgba(255,255,255,.05);overflow:hidden}.admin-table th{background:#0f172a80;font-weight:600;font-size:.9rem;color:#a5b4fc;text-transform:uppercase;letter-spacing:.5px}.admin-table tbody tr{transition:background .2s ease}.admin-table tbody tr:hover{background:#ffffff0d}.admin-table th:nth-child(1),.admin-table td:nth-child(1){width:6%}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:10%}.admin-table th:nth-child(3),.admin-table td:nth-child(3){width:8%}.admin-table th:nth-child(4),.admin-table td:nth-child(4){width:8%}.admin-table th:nth-child(5),.admin-table td:nth-child(5){width:9%}.admin-table th:nth-child(6),.admin-table td:nth-child(6){width:11%}.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10%}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:10%}.admin-table th:nth-child(9),.admin-table td:nth-child(9){width:5%}.admin-table th:nth-child(10),.admin-table td:nth-child(10){width:5%}.admin-table th:nth-child(11),.admin-table td:nth-child(11){width:6%;text-align:center}.admin-table th:nth-child(12),.admin-table td:nth-child(12){width:12%;white-space:nowrap}.admin-table td:nth-child(6),.admin-table td:nth-child(7),.admin-table td:nth-child(8){word-break:break-all;white-space:normal;overflow-wrap:break-word;font-size:.8rem;color:#94a3b8;line-height:1.3}.admin-table td:nth-child(2),.admin-table td:nth-child(3){word-break:break-word;white-space:normal;overflow-wrap:break-word}.action-btn{padding:.5rem 1rem;margin-right:.5rem;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s ease}.action-btn.edit{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.action-btn.edit:hover{background:#3b82f64d;transform:translateY(-1px)}.action-btn.delete{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.action-btn.delete:hover{background:#ef44444d;transform:translateY(-1px)}.action-btn.save{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.action-btn.save:hover{background:#10b9814d;transform:translateY(-1px)}.action-btn.cancel{background:#9ca3af33;color:#9ca3af;border:1px solid rgba(156,163,175,.3)}.action-btn.cancel:hover{background:#9ca3af4d}.admin-table input,.admin-table select{width:100%;padding:.5rem;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:#0f172a80;color:#e2e8f0;font-size:.9rem;box-sizing:border-box}.admin-table input:focus,.admin-table select:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 2px #a5b4fc1a}.admin-table tbody tr td[colspan]{text-align:center;padding:3rem 1rem;color:#64748b;font-size:1rem}@media (max-width: 768px){.admin-container>h1{padding:1rem;font-size:1.3rem}.admin-tabs{padding:1rem}.admin-tabs button{padding:.6rem 1rem;font-size:.85rem}.account-scope-banner{margin:1rem;padding:.75rem 1rem;font-size:.85rem}#productsTab,#usersTab,#mobileTab,#discordTab,#app-versionsTab,#announcementsTab{padding:1rem}.admin-form{grid-template-columns:1fr;padding:1.25rem}.admin-table th,.admin-table td{padding:.75rem .5rem;font-size:.85rem}.action-btn{padding:.4rem .8rem;font-size:.8rem}}html{scroll-behavior:smooth}.history-page{min-height:100vh;background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#e2e8f0;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.page-title{font-size:2rem;font-weight:800;color:#f1f5f9;margin:0 0 2rem;letter-spacing:-.025em;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.filters{background:linear-gradient(180deg,#1a1f3a,#111827);border:1px solid rgba(59,130,246,.1);border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 24px #0000004d;display:flex;flex-direction:column;gap:1rem}.mode-toggle{background:transparent!important;border:none!important;border-radius:8px!important;padding:0;gap:.5rem}.mode-toggle .MuiToggleButton-root{background:#475569!important;color:#94a3b8!important;font-weight:600;text-transform:none;font-size:.875rem;border:none!important;padding:.625rem 1.25rem;transition:all .2s ease;border-radius:8px!important}.mode-toggle .MuiToggleButton-root:hover{background:#64748b!important;color:#cbd5e1!important}.mode-toggle .Mui-selected{background:#3b82f6!important;color:#fff!important;font-weight:700;box-shadow:0 2px 8px #3b82f64d}.mode-toggle .Mui-selected:hover{background:#2563eb!important}.filter-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.toggle-row{display:flex;align-items:center;gap:1rem}.toggle-label{font-size:.875rem;font-weight:600;color:#94a3b8}.filter-input{flex:1;min-width:200px}.filter-input .MuiInputBase-root{background:#1e293b;color:#f1f5f9;border-radius:10px;transition:all .2s ease}.filter-input .MuiOutlinedInput-notchedOutline{border-color:#334155}.filter-input:hover .MuiOutlinedInput-notchedOutline{border-color:#475569}.filter-input .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a}.filter-input .MuiInputLabel-root{color:#94a3b8}.filter-input .Mui-focused{color:#3b82f6!important}.filter-select{min-width:180px}.filter-select .MuiInputBase-root{background:#1e293b;color:#f1f5f9;border-radius:10px;transition:all .2s ease}.filter-select .MuiOutlinedInput-notchedOutline{border-color:#334155}.filter-select:hover .MuiOutlinedInput-notchedOutline{border-color:#475569}.filter-select .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a}.filter-select .MuiInputLabel-root{color:#94a3b8}.filter-select .Mui-focused{color:#3b82f6!important}.filter-select .MuiSelect-icon{color:#94a3b8}.MuiMenu-paper{background:#1e293b!important;border:1px solid #334155!important;border-radius:10px!important;box-shadow:0 8px 32px #0006!important}.MuiMenuItem-root{color:#e2e8f0!important;font-size:.875rem;padding:.75rem 1rem;transition:all .2s ease}.MuiMenuItem-root:hover{background:#3b82f61a!important}.MuiMenuItem-root.Mui-selected{background:#3b82f633!important}.search-button{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff!important;font-weight:700!important;padding:.75rem 2rem!important;text-transform:none!important;border-radius:10px!important;box-shadow:0 4px 12px #3b82f64d!important;transition:all .2s ease!important}.search-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666!important}.history-disclaimer{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:10px;padding:1rem 1.5rem;margin-bottom:1.5rem;text-align:center;color:#93c5fd;font-size:.875rem;font-weight:500}.heatmap{background:#1e293b99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.1);border-radius:16px;padding:1.5rem;overflow-x:auto;box-shadow:0 8px 32px #0006;margin-bottom:2rem}.heatmap table{width:100%;min-width:1200px;border-collapse:separate;border-spacing:0}.heatmap th{background:linear-gradient(135deg,#1e293b,#334155);color:#94a3b8;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;padding:.75rem .5rem;text-align:center;border:1px solid #334155;position:sticky;top:0;z-index:10}.heatmap th:first-child{min-width:200px;text-align:left;padding-left:1rem}.heatmap td{background:#0f172a;color:#cbd5e1;font-size:.75rem;font-weight:600;text-align:center;padding:.5rem;border:1px solid #334155;transition:all .15s ease;position:relative}.heatmap td:first-child{text-align:left;padding-left:1rem;font-size:.875rem;color:#e2e8f0;background:#1e293b;position:sticky;left:0;z-index:5}.heatmap tbody tr:hover td:first-child{background:#334155}.heatmap td[style*="cursor: pointer"]:hover{transform:scale(1.1);z-index:20;box-shadow:0 0 12px #3b82f699;border-color:#3b82f6}.MuiDialog-paper{background:#1e293b!important;color:#e2e8f0!important;border:1px solid rgba(59,130,246,.2);border-radius:16px!important;box-shadow:0 16px 48px #00000080!important}.MuiDialogTitle-root{background:linear-gradient(135deg,#1e293b,#334155);color:#f1f5f9!important;font-weight:700;border-bottom:1px solid #334155;font-size:1.25rem}.MuiDialogContent-root{background:#1e293b;padding:1.5rem!important}.details-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem;border-radius:8px;overflow:hidden}.details-table th{background:#0f172a;color:#94a3b8;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;padding:.875rem;text-align:left;border-bottom:2px solid #334155}.details-table td{background:#1e293b;color:#cbd5e1;padding:.875rem;border-bottom:1px solid #334155;font-size:.875rem}.details-table tbody tr:hover{background:#334155}.details-table tbody tr:last-child td{border-bottom:none}.details-table img{border-radius:6px;box-shadow:0 2px 8px #0000004d}.history-footer{margin-top:2rem;padding:1rem 1.5rem;font-size:.875rem;text-align:center;background:linear-gradient(180deg,#0f172af2,#1e293bf2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(239,68,68,.2);border-radius:12px;color:#fca5a5;box-shadow:0 4px 16px #0000004d}@media (max-width: 1024px){.history-page{padding:1.5rem}.page-title{font-size:1.75rem}.filters{padding:1rem}.filter-row{flex-direction:column}.filter-input,.filter-select{width:100%;min-width:100%}.heatmap{padding:1rem}.heatmap th:first-child{min-width:150px}}@media (max-width: 768px){.history-page{padding:1rem}.page-title{font-size:1.5rem;margin-bottom:1.5rem}.filters{padding:1rem}.mode-toggle .MuiToggleButton-root{font-size:.75rem;padding:.5rem 1rem}.heatmap{padding:.75rem;border-radius:12px}.heatmap th,.heatmap td{font-size:.625rem;padding:.375rem}.heatmap th:first-child,.heatmap td:first-child{font-size:.75rem;min-width:120px}.details-table th,.details-table td{padding:.625rem;font-size:.75rem}.history-footer{font-size:.75rem;padding:.875rem}}.heatmap::-webkit-scrollbar{height:8px}.heatmap::-webkit-scrollbar-track{background:#0f172a;border-radius:4px}.heatmap::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.heatmap::-webkit-scrollbar-thumb:hover{background:#475569}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.restock-map-container{padding:1.5rem;max-width:100%;margin:0 auto;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.restock-map-header{margin-bottom:1.5rem;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);padding:1rem 1.5rem;border-radius:16px;box-shadow:0 8px 32px #0000004d;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;overflow:hidden}.header-left{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;min-width:0;flex-shrink:1}.restock-map-header h1{margin:0;font-size:1.5rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-.5px}.restock-stats{display:flex;gap:.75rem}.stat-badge{display:flex;flex-direction:column;align-items:center;background:#60a5fa26;border:1px solid rgba(96,165,250,.3);padding:.375rem .75rem;border-radius:10px;min-width:60px}.stat-value{font-size:1.25rem;font-weight:700;color:#60a5fa;line-height:1}.stat-label{font-size:.65rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;margin-top:.2rem}.header-center{display:flex;align-items:center;min-width:0;flex-shrink:1}.header-legend{display:flex;align-items:center;gap:.5rem;background:#ffffff14;padding:.5rem .75rem;border-radius:10px;border:1px solid rgba(255,255,255,.15);flex-wrap:wrap}.header-legend-title{font-size:1rem;margin-right:.25rem;flex-shrink:0}.header-legend-items{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.header-legend-item{display:flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;background:none;border:none;cursor:pointer;padding:.375rem .5rem;border-radius:6px;transition:all .2s ease;color:#ffffffd9;white-space:nowrap}.header-legend-item.active{background:#ffffff26;color:#fff}.header-legend-item.inactive{opacity:.4;color:#ffffff80}.header-legend-item.inactive .header-legend-dot{opacity:.5;box-shadow:none}.header-legend-item:hover{background:#fff3;transform:scale(1.05)}.header-legend-item.inactive:hover{opacity:.6}.header-legend-dot{width:10px;height:10px;border-radius:50%;display:inline-block;box-shadow:0 0 6px currentColor}.header-right{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;min-width:0;flex-shrink:1}.search-container{position:relative;width:100%;max-width:280px;min-width:180px}.search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#ffffff80;pointer-events:none}.search-input{width:100%;padding:.625rem 2.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:.875rem;outline:none;transition:all .3s ease}.search-input::placeholder{color:#ffffff80}.search-input:focus{background:#ffffff1f;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:#ef444433;border:none;color:#ef4444;width:20px;height:20px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:all .2s}.search-clear:hover{background:#ef44444d;transform:translateY(-50%) scale(1.1)}.last-updated{font-size:.7rem;color:#fff9;margin:0;font-weight:500}.error-message{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:1rem 1.5rem;border-radius:12px;margin-bottom:1rem;text-align:center;font-weight:500}.no-results{background:#fbbf2426;border:1px solid rgba(251,191,36,.3);color:#fbbf24;padding:1.5rem;border-radius:12px;margin-bottom:1rem;text-align:center}.no-results p{margin:0 0 .75rem;font-weight:500}.clear-search-btn{background:#fbbf2433;border:1px solid rgba(251,191,36,.4);color:#fbbf24;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.clear-search-btn:hover{background:#fbbf244d}.map-content-wrapper{display:grid;grid-template-columns:1fr 420px;gap:1.5rem;align-items:start}.map-section{display:flex;flex-direction:column}.leaflet-map{box-shadow:0 20px 60px #0006;border:2px solid rgba(255,255,255,.1);overflow:hidden}.custom-map-marker{background:transparent;border:none}.marker-pin{width:30px;height:30px;border-radius:50% 50% 50% 0;position:absolute;transform:rotate(-45deg);left:50%;top:50%;margin:-15px 0 0 -15px;box-shadow:0 4px 12px #0006;border:2px solid rgba(255,255,255,.3);position:relative}.marker-count{position:absolute;top:-8px;right:-8px;background:#fff;color:#1f2937;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;transform:rotate(45deg);box-shadow:0 2px 6px #0000004d;border:2px solid rgba(0,0,0,.1)}.popup-multi-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;margin-top:1rem}.popup-multi-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s}.popup-multi-item:hover{background:#f3f4f6;border-color:#60a5fa}.popup-multi-logo{max-width:60px;max-height:25px;object-fit:contain;flex-shrink:0}.popup-multi-details{flex:1;min-width:0}.popup-multi-details strong{display:block;font-size:.9rem;color:#1f2937;margin-bottom:.25rem;font-weight:700}.popup-multi-details p{margin:.125rem 0;font-size:.8rem;color:#6b7280}.popup-multi-time{font-weight:600;font-size:.75rem!important}.popup-multi-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;border-radius:6px;text-decoration:none;font-size:1.25rem;font-weight:700;transition:all .2s;flex-shrink:0}.popup-multi-link:hover{transform:scale(1.1);box-shadow:0 4px 12px #3b82f666}.popup-multi-list::-webkit-scrollbar{width:6px}.popup-multi-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.popup-multi-list::-webkit-scrollbar-thumb{background:#60a5fa;border-radius:10px}.popup-multi-list::-webkit-scrollbar-thumb:hover{background:#3b82f6}.feed-section{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;max-height:calc(100vh - 180px);position:sticky;top:1rem;overflow:hidden}.feed-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.feed-title{display:flex;align-items:center;justify-content:space-between}.feed-header h2{margin:0;font-size:1.25rem;color:#fff;font-weight:700;letter-spacing:-.3px}.feed-count-badge{background:linear-gradient(135deg,#60a5fa,#a78bfa);color:#fff;font-size:.875rem;font-weight:700;padding:.375rem .875rem;border-radius:999px;min-width:32px;text-align:center;box-shadow:0 4px 12px #60a5fa4d}.feed-list{overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.feed-list::-webkit-scrollbar{width:8px}.feed-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.feed-list::-webkit-scrollbar-thumb{background:#60a5fa4d;border-radius:10px}.feed-list::-webkit-scrollbar-thumb:hover{background:#60a5fa80}.feed-empty{text-align:center;padding:4rem 2rem;color:#fff9}.empty-icon{color:#fff3;margin-bottom:1.5rem}.empty-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#fffc}.empty-hint{font-size:.875rem;margin:0;color:#ffffff80}.restock-map-container .feed-item{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1rem;transition:all .2s ease}.restock-map-container .feed-item:hover{background:#ffffff1f;border-color:#60a5fa66}.restock-map-container .feed-item-header{display:flex;gap:.875rem;margin-bottom:.75rem}.restock-map-container .feed-item-image-container{flex-shrink:0;width:80px;height:80px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.restock-map-container .feed-item-image{width:100%;height:100%;object-fit:contain;padding:4px}.restock-map-container .feed-item-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.restock-map-container .feed-item-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.restock-map-container .feed-store-logo{max-width:50px;max-height:18px;object-fit:contain}.restock-map-container .feed-store-name{font-size:.85rem;font-weight:600;color:#fff;flex-shrink:0}.restock-map-container .feed-badges{display:flex;gap:.375rem;align-items:center;margin-left:auto}.restock-map-container .feed-time-badge{color:#fff;font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;white-space:nowrap}.restock-map-container .feed-qty-badge{color:#ffffffe6;font-size:.65rem;font-weight:600;background:#ffffff26;padding:.2rem .5rem;border-radius:4px;white-space:nowrap}.restock-map-container .feed-product-name{color:#fff;font-size:.875rem;font-weight:600;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.restock-map-container .feed-location{color:#fff9;font-size:.75rem;margin:0;display:flex;align-items:center;gap:.25rem}.restock-map-container .feed-item-actions{display:flex;gap:.5rem;margin-top:.5rem}.restock-map-container .feed-product-btn{flex:1;background:linear-gradient(135deg,#10b981,#059669);color:#fff;text-align:center;padding:.5rem;border-radius:6px;text-decoration:none;font-size:.75rem;font-weight:600;transition:all .2s ease}.restock-map-container .feed-product-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.restock-map-container .feed-map-btn{flex:1;background:#60a5fa33;color:#60a5fa;text-align:center;padding:.5rem;border-radius:6px;text-decoration:none;font-size:.75rem;font-weight:600;transition:all .2s ease}.restock-map-container .feed-map-btn:hover{background:#60a5fa4d;color:#93c5fd;transform:translateY(-1px)}.feed-product-image{text-align:center;margin:1rem 0;background:#ffffff0d;padding:.75rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.feed-product-image img{max-width:100%;max-height:150px;object-fit:contain;border-radius:8px}.feed-link{display:block;background:linear-gradient(135deg,#60a5fa,#a78bfa);color:#fff;text-align:center;padding:.75rem;border-radius:10px;text-decoration:none;font-weight:700;font-size:.875rem;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 12px #60a5fa4d;letter-spacing:.3px}.feed-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #60a5fa66}.restock-popup{min-width:280px;max-width:350px}.popup-retailer-logo{text-align:center;padding:1rem;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:12px;margin-bottom:1rem}.popup-retailer-logo img{max-width:120px;max-height:40px;object-fit:contain}.popup-product-name{margin:0 0 1rem;font-size:1.15rem;color:#1f2937;font-weight:800;line-height:1.3;letter-spacing:-.3px}.popup-details{margin-bottom:1rem}.popup-details p{margin:.5rem 0;font-size:.9rem;color:#4b5563;line-height:1.5}.popup-details strong{color:#1f2937;font-weight:700}.popup-location{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:1rem;border-radius:10px;margin:1rem 0;border:1px solid #e5e7eb}.popup-location p{margin:.25rem 0}.popup-time{font-weight:700;font-size:.95rem;padding:.75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:10px;text-align:center;margin:1rem 0;border:1px solid #fbbf24}.popup-product-image{text-align:center;margin:1rem 0;background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:1rem;border-radius:12px;border:1px solid #e5e7eb}.popup-product-image img{max-width:100%;max-height:200px;object-fit:contain;border-radius:8px}.popup-link{display:block;background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;text-align:center;padding:.875rem;border-radius:10px;text-decoration:none;font-weight:700;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 12px #3b82f64d;letter-spacing:.3px}.popup-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.leaflet-popup-content-wrapper{border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:0;overflow:hidden}.leaflet-popup-content{margin:1.25rem;max-width:350px!important}.leaflet-popup-tip{box-shadow:0 10px 30px #0003}@media (max-width: 1400px){.map-content-wrapper{grid-template-columns:1fr 350px}}@media (max-width: 1200px){.map-content-wrapper{grid-template-columns:1fr 320px}.restock-map-header{flex-direction:column;align-items:stretch}.header-left{justify-content:space-between}.header-center{order:3;width:100%}.header-legend{width:100%;justify-content:center}.header-right{align-items:stretch}.search-container{max-width:none}}@media (max-width: 1024px){.map-content-wrapper{grid-template-columns:1fr}.feed-section{max-height:400px;position:static}}@media (max-width: 768px){.restock-map-container{padding:.75rem}.restock-map-header{padding:.75rem;gap:.75rem}.header-left{flex-direction:row;align-items:center;gap:.75rem}.restock-map-header h1{font-size:1.1rem}.restock-stats{gap:.5rem}.stat-badge{min-width:50px;padding:.25rem .5rem}.stat-value{font-size:1rem}.stat-label{font-size:.55rem}.header-legend{padding:.375rem .5rem}.header-legend-title{font-size:.875rem}.header-legend-items{gap:.25rem}.header-legend-item{font-size:.6rem;padding:.25rem .375rem}.header-legend-dot{width:8px;height:8px}.feed-section{max-height:350px}.feed-header{padding:1rem}.feed-header h2{font-size:1rem}.feed-list{padding:.75rem;gap:.75rem}.feed-item{padding:1rem}.feed-product-name{font-size:.9rem}.restock-popup{min-width:240px}.map-content-wrapper{gap:1rem}}@media (max-width: 480px){.restock-map-container{padding:.5rem}.restock-map-header{padding:.5rem;gap:.5rem}.header-left{flex-direction:column;align-items:stretch;gap:.5rem}.restock-map-header h1{font-size:1rem;text-align:center}.restock-stats{justify-content:center}.stat-badge{min-width:45px;padding:.2rem .4rem}.stat-value{font-size:.9rem}.stat-label{font-size:.5rem}.header-legend{padding:.375rem;justify-content:center}.header-legend-title{font-size:.75rem}.header-legend-items{gap:.125rem;justify-content:center}.header-legend-item{font-size:.55rem;padding:.2rem .3rem}.header-legend-dot{width:6px;height:6px}.search-input{font-size:.8rem;padding:.5rem 2rem}.feed-section{max-height:300px}.feed-header{padding:.75rem}.feed-header h2{font-size:.9rem}.feed-count-badge{font-size:.75rem;padding:.25rem .5rem}.feed-list{padding:.5rem;gap:.5rem}.feed-item{padding:.75rem}.feed-product-name{font-size:.85rem;margin-bottom:.5rem}.feed-details p{font-size:.75rem}.feed-link{padding:.5rem;font-size:.75rem}.map-content-wrapper{gap:.75rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.documentation-layout{display:flex;height:100vh;background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow:hidden}.docs-sidebar{width:300px;background:linear-gradient(180deg,#1a1f3a,#111827);border-right:1px solid rgba(59,130,246,.1);display:flex;flex-direction:column;overflow:hidden;box-shadow:4px 0 24px #0000004d}.docs-header{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid rgba(71,85,105,.3)}.docs-header h2{margin:0 0 1rem;font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.back-to-dashboard{width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:600;border-radius:8px;border:1px solid #475569;background:#3341554d;color:#cbd5e1;cursor:pointer;transition:all .2s ease}.back-to-dashboard:hover{background:#47556966;border-color:#64748b;color:#f1f5f9;transform:translateY(-2px)}.docs-nav{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;scrollbar-width:thin;scrollbar-color:#334155 transparent}.docs-nav::-webkit-scrollbar{width:6px}.docs-nav::-webkit-scrollbar-track{background:transparent}.docs-nav::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.docs-nav-btn{padding:1rem 1.25rem;font-size:.95rem;font-weight:600;text-align:left;border:1px solid #334155;border-radius:10px;background:#3341551a;color:#94a3b8;cursor:pointer;transition:all .2s ease}.docs-nav-btn:hover{background:#3b82f61a;border-color:#3b82f6;color:#93c5fd;transform:translate(4px)}.docs-nav-btn.active{background:linear-gradient(135deg,#3b82f633,#6366f133);border-color:#3b82f6;color:#fff;font-weight:700;box-shadow:0 2px 8px #3b82f64d}.docs-nav-section{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(71,85,105,.3)}.docs-nav-section h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin:0 0 .75rem .25rem;font-weight:700}.docs-nav-link{display:block;text-decoration:none}.docs-footer{padding:1.5rem;border-top:1px solid rgba(71,85,105,.3);text-align:center}.docs-footer p{margin:0 0 .5rem;font-size:.875rem;color:#64748b;font-weight:600}.docs-footer a{color:#3b82f6;text-decoration:none;font-weight:600;font-size:.875rem;transition:color .2s ease}.docs-footer a:hover{color:#60a5fa;text-decoration:underline}.docs-main{flex:1;overflow-y:auto;padding:3rem;scrollbar-width:thin;scrollbar-color:#334155 transparent}.docs-main::-webkit-scrollbar{width:8px}.docs-main::-webkit-scrollbar-track{background:transparent}.docs-main::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.docs-main::-webkit-scrollbar-thumb:hover{background:#475569}.doc-content{max-width:900px;margin:0 auto}.doc-content h1{font-size:2.5rem;font-weight:800;color:#f1f5f9;margin:0 0 2rem;letter-spacing:-.025em;padding-bottom:1rem;border-bottom:2px solid rgba(59,130,246,.2)}.doc-content h2{font-size:1.75rem;font-weight:700;color:#f1f5f9;margin:2rem 0 1rem}.doc-content h3{font-size:1.25rem;font-weight:600;color:#cbd5e1;margin:1.5rem 0 .75rem}.doc-content p{font-size:1rem;line-height:1.7;color:#94a3b8;margin:0 0 1rem}.doc-content a{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.doc-content a:hover{color:#60a5fa;text-decoration:underline}.doc-content ul,.doc-content ol{margin:0 0 1.5rem;padding-left:1.75rem;color:#94a3b8;line-height:1.8}.doc-content li{margin-bottom:.5rem}.doc-content li strong{color:#cbd5e1;font-weight:700}.doc-content code{background:#33415580;color:#fbbf24;padding:.2rem .5rem;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.9em;border:1px solid rgba(251,191,36,.2)}.doc-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(71,85,105,.2)}.doc-section:last-child{border-bottom:none;margin-bottom:0}.doc-tip,.doc-warning{padding:1.25rem 1.5rem;border-radius:12px;margin:1.5rem 0;border-left:4px solid}.doc-tip{background:#10b9811a;border-color:#10b981;color:#d1fae5}.doc-tip strong{color:#10b981;display:block;margin-bottom:.5rem}.doc-tip ul{margin-top:.75rem;margin-bottom:0}.doc-warning{background:#f59e0b1a;border-color:#f59e0b;color:#fef3c7}.doc-warning strong{color:#f59e0b;display:block;margin-bottom:.5rem}.doc-steps{background:#1e293b99;border:1px solid rgba(59,130,246,.1);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.doc-steps h3{color:#3b82f6;margin-top:0;font-size:1.1rem}.doc-steps ol{margin-bottom:1.5rem}.doc-steps ol:last-child{margin-bottom:0}.detected-info{background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;color:#93c5fd;font-size:.95rem}.detected-info strong{color:#60a5fa}@media (max-width: 1024px){.docs-sidebar{width:260px}.docs-main{padding:2rem}.doc-content h1{font-size:2rem}}@media (max-width: 768px){.documentation-layout{flex-direction:column}.docs-sidebar{width:100%;height:auto;max-height:40vh;border-right:none;border-bottom:1px solid rgba(59,130,246,.1)}.docs-header{padding:1.5rem 1rem}.docs-header h2{font-size:1.5rem}.docs-nav{padding:1rem;max-height:30vh}.docs-footer{padding:1rem}.docs-main{padding:1.5rem;overflow-y:auto}.doc-content h1{font-size:1.75rem}.doc-content h2{font-size:1.5rem}.doc-content h3{font-size:1.15rem}}@media (max-width: 480px){.docs-main{padding:1rem}.doc-content h1{font-size:1.5rem}.doc-content h2{font-size:1.25rem}.doc-tip,.doc-warning,.doc-steps{padding:1rem}}.guide-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#1e1b4b;color:#f3f4f6;min-height:100vh}.guide-navbar{position:fixed;width:100%;background:#1e1b4bf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;z-index:100;box-shadow:0 4px 12px #00000040}.guide-hero{padding:8rem 2rem 4rem;background:linear-gradient(135deg,#1e1b4b,#312e81);text-align:center}.guide-title{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.2}.guide-subtitle{font-size:1.25rem;color:#c7d2fe;max-width:800px;margin:0 auto;line-height:1.6}.guide-content{max-width:900px;margin:3rem auto;padding:0 2rem 3rem}.content-wrapper{background:#1e293b80;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2.5rem;margin-bottom:3rem}.content-wrapper h2{font-size:1.875rem;color:#e2e8f0;margin:2rem 0 1rem;font-weight:700}.content-wrapper h3{font-size:1.5rem;color:#cbd5e1;margin:1.5rem 0 1rem;font-weight:600}.content-wrapper p{font-size:1.125rem;line-height:1.8;color:#e2e8f0;margin-bottom:1.25rem}.content-wrapper ul,.content-wrapper ol{margin:1.25rem 0;padding-left:2rem;color:#e2e8f0}.content-wrapper li{margin-bottom:.75rem;line-height:1.7;font-size:1.0625rem}.content-wrapper strong{color:#a5b4fc;font-weight:600}.content-wrapper a{color:#818cf8;text-decoration:underline;transition:color .2s}.content-wrapper a:hover{color:#a5b4fc}.guide-faq{margin:3rem 0}.guide-faq h2{font-size:2rem;color:#e2e8f0;margin-bottom:2rem;text-align:center;font-weight:700}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#1e293b80;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;transition:all .3s ease}.faq-item.open{border-color:#8b5cf64d;background:#1e293bb3}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;color:#e2e8f0;font-size:1.125rem;font-weight:600;text-align:left;cursor:pointer;transition:color .2s}.faq-question:hover{color:#a5b4fc}.faq-toggle{font-size:1.5rem;color:#8b5cf6;font-weight:300;transition:transform .3s}.faq-item.open .faq-toggle{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.25rem;animation:slideDown .3s ease}.faq-answer p{color:#cbd5e1;line-height:1.7;font-size:1rem;margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.guide-more-guides{margin:3rem 0}.guide-more-guides h2{font-size:1.75rem;color:#e2e8f0;margin-bottom:1.5rem;text-align:center;font-weight:700}.guides-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.guide-nav-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#1e293b80;border:1px solid rgba(255,255,255,.1);border-radius:8px;text-decoration:none;transition:all .2s ease}.guide-nav-card:hover{background:#1e293bb3;border-color:#8b5cf64d;transform:translateY(-2px)}.guide-nav-icon{font-size:2rem}.guide-nav-card h4{color:#e2e8f0;font-size:1rem;font-weight:600;margin:0 0 .25rem}.guide-nav-card p{color:#94a3b8;font-size:.875rem;margin:0;line-height:1.4}.guide-cta{margin:3rem 0}.cta-card{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 30px #8b5cf64d}.cta-card h2{font-size:2rem;color:#fff;margin:0 0 1rem;font-weight:700}.cta-card p{font-size:1.125rem;color:#e0e7ff;margin:0 0 2rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease;display:inline-block}.btn-primary{background:#fff;color:#6366f1;border:2px solid transparent}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.guide-footer{text-align:center;padding:2rem;font-size:.9rem;color:#a5b4fc;background:#1e1b4be6;border-top:1px solid rgba(255,255,255,.1)}.guide-footer a{color:#c7d2fe;text-decoration:underline;margin:0 .3rem}.guide-footer a:hover{color:#fff}@media (max-width: 768px){.guide-title{font-size:1.875rem}.guide-subtitle{font-size:1.125rem}.content-wrapper{padding:1.5rem}.content-wrapper h2{font-size:1.5rem}.content-wrapper h3{font-size:1.25rem}.content-wrapper p,.content-wrapper li{font-size:1rem}.cta-card{padding:2rem 1.5rem}.cta-card h2{font-size:1.5rem}.cta-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;height:100%;width:100%;overflow-x:hidden;background-color:#1e1b4b}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0;width:100%;height:100%;background-color:#0c0c0c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:3.2em;line-height:1.1}button{background:linear-gradient(90deg,#ff416c,#ff4b2b);border:none;color:#fff;font-weight:700;padding:.6em 1.4em;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}button:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000004d}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input{padding:.5rem;margin:.25rem 0;border-radius:5px}.hero{padding:3rem;text-align:center;background:linear-gradient(to right,#4facfe,#00f2fe);color:#fff}.features,.faq{padding:2rem;max-width:800px;margin:auto}
