:root{--bg:#2c0938;--bg2:#380b47;--surface:#330b43;--surface2:#410e53;--border:rgba(232,83,139,0.4);--card:#330b43;--card2:#410e53;--line:rgba(232,83,139,0.4);--shadow:0 8px 28px rgba(0,0,0,0.5);--text:#ffffff;--muted:#e2cef2;--altin:#f3d36b;--altin2:#c9a227;--turk:#e8538b;--pembe:#f43f5e;--pembe2:#d4457a;--vurgu:#e8538b}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#260731;color:var(--text);font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden !important;overflow-y:visible !important;height:auto !important}
#sky{position:fixed;inset:0;z-index:0;pointer-events:none}
.app{display:flex;flex-direction:column;min-height:100vh;position:relative !important;z-index:1;max-width:520px;margin:0 auto;background:linear-gradient(180deg,#2c0938 0%,#3e0b4c 50%,#240730 100%);overflow:visible !important;height:auto !important}
.wrap{flex:1 0 auto;position:relative;z-index:1;width:100%;max-width:520px;margin:0 auto}
.app-padding{padding:0 14px}
.site-header{position:sticky;top:0;z-index:1000;width:100%;background:rgba(42,9,54,0.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,83,139,0.35);box-shadow:0 4px 16px rgba(0,0,0,0.45);transition:all 0.25s ease}
.site-header.scrolled{background:rgba(42,9,54,0.98);box-shadow:0 6px 22px rgba(232,83,139,0.3);border-bottom-color:rgba(232,83,139,0.5)}
.topbar{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:6px !important;padding:5px 0 !important;width:100% !important;max-width:100%;box-sizing:border-box !important;overflow:visible !important;position:relative;flex-wrap:nowrap !important}
.topbar-actions{display:flex !important;align-items:center !important;gap:5px !important;flex-shrink:0 !important;max-width:62%;box-sizing:border-box;flex-wrap:nowrap !important}
.hdr-btn{display:inline-flex !important;align-items:center !important;justify-content:center;gap:4px !important;padding:5px 9px !important;border-radius:12px !important;font-size:11.5px !important;font-weight:800 !important;text-decoration:none !important;transition:all 0.2s ease;white-space:nowrap !important;line-height:1;flex-shrink:0 !important}
.hdr-btn-login{background:#410e53;border:1px solid rgba(232,83,139,0.45);color:#ffffff;box-shadow:0 2px 6px rgba(0,0,0,0.25)}
.hdr-btn-login:hover{background:#4f1265;color:#fff;border-color:#e8538b;transform:translateY(-1px)}
.hdr-btn-register{background:linear-gradient(135deg,#e8538b 0%,#d4457a 100%);border:1px solid #e8538b;color:#fff;box-shadow:0 3px 10px rgba(232,83,139,0.4)}
.hdr-btn-register:hover{background:linear-gradient(135deg,#f43f5e 0%,#e8538b 100%);color:#fff;box-shadow:0 5px 14px rgba(244,63,94,0.5);transform:translateY(-1px)}
.hdr-btn-panel{background:linear-gradient(135deg,#410e53,#4f1265);border:1px solid rgba(232,83,139,0.45);color:#ffffff;box-shadow:0 2px 6px rgba(0,0,0,0.25)}
.hdr-btn-logout{background:rgba(214,48,49,0.2);border:1px solid rgba(214,48,49,0.5);color:#ff7675;padding:6px 8px}
.brand{margin:0 !important;display:inline-flex !important;align-items:center !important;justify-content:flex-start !important;gap:6px !important;text-decoration:none !important;color:#ffffff !important;flex-wrap:nowrap !important;flex-shrink:1 !important;min-width:0 !important;max-width:55% !important;overflow:visible !important}
.site-header.scrolled .topbar{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 0;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;position:relative}
.hdr-search-icon-btn{display:grid !important;align-items:center;justify-content:center;width:34px !important;height:34px !important;border-radius:50% !important;background:linear-gradient(135deg,#410e53 0%,#330b43 100%);color:#ffffff;border:1.5px solid rgba(232,83,139,0.45);font-size:14px !important;cursor:pointer;box-shadow:0 3px 10px rgba(0,0,0,0.35);transition:all 0.2s ease;flex-shrink:0 !important;place-items:center !important}
.hdr-search-icon-btn:hover,.hdr-search-icon-btn:active{background:linear-gradient(135deg,#e8538b 0%,#d4457a 100%);color:#fff;border-color:#e8538b;box-shadow:0 6px 18px rgba(232,83,139,0.5);transform:scale(1.06)}
.search-modal-backdrop{position:fixed;inset:0;z-index:999999;background:rgba(22,5,32,0.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:12px;opacity:0;visibility:hidden;transition:all 0.22s ease-out}
.search-modal-backdrop.active{opacity:1;visibility:visible}
.search-modal-box{width:100%;max-width:480px;background:#330b43;border:1.5px solid rgba(232,83,139,0.45);border-radius:20px;box-shadow:0 16px 48px rgba(0,0,0,0.65);overflow:hidden;display:flex;flex-direction:column;max-height:72vh;margin-bottom:50px;transform:scale(0.94);transition:all 0.22s ease-out}
.search-modal-backdrop.active .search-modal-box{transform:scale(1)}
.search-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#410e53 0%,#4f1265 100%);border-bottom:1px solid rgba(232,83,139,0.35);flex-shrink:0}
.search-modal-title{font-size:15px;font-weight:900;color:#fff;display:flex;align-items:center;gap:8px;margin:0}
.search-modal-close{width:32px;height:32px;border-radius:50%;background:#410e53;border:1px solid rgba(232,83,139,0.45);color:#ffffff;font-size:15px;display:grid;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;place-items:center;box-shadow:0 2px 8px rgba(0,0,0,0.25);outline:none}
.search-modal-close:hover{background:#e8538b;color:#fff;border-color:#e8538b}
.search-modal-input-wrap{padding:10px 14px;background:#330b43;border-bottom:1px solid rgba(232,83,139,0.3);position:relative;flex-shrink:0}
.search-modal-input{width:100%;background:#410e53;border:1.5px solid rgba(232,83,139,0.45);border-radius:12px;padding:9px 36px 9px 34px;font-size:0.86rem;font-weight:700;color:#fff;outline:none;transition:all 0.2s ease}
.search-modal-input:focus{border-color:#e8538b;background:#4f1265;box-shadow:0 0 0 3px rgba(232,83,139,0.25)}
.search-modal-icon{position:absolute;left:24px;top:50%;transform:translateY(-50%);color:#e8538b;font-size:0.88rem;pointer-events:none}
.search-modal-clear{position:absolute;right:24px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#e2cef2;font-size:0.88rem;cursor:pointer;display:none}
.search-modal-tabs{display:flex;gap:5px;padding:8px 14px;background:#330b43;border-bottom:1px solid rgba(232,83,139,0.3);overflow-x:auto;scrollbar-width:none;flex-shrink:0}
.search-tab-btn{white-space:nowrap;background:#410e53;border:1px solid rgba(232,83,139,0.35);color:#ffffff;border-radius:12px;padding:5px 11px;font-size:0.74rem;font-weight:700;cursor:pointer;transition:all 0.15s ease}
.search-tab-btn.active,.search-tab-btn:hover{background:linear-gradient(135deg,#e8538b,#d4457a);color:#fff;border-color:#e8538b;box-shadow:0 3px 8px rgba(232,83,139,0.4)}
.search-modal-body{padding:16px;overflow-y:auto;flex:1 1 auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch;max-height:calc(85vh - 60px)}
.search-section-label{font-size:12px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:0.3px;margin:8px 0 6px 0;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.search-section-label span{font-size:0.7rem;color:#e8538b;background:#410e53;padding:2px 7px;border-radius:8px;border:1px solid rgba(232,83,139,0.35)}
.search-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px}
.search-card-item{display:flex;align-items:center;gap:6px;background:#410e53;border:1px solid rgba(232,83,139,0.35);border-radius:12px;padding:10px 12px;text-decoration:none;color:#fff;font-size:12.5px;font-weight:800;transition:all 0.2s ease;box-shadow:0 1px 4px rgba(0,0,0,0.25);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-card-item:hover{background:linear-gradient(135deg,#e8538b,#d4457a);color:#fff;border-color:#e8538b;box-shadow:0 3px 10px rgba(232,83,139,0.4);transform:translateY(-1px)}
.search-card-item i{color:#e8538b;font-size:13px;flex-shrink:0}
.brand:hover{transform:scale(1.02)}
.brand .mark,.pbar-logo .mark,.mf-logo-img{height:52px;width:auto;max-width:230px;border-radius:0;display:block;object-fit:contain;box-shadow:none;border:none;background:transparent;padding:0;transition:all 0.25s ease;flex:none}
.site-header.scrolled .brand .mark{height:32px}
.brand .wm,.pbar-logo .wm,.pbar-logo-title,.mf-brand{display:inline-block;font-size:18px;font-weight:900;color:#ffffff !important;background:none !important;-webkit-text-fill-color:#ffffff !important;white-space:nowrap;letter-spacing:-0.4px;font-family:'Outfit','Montserrat','Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif !important;text-shadow:0 0 14px rgba(232,83,139,0.55),0 2px 6px rgba(0,0,0,0.8)}
.sub{text-align:center;color:var(--muted);font-size:12px;margin:4px 0 12px}
.pbar{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:rgba(42,9,54,0.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,83,139,0.35);box-shadow:0 4px 18px rgba(0,0,0,0.45);transition:all 0.25s ease}
.pbar.scrolled{background:rgba(42,9,54,0.98);box-shadow:0 6px 22px rgba(232,83,139,0.3)}
.pbar-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#ffffff;max-width:calc(100% - 100px);min-width:0}
.pbar-logo .mark{height:32px;width:auto;max-width:160px;border-radius:10px;flex:none;display:block;object-fit:contain;box-shadow:0 4px 10px rgba(243,211,107,0.4)}
.pbar-logo .wm{font-family:'Outfit','Montserrat','Inter',sans-serif !important;font-weight:900;font-size:1.05rem;letter-spacing:-0.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ffffff !important}
.pbar-spacer{width:38px;height:38px}
.ibtn,a.ibtn{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:6px;padding:0 14px;height:38px;width:auto;border-radius:12px;font-weight:700;font-size:13px;color:#fff;cursor:pointer;background:rgba(65,14,83,0.94);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(232,83,139,0.35);box-shadow:0 2px 8px rgba(0,0,0,0.3);white-space:nowrap;line-height:1;text-decoration:none}
.bnav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:60;width:100%;max-width:520px;box-sizing:border-box;height:calc(66px+env(safe-area-inset-bottom,0px));padding:6px 8px calc(6px+env(safe-area-inset-bottom,0px));display:flex;align-items:center;justify-content:space-between;gap:4px;background:rgba(42,9,54,0.97);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(232,83,139,0.4);border-bottom:none;border-radius:18px 18px 0 0;box-shadow:0 -8px 24px rgba(0,0,0,0.55)}
.bnav-item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 2px;border-radius:12px;text-decoration:none;color:var(--muted);font-size:.68rem;font-weight:700;letter-spacing:.2px;transition:color .15s,background .15s}
.bnav-item .bnav-ico{width:22px;height:22px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.bnav-item i.bnav-ico,.bnav-item .fa-solid.bnav-ico{width:auto;height:auto;font-size:19px;stroke:none;fill:currentColor}
.bnav-ico-wrap{position:relative;display:grid;place-items:center;width:22px;height:22px}
.bnav-badge{position:absolute;top:-6px;right:-10px;min-width:15px;height:15px;padding:0 4px;border-radius:8px;background:linear-gradient(180deg,#f0d36a,var(--altin,#e8c24a));color:#2a1d05;font-size:.55rem;font-weight:800;font-style:normal;line-height:15px;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.35)}
.bnav-badge[hidden]{display:none}
.bnav-item span{line-height:1;white-space:nowrap}
.bnav-item.on{color:#ffffff;background:rgba(232,83,139,0.25);font-weight:800}
.bnav-item:active{transform:scale(.96)}
.bnav-item.bnav-cta{color:#f43f5e}
.bnav-item.bnav-cta.on,.bnav-item.bnav-cta:hover{color:#f43f5e;background:rgba(244,63,94,0.2)}
.yukari-btn{position:fixed;right:16px;bottom:calc(88px+env(safe-area-inset-bottom,0px));z-index:55;width:46px;height:52px;border:0;border-radius:50%;cursor:pointer;font-size:1.1rem;line-height:1;color:#fff;background:linear-gradient(180deg,#f43f5e,#e8538b);box-shadow:0 8px 22px rgba(232,83,139,0.5);transition:opacity 0.2s,transform 0.2s;display:flex;align-items:center;justify-content:center;text-decoration:none}
.yukari-btn i{display:flex;align-items:center;justify-content:center;margin:0;padding:0;line-height:1}
.yukari-btn[hidden]{display:none}
.yukari-btn:active{transform:scale(0.94)}
.wa-float{position:fixed;right:16px;bottom:calc(150px+env(safe-area-inset-bottom,0px));z-index:54;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:#fff;background:linear-gradient(135deg,#f43f5e,#e8538b);box-shadow:0 10px 28px rgba(232,83,139,0.5)}
.wa-float .wa-etiket{display:none}
.wa-pulse{position:absolute;inset:0;border-radius:50%;animation:waPulse 2s infinite;pointer-events:none}
.wa-pulse2{animation-delay:1s}
70%{transform:scale(1.45);opacity:0}
100%{transform:scale(1.45);opacity:0}
50%{opacity:0.55}
.mega-footer{background:#22062b !important;border-top:1.5px solid rgba(232,83,139,0.5) !important;padding:24px 16px calc(24px+env(safe-area-inset-bottom,0px));margin-top:30px;border-radius:0px !important;box-shadow:0 -8px 28px rgba(0,0,0,0.65),0 0 16px rgba(232,83,139,0.25) !important}
.mf-grid{display:flex;flex-direction:column;gap:20px}
.mf-brand{display:inline-flex !important;align-items:center !important;gap:0px !important;font-weight:900 !important;font-size:20px !important;color:#ffffff !important;margin-bottom:12px !important;text-decoration:none !important;max-width:100% !important;overflow:visible !important;font-family:'Outfit','Montserrat','Inter',sans-serif !important;text-shadow:0 0 10px rgba(232,83,139,0.6) !important}
.mf-desc{font-size:12px;line-height:1.6;color:var(--muted);margin:0 0 14px}
.mf-wa-box{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:14px;font-size:12.5px;line-height:1.4;background:#410e53;border:1px solid rgba(232,83,139,0.35);color:#fff}
.mf-wa-box i{font-size:20px;color:#e8538b}
.mf-title{font-size:15px !important;font-weight:900 !important;color:#ffffff !important;margin-bottom:12px;display:flex;align-items:center;gap:8px;text-shadow:0 0 8px rgba(232,83,139,0.5) !important}
.mf-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.mf-links a{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:0px !important;text-decoration:none;font-size:14.5px !important;font-weight:900 !important;color:#ffffff !important;background:linear-gradient(135deg,#410e53 0%,#330b43 100%);border:1.5px solid rgba(232,83,139,0.4);transition:all 0.2s ease;box-shadow:0 4px 14px rgba(0,0,0,0.3)}
.mf-links a:hover{background:linear-gradient(135deg,#e8538b 0%,#d4457a 100%);transform:translateX(3px);color:#ffffff;border-color:#e8538b;box-shadow:0 0 16px rgba(232,83,139,0.5),0 6px 18px rgba(0,0,0,0.4)}
.mf-links a i{color:#e8538b !important;width:20px;text-align:center;font-size:16px !important;filter:drop-shadow(0 0 6px #e8538b) !important}
.mf-divider{height:1px;margin:10px 0;background:linear-gradient(90deg,transparent,rgba(232,83,139,0.35) 20%,rgba(232,83,139,0.35) 80%,transparent)}
.mf-bottom{text-align:center}
.mf-18plus{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:0.3px;text-transform:uppercase;color:#fce4ec;background:#410e53;border:1px solid rgba(232,83,139,0.45);margin-bottom:12px}
.mf-copy{margin:0;font-size:11.5px;line-height:1.7;color:var(--muted)}
.mf-district-section{margin:18px 0 14px 0;padding:16px;background:#330b43;border:1.5px solid rgba(232,83,139,0.45) !important;border-radius:0px !important;box-shadow:0 0 16px rgba(232,83,139,0.2) !important}
.mf-district-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:8px}
.mf-district-2col-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.mf-dist-item{display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 10px;border-radius:0px !important;background:linear-gradient(135deg,#410e53 0%,#330b43 100%);border:1px solid rgba(232,83,139,0.35);color:#fff;font-size:13px !important;font-weight:800 !important;text-decoration:none;transition:all 0.2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mf-dist-item:hover{background:linear-gradient(135deg,#e8538b 0%,#d4457a 100%);color:#fff;border-color:#e8538b;box-shadow:0 4px 12px rgba(232,83,139,0.4);transform:translateY(-1px)}
.mf-dist-item:hover i{color:#fff}
.topbar-spacer{width:38px;flex-shrink:0}
.search-modal-title i{color:#e8538b}
#modalNeighborhoodsSection{margin-top:16px}
#modalNoResults{display:none;text-align:center;padding:30px 15px;color:#e2cef2}
#modalNoResults i{font-size:32px;color:#e8538b;margin-bottom:10px}
#modalNoResults .no-res-title{font-size:14px;font-weight:700;margin:0;color:#fff}
#modalNoResults .no-res-sub{font-size:12px;margin-top:4px;color:#e2cef2}
.custom-district-dropdown-container{position:relative;margin:8px 0;width:100%;z-index:40}
.custom-district-wrap{position:relative;display:flex;align-items:center}
.custom-district-ic-left{position:absolute;left:14px;color:#e8538b;font-size:15px;pointer-events:none;z-index:2}
.custom-district-trigger{width:100%;appearance:none;-webkit-appearance:none;background:linear-gradient(135deg,#410e53 0%,#330b43 100%);border:1.5px solid rgba(232,83,139,0.45);border-radius:16px;padding:11px 36px 11px 38px;box-shadow:0 4px 14px rgba(0,0,0,0.35);font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:13.5px;font-weight:800;color:#fff;cursor:pointer}
.custom-district-ic-right{position:absolute;right:14px;color:#e8538b;font-size:12px;pointer-events:none;z-index:2}
.pkg-countdown.expired{display:inline-flex;align-items:center;gap:6px;background:rgba(214,48,49,0.2);color:#ff7675;font-size:12px;font-weight:800;padding:6px 12px;border-radius:20px;border:1px solid rgba(214,48,49,0.5)}
.pkg-countdown.active{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#410e53 0%,#4f1265 100%);color:#ffffff;font-size:12px;font-weight:800;padding:6px 14px;border-radius:20px;border:1px solid rgba(232,83,139,0.45);box-shadow:0 2px 8px rgba(232,83,139,0.3)}
.pkg-countdown.active i{color:#f43f5e;animation:pulse 1.5s infinite}
.sd-grid-wrapper{background:#330b43;border:1.5px solid rgba(232,83,139,0.4);border-radius:20px;padding:20px;margin:20px 0;box-shadow:0 6px 20px rgba(0,0,0,0.45)}
.sd-grid-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:10px}
.sd-grid-head h3{margin:0;font-size:16px;font-weight:800;color:#fff;display:flex;align-items:center;gap:8px}
.sd-grid-head h3 i{color:#e8538b;font-size:18px}
.sd-grid-badge{font-size:12px;font-weight:800;color:#ffffff;background:#410e53;border:1px solid rgba(232,83,139,0.45);padding:4px 12px;border-radius:12px}
.sd-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}
.sd-grid-card{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#410e53 0%,#330b43 100%);border:1px solid rgba(232,83,139,0.35);padding:10px 14px;border-radius:14px;color:#fff;font-size:13px;font-weight:800;text-decoration:none;transition:all 0.2s ease;box-shadow:0 2px 8px rgba(0,0,0,0.25)}
.sd-grid-card i{color:#e8538b;font-size:13px}
.sd-grid-card span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cta-main-btn{background:linear-gradient(135deg,#f43f5e,#e8538b);box-shadow:0 8px 24px rgba(232,83,139,0.5);margin:6px 0 14px 0}
.pop-bas-ic{color:#ff4757}
.zone-quick-select{margin-bottom:15px}
.seo-h2-ic{color:#e8538b}
.mf-dist-head-h4{margin:0;font-size:15px;font-weight:800;color:#fff;display:flex;align-items:center;gap:8px}
.mf-dist-head-badge{font-size:11px;font-weight:800;color:#ffffff;background:#410e53;border:1px solid rgba(232,83,139,0.45);padding:3px 10px;border-radius:10px}
.mf-logo-img{border-radius:0px !important;object-fit:contain !important;height:auto !important;max-height:46px !important;width:auto !important;max-width:100% !important;background:transparent !important;border:none !important;box-shadow:none !important;display:block !important}
.mf-brand amp-img{max-width:100% !important;display:inline-block !important}
.mf-brand amp-img > img{object-fit:contain !important}
.pbar-logo-img{border-radius:10px;object-fit:cover;display:block}
.pbar-logo-title{color:#ffffff !important;font-weight:900;font-family:'Outfit','Montserrat','Inter',sans-serif !important;font-size:1.05rem;margin-left:6px;white-space:nowrap;letter-spacing:-0.3px}
.crumb-box,.crumb-box-district{background:linear-gradient(135deg,#330b43 0%,#410e53 100%);border:1.5px solid rgba(232,83,139,0.45);padding:10px 14px;border-radius:14px;font-size:12.5px;font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,0.35);display:flex;align-items:center;justify-content:flex-start !important;flex-wrap:wrap;gap:6px;margin-bottom:12px;width:100%;box-sizing:border-box}
.crumb-link{color:#ff69b4 !important;text-decoration:none;font-weight:800;transition:color 0.15s ease}
.crumb-link:hover{color:#ffffff !important;text-decoration:underline}
.crumb-sep{color:rgba(232,83,139,0.75) !important;font-weight:900;margin:0 2px}
.crumb-curr{color:#ffffff !important;font-weight:900}
.back-btn-link{display:inline-flex;align-items:center;gap:8px;background:#410e53;border:1px solid rgba(232,83,139,0.4);color:#ffffff;padding:9px 16px;border-radius:14px;font-size:13px;font-weight:700;text-decoration:none;margin-bottom:12px;box-shadow:0 2px 6px rgba(0,0,0,0.3);transition:all 0.2s}
.hero-dist-banner,.neigh-hero-card{position:relative !important;background:linear-gradient(135deg,#410e53 0%,#330b43 100%) !important;border-radius:14px !important;padding:10px 14px !important;color:#ffffff !important;margin-bottom:10px !important;box-shadow:0 0 16px rgba(232,83,139,0.25),0 6px 20px rgba(0,0,0,0.5) !important;border:1.5px solid rgba(232,83,139,0.5) !important;overflow:hidden !important}
.hero-dist-bg-ic{position:absolute;top:-10px;right:-10px;font-size:55px;color:rgba(255,255,255,0.05);pointer-events:none}
.hero-dist-badge,.neigh-loc-badge{display:none}
.hero-dist-h1,.neigh-hero-h1{font-family:'Outfit','Montserrat','Inter',sans-serif !important;font-size:14.5px !important;margin:0 0 2px 0 !important;font-weight:900 !important;letter-spacing:0.3px !important;text-transform:uppercase !important;color:#ffffff !important;text-shadow:0 1px 3px rgba(0,0,0,0.9),0 0 6px rgba(232,83,139,0.3) !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.hero-dist-p,.neigh-hero-p{font-size:11.5px !important;opacity:0.9;margin:0 !important;line-height:1.35 !important;font-weight:600 !important;color:#e2cef2 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.neigh-glow-top,.neigh-glow-bot{display:none}
.zone-neigh-guide{margin:24px 0 18px 0}
.neigh-wrapper-box{background:linear-gradient(135deg,#330b43 0%,#410e53 100%);border:1.5px solid rgba(232,83,139,0.4);border-radius:20px;padding:18px;box-shadow:0 6px 20px rgba(0,0,0,0.4)}
.neigh-wrapper-box p{font-size:13px;color:#e2cef2;margin-top:0;margin-bottom:14px;font-weight:600;display:flex;align-items:center;gap:6px}
.neigh-wrapper-box p i{color:#e8538b}
.neigh-grid-wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}
.neigh-chip-card,a.neigh-chip-card{display:flex;align-items:center;justify-content:space-between;background:#410e53;color:#fff;border:1.5px solid rgba(232,83,139,0.35);border-radius:14px;padding:10px 14px;font-size:13px;font-weight:800;text-decoration:none;transition:all 0.2s ease;box-shadow:0 3px 10px rgba(0,0,0,0.25);box-sizing:border-box}
.neigh-chip-card:hover{background:linear-gradient(135deg,#e8538b 0%,#d4457a 100%);color:#fff;border-color:#e8538b;box-shadow:0 5px 16px rgba(232,83,139,0.45);transform:translateY(-1px)}
.neigh-chip-card .neigh-card-inner{display:flex;align-items:center;gap:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.neigh-chip-card .neigh-card-inner i{font-size:12px;color:#e8538b}
.neigh-chip-card:hover .neigh-card-inner i,.neigh-chip-card:hover .neigh-card-arrow{color:#fff}
.neigh-chip-card .neigh-card-arrow{font-size:11px;color:#e8538b;opacity:0.85}
.neigh-stats-row{display:none}
.neigh-stat-pill{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,0.08);backdrop-filter:blur(6px);padding:7px 14px;border-radius:12px;border:1px solid rgba(255,255,255,0.1)}
.neigh-stat-pill i{color:#f8bbd0;font-size:13px}
.neigh-stat-pill span{font-size:12px;font-weight:800;color:#fff}
.neigh-active-pill{display:flex;align-items:center;gap:6px;background:rgba(43,221,114,0.12);backdrop-filter:blur(6px);padding:7px 14px;border-radius:12px;border:1px solid rgba(43,221,114,0.2)}
.neigh-active-dot{width:8px;height:8px;border-radius:50%;background:#2bdd72;box-shadow:0 0 6px rgba(43,221,114,0.6);display:inline-block}
.neigh-active-text{font-size:12px;font-weight:800;color:#2bdd72}
.empty-neigh-box{background:#330b43;border:1.5px solid rgba(232,83,139,0.35);border-radius:20px;padding:40px 24px;text-align:center;margin:15px 0;box-shadow:0 4px 16px rgba(0,0,0,0.35)}
.empty-neigh-ic-wrap{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#410e53,#4f1265);display:inline-grid;place-items:center;margin-bottom:16px}
.empty-neigh-ic-wrap i{font-size:26px;color:#e8538b}
.empty-neigh-h3{margin:0 0 8px 0;font-size:17px;color:#fff;font-weight:800}
.empty-neigh-p{margin:0 0 20px 0;font-size:13px;color:#e2cef2;line-height:1.5}
.empty-neigh-btn{background:linear-gradient(135deg,#f43f5e,#e8538b);color:#fff;padding:12px 24px;border-radius:14px;text-decoration:none;font-weight:800;font-size:14px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 6px 20px rgba(232,83,139,0.45)}
.neigh-seo-card{background:linear-gradient(135deg,#330b43 0%,#410e53 100%);border:1.5px solid rgba(232,83,139,0.35);border-radius:20px;padding:22px;box-shadow:0 4px 16px rgba(0,0,0,0.35)}
.neigh-seo-h2{font-size:17px;font-weight:800;color:#fff;margin:0 0 12px 0;display:flex;align-items:center;gap:8px}
.neigh-seo-h2 i{color:#e8538b}
.neigh-seo-p{font-size:13px;color:#e2cef2;line-height:1.65;margin:0 0 10px 0}
.neigh-seo-p-last{font-size:13px;color:#e2cef2;line-height:1.65;margin:0}
.dist-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;padding:15px 0}
.dist-list-card{background:#330b43;border:1px solid rgba(232,83,139,0.35);border-radius:16px;padding:18px 12px;text-decoration:none;color:#fff;text-align:center;transition:all 0.2s;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 4px 14px rgba(0,0,0,0.35)}
.dist-list-card i{font-size:24px;color:#e8538b}
.dist-list-name{font-weight:800;font-size:15px;color:#fff}
.dist-list-badge{font-size:12px;color:#ffffff;font-weight:700;background:rgba(232,83,139,0.22);padding:4px 10px;border-radius:12px}
.amp-cat-bar-container{margin:14px auto;padding:0 14px;position:relative}
.amp-cat-bar-header{margin-bottom:6px}
.amp-cat-label{font-size:12.5px;font-weight:800;color:#fff;display:inline-flex;align-items:center;gap:6px}
.amp-cat-carousel{margin:6px 0;padding:0 8px;background:#330b43;border:1.5px solid rgba(232,83,139,0.4);border-radius:20px;box-shadow:0 4px 16px rgba(0,0,0,0.35);position:relative}
.amp-cat-carousel::-webkit-scrollbar,.amp-cat-carousel *::-webkit-scrollbar,amp-carousel::-webkit-scrollbar,amp-carousel *::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}
.amp-cat-carousel,.amp-cat-carousel *{scrollbar-width:none;-ms-overflow-style:none}
.amp-carousel-scroll-fake{display:none;height:0;visibility:hidden}
.amp-cat-carousel .amp-carousel-slide{display:inline-flex;align-items:center;padding:6px 2px}
.amp-cat-carousel .amp-carousel-button{width:28px;height:28px;border-radius:50%;background-color:#410e53;border:1.5px solid rgba(232,83,139,0.45);box-shadow:0 3px 10px rgba(0,0,0,0.35);top:50%;transform:translateY(-50%);z-index:10;opacity:1;cursor:pointer;transition:all 0.2s ease}
.amp-cat-carousel .amp-carousel-button:hover,.amp-cat-carousel .amp-carousel-button:focus{background-color:#e8538b;border-color:#e8538b;box-shadow:0 5px 14px rgba(232,83,139,0.5)}
.amp-cat-carousel .amp-carousel-button-prev{left:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23e8538b' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L70.6 256 246.6 80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E");background-size:11px 11px;background-position:center;background-repeat:no-repeat}
.amp-cat-carousel .amp-carousel-button-prev:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L70.6 256 246.6 80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E")}
.amp-cat-carousel .amp-carousel-button-next{right:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23e8538b' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L249.4 256 73.4 80c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");background-size:11px 11px;background-position:center;background-repeat:no-repeat}
.amp-cat-carousel .amp-carousel-button-next:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L249.4 256 73.4 80c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E")}
.amp-cat-pill{display:inline-flex;align-items:center;padding:7px 15px;border-radius:14px;font-size:12px;font-weight:800;color:#fff;background:#410e53;border:1px solid rgba(232,83,139,0.35);text-decoration:none;transition:all 0.2s ease;flex-shrink:0;margin:0 4px;white-space:nowrap}
.amp-cat-pill:hover,.amp-cat-pill.active{background:linear-gradient(135deg,#e8538b 0%,#d4457a 100%);color:#fff;border-color:#e8538b;box-shadow:0 4px 14px rgba(232,83,139,0.4)}
.detail-alert-card{background:#330b43;border:1.5px solid rgba(232,83,139,0.4);border-radius:20px;padding:16px;margin:14px;box-shadow:0 6px 20px rgba(0,0,0,0.35)}
.alert-card-top{display:flex;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px dashed rgba(232,83,139,0.3)}
.alert-shield-ic{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#410e53 0%,#4f1265 100%);border:1px solid rgba(232,83,139,0.45);color:#e8538b;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;box-shadow:0 4px 10px rgba(0,0,0,0.25)}
.alert-title-tag{font-size:11px;font-weight:900;color:#e8538b;letter-spacing:0.4px;display:block;margin-bottom:3px}
.alert-desc-text{font-size:12.5px;font-weight:600;color:#fff;margin:0;line-height:1.45}
.alert-card-mid{display:flex;align-items:center;gap:8px;padding:10px 0;font-size:12.5px;color:#e2cef2;font-weight:600}
.pulse-live-dot{width:9px;height:9px;border-radius:50%;background:#2bdd72;box-shadow:0 0 0 0 rgba(43,221,114,0.7);animation:livePulse 1.8s infinite;flex-shrink:0}
.live-count-num{color:#e8538b;font-weight:900}
.alert-card-drop{margin-top:4px}

.mark-custom-logo{height:52px;width:auto;max-width:230px;object-fit:contain;border-radius:0;border:none;box-shadow:none;background:transparent;padding:0;display:block;flex:none}
.mark-icon{width:36px;height:36px;border-radius:10px;object-fit:cover;border:none;box-shadow:none;background:transparent;padding:0}
.brand .mark,.mark-custom-logo{height:42px !important;width:auto !important;max-width:180px !important;object-fit:contain !important;border-radius:0px !important;background:transparent !important;padding:0 !important;box-shadow:none !important;border:none !important;transition:transform 0.2s ease;display:block !important;flex:none !important}
.brand:hover .mark,.brand:hover .mark-custom-logo{transform:scale(1.03)}
.brand .mark-icon{width:48px !important;height:48px !important;border-radius:12px !important;object-fit:cover !important;background:#ffffff !important;padding:4px !important;border:1.5px solid #ffffff !important}
.brand .wm{font-size:20px !important;font-weight:900 !important;color:#ffffff !important;background:none !important;text-shadow:0 0 12px #e8538b,0 0 24px #e8538b,0 2px 6px rgba(0,0,0,0.8) !important;white-space:nowrap}
.mf-title i{color:#e8538b !important;filter:drop-shadow(0 0 6px #e8538b) !important}
.mf-links a:hover i{color:#ffffff !important;filter:none !important}
.tag-cloud-pill{display:inline-flex;align-items:center;padding:7px 14px;border-radius:12px;font-size:12.5px;font-weight:800;color:#ffffff !important;background:#410e53 !important;border:1.5px solid rgba(232,83,139,0.45) !important;text-decoration:none !important;transition:all 0.2s ease;box-shadow:0 3px 10px rgba(0,0,0,0.3)}
.tag-cloud-pill.core-pill{background:linear-gradient(135deg,#410e53 0%,#4f1265 100%) !important;border-color:rgba(232,83,139,0.55) !important;color:#ffffff !important;box-shadow:0 0 10px rgba(232,83,139,0.3) !important}
.tag-cloud-pill.dist-pill,.tag-cloud-pill.neigh-pill{background:#330b43 !important;color:#ffffff !important}
.tag-cloud-pill:hover{background:linear-gradient(135deg,#e8538b 0%,#d4457a 100%) !important;color:#ffffff !important;border-color:#e8538b !important;box-shadow:0 0 16px rgba(232,83,139,0.6),0 6px 18px rgba(0,0,0,0.4) !important;transform:translateY(-1px)}
select.custom-district-trigger, select.custom-district-trigger option, select.custom-district-trigger optgroup{background:#330b43;color:#ffffff;font-family:'Inter',system-ui,sans-serif}
select.custom-district-trigger option{background:#330b43;color:#ffffff;padding:12px 14px;font-size:14px;font-weight:700}
select.custom-district-trigger optgroup{background:#25072e;color:#e8538b;font-weight:900;font-size:13px;font-style:normal;padding:8px 10px}
select.custom-district-trigger option:hover, select.custom-district-trigger option:focus, select.custom-district-trigger option:checked{background:#410e53;color:#e8538b}
.site-header,#siteHeader{position:sticky !important;top:0 !important;left:0 !important;right:0 !important;z-index:99999 !important;width:100% !important;background:rgba(42,9,54,0.96) !important;backdrop-filter:blur(16px) !important;-webkit-backdrop-filter:blur(16px) !important;border-bottom:1px solid rgba(232,83,139,0.35) !important;box-shadow:0 4px 16px rgba(0,0,0,0.45) !important}
.brand .mark,.mark-custom-logo,amp-img.mark-custom-logo,amp-img.mark-custom-logo>img{height:42px !important;width:auto !important;max-width:180px !important;object-fit:contain !important;border-radius:0px !important;background:transparent !important;padding:0 !important;box-shadow:none !important;border:none !important;display:inline-block !important;vertical-align:middle !important}
.brand .mark,.mark-custom-logo,amp-img.mark-custom-logo{display:inline-block !important;height:42px !important;max-width:180px !important;vertical-align:middle !important}
.mark-custom-logo img,amp-img.mark-custom-logo img,amp-img.mark-custom-logo>img{height:42px !important;width:auto !important;max-width:180px !important;object-fit:contain !important;display:inline-block !important;border-radius:0px !important;background:transparent !important;border:none !important;box-shadow:none !important}
@media (min-width:768px){.app,.wrap{max-width:560px}}
@media (min-width:1024px){.app,.wrap{max-width:640px}}
@media (max-width:400px){.hdr-btn-lbl{display:inline !important;font-size:11px !important;font-weight:800 !important}.hdr-btn{padding:5px 8px !important;font-size:11px !important;gap:4px !important}.topbar-actions{gap:4px !important}}
@media (min-width:768px){.bnav{max-width:560px}}
@media (min-width:1024px){.bnav{max-width:640px}}
@media (min-width:640px){.mf-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px 20px;align-items:start}.mf-divider,.mf-bottom{grid-column:1 / -1}}
@media (min-width:640px){.yukari-btn{right:calc(50vw - 260px + 16px)}.wa-float{right:calc(50vw - 260px + 16px)}}
@media (min-width:768px){.yukari-btn{right:calc(50vw - 280px + 16px)}.wa-float{right:calc(50vw - 280px + 16px)}}
@media (min-width:1024px){.yukari-btn{right:calc(50vw - 320px + 16px)}.wa-float{right:calc(50vw - 320px + 16px)}}
@media(max-width:400px){
  .brand .mark,.mark-custom-logo{height:36px !important;max-width:150px !important}
  .hdr-btn{padding:5px 8px !important;font-size:11px !important}
  .hdr-search-icon-btn{width:32px !important;height:32px !important;font-size:13px !important}
}
@media(max-width:400px){
  .brand .mark,.mark-custom-logo,amp-img.mark-custom-logo{height:36px !important;max-width:150px !important}
  .mark-custom-logo img,amp-img.mark-custom-logo img,amp-img.mark-custom-logo>img{height:36px !important;max-width:150px !important}
}

/* Component Styles for Clean AMP & Non-AMP Source Structure */
.ft-ic-red{color:#ff4757}
.ft-ic-gold{color:#c9a227}
.ft-ic-pink{color:#d4457a}
.ft-ic-online{color:#2bdd72;font-size:9px}

.mf-wa-box{background:linear-gradient(135deg,#330b43 0%,#410e53 100%);border:1.5px solid rgba(232,83,139,0.5);border-radius:16px;padding:16px 18px;box-shadow:0 0 20px rgba(232,83,139,0.25),0 8px 24px rgba(0,0,0,0.5);display:flex;align-items:center;gap:16px;margin-top:16px}
.mf-wa-ic-wrap{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#410e53 0%,#330b43 100%);border:1.5px solid rgba(232,83,139,0.55);color:#e8538b;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;box-shadow:0 0 16px rgba(232,83,139,0.45)}
.mf-wa-ic{color:#e8538b;font-size:22px;filter:drop-shadow(0 0 6px #e8538b)}
.mf-wa-info{flex:1}
.mf-wa-title{font-size:14px;font-weight:900;color:#ffffff;display:block;margin-bottom:6px;text-shadow:0 0 8px rgba(232,83,139,0.5)}
.mf-wa-btn{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#e8538b 0%,#d4457a 100%);color:#ffffff;padding:8px 18px;border-radius:10px;font-size:12.5px;font-weight:900;text-decoration:none;box-shadow:0 0 14px rgba(232,83,139,0.5),0 4px 14px rgba(0,0,0,0.4);border:1px solid #e8538b}
.mf-wa-btn-arr{font-size:12px;margin-left:3px;filter:drop-shadow(0 0 4px #ffffff)}

.cat-filter-container{margin:12px auto;padding:0 14px}
.cat-filter-ic-left,.cat-filter-ic-right{color:#d4457a}
.cat-filter-trigger{background:linear-gradient(135deg,#fff0f5 0%,#ffffff 100%);border:1.5px solid #f8bbd0;font-weight:800;color:#1c1824;font-size:13.5px;border-radius:16px;padding:11px 36px 11px 38px}

.wa-float{background:linear-gradient(135deg,#e8538b,#d4457a);box-shadow:0 10px 28px rgba(212,69,122,0.45)}
.wa-pulse{background:rgba(212,69,122,0.45)}
.wa-float-ic{font-size:28px;color:#fff}

.tag-cloud-wrap{margin:24px auto 14px;max-width:1200px}
.tag-cloud-card{background:#330b43;border:1.5px solid rgba(232,83,139,0.4);border-radius:20px;padding:20px;box-shadow:0 8px 28px rgba(0,0,0,0.45)}
.tag-cloud-title{font-size:16px;font-weight:900;color:#ffffff;margin:0 0 14px 0;display:flex;align-items:center;gap:8px}
.tag-cloud-ic{color:#e8538b;font-size:18px}
.tag-cloud-flex{display:flex;flex-wrap:wrap;gap:8px}

.seo-cta-banner{background:linear-gradient(135deg,#fff0f5,#fce4ec);border:1px solid #f8bbd0;border-radius:16px;padding:20px;text-align:center;margin:24px 0;box-shadow:0 6px 18px rgba(212,69,122,0.1)}
.seo-cta-title{margin:0 0 8px;color:#d4457a;font-size:16px;font-weight:800}
.seo-cta-desc{margin:0 0 14px;font-size:13px;color:#7a5065}
.seo-cta-btn{display:inline-block;background:linear-gradient(135deg,#e8538b,#d4457a);color:#fff;font-weight:800;font-size:14px;text-decoration:none;padding:12px 26px;border-radius:25px;box-shadow:0 4px 14px rgba(212,69,122,0.3)}

/* Premium Footer Freshness Bar */
.freshness-footer-box{margin:18px auto 0;max-width:100%;padding:0 14px;box-sizing:border-box}
.ffb-inner{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 16px;background:linear-gradient(135deg,#380b47 0%,#260731 100%);border:1px solid rgba(232,83,139,0.4);border-radius:14px;box-shadow:0 4px 18px rgba(0,0,0,0.45);box-sizing:border-box}
.ffb-left{display:flex;align-items:center;gap:7px;flex-shrink:0}
.ffb-pulse{width:8px;height:8px;border-radius:50%;background:#2bdd72;box-shadow:0 0 10px #2bdd72;display:inline-block}
.ffb-tag{font-size:10px;font-weight:900;letter-spacing:0.5px;padding:3px 8px;border-radius:6px;background:linear-gradient(135deg,#e8538b 0%,#d4457a 100%);color:#ffffff;text-transform:uppercase;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.ffb-tag i{font-size:9px}
.ffb-center{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;justify-content:center}
.ffb-center strong{color:#ffffff;font-weight:800}
.ffb-clock-ic{color:#e8538b;font-size:13px}
.ffb-right{display:flex;align-items:center;gap:5px;flex-shrink:0}
.ffb-sec{color:#2bdd72;font-size:11px;font-weight:800;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.ffb-sec i{font-size:12px}

@media (max-width:420px){
  .ffb-inner{padding:9px 12px;gap:6px}
  .ffb-center{font-size:10.5px}
  .ffb-sec{font-size:10px}
  .ffb-tag{font-size:9px;padding:2px 6px}
}




