:root{--font-base: "Inter", "Noto Sans Bengali", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;--primary-300: #a5b4fc;--primary-400: #818cf8;--primary-500: #6366f1;--primary-600: #4f46e5;--primary-color: #6366f1;--bg-light: #f8fafc;--bg-light-secondary: #f1f5f9;--text-light: #1e293b;--text-light-secondary: #475569;--border-light: #e2e8f0;--card-light: #ffffff;--dark-bg: #0f172a;--dark-bg-secondary: #1e293b;--text-dark: #f1f5f9;--text-dark-secondary: #cbd5e1;--border-dark: #334155;--card-dark: #1e293b;--title-color: #0f172a;--title-muted-color: #475569;--card-title-color: #1e293b;--card-subtitle-color: #64748b;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--info: #0ea5e9;--primary-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--success-gradient: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);--t-fast: .15s cubic-bezier(.4, 0, .2, 1);--t-base: .3s cubic-bezier(.4, 0, .2, 1);--t-slow: .5s cubic-bezier(.4, 0, .2, 1);--radius-xs: .35rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-pill: 999px;--shadow-soft: 0 2px 8px rgba(15, 23, 42, .08);--shadow-md-soft: 0 10px 24px rgba(15, 23, 42, .12);--shadow-lg-soft: 0 18px 36px rgba(15, 23, 42, .16);--focus-ring: 0 0 0 3px rgba(99, 102, 241, .2);--surface-glass: rgba(255, 255, 255, .72)}html{scroll-behavior:smooth;height:100%}body{font-family:var(--font-base)!important;background-color:var(--bg-light);color:var(--text-light);margin:0;padding:0;min-height:100%;-webkit-font-smoothing:antialiased;transition:background-color var(--t-base),color var(--t-base)}img{max-width:100%;height:auto}button,input,optgroup,select,textarea{font-family:var(--font-base)}select option,select optgroup option{font-family:var(--font-base)!important}@-moz-document url-prefix(){select option,select optgroup option{font-family:var(--font-base)!important}}main{min-height:80vh}h5{font-size:1.15rem;font-weight:600;color:var(--text-light)}main h2{font-family:var(--font-base);font-size:clamp(1.35rem,1.9vw + .6rem,2rem);font-weight:700;line-height:1.25;letter-spacing:-.01em;color:var(--text-light);margin-top:0;margin-bottom:.75rem}main h2 i.bi{font-size:.9em;vertical-align:-.05em}.h2-accent{position:relative;display:inline-block;background:linear-gradient(135deg,var(--primary-400) 0%,var(--primary-color) 55%,var(--primary-600) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding-bottom:.35rem}.h2-accent:after{content:"";position:absolute;left:0;bottom:0;width:72%;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--primary-400) 0%,var(--primary-600) 100%)}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}:where(.title,.page-title,.section-title,.listing-title,.modal-title,.offcanvas-title,.theme-title,.theme-section-title){color:var(--title-color);font-weight:700;letter-spacing:-.01em;line-height:1.3}:where(.subtitle,.page-subtitle,.section-subtitle,.listing-subtitle,.theme-subtitle,.theme-text-muted){color:var(--title-muted-color);line-height:1.55}:where(.card-title,.theme-card-title){color:var(--card-title-color);font-weight:700;line-height:1.35}:where(.card-subtitle,.theme-card-subtitle){color:var(--card-subtitle-color);font-weight:500;line-height:1.45}.text-theme-strong{color:var(--title-color)!important}.text-theme-muted{color:var(--title-muted-color)!important}.text-surface-dark{color:#1f2937!important}.card :where(h1,h2,h3,h4,h5,h6):not(.text-white):not(.text-light){color:var(--card-title-color)}.card .card-title a{color:inherit;text-decoration:none}.card .card-title a:hover{color:var(--primary-600)}.fw-extrabold{font-weight:800}.tracking-wider{letter-spacing:.2em}.text-glow{text-shadow:0 0 20px rgba(99,102,241,.3)}.rounded-4{border-radius:.75rem!important}.cursor-pointer{cursor:pointer}.max-w-sm{max-width:400px}.transition-all{transition:all var(--t-base)}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.img-height-140{height:140px;object-fit:cover}.img-height-180{height:180px;object-fit:cover}.img-height-200{height:200px;object-fit:cover}.img-height-220{height:220px;object-fit:cover;border-radius:.75rem .75rem 0 0}.object-fit-cover{object-fit:cover}.avatar-sm{width:32px;height:32px;object-fit:cover;border-radius:50%;border:2px solid var(--primary-600);transition:all var(--t-fast)}.avatar-sm:hover{transform:scale(1.1);box-shadow:0 0 0 3px #6366f133}.avatar-md{width:64px;height:64px;object-fit:cover}.table-col-100{width:100px}.table-col-120{width:120px}.table-col-130{width:130px}.progress-sm{height:10px}.error-icon-circle{width:64px;height:64px}.form-select-inline{width:auto}.section,.bordered-section{border:1px solid var(--border-light)!important;box-shadow:none}::-webkit-scrollbar{width:8px;height:6px}::-webkit-scrollbar-track{background:var(--bg-light-secondary)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}*{scrollbar-color:var(--primary-color) var(--bg-light-secondary);scrollbar-width:thin}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn:focus,.form-select:focus,a:focus{outline:2px solid var(--primary-500);outline-offset:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 5px #ffd7004d}50%{box-shadow:0 0 15px #ffd70099}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}#message-container .message-toast{--toast-bg: #0b5ed7;--toast-fg: #ffffff;--toast-border: #0a58ca;background-color:var(--toast-bg)!important;color:var(--toast-fg)!important;border:1px solid var(--toast-border)!important;opacity:1!important;backdrop-filter:none!important}#message-container .message-toast.alert-success{--toast-bg: #198754;--toast-border: #146c43}#message-container .message-toast.alert-danger{--toast-bg: #dc3545;--toast-border: #b02a37}#message-container .message-toast.alert-warning{--toast-bg: #ffc107;--toast-fg: #1f2937;--toast-border: #e0a800}#message-container .message-toast .btn-close{opacity:.95}@media(max-width:768px){#message-container.message-toast-container{left:12px!important;right:12px!important;width:auto!important;min-width:0!important;max-width:none!important}}html{text-size-adjust:100%}::selection{background:#6366f133;color:var(--text-light)}a{text-decoration-thickness:1px;text-underline-offset:2px;transition:color var(--t-fast),text-decoration-color var(--t-fast)}a:hover{text-decoration-color:currentColor}:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;box-shadow:var(--focus-ring);border-radius:var(--radius-xs)}:focus:not(:focus-visible){outline:none;box-shadow:none}button,[type=button],[type=submit],[type=reset]{touch-action:manipulation}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.brox-navbar-container{background:linear-gradient(135deg,#0f172afa,#1e293bf5)!important;backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 12px #6366f11a;padding:.75rem 0!important;transition:all var(--t-base)}.brox-navbar-container.is-scrolled{box-shadow:0 8px 24px #0f172a40}.brox-brand-link{color:#fff!important;font-weight:800;font-size:1.3rem;letter-spacing:-.5px;text-decoration:none!important;transition:all var(--t-fast)}.brox-brand-link:hover{color:var(--primary-color)!important;transform:translate(4px)}.brox-brand-logo{width:40px;height:40px;object-fit:contain;border-radius:.5rem}.brox-brand-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;transition:all var(--t-fast)}.brox-brand-icon:hover{transform:scale(1.1) rotate(5deg)}.brox-mobile-toggle{border:2px solid rgba(255,255,255,.3)!important;border-radius:.5rem!important;background:#ffffff0d!important;padding:.5rem!important;min-width:44px!important;min-height:44px!important;transition:all var(--t-fast)!important}.brox-mobile-toggle:hover,.brox-mobile-toggle:focus{background:#6366f133!important;border-color:#6366f180!important;box-shadow:0 0 0 .2rem #6366f140!important}.brox-toggle-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important}.brox-nav-link{display:inline-flex;align-items:center;font-weight:500!important;font-size:.95rem!important;color:#ffffffbf!important;padding:.6rem 1rem!important;min-height:44px!important;border-radius:.5rem!important;white-space:nowrap;text-decoration:none!important;position:relative;transition:all var(--t-fast)!important}.brox-nav-link:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-color);border-radius:1px;transition:width var(--t-fast)}.brox-nav-link:hover{color:#fff!important;background:#6366f11f!important;transform:translateY(-2px)}.brox-nav-link:hover:before,.brox-nav-link.brox-active:before{width:100%}.brox-nav-link.brox-active{color:#fff!important;background:#6366f133!important;font-weight:600!important}.brox-nav-link i{font-size:1rem;transition:all var(--t-fast)}.brox-nav-link:hover i{color:var(--primary-color);transform:scale(1.1)}.brox-user-dropdown-toggle{display:inline-flex!important;align-items:center!important;padding:.5rem .75rem!important;min-height:44px!important;border-radius:2rem!important;background:#6366f10d!important;border:1px solid rgba(99,102,241,.2)!important;color:#ffffffe6!important;text-decoration:none!important;transition:all var(--t-fast)!important}.brox-user-dropdown-toggle:hover{background:#6366f126!important;border-color:#6366f166!important;transform:translateY(-2px);color:#fff!important}.brox-user-avatar{width:32px;height:32px;border:2px solid var(--primary-color);object-fit:cover;border-radius:50%}.brox-dropdown-menu{background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;border-radius:.75rem!important;box-shadow:0 10px 40px #00000026!important}.brox-dropdown-header{padding:.75rem 1rem!important;text-align:center;border-bottom:1px solid #e2e8f0!important}.brox-dropdown-user-name{color:#1e293b!important;font-size:.95rem}.brox-dropdown-item{padding:.6rem 1rem!important;color:#475569!important;text-decoration:none!important;transition:all var(--t-fast)!important}.brox-dropdown-item:hover{background:#6366f11a!important;color:var(--primary-600)!important}.brox-dropdown-item i{width:20px}.brox-dropdown-divider{margin:.5rem 0!important;border-color:#e2e8f0!important}.brox-notification-bell{position:relative;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.5rem!important;min-width:44px!important;min-height:44px!important;border-radius:.5rem!important;color:#ffffffe6!important;text-decoration:none!important;transition:all var(--t-fast)!important}.brox-notification-bell i{font-size:1.25rem;color:#ffffffe6!important;transition:all var(--t-fast)}.brox-notification-bell:hover{background:#6366f11a!important;transform:scale(1.05)}.brox-notification-bell:hover i{color:var(--primary-color)!important;transform:scale(1.1)}.brox-notification-badge{position:absolute!important;top:0!important;right:0!important;transform:translate(25%,-25%)!important;min-width:18px!important;height:18px!important;padding:.2rem .4rem!important;font-weight:600!important;font-size:.65rem!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;animation:notifPulse 2s infinite}.brox-notification-badge.d-none{display:none!important}@keyframes notifPulse{0%,to{opacity:1}50%{opacity:.7}}.brox-notification-wrapper{position:relative}.brox-notification-dropdown{position:absolute!important;top:calc(100% + .5rem)!important;right:0!important;left:auto!important;bottom:auto!important;transform:none!important;width:min(90vw,420px)!important;max-width:420px!important;max-height:min(72vh,560px)!important;display:none!important;flex-direction:column!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;border-radius:.75rem!important;box-shadow:0 10px 40px #00000026!important;animation:slideDownMenu .3s ease-out;z-index:1090!important}.brox-notification-dropdown.show{display:flex!important}@keyframes slideDownMenu{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.brox-notification-dropdown-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;border-bottom:1px solid #e2e8f0!important;padding:1rem 1.5rem!important;border-radius:.75rem .75rem 0 0!important}.brox-notification-dropdown-header h6{color:#1e293b!important;font-weight:600;margin:0}.brox-notification-list{padding:1rem!important;color:#1e293b!important}.brox-notification-list{max-height:calc(min(72vh,560px) - 110px)!important;overflow-y:auto!important;overflow-x:hidden!important}.brox-notification-list .notification-entry{background:#f8fafc;border:1px solid #e2e8f0;overflow:hidden;transition:background-color var(--t-fast),border-color var(--t-fast),transform var(--t-fast)}.brox-notification-list .notification-entry>.d-flex{min-width:0}.brox-notification-list .notification-entry .flex-grow-1{min-width:0;overflow-wrap:anywhere}.brox-notification-list .notification-entry [data-action=mark-read]{flex-shrink:0}.brox-notification-list .notification-entry:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.brox-notification-list .notification-entry.bg-light{background:#eef2ff!important;border-color:#6366f159!important}.brox-notification-list .notification-entry .fw-semibold{color:#0f172a}.brox-notification-list .notification-entry .text-muted{color:#475569!important}.brox-notification-list .notification-entry .text-secondary{color:#64748b!important}.brox-theme-toggle{width:44px!important;height:44px!important;padding:.5rem!important;border:1.5px solid rgba(255,255,255,.2)!important;border-radius:.5rem!important;background:transparent!important;color:#ffffffb3!important;cursor:pointer;display:flex!important;align-items:center!important;justify-content:center!important;position:relative;transition:all var(--t-fast)!important}.brox-theme-toggle:hover,.brox-theme-toggle:focus{background:#6366f126!important;border-color:#6366f166!important;color:#fff!important;outline:none!important}.brox-theme-toggle i{font-size:1.1rem;position:absolute;transition:all var(--t-base)}.brox-theme-toggle i:nth-child(1){opacity:1;transform:rotate(0) scale(1)}.brox-theme-toggle i:nth-child(2){opacity:0;transform:rotate(-180deg) scale(.5)}.brox-theme-toggle:hover i:nth-child(1){opacity:0;transform:rotate(180deg) scale(.5)}.brox-theme-toggle:hover i:nth-child(2){opacity:1;transform:rotate(0) scale(1)}.brox-notification-dropdown::-webkit-scrollbar{width:6px}.brox-notification-dropdown::-webkit-scrollbar-track{background:#f8fafc}.brox-notification-dropdown::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px}@media(min-width:992px){.brox-navbar-collapse{display:flex!important;flex-basis:auto}.brox-mobile-toggle{display:none!important}}@media(max-width:991px){.brox-navbar-container{padding:.5rem 0!important}.brox-navbar-collapse.collapse:not(.show){display:none!important}.brox-navbar-collapse.collapse.show{display:block!important;width:100%;padding:1rem;margin-top:.5rem;max-height:calc(100vh - 5rem);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;border-top:1px solid rgba(255,255,255,.1);background:#0f172af2;border-radius:0 0 .75rem .75rem}.brox-navbar-collapse .navbar-nav{flex-direction:column!important;width:100%!important;gap:.5rem}.brox-navbar-collapse .nav-item{width:100%!important}.brox-navbar-collapse .brox-nav-link,.brox-navbar-collapse .brox-notification-bell,.brox-navbar-collapse .brox-user-dropdown-toggle{width:100%!important;justify-content:flex-start!important;padding:.75rem 1rem!important}.brox-navbar-collapse .brox-user-dropdown-toggle{border-radius:.5rem!important}.brox-navbar-collapse .dropdown-menu{position:static!important;width:100%!important;margin-top:.5rem!important;max-height:min(62vh,420px)!important;overflow-y:auto!important;overscroll-behavior:contain!important;border:1px solid rgba(148,163,184,.35)!important;border-left:3px solid var(--primary-color)!important;background:#fff!important;box-shadow:0 10px 24px #0f172a2e!important;transform:none!important}.brox-navbar-collapse .brox-dropdown-item{color:#334155!important}.brox-navbar-collapse .brox-dropdown-item:hover{background:#6366f11f!important;color:#1e293b!important}.brox-navbar-collapse .brox-notification-dropdown-header{background:linear-gradient(135deg,#f8fafc,#eef2ff)!important;border-bottom:1px solid #dbeafe!important}.brox-navbar-collapse .brox-notification-list{background:#fff!important;color:#0f172a!important}.brox-navbar-collapse .brox-notification-wrapper{position:static!important}.brox-navbar-collapse .brox-notification-dropdown{position:static!important;inset:auto!important;transform:none!important;width:100%!important;max-width:100%!important;margin-top:.5rem!important;max-height:min(68vh,420px)!important}.brox-notification-list{max-height:calc(min(68vh,420px) - 104px)!important}}@media(max-width:576px){.brox-brand-link{font-size:1.1rem!important}.brox-brand-logo,.brox-brand-icon{width:32px!important;height:32px!important}.brox-nav-link{padding:.6rem .75rem!important;font-size:.9rem!important}.brox-user-avatar{width:28px!important;height:28px!important}.brox-notification-dropdown{max-height:min(66vh,360px)!important}.brox-notification-list{max-height:calc(min(66vh,360px) - 98px)!important}}@media(max-width:400px){.brox-brand-text{display:none!important}.brox-brand-logo,.brox-brand-icon{width:30px!important;height:30px!important}.brox-user-dropdown-username{display:none!important}}.brox-nav-link.brox-active{box-shadow:inset 0 0 0 1px #6366f159}.brox-nav-link:focus-visible,.brox-mobile-toggle:focus-visible,.brox-user-dropdown-toggle:focus-visible,.brox-notification-bell:focus-visible,.brox-theme-toggle:focus-visible{outline:2px solid rgba(99,102,241,.65)!important;outline-offset:2px}.brox-dropdown-menu,.brox-notification-dropdown{overflow:hidden}.brox-notification-dropdown{overscroll-behavior:contain;scrollbar-gutter:stable}.brox-user-avatar{box-shadow:0 0 0 2px #ffffff2e;transition:transform var(--t-fast),box-shadow var(--t-fast)}.brox-user-dropdown-toggle:hover .brox-user-avatar{transform:scale(1.05);box-shadow:0 0 0 2px #6366f173}@media(hover:none){.brox-nav-link:hover,.brox-user-dropdown-toggle:hover,.brox-notification-bell:hover,.brox-brand-link:hover{transform:none}}.btn{border-radius:.5rem;padding:.625rem 1.25rem;font-weight:500;font-family:var(--font-base);transition:all var(--t-base)}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-modern{position:relative;overflow:hidden;border:none;font-weight:600}.btn-modern:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left var(--t-base)}.btn-modern:hover:before{left:100%}.hero-cta-primary{background:#fffffff2;color:#333;border:none;position:relative;overflow:hidden;min-height:48px;border-width:2px}.hero-cta-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.hero-cta-secondary{border:2px solid rgba(255,255,255,.8);color:#fff;background:transparent;min-height:48px}.hero-cta-secondary:hover{background:#ffffff1a;border-color:#fff}.hover-shadow-lg:hover{box-shadow:0 20px 50px #00000026!important;transform:translateY(-8px);transition:all var(--t-base)}.hover-shadow:hover{box-shadow:0 .5rem 1rem #00000026!important;transform:translateY(-2px);transition:all var(--t-base)}.hover-scale:hover{transform:scale(1.05)}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 1rem 3rem #0000002d!important;transition:all var(--t-base)}.btn-sm{padding:.35rem .75rem;font-size:.85rem}.btn-block{padding:12px;font-weight:500}#scrollTopBtn{position:fixed;right:1.5rem;bottom:2.5rem;z-index:999;width:56px;height:56px;display:none;border-radius:50%;background-color:#0d6efd;color:#fff;border:none;box-shadow:0 4px 8px #0000004d;cursor:pointer;align-items:center;justify-content:center;font-size:1.5rem;transition:all var(--t-base)}#scrollTopBtn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0006}.form-control,.form-select{background-color:#fff;border:1px solid #e0e0e0;border-radius:.5rem;padding:.625rem 1rem;color:#1e293b;font-family:var(--font-base)!important;transition:all .2s ease}.form-control:focus,.form-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 .2rem #6366f126}.form-control::placeholder{color:#6c757d}.form-select option,.form-select optgroup option{font-family:var(--font-base)!important}@-moz-document url-prefix(){.form-select option,.form-select optgroup option{font-family:var(--font-base)!important}}.form-label{font-weight:600;color:#495057;margin-bottom:.5rem;font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-text{font-size:.85rem;color:#6c757d;margin-top:.25rem}.form-check{margin-bottom:.75rem}.form-check-input{cursor:pointer;width:1.25em;height:1.25em;border:2px solid #d0d0d0;border-radius:.3em;transition:all var(--t-base)}.form-check-input:checked{background-color:var(--primary-color);border-color:var(--primary-color)}.form-check-input:focus{box-shadow:0 0 0 .2rem #6366f140}.form-check-label{cursor:pointer;user-select:none}.input-group-text{border-radius:.5rem 0 0 .5rem;border:1px solid #e0e0e0}.strength-meter{height:5px;background-color:#e9ecef;border-radius:3px;overflow:hidden}.auth-response{display:flex;align-items:center;gap:.55rem;padding:.75rem .9rem;margin-bottom:.9rem;border-radius:.7rem;border-left:4px solid transparent;font-size:.92rem;line-height:1.45;animation:fadeInUp .22s ease-out}.auth-response i.bi{flex:0 0 auto}.auth-response--info{background:#e8f4ff;color:#0b4a7d;border-left-color:#0ea5e9}.auth-response--success{background:#ecfdf3;color:#166534;border-left-color:#16a34a}.auth-response--warning{background:#fffbeb;color:#92400e;border-left-color:#f59e0b}.auth-response--danger{background:#fef2f2;color:#991b1b;border-left-color:#ef4444}.auth-response-close{margin-left:auto;border:none;background:transparent;color:inherit;opacity:.75;cursor:pointer;font-size:1.1rem;padding:0}.auth-response-close:hover{opacity:1}.auth-response-hidden{display:none!important}.badge-modern{padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.85rem;letter-spacing:.5px;display:inline-block}.badge-primary-modern{background:var(--primary-gradient);color:#fff}.badge-success-modern{background:var(--success-gradient);color:#fff}.badge-danger-modern{background:linear-gradient(135deg,#ef4444,#f97316);color:#fff}.badge-premium{position:relative;background:linear-gradient(135deg,gold,#ffed4e);color:#000!important;animation:pulse-glow 2s ease-in-out infinite}.bg-primary-subtle{background-color:#0d6efd1a!important}.bg-success-subtle{background-color:#1987541a!important}.bg-danger-subtle{background-color:#dc35451a!important}.bg-info-subtle{background-color:#17a2b81a!important}.bg-secondary-subtle{background-color:#6c757d1a!important}.text-success{color:#198754!important}.text-danger{color:#dc3545!important}.text-info{color:#17a2b8!important}.text-primary{color:var(--primary-color)!important}.content-rating-widget .content-rating-star-btn{border:1px solid #e5e7eb;color:#cbd5e1;background:#fff;transition:all .2s ease}.content-rating-widget .content-rating-star-btn:hover{color:#f59e0b;border-color:#fbbf24;transform:translateY(-1px)}.content-rating-widget .content-rating-star-btn.active{color:#f59e0b;border-color:#fbbf24;background:#fffbeb}.content-rating-widget .content-rating-row{display:flex;align-items:center;gap:.65rem;margin-bottom:.55rem}.content-rating-widget .content-rating-row:last-child{margin-bottom:0}.content-rating-widget .content-rating-row-label{min-width:2.15rem;font-size:.825rem;color:#64748b}.content-rating-widget .content-rating-row-count{min-width:1.5rem;text-align:right;font-size:.825rem;color:#64748b}.dropdown-menu{background-color:#fff;border-color:#dee2e6}.dropdown-item{color:#212529}.dropdown-item:hover,.dropdown-item:focus{background-color:#f8f9fa;color:#212529}.dropdown-divider{border-color:#dee2e6}.notification-card{transition:all var(--t-base);cursor:default;border-left:3px solid transparent}.notification-card:hover{box-shadow:0 .75rem 1.5rem #0000001f!important;border-left-color:var(--primary-color);transform:translate(4px)}#notificationContainer{position:fixed;top:80px;right:20px;z-index:9998;max-width:400px}.notification-toast{background:#fff;border-left:4px solid #0d6efd;border-radius:.5rem;padding:16px;margin-bottom:12px;box-shadow:0 4px 12px #00000026;animation:slideInRight .3s ease}.notification-toast.success{border-left-color:#28a745}.notification-toast.warning{border-left-color:#ffc107}.notification-toast.danger{border-left-color:#dc3545}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.pagination-container{display:flex;justify-content:center;padding:2rem 0;margin-top:2rem}.pagination{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;justify-content:center}.pagination-link,.page-link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:.5rem .75rem;background:var(--card-light);color:var(--text-light);border:1px solid var(--border-light);border-radius:.5rem;font-weight:600;text-decoration:none;font-size:.9rem;user-select:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.pagination-link:hover:not(.disabled):not(.active),.page-link:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #6366f133}.pagination-link.active,.page-item.active .page-link{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 12px #6366f14d}.pagination-link.disabled{opacity:.5;cursor:not-allowed}@media(max-width:576px){.pagination-link,.page-link{min-width:32px;height:32px;font-size:.8rem}}.breadcrumb{background-color:transparent;padding:0;margin-bottom:1rem}.breadcrumb-item+.breadcrumb-item:before{content:"\e2\20ac\ba";font-size:1.2rem}.breadcrumb-nav{display:flex;align-items:center;gap:.75rem;padding:1rem 0;margin-bottom:1.5rem;font-size:.9rem;flex-wrap:wrap;background:linear-gradient(135deg,#f8f9fa,#fff)}.breadcrumb-nav a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:all .2s ease}.breadcrumb-nav a:hover{text-decoration:underline;color:var(--primary-600)}.breadcrumb-dark .breadcrumb-item+.breadcrumb-item:before{color:#ffffff80}.breadcrumb-dark .breadcrumb-item a{color:#fffc;text-decoration:none;transition:color var(--t-base)}.breadcrumb-dark .breadcrumb-item a:hover{color:#fff}.breadcrumb-dark .breadcrumb-item.active{color:#fff;opacity:.8}.brox-breadcrumb-nav{background:linear-gradient(180deg,#ffffff 0%,var(--bg-light-secondary) 100%)!important;border-bottom:1px solid var(--border-light)!important}.brox-breadcrumb-nav .breadcrumb{margin-bottom:0;row-gap:.35rem}.brox-breadcrumb-nav .breadcrumb-item{color:var(--text-light-secondary)}.brox-breadcrumb-nav .breadcrumb-item+.breadcrumb-item:before{color:#94a3b8;font-size:1rem}.brox-breadcrumb-nav .breadcrumb-item a{color:#334155;text-decoration:none;font-weight:500}.brox-breadcrumb-nav .breadcrumb-item a:hover{color:var(--primary-600)}.brox-breadcrumb-nav .breadcrumb-item.active{color:var(--text-light);font-weight:600}.brox-breadcrumb-nav .breadcrumb-item i.bi{color:inherit;opacity:.9}@media(max-width:576px){.brox-breadcrumb-nav.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.brox-breadcrumb-nav .breadcrumb{font-size:.8rem}}footer,.footer-custom{--footer-bg-start: #081120;--footer-bg-end: #15243a;--footer-text: #d6e0ee;--footer-muted: #9eb0c8;--footer-link: #b8cbff;--footer-link-hover: #ffffff;--footer-accent: #67e8f9;position:relative;overflow:hidden;background:radial-gradient(circle at 8% 12%,rgba(103,232,249,.12),transparent 40%),radial-gradient(circle at 84% 10%,rgba(129,140,248,.16),transparent 42%),linear-gradient(145deg,var(--footer-bg-start) 0%,var(--footer-bg-end) 100%);border-top:1px solid rgba(129,140,248,.45);box-shadow:inset 0 1px #ffffff0f;transition:all var(--t-base)}.footer-custom:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0f172a14,#02061752);pointer-events:none}.footer-custom>.container{position:relative;z-index:1}.footer-custom h5,.footer-custom h6{color:#f8fbff;font-weight:700;letter-spacing:.01em;margin-bottom:1rem}.footer-custom .text-light-secondary,.footer-custom .footer-text,.footer-custom .footer-copyright,.footer-custom .footer-tagline{color:var(--footer-muted)!important}.footer-custom .footer-social-links{display:flex;gap:.65rem;flex-wrap:wrap}.footer-custom .footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;color:#e8f0ff;background:#94a3b81f;border:1px solid rgba(148,163,184,.22);box-shadow:0 6px 14px #02061733;text-decoration:none;transition:transform var(--t-fast),border-color var(--t-fast),background-color var(--t-fast),color var(--t-fast)}.footer-custom .footer-social-link:hover{transform:translateY(-2px);border-color:#67e8f9b3;background:#67e8f929;color:#fff}.footer-custom .footer-links li{margin-bottom:.7rem}.footer-custom .footer-link{color:var(--footer-link);font-weight:500;text-decoration:none;transition:color var(--t-fast),opacity var(--t-fast),transform var(--t-fast)}.footer-custom .hover-footer-link:hover{color:var(--footer-link-hover);opacity:1;transform:translate(2px)}.footer-custom .footer-links .bi-chevron-right{color:#67e8f9d9}.footer-custom hr{border:0;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.6),transparent);margin:1.5rem 0;opacity:1}.footer-custom a[href^="mailto:"]{color:#c7d7ff;font-weight:600}.footer-custom a[href^="mailto:"]:hover{color:#fff;text-decoration:underline;text-decoration-color:#67e8f9cc}.footer-custom .footer-tagline{opacity:.9}@media(max-width:768px){footer,.footer-custom{padding:2rem 1rem}.footer-custom .footer-social-link{width:35px;height:35px}}@media(max-width:576px){footer,.footer-custom{padding:1.5rem .5rem}.footer-custom h5,.footer-custom h6{font-size:1rem;margin-bottom:.75rem}}.share-buttons{justify-content:center;flex-wrap:wrap}.share-buttons a,.share-buttons button{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.2rem;border-radius:2rem;border:none;font-weight:600;font-size:.9rem;cursor:pointer;color:#fff;text-decoration:none;transition:all .2s ease}.share-buttons a:hover,.share-buttons button:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0003}.btn-twitter{background-color:#1da1f2}.btn-linkedin{background-color:#0077b5}.btn-whatsapp{background-color:#25d366}.btn-telegram{background-color:#08c}.btn-email{background-color:#ea4335}.btn-twitter:hover{background-color:#1a91da}.btn-linkedin:hover{background-color:#005885}.btn-whatsapp:hover{background-color:#1ba857}.btn-telegram:hover{background-color:#006ba3}.btn-email:hover{background-color:#d33426}.counter{color:var(--primary-color);font-weight:700}.counter.size-2rem{font-size:2rem}.counter.size-2-5rem{font-size:2.5rem}.counter.size-1-5rem{font-size:1.5rem}.rich-content{color:var(--text-light);font-size:1rem;line-height:1.72;word-break:break-word;overflow-wrap:anywhere}.rich-content>:first-child{margin-top:0}.rich-content>:last-child{margin-bottom:0}.rich-content h1{font-size:1.8rem}.rich-content h2{font-size:1.55rem}.rich-content h3{font-size:1.35rem}.rich-content h4{font-size:1.18rem}.rich-content h5{font-size:1.02rem}.rich-content h6{font-size:.95rem}.rich-content h1,.rich-content h2,.rich-content h3,.rich-content h4,.rich-content h5,.rich-content h6{margin:1.1em 0 .5em;line-height:1.35;font-weight:700}.rich-content p,.rich-content ul,.rich-content ol,.rich-content blockquote,.rich-content pre,.rich-content table{margin:0 0 .95rem}.rich-content ul,.rich-content ol{padding-left:1.35rem}.rich-content li+li{margin-top:.25rem}.rich-content blockquote{border-left:4px solid var(--primary-color);padding:.5rem 0 .5rem 1rem;color:#64748b;background:#6366f10f;border-radius:.35rem}.rich-content a{color:var(--primary-color);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;word-break:break-word}.rich-content a:hover{color:var(--primary-600)}.rich-content code{background:#0f172a0f;border-radius:.3rem;padding:.1rem .35rem;font-size:.9em}.rich-content pre{background:#0f172ae6;color:#e2e8f0;border-radius:.5rem;padding:.85rem;overflow:auto}.rich-content pre code{background:transparent;padding:0}.rich-content img,.rich-content iframe,.rich-content video{max-width:100%;height:auto;border-radius:.4rem}.rich-content table{width:100%;display:block;overflow-x:auto;border-collapse:collapse}.rich-content th,.rich-content td{border:1px solid rgba(148,163,184,.35);padding:.5rem .6rem}.cc-excerpt.cc-excerpt-rich{position:relative;display:block;overflow:hidden;max-height:7.6rem;color:var(--text-light-secondary)}.cc-excerpt.cc-excerpt-rich:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.75rem;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--card-light));pointer-events:none}.btn{min-height:42px;letter-spacing:.01em}.btn:focus-visible,.pagination-link:focus-visible,.page-link:focus-visible,.share-buttons a:focus-visible,.share-buttons button:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;box-shadow:var(--focus-ring)}.btn:active{transform:translateY(0)}.form-control,.form-select{line-height:1.45}.form-control:hover,.form-select:hover{border-color:#cbd5e1}.form-control:disabled,.form-select:disabled{background:#f8fafc;cursor:not-allowed}.notification-toast{backdrop-filter:blur(2px)}.rich-content mark{background:#6366f12e;color:inherit;border-radius:.2rem;padding:0 .2rem}.feed-grid,.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-bottom:2rem;animation:fadeInUp .6s ease-out}.cc-card{display:flex;flex-direction:column;height:100%;min-height:312px;background:var(--card-light);border:1px solid var(--border-light);border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.cc-card:hover{transform:translateY(-8px);border-color:var(--primary-color);box-shadow:0 12px 24px #6366f126}.cc-image-section{width:100%;height:196px;overflow:hidden;background:linear-gradient(135deg,#f0f7ff,#f3e8ff);position:relative;flex-shrink:0}.cc-image-wrapper{width:100%;height:100%;overflow:hidden}.cc-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s cubic-bezier(.4,0,.2,1)}.cc-card:hover .cc-image{transform:scale(1.05)}.cc-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#9ca3af;font-size:3rem}.carousel-control-prev,.carousel-control-next{position:absolute;top:50%;transform:translateY(-50%);width:2.75rem;height:2.75rem;background:#00000080;border:none;border-radius:50%;opacity:0;display:flex;align-items:center;justify-content:center;z-index:5;padding:0;transition:all .2s ease}.carousel-control-prev{left:.75rem}.carousel-control-next{right:.75rem}.cc-card:hover .carousel-control-prev,.cc-card:hover .carousel-control-next{opacity:.8}.carousel-control-prev:hover,.carousel-control-next:hover{background:#000c;opacity:1;transform:translateY(-50%) scale(1.1)}.carousel-control-prev-icon:after{content:"\2039";font-size:1.75rem;color:#fff;font-weight:700;line-height:1}.carousel-control-next-icon:after{content:"\203a";font-size:1.75rem;color:#fff;font-weight:700;line-height:1}.cc-badge-top-left{position:absolute;top:.75rem;left:.75rem;z-index:10;display:flex;flex-wrap:wrap;gap:.5rem;max-width:calc(100% - 1.5rem)}.cc-badge-top-right{position:absolute;top:.75rem;right:.75rem;z-index:10;display:flex;justify-content:flex-end;max-width:calc(100% - 1.5rem)}.cc-badge-bottom-left{position:absolute;bottom:.75rem;left:.75rem;z-index:10;display:flex;flex-wrap:wrap;gap:.5rem;max-width:calc(100% - 1.5rem)}.cc-badge-premium,.cc-badge-free,.cc-badge-official,.cc-badge-status,.cc-badge-overlay{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;backdrop-filter:blur(4px);transition:all .2s ease;max-width:100%;min-width:0;line-height:1.15}.cc-badge-premium i,.cc-badge-free i,.cc-badge-official i,.cc-badge-status i,.cc-badge-overlay i{flex-shrink:0}.cc-badge-text{display:inline-block;min-width:0;max-width:20ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-badge-premium{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;border:1px solid rgba(255,255,255,.3)}.cc-badge-free{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:1px solid rgba(255,255,255,.3)}.cc-badge-official{border:1px solid rgba(255,255,255,.3);color:#fff;backdrop-filter:blur(6px)}.cc-badge-official-yes{background:linear-gradient(135deg,#10b981,#059669)}.cc-badge-official-no{background:linear-gradient(135deg,#6b7280,#4b5563)}.cc-badge-status{color:#fff;border:1px solid rgba(255,255,255,.3);text-transform:capitalize}.cc-badge-status-active{background:linear-gradient(135deg,#10b981,#059669)}.cc-badge-status-inactive{background:linear-gradient(135deg,#f59e0b,#d97706)}.cc-badge-status-pending{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.cc-badge-overlay{background:#ffffff26;color:#1e293b;border:1px solid rgba(255,255,255,.3)}.cc-badge-overlay-count{padding-inline:.58rem;min-width:1.9rem;justify-content:center;font-weight:700}.cc-badge-premium:hover,.cc-badge-free:hover,.cc-badge-official:hover,.cc-badge-status:hover,.cc-badge-overlay:hover{transform:translateY(-2px)}.cc-body-section{flex:1;display:flex;flex-direction:column;padding:1.05rem;gap:.65rem}.cc-title{font-size:1.02rem;font-weight:700;line-height:1.35;color:var(--text-light);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word;min-height:2.7rem;transition:color var(--t-base)}.cc-card:hover .cc-title{color:var(--primary-color)}.cc-excerpt{font-size:.78rem;color:#6b7280;line-height:1.55;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4rem}.cc-excerpt-rich.rich-content--card{font-size:.78rem;line-height:1.55;color:#6b7280;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:2.9rem}.cc-excerpt-rich.rich-content--card :where(p,h1,h2,h3,h4,h5,h6,ul,ol,blockquote,pre){margin:0 0 .35rem;font-size:inherit;line-height:inherit}.cc-excerpt-rich.rich-content--card :where(ul,ol){padding-left:1rem}.cc-excerpt-rich.rich-content--card :where(p,ul,ol,blockquote,pre):last-child{margin-bottom:0}.cc-meta-tags{display:flex;flex-wrap:wrap;gap:.32rem;margin:.05rem 0 0;font-size:.72rem}.cc-meta-tag{display:inline-flex;align-items:center;gap:.28rem;max-width:100%;padding:.2rem .55rem;background:#6366f11a;color:var(--primary-color);border:1px solid rgba(99,102,241,.18);border-radius:999px;font-weight:600;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color var(--t-fast),border-color var(--t-fast),color var(--t-fast),transform var(--t-fast)}.cc-meta-tag i{font-size:.62rem;line-height:1;opacity:.88}.cc-meta-tag:hover{background:#6366f129;border-color:#6366f147;transform:translateY(-1px)}.cc-meta-tag.cc-tag-success{background:#10b98117;color:#059669;border-color:#10b98133}.cc-meta-tag.cc-tag-danger{background:#ef444417;color:#dc2626;border-color:#ef444433}.cc-meta-tag.cc-tag-warning{background:#f59e0b1a;color:#b45309;border-color:#f59e0b3d}.cc-meta-tag.cc-tag-info{background:#0ea5e91a;color:#0369a1;border-color:#0ea5e93d}.cc-meta-tag.cc-tag-muted{background:#6b728014;color:#4b5563;border-color:#6b72802e}.cc-meta-tag.cc-meta-tag--more{background:#6366f114;color:#4f46e5;border-style:dashed}@media(max-width:767px){.cc-meta-tag{max-width:180px}}.cc-footer-section{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;border-top:1px solid var(--border-light);gap:1rem;margin-top:auto;flex-wrap:wrap;min-height:3rem}.cc-date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;white-space:nowrap}.cc-stats{display:flex;gap:1rem;font-size:.875rem;align-items:center}.cc-stats span{display:flex;align-items:center;gap:.4rem;white-space:nowrap}.cc-number{font-size:.875rem;font-weight:600;color:var(--primary-color);background:#6366f11a;padding:.35rem .85rem;border-radius:.35rem;white-space:nowrap}.cc-action{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;margin-top:auto}.cc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.62rem 1.1rem;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-size:.86rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all var(--t-base);white-space:nowrap}.cc-btn:hover{background:var(--primary-600);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d;color:#fff}.cc-btn.cc-btn-mobile{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.cc-btn.cc-btn-post{background:linear-gradient(135deg,#22c55e,#16a34a)}.cc-btn.cc-btn-page{background:linear-gradient(135deg,#a855f7,#7c3aed)}.cc-btn.cc-btn-service{background:linear-gradient(135deg,#f59e0b,#d97706)}.feed-item{min-width:0;display:flex}.feed-item>.content-card,.feed-item>.cc-card,.content-card.cc-card{width:100%}.related-section{border:1px solid var(--border-light);background:var(--card-light);box-shadow:0 8px 20px #0f172a14}.related-header-styled{border-bottom:1px solid rgba(255,255,255,.25)}.related-btn-light{border-color:#ffffffa6!important;color:#fff!important}.related-btn-light:hover{background:#ffffff24!important;border-color:#ffffffe0!important}.related-body{background:linear-gradient(180deg,#fffffffa,#f8fafcf2)}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.related-item{min-width:0}.related-item-card{height:100%;display:flex;flex-direction:column;border:1px solid var(--border-light);border-radius:.85rem;background:var(--card-light);overflow:hidden;transition:transform var(--t-base),box-shadow var(--t-base),border-color var(--t-base)}.related-item-card:hover{transform:translateY(-4px);border-color:#6366f147;box-shadow:0 12px 24px #0f172a21}.related-item-media{position:relative;height:140px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.related-item-image{width:100%;height:100%;object-fit:cover;display:block}.related-item-media-link{width:100%;height:100%}.related-item-media-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:1.8rem}.related-item-body{display:flex;flex-direction:column;gap:.5rem;flex:1;padding:.75rem .85rem .85rem}.related-item-title{margin:0}.related-title-styled{margin:0;font-size:.95rem;line-height:1.35}.related-item-link{color:var(--text-light);text-decoration:none}.related-item-link:hover{color:var(--primary-color)}.related-excerpt-styled{margin:0;color:#64748b;font-size:.78rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-item-excerpt{margin:0}.related-item-footer{margin-top:auto}.related-stats-styled{color:#64748b;font-size:.76rem}.related-item-stats{display:inline-flex;align-items:center;gap:.35rem}.related-item-action{display:inline-flex;align-items:center}.related-action-btn{min-width:68px;font-size:.75rem;border-radius:.5rem;padding:.25rem .55rem}.feed-empty-state{grid-column:1 / -1}.related-carousel .carousel-control-prev,.related-carousel .carousel-control-next{width:2rem;height:2rem}.listing-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-light);animation:slideInDown .5s ease-out}.listing-header h1,.listing-header h2{display:flex;align-items:center;gap:.75rem;margin:0;font-size:2rem;font-weight:800;color:var(--text-light);letter-spacing:-.5px}.listing-header i{color:var(--primary-color)}.filter-card{position:relative;background:linear-gradient(180deg,#fffffff5,#f8fafcfa);border:1px solid rgba(99,102,241,.18);border-radius:1.1rem;padding:1rem 1.1rem;margin-bottom:2rem;box-shadow:0 14px 28px #0f172a14;transition:all var(--t-base);backdrop-filter:blur(6px)}.filter-card:before{content:"";position:absolute;left:14px;right:14px;top:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#6366f1d9,#10b981a6)}.filter-card:hover{box-shadow:0 16px 34px #0f172a1f}.filter-group{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(170px,1fr));gap:.85rem;align-items:end}.filter-section{min-width:0;display:flex;flex-direction:column;gap:.45rem}.filter-section label{font-weight:700;color:var(--text-light);font-size:.78rem;letter-spacing:.03em;text-transform:uppercase;margin:0}.filter-section form{width:100%;margin:0;display:flex;align-items:center;gap:.55rem}.search-input,.filter-select{width:100%;height:44px;padding:.65rem .9rem;border:1px solid rgba(148,163,184,.35);border-radius:.75rem;font-size:.92rem;background:var(--card-light);color:var(--text-light);font-family:var(--font-base);transition:all .2s cubic-bezier(.4,0,.2,1)}.search-input::placeholder{color:#9ca3af}.search-input:focus,.filter-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f124}.filter-select{flex:1;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 16px) calc(50% - 2px),calc(100% - 11px) calc(50% - 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2rem}.btn-search{width:44px;height:44px;padding:0;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;font-size:.95rem;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 18px #6366f147}.btn-search:hover{background:var(--primary-600);transform:translateY(-1px);box-shadow:0 12px 20px #6366f152}.results-info{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#6366f10d;border-left:4px solid var(--primary-color);border-radius:.5rem;margin-bottom:1.5rem;font-size:.9rem;color:var(--text-light)}.results-count{font-weight:600}.empty-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,var(--bg-light) 0%,rgba(99,102,241,.05) 100%);border:2px dashed var(--border-light);border-radius:1rem;min-height:300px}.empty-icon{font-size:4rem;opacity:.3;margin-bottom:1rem}.empty-state h3,.empty-state h4{margin:0 0 .5rem;color:var(--text-light);font-weight:700;font-size:1.25rem}.empty-state p{margin:0 0 1.5rem;color:#6b7280;font-size:.95rem;max-width:400px}.latest-updates-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-light)}.section-title-wrapper{flex:1;min-width:250px}.section-title-wrapper h2{margin:0;font-size:2rem;font-weight:800;color:var(--text-light);letter-spacing:-.5px}.modern-tab-nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.tab-buttons-wrapper{display:flex;gap:1rem;padding:.5rem;background:var(--bg-light);border-radius:.75rem;border:1px solid var(--border-light)}.tab-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:none;border-radius:.5rem;color:#6b7280;font-weight:600;font-size:.95rem;cursor:pointer;white-space:nowrap;min-height:44px;transition:all .3s cubic-bezier(.4,0,.2,1)}.tab-btn:hover{color:var(--primary-color);background:#6366f10d;transform:translateY(-2px)}.tab-btn.active{background:var(--primary-color);color:#fff;box-shadow:0 4px 12px #6366f14d}.tab-timer-wrapper{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;min-width:120px;background:#6366f11a;border-radius:.5rem;border:1px solid rgba(99,102,241,.2)}.timer-text{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:600;font-size:.9rem}.timer-text i{animation:spin 2s linear infinite}.feed-grid{transition:opacity .6s ease,transform .6s ease}.feed-grid.fade-out{opacity:0;transform:translateY(10px);pointer-events:none}.loading-spinner{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;color:#6b7280;font-weight:500;min-height:300px}.home-top-slider{background:linear-gradient(135deg,#2563eb14,#10b98114);border:1px solid var(--border-light);border-radius:18px;padding:1rem}.home-top-slider__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.9rem}.home-top-slider__title{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:800;color:var(--text-light)}.home-top-slider__controls{display:inline-flex;gap:.5rem}.home-top-slider__btn{width:36px;height:36px;border-radius:999px;border:1px solid var(--border-light);background:var(--card-light);color:var(--text-light);display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.home-top-slider__btn:hover{transform:translateY(-1px);border-color:#2563eb;color:#2563eb}.home-top-slider__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,1fr);gap:1rem;overflow-x:auto;padding-bottom:.2rem;scroll-behavior:smooth;scrollbar-width:none}.home-top-slider__track::-webkit-scrollbar{display:none}.home-top-slider__viewport{overflow:hidden;border-radius:14px}.home-top-card{background:var(--card-light);border:1px solid var(--border-light);border-radius:14px;text-decoration:none;color:inherit;display:flex;flex-direction:column;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.home-top-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px #0f172a1f}.home-top-card__media{position:relative;background:#f1f5f9;height:140px}.home-top-card__media img{width:100%;height:100%;object-fit:cover}.home-top-card__body{padding:.85rem .9rem}.home-top-card__type{display:inline-flex;font-size:.74rem;font-weight:700;padding:.35rem .5rem;border-radius:999px;margin-bottom:.55rem}.home-top-card.is-post .home-top-card__type{background:#2563eb21;color:#1d4ed8}.home-top-card.is-service .home-top-card__type{background:#10b98124;color:#047857}.home-top-card__title{margin:0 0 .55rem;font-size:.95rem;line-height:1.35;color:var(--text-light);min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-top-card__meta{display:flex;flex-wrap:wrap;gap:.4rem .65rem;font-size:.75rem;color:#64748b}.home-top-card__rating{color:#92400e;background:#f59e0b24;border-radius:999px;padding:.16rem .45rem;font-weight:700}.home-top-card__rating i{color:#f59e0b}.home-latest-section,.home-feed-surface{padding:clamp(1rem,2.2vw,1.5rem);border:1px solid rgba(99,102,241,.15);border-radius:1.25rem;background:linear-gradient(180deg,#ffffffeb,#f8fafcf5);box-shadow:0 14px 30px #0f172a14}.home-services-section .services-card-left{position:relative;background:linear-gradient(135deg,#0f172a,#1d4ed8 52%,#2563eb);border:1px solid rgba(255,255,255,.18);box-shadow:0 22px 38px #0f172a33}.home-services-section .services-card-left:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 15%,rgba(255,255,255,.24),transparent 40%),radial-gradient(circle at 12% 85%,rgba(255,255,255,.16),transparent 45%);pointer-events:none}.home-services-section .services-card-right{background:var(--card-light);border:1px solid var(--border-light);border-left:4px solid transparent;box-shadow:0 10px 22px #0f172a14;transition:transform .28s ease,box-shadow .28s ease}.home-services-section .services-card-right:hover{transform:translateY(-6px);box-shadow:0 16px 30px #0f172a24}.home-services-section .services-card-right.blue{border-left-color:#2563eb}.home-services-section .services-card-right.green{border-left-color:#10b981}.home-services-section .services-card-right.yellow{border-left-color:#f59e0b}.home-services-section .services-card-left .card-title,.home-services-section .services-card-right .card-title{overflow-wrap:anywhere}.home-categories-section .category-card{position:relative;min-height:190px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid rgba(255,255,255,.24);box-shadow:0 12px 24px #0f172a24;transition:all .28s ease}.home-categories-section .category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0f172a0a,#0f172a6b);pointer-events:none}.home-categories-section .category-card>*{position:relative;z-index:1}.home-categories-section .category-card:hover{transform:translateY(-7px) scale(1.01);box-shadow:0 20px 34px #0f172a33}.home-categories-section .category-card.news{background:linear-gradient(135deg,#ef4444,#f97316)}.home-categories-section .category-card.reviews{background:linear-gradient(135deg,#7c3aed,#ec4899)}.home-categories-section .category-card.tips{background:linear-gradient(135deg,#0891b2,#14b8a6)}.home-categories-section .category-card.tutorials{background:linear-gradient(135deg,#2563eb,#06b6d4)}.home-categories-section .category-card.comparison{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.home-categories-section .category-card.trending{background:linear-gradient(135deg,#ea580c,#f59e0b)}@media(max-width:1200px){.cc-card{min-height:302px}.cc-image-section{height:186px}}@media(max-width:991px){.feed-grid,.listing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.latest-updates-header{flex-direction:column}.tab-buttons-wrapper{width:100%}.tab-timer-wrapper{width:100%;justify-content:center}.home-categories-section .category-card{min-height:160px}.filter-group{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-group .filter-section:first-child{grid-column:1 / -1}.home-top-slider__track{grid-auto-columns:minmax(320px,72vw)}.home-services-section .services-card-left .card-body{padding:2rem!important}.home-services-section .services-card-left .btn.btn-lg{padding-inline:2rem!important}}@media(max-width:767px){.feed-grid,.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.feed-grid>*,.listing-grid>*{min-width:0;width:100%}.cc-card{min-height:250px}.cc-image-section{height:146px}.cc-body-section{padding:.8rem}.cc-footer-section{flex-direction:column;align-items:flex-start;gap:.65rem}.cc-btn{width:100%;justify-content:center}.cc-title,.cc-excerpt{overflow-wrap:anywhere}.cc-badge-top-left,.cc-badge-top-right,.cc-badge-bottom-left{max-width:calc(100% - 1rem)}.cc-badge-top-left{top:.5rem;left:.5rem;gap:.35rem}.cc-badge-top-right{top:.5rem;right:.5rem}.cc-badge-bottom-left{bottom:.5rem;left:.5rem;gap:.35rem}.cc-badge-premium,.cc-badge-free,.cc-badge-official,.cc-badge-status,.cc-badge-overlay{padding:.34rem .58rem;gap:.25rem;font-size:.66rem}.cc-badge-text{max-width:12ch}.cc-badge-overlay-count{min-width:1.55rem;padding-inline:.38rem}.listing-header{margin-bottom:1.5rem}.listing-header h1,.listing-header h2{font-size:1.5rem}.filter-card{padding:.9rem;border-radius:1rem}.filter-group{grid-template-columns:1fr;gap:.75rem}.filter-group .filter-section:first-child{grid-column:auto}.filter-section{gap:.4rem}.filter-section form{gap:.5rem}.search-input,.filter-select{height:42px;font-size:.9rem;border-radius:.68rem}.btn-search{width:42px;height:42px;border-radius:.68rem}.latest-updates-header{gap:1rem;margin-bottom:1.5rem}.modern-tab-nav{width:100%;flex-direction:column;gap:1rem}.tab-buttons-wrapper{width:100%;justify-content:space-between}.section-title-wrapper h2{font-size:1.5rem}.home-top-slider{padding:.85rem;border-radius:14px}.home-top-slider__head{flex-direction:column;align-items:flex-start;gap:.6rem}.home-top-slider__title{font-size:1rem}.home-top-slider__subtitle{font-size:.86rem;line-height:1.45}.home-top-slider__controls{width:100%;justify-content:flex-end}.home-top-slider__btn{width:34px;height:34px}.home-top-slider__track{grid-auto-columns:calc((100% - 1rem) / 3);gap:.5rem;padding-bottom:.35rem}.home-top-card__media{height:82px}.home-top-card__body{padding:.45rem}.home-top-card__type{font-size:.62rem;padding:.18rem .34rem;margin-bottom:.3rem}.home-top-card__title{font-size:.68rem;line-height:1.25;min-height:2.45em;margin-bottom:0}.home-top-card__meta{display:none}.home-services-section{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.home-services-section .home-feed-surface{padding:1rem;border-radius:1rem}.home-services-section h2.display-5{font-size:clamp(1.35rem,6.2vw,1.85rem);line-height:1.2}.home-services-section .lead{font-size:.95rem;margin-bottom:0}.home-services-section .services-card-left .card-body{padding:1.25rem!important}.home-services-section .services-card-left .card-title{font-size:1.12rem}.home-services-section .services-card-left .card-text{font-size:.9rem;line-height:1.5;margin-bottom:.9rem!important}.home-services-section .services-card-left ul{margin-bottom:1rem!important}.home-services-section .services-card-left ul li{margin-bottom:.55rem!important;font-size:.88rem;line-height:1.45}.home-services-section .services-card-left .btn.btn-lg{width:100%;padding:.75rem 1rem!important;font-size:.95rem}.home-services-section .services-card-right .card-body{padding:.95rem!important}.home-services-section .services-card-right .d-flex{gap:.75rem}.home-services-section .services-card-right .card-title{font-size:.98rem;margin-bottom:.35rem!important}.home-services-section .services-card-right .card-text{font-size:.82rem!important;line-height:1.45}.home-categories-section .category-card{min-height:126px}.related-grid{grid-template-columns:1fr}.related-item-media{height:160px}.mobiles-list-hero,.pages-list-hero,.services-new-application-hero{padding-top:2.15rem!important;padding-bottom:2.15rem!important;margin-bottom:1.25rem!important}.mobiles-list-hero .display-4,.pages-list-hero .display-4,.services-new-application-hero .display-4{font-size:clamp(1.45rem,6.4vw,2rem);line-height:1.22}.mobiles-list-hero .lead,.pages-list-hero .lead,.services-new-application-hero .lead{font-size:.94rem!important;line-height:1.5;margin-bottom:0}.mobiles-list-page,.pages-list-page,.services-new-application-page{padding-top:1.05rem!important;padding-bottom:1.35rem!important}.mobiles-list-page .listing-header,.pages-list-page .listing-header,.services-new-application-page .listing-header{margin-bottom:1rem!important;padding-bottom:.7rem}.mobiles-list-page .filter-card,.pages-list-page .filter-card,.services-new-application-page .filter-card{margin-bottom:1rem}}@media(max-width:575px){.tab-buttons-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.tab-btn{min-width:0}.tab-label{display:none}.section-title-wrapper{min-width:0;width:100%}.listing-header h1,.listing-header h2{font-size:1.25rem}.filter-card{padding:.78rem}.filter-section{padding:.62rem;border-radius:.78rem;border:1px solid rgba(148,163,184,.2);background:#f8fafce0}.home-top-slider__controls{width:auto;justify-content:flex-end}.home-top-slider__btn{width:30px;height:30px}.home-top-slider__track{grid-auto-columns:calc((100% - .8rem) / 3);gap:.4rem}.home-top-card__media{height:72px}.home-services-section .services-card-right .d-flex{flex-direction:column;align-items:flex-start!important}.home-services-section .services-card-right .d-flex>.rounded-3{margin-right:0!important;margin-bottom:.35rem}.pages-list-page .listing-grid,.services-new-application-page .feed-grid{grid-template-columns:1fr;gap:.78rem}.services-new-application-page.home-feed-surface{border-radius:1rem;padding-inline:.75rem!important}.pages-list-page .empty-state,.services-new-application-page .empty-state{min-height:220px;padding:2.2rem 1rem}}@media(max-width:399px){.feed-grid,.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem}.pages-list-page .listing-grid,.services-new-application-page .feed-grid{grid-template-columns:1fr;gap:.68rem}.listing-header h1,.listing-header h2{font-size:1.1rem}.cc-card{min-height:220px}.cc-image-section{height:134px}.cc-badge-status .cc-badge-text{display:none}.cc-badge-status{padding-inline:.42rem}.cc-badge-text{max-width:9ch}}.feed-grid,.listing-grid{align-items:stretch}.cc-card{isolation:isolate}.cc-card:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:0;background:linear-gradient(180deg,rgba(99,102,241,.06),transparent 38%);transition:opacity var(--t-fast)}.cc-card:hover:after{opacity:1}.cc-btn:focus-visible,.tab-btn:focus-visible,.home-top-slider__btn:focus-visible,.home-top-card:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;box-shadow:var(--focus-ring)}.home-top-slider__track{scroll-snap-type:x proximity}.home-top-slider__track>*{scroll-snap-align:start}@media(prefers-reduced-motion:reduce){.feed-grid,.listing-grid{animation:none}.cc-card,.cc-image,.cc-btn,.tab-btn,.home-top-card,.home-categories-section .category-card{transition-duration:.01ms!important}.cc-card:hover,.cc-card:hover .cc-image,.tab-btn:hover,.home-top-card:hover,.home-categories-section .category-card:hover{transform:none}}.home-hero{padding-top:clamp(3.5rem,8vw,6rem)!important;padding-bottom:clamp(4rem,9vw,7rem)!important;background:radial-gradient(1200px 500px at 10% -10%,rgba(99,102,241,.28),transparent 60%),radial-gradient(900px 420px at 90% 0%,rgba(6,182,212,.22),transparent 62%),linear-gradient(135deg,#0f172a,#1e293b 55%,#1d4ed8)}.home-hero .hero-title{font-size:clamp(2rem,6vw,4.25rem);line-height:1.05;letter-spacing:-.03em;text-wrap:balance}.home-hero .hero-subtitle{max-width:min(760px,94%);margin-inline:auto;color:#f1f5f9eb}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0;position:relative;overflow:hidden}.hero-stat{backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;padding:1rem;border:1px solid rgba(255,255,255,.2);transition:all var(--t-base);min-height:98px}.hero-stat:hover{transform:translateY(-5px);background:#ffffff26}.floating-shape{position:absolute;border-radius:50%;background:#ffffff14;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);animation:float 6s ease-in-out infinite}.shape-1{width:80px;height:80px;top:10%;left:10%;animation-delay:0s}.shape-2{width:60px;height:60px;top:20%;right:15%;animation-delay:2s}.shape-3{width:100px;height:100px;bottom:20%;left:20%;animation-delay:4s}.shape-4{width:40px;height:40px;top:60%;right:10%;animation-delay:1s}.shape-5{width:70px;height:70px;bottom:10%;right:20%;animation-delay:3s}.hero-orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.3;animation:orbPulse 4s ease-in-out infinite}.orb-1{width:200px;height:200px;background:linear-gradient(45deg,#6366f1,#8b5cf6);top:10%;left:5%}.orb-2{width:150px;height:150px;background:linear-gradient(45deg,#10b981,#06b6d4);bottom:20%;right:10%;animation-delay:2s}.orb-3{width:100px;height:100px;background:linear-gradient(45deg,#f59e0b,#ec4899);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:1s}@keyframes orbPulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.6}}.scroll-indicator{animation:bounce 2s infinite}.scroll-mouse{width:24px;height:36px;border:2px solid rgba(255,255,255,.5);border-radius:12px;position:relative;margin:0 auto}.scroll-wheel{width:4px;height:8px;background:#ffffff80;border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scrollWheel 2s infinite}@keyframes scrollWheel{0%{opacity:0;transform:translate(-50%) translateY(0)}50%{opacity:1;transform:translate(-50%) translateY(8px)}to{opacity:0;transform:translate(-50%) translateY(16px)}}@media(max-width:576px){.home-hero .hero-title{font-size:clamp(1.75rem,9vw,2.35rem)}.home-hero .hero-cta-primary,.home-hero .hero-cta-secondary{width:100%;justify-content:center}.home-latest-section,.home-feed-surface{border-radius:1rem;padding:.85rem}}.auth-page,.login-container,.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;padding:clamp(18px,4vw,30px) 16px}.auth-page:before,.login-container:before,.register-container:before{content:"";position:absolute;width:400px;height:400px;background:#ffffff1a;border-radius:50%;top:-100px;right:-100px}.auth-page:after,.login-container:after,.register-container:after{content:"";position:absolute;width:300px;height:300px;background:#ffffff0d;border-radius:50%;bottom:-50px;left:-50px}.auth-card,.login-card,.register-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;overflow:hidden;width:100%;position:relative;z-index:1;animation:slideInUp .6s ease-out}.login-card{max-width:450px}.register-card{max-width:550px}.auth-card-header,.login-header,.register-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 30px;text-align:center}.login-header h2,.register-header h2{font-size:28px;font-weight:700;margin:0;display:flex;align-items:center;justify-content:center;gap:10px}.auth-card-body,.login-body,.register-body{padding:40px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:15px;color:var(--primary-color);font-size:18px;z-index:1}.login-body .form-control{padding:12px 15px 12px 45px;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:10px}.login-body .form-control:focus{outline:none;border-color:var(--primary-color);background:#fff}.password-toggle{position:absolute;right:15px;cursor:pointer;color:var(--primary-color);font-size:18px;transition:color .2s}.btn-login,.btn-register{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.5px;transition:all var(--t-base)}.btn-login:hover,.btn-register:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.btn-login:disabled,.btn-register:disabled{opacity:.6;cursor:not-allowed;transform:none}.divider{display:flex;align-items:center;margin:25px 0;gap:15px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.divider-text{color:#7a7d87;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid rgba(99,102,241,.18)}#auth-buttons{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px;border-radius:999px;border:1px solid rgba(102,126,234,.18);background:linear-gradient(135deg,#f8fafceb,#eef2fff2);box-shadow:0 10px 24px #667eea29}#auth-buttons .auth-btn{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:16px;font-size:1.25rem;color:#fff;text-decoration:none;border:1px solid transparent;transition:transform .22s ease,box-shadow .22s ease}#auth-buttons #auth-google-btn{background:linear-gradient(135deg,#ea4335,#c5221f)}#auth-buttons #auth-facebook-btn{background:linear-gradient(135deg,#1b74e4,#0f5fc7)}#auth-buttons #auth-guest-btn{background:linear-gradient(135deg,#0f766e,#0d9488)}#auth-buttons .auth-btn:hover{transform:translateY(-2px) scale(1.03)}.auth-card.auth-card--oauth-loading{position:relative;isolation:isolate;overflow:hidden;border-radius:28px;border-color:#2563eb73;background:linear-gradient(180deg,#fff,#eff6ff);box-shadow:0 0 0 3px #2563eb24,0 24px 52px #2563eb47;transform:translateY(-2px) scale(1.006)}.auth-card.auth-card--oauth-loading:before,.auth-card.auth-card--oauth-loading:after{content:"";position:absolute;border-radius:999px;pointer-events:none;z-index:0}.auth-card.auth-card--oauth-loading:before{width:220px;height:220px;top:-84px;right:-70px;background:radial-gradient(circle at 35% 35%,rgba(59,130,246,.36),rgba(59,130,246,.06) 62%,transparent 70%);animation:authCardPulse 1.9s ease-in-out infinite}.auth-card.auth-card--oauth-loading:after{width:180px;height:180px;left:-68px;bottom:-78px;background:radial-gradient(circle at 50% 50%,rgba(37,99,235,.24),rgba(37,99,235,.05) 64%,transparent 72%);animation:authCardPulse 2.4s ease-in-out infinite reverse}@keyframes authCardPulse{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:1}to{transform:scale(1);opacity:.7}}.auth-card.auth-card--oauth-loading .auth-card-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-top-left-radius:28px;border-top-right-radius:28px;position:relative;z-index:1}#auth-buttons.auth-buttons--busy .auth-btn:not(.auth-btn--loading){opacity:.42;transform:none;filter:grayscale(.35) saturate(.7)}#auth-buttons .auth-btn.auth-btn--loading{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;border-color:#2563ebcc;box-shadow:0 8px 20px #2563eb57;border-radius:999px;color:#fff}#auth-buttons .auth-btn.auth-btn--loading .spinner-border{width:1rem;height:1rem;border-width:.14em}.auth-footer{margin-top:1.35rem;text-align:center}.auth-footer p{margin-bottom:.55rem}.auth-footer a{color:var(--primary-color);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-hidden{display:none!important}.auth-page-shell{align-items:flex-start;padding-top:clamp(28px,6vh,64px);padding-bottom:clamp(28px,6vh,64px)}.auth-shell{width:100%;margin-inline:auto;position:relative;z-index:2}.auth-shell-sm{max-width:520px}.auth-shell-md{max-width:620px}.auth-card--shell{border-radius:18px;overflow:hidden}.auth-shell-header{padding:30px 24px}.auth-shell-title{font-size:clamp(1.45rem,1.05rem + 1.1vw,2rem);font-weight:700;color:#fff;line-height:1.2}.auth-shell-subtitle{font-size:.95rem;line-height:1.55;color:#ffffffe6}.auth-shell-icon{width:60px;height:60px;margin-inline:auto;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.65rem;background:#ffffff29;border:1px solid rgba(255,255,255,.22)}.auth-shell-body{padding:32px 28px}.auth-shell .form-control,.auth-shell .form-select{border-width:2px;border-color:#e2e8f0}.auth-shell .form-control:focus,.auth-shell .form-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 .2rem #6366f11f}.auth-shell .btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none}.auth-shell .btn.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #667eea47}.auth-shell-notes{display:grid;gap:.75rem;margin-top:.95rem}.auth-shell-note{margin:0;border-radius:12px;box-shadow:0 10px 22px #0f172a14}.auth-shell-note.alert-info{border-color:#0ea5e940}.auth-shell-note.alert-warning{border-color:#f59e0b4d}.auth-shell-note.alert-secondary{border-color:#64748b47}.password-strength{display:flex;gap:4px;margin-top:8px}.strength-bar{height:4px;flex:1;background:#e0e0e0;border-radius:2px;transition:all .2s}.strength-bar.filled{background:#28a745}.strength-bar.warning{background:#ffc107}.strength-bar.danger{background:#dc3545}.register-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}@media(max-width:576px){.register-name-grid{grid-template-columns:1fr}}@media(max-width:768px){.auth-card-body,.login-body,.register-body{padding:30px 20px}.auth-card-header,.login-header,.register-header{padding:28px 18px}.auth-shell-body{padding:26px 18px}}@media(max-width:576px){.auth-shell-icon{width:52px;height:52px;font-size:1.35rem}.auth-shell-note{font-size:.92rem}}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.error-container{position:relative;z-index:2;text-align:center;color:#fff;max-width:600px;animation:fadeIn .8s ease}.error-code{font-size:120px;font-weight:900;line-height:1;margin-bottom:20px;text-shadow:0 4px 15px rgba(0,0,0,.3);animation:slideInDown .6s ease}.error-title{font-size:2.5rem;font-weight:700;margin-bottom:15px}.error-animation{font-size:80px;margin-bottom:20px;animation:float 3s ease-in-out infinite}@keyframes errorIconFloat{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.error-icon-float{animation:errorIconFloat 4s ease-in-out infinite}@media(max-width:576px){.error-code{font-size:60px}.error-title{font-size:1.5rem}}.public-static-page,.page-privacy,.page-terms,.page-newsletter,.page-contact,.page-contactm,.page-faq,.page-about-us,.page-advertise,.page-sitemap{background:radial-gradient(circle at 12% 6%,rgba(99,102,241,.11),transparent 36%),radial-gradient(circle at 90% 10%,rgba(129,140,248,.08),transparent 34%),var(--bg-light);color:var(--text-light)}.public-page-hero,.page-privacy .hero-section,.page-terms .hero-section,.page-contact .hero-section,.page-contactm .hero-section,.page-faq .hero-section,.page-newsletter .hero-section,.page-advertise .hero-section{max-width:min(1180px,calc(100% - 1.25rem));margin:1rem auto 1.8rem;border-radius:1.2rem;overflow:hidden;background:radial-gradient(circle at 84% 14%,rgba(255,255,255,.16),transparent 32%),linear-gradient(135deg,var(--dark-bg) 0%,var(--primary-600) 58%,var(--primary-color) 100%);box-shadow:0 18px 36px #0f172a2e}.public-hero--advertise{background:radial-gradient(circle at 84% 14%,rgba(255,255,255,.2),transparent 36%),linear-gradient(135deg,#f43f5e,#f97316 52%,#facc15)!important}.public-hero--contact{background:radial-gradient(circle at 80% 14%,rgba(255,255,255,.18),transparent 36%),linear-gradient(135deg,#c026d3,#db2777 52%,#f43f5e)!important}.public-hero--faq{background:radial-gradient(circle at 80% 14%,rgba(255,255,255,.3),transparent 34%),linear-gradient(135deg,#a7f3d0,#bfdbfe 48%,#fde68a)!important}.public-hero--newsletter{background:radial-gradient(circle at 84% 14%,rgba(255,255,255,.2),transparent 36%),linear-gradient(135deg,#2563eb,#0ea5e9 52%,#22d3ee)!important}.public-hero--privacy{background:radial-gradient(circle at 82% 14%,rgba(255,255,255,.16),transparent 34%),linear-gradient(135deg,#4f46e5,#6366f1 54%,#0ea5e9)!important}.public-hero--terms{background:radial-gradient(circle at 82% 14%,rgba(255,255,255,.18),transparent 34%),linear-gradient(135deg,#be123c,#e11d48,#f97316)!important}.public-hero-icon{font-size:clamp(2.6rem,5vw,4rem);line-height:1;opacity:.95}.public-hero-pattern{position:absolute;top:0;right:0;width:52%;height:100%;opacity:.12;background-image:radial-gradient(circle at 30% 24%,rgba(255,255,255,.95) 0,rgba(255,255,255,.95) 8px,transparent 9px),radial-gradient(circle at 62% 62%,rgba(255,255,255,.9) 0,rgba(255,255,255,.9) 6px,transparent 7px);background-size:140px 140px;pointer-events:none}.public-surface-card{background:var(--card-light);border:1px solid var(--border-light)!important;border-radius:1rem;box-shadow:0 16px 30px #0f172a14}.public-surface-card .card-header{background:linear-gradient(135deg,var(--primary-600) 0%,var(--primary-color) 100%);color:#fff;border-bottom:0}.legal-content{max-width:900px;margin:40px auto;padding:40px;background:#fff;border:1px solid var(--border-light);border-radius:1rem;box-shadow:0 16px 30px #0f172a14}.legal-content h2{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid var(--primary-color)}.legal-content p,.legal-content li{color:#555;line-height:1.8}.legal-badge{display:inline-block;background:#fff3;padding:8px 16px;border-radius:20px;margin-top:15px;font-size:.9rem}.page-faq .accordion-item{border:1px solid var(--border-light)!important;border-radius:.9rem!important;overflow:hidden;box-shadow:0 12px 22px #0f172a14}.page-faq .accordion-button{font-weight:600;color:var(--text-light)}.page-faq .accordion-button:not(.collapsed){color:var(--primary-600);background:#6366f11a}.page-contact .card,.page-contactm .card{border-radius:1rem;border:1px solid var(--border-light);box-shadow:0 16px 30px #0f172a14}.page-contact .card-header,.page-contactm .card-header{background:linear-gradient(135deg,var(--primary-600) 0%,var(--primary-color) 100%)!important;color:#fff!important}.contact-info-strip{border-color:var(--border-light)!important}.advertise-check-list,.advertise-list,.advertise-faq-list{display:grid;gap:.55rem}.advertise-check-item,.advertise-list li,.advertise-faq-list li{padding:.45rem .65rem;border-radius:.65rem;background:#6366f10f}.sitemap-link{display:block;padding:10px;background:#f8f9fa;border-radius:8px;color:var(--primary-color);text-decoration:none;transition:all var(--t-base);border-left:3px solid transparent}.sitemap-link:hover{background:var(--primary-color);color:#fff}.sitemap-scroll{max-height:300px;overflow-y:auto;padding-right:.2rem}.public-page-head{border-bottom:1px solid var(--border-light)}.about-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#1e3a8a,#0f172a);color:#fff;border-radius:1.2rem;box-shadow:0 18px 36px #0f172a33}.about-hero:before{content:"";position:absolute;width:26rem;height:26rem;right:-8rem;top:-10rem;background:#38bdf82e;border-radius:999px;pointer-events:none}.about-hero:after{content:"";position:absolute;width:18rem;height:18rem;left:-6rem;bottom:-7rem;background:#a78bfa2e;border-radius:999px;pointer-events:none}.about-panel,.about-side-card,.about-stat-card{background:var(--card-light);border:1px solid var(--border-light);border-radius:1rem;box-shadow:0 16px 30px #0f172a14}.about-panel{padding:clamp(1.25rem,1.5vw + .8rem,2rem)}.about-side-card{padding:1.1rem;margin-bottom:1rem}.about-stat-card{padding:1rem;text-align:center}.about-chip{display:inline-block;padding:.3rem .65rem;border-radius:999px;background:#6366f11a;color:var(--primary-600);font-size:.78rem;font-weight:600;margin:.22rem .3rem;border:1px solid rgba(99,102,241,.2)}.settings-card{border-radius:.75rem;transition:transform .2s ease,box-shadow .2s ease}.settings-card:hover{transform:translateY(-4px);box-shadow:0 .75rem 1.5rem #0000001a}.info-item{transition:all .2s ease}.info-item:hover{transform:translate(5px)}.profile-header-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.profile-header-card .rounded-circle{border:4px solid #fff}.maintenance-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.maintenance-container{text-align:center;color:#fff;max-width:600px;z-index:2;position:relative}.maintenance-icon{font-size:100px;margin-bottom:30px;animation:float 3s ease-in-out infinite}.maintenance-timer{background:#fff3;backdrop-filter:blur(10px);border-radius:12px;padding:25px;margin:30px 0;border:1px solid rgba(255,255,255,.2)}.countdown{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.newsletter-form{max-width:500px;margin:40px auto;padding:30px;background:#ffffff1a;backdrop-filter:blur(10px);border-radius:15px;border:1px solid rgba(255,255,255,.2)}.newsletter-form .form-control{background:#ffffffe6;border:none;border-radius:8px;padding:12px 15px}.newsletter-form .form-control:focus{background:#fff}.newsletter-card{background:#fff;border:1px solid var(--border-light);border-radius:1rem;transition:all var(--t-base)}.newsletter-card:hover{box-shadow:0 20px 25px #0000001a;transform:translateY(-4px)}.ramadan-2026-hero{background:linear-gradient(135deg,#0f766e,#0f9d58 52%,#16a34a);color:#fff;box-shadow:0 16px 32px #0f766e2e}.ramadan-2026-countdown .count-box{min-width:78px;border-radius:.9rem;padding:.75rem .7rem;background:#0f766e0f}.ramadan-2026-countdown .count-num{font-size:2rem;line-height:1;font-weight:800;color:#0f766e}.ramadan-stat-box{border:1px solid var(--border-light);border-radius:.9rem;padding:.85rem 1rem;background:#fff}.ramadan-dua-arabic{font-size:1.15rem;line-height:1.85;font-weight:600;color:#0f172a;font-family:Noto Naskh Arabic,Amiri,serif}.ramadan-dua-meta-label{display:inline-block;font-size:.72rem;font-weight:700;color:#0f766e;background:#0f766e1f;border:1px solid rgba(15,118,110,.2);border-radius:999px;padding:.15rem .55rem;margin-bottom:.35rem}.home-ramadan-section{position:relative}.home-ramadan-widget{position:relative;isolation:isolate}.home-ramadan-card{background:linear-gradient(135deg,#fff,#f0fdf4);border:1px solid #d1fae5;overflow:hidden}.home-ramadan-badge{background:linear-gradient(135deg,#059669,#16a34a);color:#fff;border:1px solid rgba(4,120,87,.35);font-weight:700;letter-spacing:.01em}.home-ramadan-countdown>span{color:#0f766e;font-size:1.1rem;font-weight:700;line-height:1}.home-ramadan-count-item{min-width:78px;padding:.65rem .55rem;border-radius:.8rem;background:#0f766e14;border:1px solid rgba(15,118,110,.16)}.home-ramadan-count-num{font-size:1.65rem;line-height:1;font-weight:800;color:#065f46}.home-ramadan-count-item small{display:block;margin-top:.25rem;color:#475569;font-weight:600}.home-ramadan-meta strong{color:#0f172a}.home-ramadan-cta{transition:transform var(--t-fast),box-shadow var(--t-fast)}.home-ramadan-cta:hover{transform:translateY(-2px);box-shadow:0 12px 24px #16a34a47!important}@media(max-width:575px){.home-ramadan-count-item{min-width:66px;padding:.55rem .45rem}.home-ramadan-count-num{font-size:1.35rem}}.ramadan-2026-table .ramadan-row-active td{background:#16a34a24;font-weight:700}.ramadan-2026-table .ramadan-row-active td:first-child{box-shadow:inset 4px 0 #16a34a}.manual-payment-theme{--manual-bg-start: #eef2ff;--manual-bg-end: #dfe8ff;--manual-primary: #4e73df;--manual-text: #fff;--manual-muted: rgba(255,255,255,.86);background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 50%),linear-gradient(140deg,var(--manual-bg-start),var(--manual-bg-end));border-radius:1rem;padding:1rem}.manual-payment-theme[data-method=bkash]{--manual-bg-start: #ea0f72;--manual-bg-end: #cc0b63;--manual-primary: #e80f70}.manual-payment-theme[data-method=rocket]{--manual-bg-start: #7f43f8;--manual-bg-end: #6328d9;--manual-primary: #6a33de}.manual-payment-theme[data-method=nagad]{--manual-bg-start: #ef4444;--manual-bg-end: #b91c1c;--manual-primary: #dc2626}.manual-receiver-box{display:flex;align-items:center;gap:.5rem;background:#fff;border-radius:.9rem;padding:.55rem;margin:.65rem 0 .8rem}.manual-copy-btn{border:0;background:var(--manual-primary);color:#fff;border-radius:.7rem;padding:.55rem .85rem;font-weight:700;display:inline-flex;align-items:center;gap:.45rem}.modern-comments-section{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);max-width:720px;margin:0 auto;padding:1.25rem 0}#comments-wrapper:not(.modern-comments-section){max-width:760px;margin-inline:auto}.modern-comments-section .modern-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.15rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-comments-section .modern-card:hover{box-shadow:0 8px 24px #00000026;border-color:#d1d5db}.modern-comments-section .avatar-circle{width:48px;height:48px;border-radius:50%;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 2px 8px #0000001a}.modern-comments-section .avatar-img{width:100%;height:100%;object-fit:cover}.modern-comments-section .avatar-initial{color:#fff;font-size:1.25rem;font-weight:700}.modern-comments-section .btn-gradient-primary{background:var(--primary-gradient);border:none;color:#fff;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-comments-section .btn-gradient-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.modern-comments-section .reaction-panel-popup{position:absolute;bottom:100%;left:50%;transform:translate(-50%) scale(.8) translateY(10px);background:#fff;border:1px solid #e5e7eb;border-radius:30px;padding:.5rem;margin-bottom:10px;display:flex;gap:.25rem;box-shadow:0 8px 24px #00000026;opacity:0;visibility:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:1000}.modern-comments-section .reaction-wrapper:hover .reaction-panel-popup,.modern-comments-section .reaction-panel-popup:hover{opacity:1;visibility:visible;transform:translate(-50%) scale(1) translateY(0)}.modern-comments-section .replies-container{margin-top:1rem;padding-left:2rem;border-left:2px dashed #e5e7eb}@media(max-width:768px){.modern-comments-section{max-width:100%;padding:.75rem 0}.modern-comments-section .modern-card{padding:.9rem}.modern-comments-section .replies-container{padding-left:1.2rem}#comments-wrapper:not(.modern-comments-section){max-width:100%;padding-inline:.4rem}}.home-hero .hero-title,.error-title,.legal-content h2,.legal-content h3,.about-hero h1,.about-hero h2{text-wrap:balance}.login-body .form-control:hover,.register-body .form-control:hover{border-color:#cbd5e1}.btn-login:focus-visible,.btn-register:focus-visible,.manual-copy-btn:focus-visible,.sitemap-link:focus-visible,.home-services-section .services-card-right:focus-within,.modern-comments-section .btn-gradient-primary:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;box-shadow:var(--focus-ring)}.legal-content{overflow-wrap:anywhere}.newsletter-card:focus-within,.settings-card:focus-within{box-shadow:0 0 0 3px #6366f12e}.application-detail-title{position:relative;display:inline-block;font-size:clamp(1.75rem,2.5vw + 1rem,3rem);line-height:1.1;letter-spacing:-.02em;color:#fff;text-shadow:0 8px 24px rgba(15,23,42,.34)}.application-detail-title:after{content:"";display:block;width:78px;height:3px;margin-top:.62rem;border-radius:999px;background:linear-gradient(90deg,#fffffff5,#bfdbfea6)}.application-detail-subtitle{max-width:min(68ch,100%);font-size:clamp(.98rem,.45vw + .9rem,1.15rem);line-height:1.45;letter-spacing:.01em;color:#ffffffe6;text-shadow:0 4px 16px rgba(15,23,42,.22);overflow-wrap:anywhere}@media(max-width:576px){.application-detail-title:after{width:62px;margin-top:.5rem}.application-detail-subtitle{font-size:.96rem;line-height:1.4}}@media(prefers-reduced-motion:reduce){.floating-shape,.hero-orb,.scroll-indicator,.scroll-wheel,.error-animation,.maintenance-icon{animation:none!important}}[data-theme=dark]{--bg-primary: #0f1117;--bg-secondary: #161b27;--bg-card: #1a2035;--bg-elevated: #1e2640;--text-primary: #e8eaf0;--text-secondary: #9aa3b8;--text-muted: #6b7590;--title-color: #e8eaf0;--title-muted-color: #9aa3b8;--card-title-color: #eef2ff;--card-subtitle-color: #b8c3d9;--border-color: rgba(255, 255, 255, .08);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .4);--shadow-md: 0 4px 20px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .6)}[data-theme=dark] body{background-color:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] hr{border-color:var(--border-color)}[data-theme=dark] a{color:var(--primary-400, #7b93ff)}[data-theme=dark] a:hover{color:var(--primary-300, #99aaff)}[data-theme=dark] ::-webkit-scrollbar-track{background:#1a1a2e}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#3a3a5c}[data-theme=dark] .brox-navbar{background:#0f1117f2;border-bottom:1px solid var(--border-color);box-shadow:0 2px 20px #0006}[data-theme=dark] .brox-navbar .navbar-brand-text{color:#e8eaf0}[data-theme=dark] .brox-nav-link{color:#b0b8d0!important}[data-theme=dark] .brox-nav-link:hover,[data-theme=dark] .brox-nav-link.active{color:var(--primary-400, #7b93ff)!important;background:#7b93ff1a}[data-theme=dark] .brox-user-dropdown .brox-user-btn{background:#ffffff0f;border-color:#ffffff1a;color:#e8eaf0}[data-theme=dark] .brox-user-dropdown .brox-user-btn:hover{background:#ffffff1a}[data-theme=dark] .brox-dropdown-menu{background:#1a2035;border-color:#ffffff14;box-shadow:0 8px 32px #00000080}[data-theme=dark] .brox-dropdown-item{color:#b0b8d0}[data-theme=dark] .brox-dropdown-item:hover{background:#7b93ff1a;color:#e8eaf0}[data-theme=dark] .brox-dropdown-divider{border-color:#ffffff0f}[data-theme=dark] .notification-bell{color:#b0b8d0}[data-theme=dark] .notification-bell:hover{color:#e8eaf0}[data-theme=dark] .theme-toggle-btn{background:#ffffff0f;border-color:#ffffff1a;color:#e8eaf0}[data-theme=dark] .theme-toggle-btn:hover{background:#ffffff1f}[data-theme=dark] .brox-mobile-menu{background:#0f1117;border-top:1px solid rgba(255,255,255,.06)}[data-theme=dark] .brox-notification-list .notification-entry{background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}[data-theme=dark] .brox-notification-list .notification-entry:hover{background:#ffffff14;border-color:#7b93ff47}[data-theme=dark] .brox-notification-list .notification-entry.bg-light{background:#7b93ff29!important;border-color:#7b93ff59!important}[data-theme=dark] .brox-notification-list .notification-entry .fw-semibold{color:#e8eaf0}[data-theme=dark] .brox-notification-list .notification-entry .text-muted{color:#b7c0d7!important}[data-theme=dark] .brox-notification-list .notification-entry .text-secondary{color:#8e9ab8!important}@media(max-width:991px){[data-theme=dark] .brox-navbar-collapse .dropdown-menu{background:#1a2035!important;border-color:#ffffff1f!important;box-shadow:0 14px 30px #00000073!important}[data-theme=dark] .brox-navbar-collapse .brox-dropdown-item{color:#d6dff5!important}[data-theme=dark] .brox-navbar-collapse .brox-dropdown-item:hover{background:#7b93ff29!important;color:#f2f6ff!important}[data-theme=dark] .brox-navbar-collapse .brox-notification-dropdown-header{background:linear-gradient(135deg,#7b93ff2e,#7b93ff14)!important;border-bottom-color:#7b93ff3d!important}[data-theme=dark] .brox-navbar-collapse .brox-notification-dropdown-header h6{color:#e8eaf0!important}[data-theme=dark] .brox-navbar-collapse .brox-notification-list{background:transparent!important;color:#e8eaf0!important}}[data-theme=dark] .search-wrapper input{background:#ffffff0f;border-color:#ffffff1a;color:#e8eaf0}[data-theme=dark] .search-wrapper input::placeholder{color:#6b7590}[data-theme=dark] .search-wrapper input:focus{border-color:var(--primary-400, #7b93ff)}[data-theme=dark] .btn-modern{background:#ffffff0f;border-color:#ffffff1a;color:#e8eaf0}[data-theme=dark] .btn-modern:hover{background:#ffffff1f;color:#fff}[data-theme=dark] .form-control,[data-theme=dark] .form-select{background-color:#ffffff0f;border-color:#ffffff1a;color:#e8eaf0}[data-theme=dark] .form-control:focus,[data-theme=dark] .form-select:focus{background-color:#ffffff14;border-color:var(--primary-400, #7b93ff);color:#e8eaf0;box-shadow:0 0 0 3px #7b93ff33}[data-theme=dark] .form-control::placeholder{color:#6b7590}[data-theme=dark] select option,[data-theme=dark] select optgroup option{background-color:#1e293b;color:#e8eaf0;font-family:var(--font-base)!important}@-moz-document url-prefix(){[data-theme=dark] select option,[data-theme=dark] select optgroup option{background-color:#1e293b;color:#e8eaf0;font-family:var(--font-base)!important}}[data-theme=dark] .form-label{color:#b0b8d0}[data-theme=dark] .form-text{color:#6b7590}[data-theme=dark] .card{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .card-header,[data-theme=dark] .card-footer{background:#ffffff08;border-color:var(--border-color)}[data-theme=dark] .dropdown-menu{background-color:#1a2035;border-color:#ffffff14}[data-theme=dark] .dropdown-item{color:#b0b8d0}[data-theme=dark] .dropdown-item:hover,[data-theme=dark] .dropdown-item:focus{background-color:#7b93ff1a;color:#e8eaf0}[data-theme=dark] .dropdown-divider{border-color:#ffffff0f}[data-theme=dark] .modal-content{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .modal-header,[data-theme=dark] .modal-footer{border-color:var(--border-color)}[data-theme=dark] .table{color:#b0b8d0}[data-theme=dark] .table th{color:#e8eaf0}[data-theme=dark] .table td,[data-theme=dark] .table th{border-color:#ffffff0f}[data-theme=dark] .table-striped>tbody>tr:nth-of-type(odd)>*{background-color:#ffffff08}[data-theme=dark] .table-hover>tbody>tr:hover>*{background-color:#ffffff0d}[data-theme=dark] .modern-card{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 14px 38px #00000073}[data-theme=dark] .modern-card:hover{box-shadow:0 20px 48px #0000008c}[data-theme=dark] .modern-card-header{background:linear-gradient(135deg,#7b93ff29,#7b93ff0f);border-bottom-color:#7b93ff33}[data-theme=dark] .modern-card-header h5,[data-theme=dark] .modern-card-header h6,[data-theme=dark] .modern-card-header .mb-0{color:#e8eaf0}[data-theme=dark] .modern-breadcrumb{background:#1a2035d9;border-color:#ffffff1f}[data-theme=dark] .modern-breadcrumb .active{color:#e8eaf0}[data-theme=dark] .modern-breadcrumb .separator{color:#6b7590}[data-theme=dark] .modern-btn-white{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#dbe7ff}[data-theme=dark] .modern-btn-white:hover{background:#7b93ff33;border-color:#7b93ff59;color:#fff}[data-theme=dark] .table-light,[data-theme=dark] .table-light>th,[data-theme=dark] .table-light>td,[data-theme=dark] .table>:not(caption)>*>.table-light{background:#ffffff0d!important;color:#e8eaf0!important;border-color:#ffffff14!important}[data-theme=dark] .chart-container{background:#ffffff05;border:1px dashed rgba(255,255,255,.12);border-radius:12px;min-height:220px}[data-theme=dark] .badge-modern{background:#ffffff1a;color:#b0b8d0}[data-theme=dark] .pagination .page-link{background:#ffffff0f;border-color:#ffffff1a;color:#b0b8d0}[data-theme=dark] .pagination .page-link:hover{background:#7b93ff26;border-color:#7b93ff4d;color:#e8eaf0}[data-theme=dark] .pagination .active .page-link{background:var(--primary-500, #5b73ff);border-color:var(--primary-500, #5b73ff);color:#fff}[data-theme=dark] .pagination .disabled .page-link{background:#ffffff08;color:#4a5170}[data-theme=dark] .breadcrumb-item{color:#6b7590}[data-theme=dark] .breadcrumb-item a{color:#7b93ff}[data-theme=dark] .breadcrumb-item.active{color:#e8eaf0}[data-theme=dark] .breadcrumb-item+.breadcrumb-item:before{color:#4a5170}[data-theme=dark] .brox-breadcrumb-nav.bg-light{background:linear-gradient(180deg,#181e30f5,#101624fa)!important}[data-theme=dark] .brox-breadcrumb-nav.border-bottom{border-bottom:1px solid rgba(255,255,255,.1)!important}[data-theme=dark] .brox-breadcrumb-nav .breadcrumb-item{color:#8e9ab8}[data-theme=dark] .brox-breadcrumb-nav .breadcrumb-item a{color:#9fb2df}[data-theme=dark] .brox-breadcrumb-nav .breadcrumb-item a:hover{color:#d6e2ff}[data-theme=dark] .brox-breadcrumb-nav .breadcrumb-item.active{color:#f1f5ff}[data-theme=dark] .brox-breadcrumb-nav .breadcrumb-item+.breadcrumb-item:before{color:#62708f}[data-theme=dark] .notification-card{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .notification-card:hover{background:var(--bg-elevated)}[data-theme=dark] .notification-card.unread{background:#7b93ff12;border-left-color:var(--primary-400, #7b93ff)}[data-theme=dark] footer,[data-theme=dark] .site-footer,[data-theme=dark] .footer-custom{background:radial-gradient(circle at 12% 8%,rgba(30,64,175,.18),transparent 42%),radial-gradient(circle at 86% 12%,rgba(14,165,233,.14),transparent 46%),linear-gradient(145deg,#050a13,#0a1424);border-top:1px solid rgba(129,140,248,.38)}[data-theme=dark] .footer-custom .footer-link{color:#9fb6f6}[data-theme=dark] .footer-custom .footer-link:hover{color:#fff}[data-theme=dark] .footer-custom .text-light-secondary,[data-theme=dark] .footer-custom .footer-text,[data-theme=dark] .footer-custom .footer-copyright,[data-theme=dark] .footer-custom .footer-tagline{color:#9fb0c9!important}[data-theme=dark] .footer-custom .footer-social-link{background:#3341558c;border-color:#6366f166;color:#dbeafe}[data-theme=dark] .footer-custom .footer-social-link:hover{background:#1e40af73;border-color:#7dd3fcb3;color:#fff}[data-theme=dark] .footer-custom .footer-links .bi-chevron-right{color:#67e8f9}[data-theme=dark] .rich-content{color:#b0b8d0}[data-theme=dark] .rich-content h1,[data-theme=dark] .rich-content h2,[data-theme=dark] .rich-content h3{color:#e8eaf0}[data-theme=dark] .rich-content a{color:#7b93ff}[data-theme=dark] .rich-content blockquote{background:#ffffff0a;border-left-color:var(--primary-400, #7b93ff);color:#9aa3b8}[data-theme=dark] .rich-content pre,[data-theme=dark] .rich-content code{background:#0d1117;color:#c9d1d9;border-color:#ffffff0f}[data-theme=dark] .rich-content table th{background:#ffffff0f;color:#e8eaf0}[data-theme=dark] .rich-content table td{border-color:#ffffff0f}[data-theme=dark] .rich-content table tr:nth-child(2n){background:#ffffff08}[data-theme=dark] .cc-card{background:var(--bg-card);border-color:var(--border-color);box-shadow:var(--shadow-sm)}[data-theme=dark] .cc-card:hover{border-color:#7b93ff4d;box-shadow:var(--shadow-md)}[data-theme=dark] .cc-title{color:#e8eaf0}[data-theme=dark] .cc-excerpt,[data-theme=dark] .cc-excerpt-rich.rich-content--card{color:#9aa3b8}[data-theme=dark] .cc-footer-section{border-top-color:#ffffff12}[data-theme=dark] .cc-card-body{background:var(--bg-card)}[data-theme=dark] .cc-card-title a{color:#e8eaf0}[data-theme=dark] .cc-card-title a:hover{color:var(--primary-400, #7b93ff)}[data-theme=dark] .cc-card-excerpt{color:#9aa3b8}[data-theme=dark] .cc-meta-tag{background:#ffffff12;color:#9aa3b8;border-color:#ffffff1a}[data-theme=dark] .cc-meta-tag i{color:currentColor;opacity:.82}[data-theme=dark] .cc-meta-tag:hover{background:#7b93ff26;color:#c0caff}[data-theme=dark] .cc-meta-tag.cc-meta-tag--more{background:#7b93ff1f;color:#c7d4ff;border-color:#7b93ff4d}[data-theme=dark] .cc-card-footer{background:#ffffff05;border-top-color:#ffffff0d}[data-theme=dark] .cc-stat{color:#6b7590}[data-theme=dark] .cc-stat:hover{color:#b0b8d0}[data-theme=dark] .cc-action-btn{color:#6b7590}[data-theme=dark] .cc-action-btn:hover{background:#7b93ff1a;color:var(--primary-400, #7b93ff)}[data-theme=dark] .related-section{background:var(--bg-card);border-color:var(--border-color);box-shadow:var(--shadow-sm)}[data-theme=dark] .related-body{background:linear-gradient(180deg,#131722fa,#0e131ef2)}[data-theme=dark] .related-item-card{background:#ffffff05;border-color:#ffffff14}[data-theme=dark] .related-item-card:hover{border-color:#7b93ff52}[data-theme=dark] .related-item-link{color:#e8eaf0}[data-theme=dark] .related-item-link:hover{color:var(--primary-400, #7b93ff)}[data-theme=dark] .related-excerpt-styled,[data-theme=dark] .related-stats-styled{color:#9aa3b8}[data-theme=dark] .related-item-media-placeholder{color:#6b7590}[data-theme=dark] .cc-carousel-btn{background:#0009;color:#fff}[data-theme=dark] .cc-carousel-btn:hover{background:#000000d9}[data-theme=dark] .feed-filter-bar{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .feed-filter-btn{background:#ffffff0d;border-color:#ffffff1a;color:#9aa3b8}[data-theme=dark] .feed-filter-btn:hover,[data-theme=dark] .feed-filter-btn.active{background:var(--primary-500, #5b73ff);border-color:var(--primary-500, #5b73ff);color:#fff}[data-theme=dark] .feed-tabs{border-bottom-color:#ffffff14}[data-theme=dark] .feed-tab-link{color:#9aa3b8}[data-theme=dark] .feed-tab-link:hover{color:#e8eaf0}[data-theme=dark] .feed-tab-link.active{color:var(--primary-400, #7b93ff);border-bottom-color:var(--primary-400, #7b93ff)}[data-theme=dark] .listing-header{background:linear-gradient(135deg,#1a2035,#0f1117);border-bottom-color:var(--border-color)}[data-theme=dark] .listing-title{color:#e8eaf0}[data-theme=dark] .listing-subtitle{color:#9aa3b8}[data-theme=dark] .empty-state{color:#6b7590}[data-theme=dark] .filter-card{background:linear-gradient(180deg,#1a2035eb,#141b2df2);border-color:#7b93ff3d;box-shadow:0 14px 30px #0000006b}[data-theme=dark] .filter-section label{color:#c9d3ec}[data-theme=dark] .search-input,[data-theme=dark] .filter-select{background:#ffffff0d;border-color:#ffffff24;color:#e8eaf0}[data-theme=dark] .search-input::placeholder{color:#8793b2}[data-theme=dark] .filter-select{background-image:linear-gradient(45deg,transparent 50%,#9fb2df 50%),linear-gradient(135deg,#9fb2df 50%,transparent 50%)}[data-theme=dark] .btn-search{background:linear-gradient(135deg,#5b73ff,#4a63ef);box-shadow:0 10px 20px #314adb73}[data-theme=dark] .btn-search:hover{background:linear-gradient(135deg,#6b82ff,#546df7)}@media(max-width:575px){[data-theme=dark] .filter-section{background:#ffffff08;border-color:#ffffff1f}}[data-theme=dark] .home-surface{background:var(--bg-secondary)}[data-theme=dark] .service-card{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .service-card:hover{border-color:#7b93ff4d;box-shadow:var(--shadow-md)}[data-theme=dark] .service-card-title{color:#e8eaf0}[data-theme=dark] .service-card-desc{color:#9aa3b8}[data-theme=dark] .home-hero{background:linear-gradient(135deg,#0a0d14,#0f1a2e,#0a1628)}[data-theme=dark] .hero-headline{color:#e8eaf0}[data-theme=dark] .hero-subtext{color:#9aa3b8}[data-theme=dark] .login-page-wrapper,[data-theme=dark] .register-page-wrapper{background:linear-gradient(135deg,#0a0d14,#0f1a2e)}[data-theme=dark] .login-card,[data-theme=dark] .register-card{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 20px 60px #00000080}[data-theme=dark] .auth-card.auth-card--oauth-loading,[data-theme=dark] .login-card.auth-card--oauth-loading,[data-theme=dark] .register-card.auth-card--oauth-loading{background:linear-gradient(180deg,#1e293bf5,#1e3a8aeb);border-color:#60a5fa80;box-shadow:0 0 0 3px #3b82f633,0 22px 52px #0206178f}[data-theme=dark] .auth-card.auth-card--oauth-loading .auth-card-header{background:linear-gradient(135deg,#1d4ed8,#1e40af)}[data-theme=dark] .login-title,[data-theme=dark] .register-title{color:#e8eaf0}[data-theme=dark] .login-subtitle,[data-theme=dark] .register-subtitle{color:#9aa3b8}[data-theme=dark] .social-auth-btn{background:#ffffff0d;border-color:#ffffff1a;color:#b0b8d0}[data-theme=dark] .social-auth-btn:hover{background:#ffffff1a;color:#e8eaf0}[data-theme=dark] .auth-divider{color:#6b7590}[data-theme=dark] .auth-divider:before,[data-theme=dark] .auth-divider:after{background:#ffffff14}[data-theme=dark] .auth-link{color:#7b93ff}[data-theme=dark] .auth-link:hover{color:#9af}[data-theme=dark] .error-page{background:var(--bg-primary)}[data-theme=dark] .error-code{color:var(--primary-400, #7b93ff)}[data-theme=dark] .error-title{color:#e8eaf0}[data-theme=dark] .error-message{color:#9aa3b8}[data-theme=dark] .legal-page-header{background:var(--bg-secondary);border-bottom-color:var(--border-color)}[data-theme=dark] .legal-page-title{color:#e8eaf0}[data-theme=dark] .legal-page-subtitle{color:#9aa3b8}[data-theme=dark] .legal-section-heading{color:#e8eaf0;border-bottom-color:#ffffff0f}[data-theme=dark] .legal-text{color:#b0b8d0}[data-theme=dark] .public-static-page{background:radial-gradient(circle at 10% 6%,rgba(99,102,241,.13),transparent 36%),radial-gradient(circle at 90% 10%,rgba(30,41,59,.65),transparent 40%),var(--bg-primary)}[data-theme=dark] .public-page-hero{background:radial-gradient(circle at 84% 14%,rgba(148,163,184,.16),transparent 34%),linear-gradient(135deg,#0f172a,#1e293b 56%,#334155)!important;box-shadow:0 18px 36px #0000006b}[data-theme=dark] .public-hero--advertise{background:radial-gradient(circle at 84% 14%,rgba(251,191,36,.18),transparent 36%),linear-gradient(135deg,#3f1d0d,#7c2d12 54%,#b45309)!important}[data-theme=dark] .public-hero--contact{background:radial-gradient(circle at 80% 14%,rgba(244,114,182,.2),transparent 36%),linear-gradient(135deg,#3b102a,#6b1034 52%,#831843)!important}[data-theme=dark] .public-hero--faq{background:radial-gradient(circle at 80% 14%,rgba(147,197,253,.16),transparent 34%),linear-gradient(135deg,#0f172a,#1e293b,#334155)!important}[data-theme=dark] .public-hero--newsletter{background:radial-gradient(circle at 84% 14%,rgba(125,211,252,.18),transparent 36%),linear-gradient(135deg,#0b1f3a,#0c4a6e 52%,#0369a1)!important}[data-theme=dark] .public-hero--privacy{background:radial-gradient(circle at 82% 14%,rgba(129,140,248,.2),transparent 34%),linear-gradient(135deg,#1e1b4b,#312e81 54%,#1d4ed8)!important}[data-theme=dark] .public-hero--terms{background:radial-gradient(circle at 82% 14%,rgba(251,113,133,.2),transparent 34%),linear-gradient(135deg,#3f0f1a,#7f1d1d,#9a3412)!important}[data-theme=dark] .public-page-hero h1,[data-theme=dark] .public-page-hero .display-4,[data-theme=dark] .public-page-hero .public-hero-icon{color:#eef2ff!important}[data-theme=dark] .public-page-hero p,[data-theme=dark] .public-page-hero .lead,[data-theme=dark] .public-page-hero .text-dark,[data-theme=dark] .public-page-hero .text-white-50{color:#cbd5e1!important}[data-theme=dark] .public-static-page .text-muted{color:#9aa3b8!important}[data-theme=dark] .public-page-head{border-bottom-color:var(--border-color)}[data-theme=dark] .public-surface-card{background:var(--bg-card);border-color:var(--border-color)!important;box-shadow:0 16px 32px #00000059}[data-theme=dark] .public-surface-card .card-header{background:linear-gradient(135deg,#334155,#1e293b);color:#e8eaf0}[data-theme=dark] .sitemap-link{background:#ffffff0a;border-color:#ffffff1f;color:#a5b4fc}[data-theme=dark] .sitemap-link:hover{background:#4f46e533;color:#eef2ff}[data-theme=dark] .advertise-check-item,[data-theme=dark] .advertise-list li,[data-theme=dark] .advertise-faq-list li{background:#6366f129;color:#dbeafe}[data-theme=dark] .legal-content{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .legal-content h2,[data-theme=dark] .legal-content h3{color:#e8eaf0;border-bottom-color:#7b93ff59}[data-theme=dark] .legal-content p,[data-theme=dark] .legal-content li,[data-theme=dark] .legal-content small{color:#c4cddd!important}[data-theme=dark] .legal-content strong{color:#eef2ff}[data-theme=dark] .legal-content a{color:#9bb0ff}[data-theme=dark] .legal-content .alert{border-color:#94a3b838}[data-theme=dark] .about-hero{background:linear-gradient(135deg,#0a0d14,#0f1a2e)}[data-theme=dark] .about-page{--about-bg: #0b1220;--about-border: rgba(148, 163, 184, .22);--about-text-soft: #b8c3d9}[data-theme=dark] .about-page .about-main{background:radial-gradient(circle at 10% 0%,#111827 0%,var(--about-bg) 58%)!important}[data-theme=dark] .about-panel{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .about-page .about-panel,[data-theme=dark] .about-page .about-side-card,[data-theme=dark] .about-page .about-stat-card{background:var(--bg-card)!important;border-color:var(--border-color)!important;box-shadow:0 16px 32px #00000057!important}[data-theme=dark] .about-page .about-hero-metric{background:#0f172a73!important;border-color:#94a3b847!important}[data-theme=dark] .about-page .about-section-title,[data-theme=dark] .about-page .about-lead,[data-theme=dark] .about-page .about-side-title{color:#e8eaf0!important}[data-theme=dark] .about-page .about-body-text,[data-theme=dark] .about-page .about-hero-metric .small,[data-theme=dark] .about-page .about-stat-card .text-muted{color:#b7c0d7!important}[data-theme=dark] .about-page .about-offer-item{background:#6366f11f!important;border-color:#818cf859!important;color:#dbeafe!important}[data-theme=dark] .about-page .about-chip{background:#6366f12e!important;color:#dbeafe!important;border-color:#818cf859!important}[data-theme=dark] .about-page .about-stat-card h3{color:#93c5fd!important}[data-theme=dark] .stat-card{background:var(--bg-elevated);border-color:var(--border-color)}[data-theme=dark] .stat-value{color:var(--primary-400, #7b93ff)}[data-theme=dark] .stat-label{color:#9aa3b8}[data-theme=dark] .profile-header{background:linear-gradient(135deg,#0f1a2e,#1a2035);border-bottom-color:var(--border-color)}[data-theme=dark] .profile-username{color:#e8eaf0}[data-theme=dark] .profile-bio{color:#9aa3b8}[data-theme=dark] .profile-meta{color:#6b7590}[data-theme=dark] .settings-section{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .settings-section-title{color:#e8eaf0;border-bottom-color:var(--border-color)}[data-theme=dark] .ramadan-widget{background:linear-gradient(135deg,#0a1628,#0f2040);border-color:#d4af3733}[data-theme=dark] .ramadan-countdown-value{color:#f0d060}[data-theme=dark] .ramadan-stat-card{background:#ffffff0d}[data-theme=dark] .ramadan-dua{background:#ffffff0a;border-left-color:#d4af37;color:#c9d1d9}[data-theme=dark] .home-ramadan-widget{background:linear-gradient(135deg,#0a1628f2,#0c222ff5);border-color:#4ade803d}[data-theme=dark] .home-ramadan-badge{background:linear-gradient(135deg,#0f766e,#15803d);border-color:#4ade8059}[data-theme=dark] .home-ramadan-section .text-muted{color:#b8c7d9!important}[data-theme=dark] .home-ramadan-count-item{background:#0f766e33;border-color:#4ade8047}[data-theme=dark] .home-ramadan-countdown>span,[data-theme=dark] .home-ramadan-count-num{color:#bbf7d0}[data-theme=dark] .home-ramadan-count-item small{color:#cbd5e1}[data-theme=dark] .home-ramadan-meta strong{color:#f8fafc}[data-theme=dark] .home-ramadan-cta{box-shadow:0 12px 24px #16a34a59!important}[data-theme=dark] .payment-method-card{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .payment-method-card:hover{border-color:#7b93ff4d}[data-theme=dark] .bkash-theme{border-top-color:#e2136e}[data-theme=dark] .rocket-theme{border-top-color:#8c3494}[data-theme=dark] .nagad-theme{border-top-color:#f55e00}[data-theme=dark] .modern-comments-section{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .comment-item{border-bottom-color:#ffffff0d}[data-theme=dark] .comment-author{color:#e8eaf0}[data-theme=dark] .comment-body{color:#b0b8d0}[data-theme=dark] .comment-meta{color:#6b7590}[data-theme=dark] .comment-reply{border-left-color:#ffffff14;background:#ffffff05}[data-theme=dark] .reaction-btn{background:#ffffff0d;border-color:#ffffff14;color:#9aa3b8}[data-theme=dark] .reaction-btn:hover,[data-theme=dark] .reaction-btn.active{background:#7b93ff26;border-color:#7b93ff4d;color:var(--primary-400, #7b93ff)}[data-theme=dark] .newsletter-section{background:var(--bg-secondary)}[data-theme=dark] .newsletter-card{background:var(--bg-elevated);border-color:var(--border-color)}[data-theme=dark] .maintenance-page{background:linear-gradient(135deg,#0a0d14,#0f1a2e)}[data-theme=dark] .maintenance-title{color:#e8eaf0}[data-theme=dark] .maintenance-message{color:#9aa3b8}[data-theme=dark] .toast-message{background:var(--bg-elevated);border-color:var(--border-color);color:#e8eaf0;box-shadow:0 8px 32px #00000080}[data-theme=dark] .list-group-item{background:var(--bg-card);border-color:var(--border-color);color:#b0b8d0}[data-theme=dark] .list-group-item:hover{background:var(--bg-elevated)}[data-theme=dark] .list-group-item.active{background:var(--primary-500, #5b73ff);border-color:var(--primary-500, #5b73ff);color:#fff}[data-theme=dark] .nav-tabs{border-bottom-color:var(--border-color)}[data-theme=dark] .nav-tabs .nav-link{color:#9aa3b8}[data-theme=dark] .nav-tabs .nav-link:hover{color:#e8eaf0;border-color:var(--border-color)}[data-theme=dark] .nav-tabs .nav-link.active{background:var(--bg-card);border-color:var(--border-color) var(--border-color) transparent;color:var(--primary-400, #7b93ff)}[data-theme=dark] .nav-pills .nav-link{color:#9aa3b8}[data-theme=dark] .nav-pills .nav-link.active,[data-theme=dark] .nav-pills .show>.nav-link{background:var(--primary-500, #5b73ff);color:#fff}[data-theme=dark] .accordion-item{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .accordion-button{background:var(--bg-card);color:#e8eaf0}[data-theme=dark] .accordion-button:not(.collapsed){background:#7b93ff1a;color:var(--primary-400, #7b93ff)}[data-theme=dark] .accordion-button:after{filter:invert(1)}[data-theme=dark] .accordion-body{background:var(--bg-card);color:#b0b8d0}[data-theme=dark] .alert-info{background:#7b93ff1a;border-color:#7b93ff4d;color:#b0c0ff}[data-theme=dark] .alert-success{background:#28a7451a;border-color:#28a7454d;color:#80d89a}[data-theme=dark] .alert-warning{background:#ffc1071a;border-color:#ffc1074d;color:#ffe066}[data-theme=dark] .alert-danger{background:#dc35451a;border-color:#dc35454d;color:#ff8896}[data-theme=dark] .progress{background:#ffffff14}[data-theme=dark] .progress-bar{background:var(--primary-500, #5b73ff)}[data-theme=dark] .spinner-border,[data-theme=dark] .spinner-grow{color:var(--primary-400, #7b93ff)}[data-theme=dark] .tooltip .tooltip-inner{background:#1a2035;color:#e8eaf0;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .popover{background:#1a2035;border-color:#ffffff1a}[data-theme=dark] .popover-header{background:#ffffff0d;border-bottom-color:#ffffff14;color:#e8eaf0}[data-theme=dark] .popover-body{color:#b0b8d0}[data-theme=dark] .offcanvas{background:var(--bg-card);color:#b0b8d0}[data-theme=dark] .offcanvas-header{border-bottom-color:var(--border-color)}[data-theme=dark] .placeholder{background-color:#ffffff1a}[data-theme=dark] ::selection{background:#7b93ff47;color:#e8eaf0}[data-theme=dark] :focus-visible{outline:2px solid rgba(123,147,255,.85);outline-offset:2px;box-shadow:0 0 0 3px #7b93ff40;border-radius:.35rem}[data-theme=dark] .brox-user-avatar{box-shadow:0 0 0 2px #7b93ff40}[data-theme=dark] .tab-buttons-wrapper,[data-theme=dark] .home-top-slider,[data-theme=dark] .home-latest-section,[data-theme=dark] .home-feed-surface{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .home-hero .hero-badge .badge{background:#0f172a85!important;color:#dbeafe!important;border-color:#94a3b857!important}[data-theme=dark] .home-hero .hero-subtitle{color:#e2e8f0e0}[data-theme=dark] .home-hero .hero-stat{background:#0f172a8a;border-color:#94a3b83d}[data-theme=dark] .home-hero .hero-stat .small{color:#cbd5e1}[data-theme=dark] .home-ramadan-card,[data-theme=dark] .tw-home-glass-card{background:linear-gradient(135deg,#0a1628f2,#0c222ff5);border:1px solid rgba(74,222,128,.24);box-shadow:0 16px 36px #02061780}[data-theme=dark] .home-ramadan-card .text-muted{color:#b8c7d9!important}[data-theme=dark] .home-ramadan-card .count-item{min-width:70px;padding:.55rem .45rem;border-radius:.78rem;background:#0f766e3d;border:1px solid rgba(74,222,128,.3)}[data-theme=dark] .home-ramadan-card .count-item .num{color:#bbf7d0;font-weight:800}[data-theme=dark] .home-top-slider__title,[data-theme=dark] .section-title-wrapper h2,[data-theme=dark] .home-top-card__title,[data-theme=dark] .cc-title{color:#e8eaf0}[data-theme=dark] .home-top-slider__subtitle,[data-theme=dark] .latest-updates-header .text-muted,[data-theme=dark] .latest-updates-header .lead,[data-theme=dark] .cc-excerpt,[data-theme=dark] .cc-date,[data-theme=dark] .cc-stats{color:#9aa3b8!important}[data-theme=dark] .modern-tab-nav{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:.6rem .75rem}[data-theme=dark] .tab-btn{background:#ffffff0a;color:#b8c2db;border-color:#ffffff1f}[data-theme=dark] .tab-btn:hover{background:#7b93ff24;color:#e8eaf0}[data-theme=dark] .tab-btn.active{background:linear-gradient(135deg,#4f46e5,#2563eb);border-color:#93c5fd66;color:#fff}[data-theme=dark] .timer-text{color:#cbd5e1}[data-theme=dark] .home-top-slider__btn{background:#ffffff0f;border-color:#ffffff24;color:#cbd5e1}[data-theme=dark] .home-top-slider__btn:hover{background:#7b93ff29;border-color:#7b93ff73;color:#eef2ff}[data-theme=dark] .home-top-card{background:var(--bg-elevated);border-color:var(--border-color)}[data-theme=dark] .home-top-card__media{background:linear-gradient(135deg,#111827,#0f172a)}[data-theme=dark] .home-top-card__placeholder{color:#94a3b8}[data-theme=dark] .home-top-card__meta{color:#93a0bd}[data-theme=dark] .home-top-card__rating{background:#f59e0b33;color:#fcd34d}[data-theme=dark] .home-top-card.is-post .home-top-card__type{background:#3b82f638;color:#bfdbfe}[data-theme=dark] .home-top-card.is-service .home-top-card__type{background:#10b98138;color:#a7f3d0}[data-theme=dark] .cc-image-section{background:linear-gradient(135deg,#111827,#1f2937)}[data-theme=dark] .cc-image-placeholder{color:#64748b}[data-theme=dark] .cc-number{background:#6366f133;color:#c7d2fe}[data-theme=dark] .cc-badge-overlay{background:#0f172aad;color:#e2e8f0;border-color:#94a3b83d}[data-theme=dark] .feed-empty-state,[data-theme=dark] .loading-spinner{background:#ffffff05;border-color:#ffffff14;color:#94a3b8}[data-theme=dark] .home-featured-section,[data-theme=dark] .home-recommended-section,[data-theme=dark] section[aria-labelledby=newsletter-title]{background:linear-gradient(180deg,#0f172adb,#0f172aa3)!important}[data-theme=dark] .home-services-section{background:linear-gradient(180deg,#0f172ab8,#0f172a75)!important}[data-theme=dark] .home-categories-section{background:linear-gradient(180deg,#0f172acc,#0f172a6b)!important}[data-theme=dark] .home-featured-section .card,[data-theme=dark] .home-services-section .card,[data-theme=dark] .home-share-card,[data-theme=dark] .home-newsletter-card,[data-theme=dark] .recommended-card{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 16px 32px #0000006b}[data-theme=dark] .home-featured-section .text-muted,[data-theme=dark] .home-services-section .text-muted,[data-theme=dark] .home-categories-section .text-muted,[data-theme=dark] .home-share-card .text-muted,[data-theme=dark] .home-newsletter-card .text-muted,[data-theme=dark] .home-recommended-section .text-muted{color:#9aa3b8!important}[data-theme=dark] .recommended-card .card-title,[data-theme=dark] .home-featured-section .card-title,[data-theme=dark] .home-services-section .card-title,[data-theme=dark] .home-newsletter-card h2{color:#e8eaf0}[data-theme=dark] .home-share-card .btn-outline-secondary{border-color:#94a3b86b;color:#cbd5e1}[data-theme=dark] .home-share-card .btn-outline-secondary:hover{background:#6366f133;border-color:#818cf885;color:#eef2ff}[data-theme=dark] .home-top-card:hover{box-shadow:0 12px 24px #00000073}[data-theme=dark] .manual-receiver-box{background:#ffffffeb}
