@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Fraunces:ital,wght@0,700;1,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}.login-page{display:flex;height:100vh;width:100vw;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif}.login-left{flex:1;background:linear-gradient(140deg,#ff8c42,#ff6b35 55%,#e85a24);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;position:relative;overflow:hidden}.blob{position:absolute;border-radius:50%;background:#ffffff1f;pointer-events:none}.blob-top{width:380px;height:380px;top:-120px;left:-100px}.blob-bottom{width:280px;height:280px;bottom:-90px;right:-60px}.brand-card{position:relative;z-index:1;background:#fff;border-radius:24px;padding:28px 36px;box-shadow:0 20px 60px #0003,0 4px 16px #0000001a;display:flex;align-items:center;justify-content:center;animation:floatCard 4s ease-in-out infinite}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.brand-logo{width:200px;max-width:100%;height:auto;object-fit:contain;display:block}.brand-tagline{position:relative;z-index:1;font-size:15px;font-weight:500;color:#ffffffe0;letter-spacing:.3px}.login-right{flex:1;background:#fdfcfa;display:flex;align-items:center;justify-content:center;padding:40px 32px;overflow-y:auto;position:relative}.login-right:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 90% 10%,rgba(255,107,53,.06) 0%,transparent 60%),radial-gradient(ellipse 40% 40% at 10% 90%,rgba(255,107,53,.04) 0%,transparent 60%);pointer-events:none}.deco-ring{position:absolute;border-radius:50%;border:1.5px solid rgba(255,107,53,.1);pointer-events:none}.deco-ring--1{width:420px;height:420px;top:-140px;right:-140px;border-color:#ff6b3514}.deco-ring--2{width:240px;height:240px;bottom:-80px;left:-80px;border-color:#ff6b350f}.form-box{position:relative;z-index:1;width:100%;max-width:420px;background:#fff;border-radius:28px;padding:36px 44px;box-shadow:0 2px 4px #0000000a,0 12px 40px #00000014,0 0 0 1px #ede8e0cc;animation:slideUp .5s cubic-bezier(.22,1,.36,1) both}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.badge-row{margin-bottom:20px}.badge{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:5px 12px;border-radius:100px}.badge--orange{background:#fff4ef;border:1px solid rgba(255,107,53,.25);color:#e85a24}.badge__dot{width:6px;height:6px;border-radius:50%;background:#ff6b35;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.greeting{font-family:Fraunces,serif;font-size:30px;font-weight:700;color:#1a1a2e;line-height:1.15;margin-bottom:6px;letter-spacing:-.5px}.sub{font-size:14px;color:#64748b;margin-bottom:28px;font-weight:400}.error-box{display:flex;align-items:flex-start;gap:9px;padding:12px 14px;background:#fff5f2;border:1.5px solid #ffc9bc;border-radius:12px;margin-bottom:18px;font-size:13px;font-weight:500;color:#c0392b;line-height:1.5;animation:fadeSlide .28s ease}.error-box svg{flex-shrink:0;margin-top:1px;stroke:#e74c3c}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.field{margin-bottom:18px;position:relative}.field label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#64748b;margin-bottom:8px;letter-spacing:.3px;text-transform:uppercase;transition:color .2s}.field label svg{opacity:.6;transition:opacity .2s}.field input[type=email],.field input[type=password],.field input[type=text]{width:100%;padding:13px 16px;border:1.5px solid #ede8e0;border-radius:12px;font-size:15px;font-family:Plus Jakarta Sans,sans-serif;font-weight:500;color:#1a1a2e;background:#fafaf8;outline:none;transition:border-color .22s,box-shadow .22s,background .22s}.field input[type=email]::placeholder,.field input[type=password]::placeholder,.field input[type=text]::placeholder{color:#c8c4bb;font-weight:400}.field input[type=email]:disabled,.field input[type=password]:disabled,.field input[type=text]:disabled{background:#f5f3f0;cursor:not-allowed}.field__bar{display:block;position:absolute;bottom:0;left:8px;right:8px;height:2px;background:#ff6b35;border-radius:2px;transform:scaleX(0);transform-origin:left center;transition:transform .3s cubic-bezier(.22,1,.36,1);pointer-events:none}.field--focused label{color:#ff6b35}.field--focused label svg{opacity:1}.field--focused input[type=email],.field--focused input[type=password],.field--focused input[type=text]{border-color:#ff6b3566;background:#fff;box-shadow:0 0 0 4px #ff6b3514}.field--focused .field__bar{transform:scaleX(1)}.pw-wrap{position:relative;display:flex;align-items:center}.pw-wrap input{padding-right:46px}.eye-btn{position:absolute;right:13px;background:none;border:none;cursor:pointer;display:flex;align-items:center;color:#94a3b8;transition:color .2s;padding:4px;border-radius:6px}.eye-btn:hover{color:#ff6b35}.eye-btn:disabled{cursor:not-allowed;opacity:.3}.eye-btn svg{stroke:currentColor}.remember{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:500;color:#64748b;cursor:pointer;margin-bottom:20px;-webkit-user-select:none;user-select:none}.remember__check{position:relative;display:flex;align-items:center}.remember__check input[type=checkbox]{position:absolute;opacity:0;width:18px;height:18px;cursor:pointer;z-index:1}.remember__check input[type=checkbox]:checked+.remember__box{background:#ff6b35;border-color:#ff6b35}.remember__check input[type=checkbox]:checked+.remember__box:after{opacity:1;transform:rotate(45deg) scale(1)}.remember__box{width:18px;height:18px;border:2px solid #ede8e0;border-radius:5px;background:#fff;transition:background .2s,border-color .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.remember__box:after{content:"";width:5px;height:9px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;opacity:0;transform:rotate(45deg) scale(.5);transition:opacity .2s,transform .2s;margin-top:-2px}.login-btn{width:100%;padding:15px 20px;background:linear-gradient(135deg,#e85a24,#ff6b35,#ff8c42);background-size:200% 200%;background-position:left center;color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;letter-spacing:.3px;cursor:pointer;box-shadow:0 6px 20px #ff6b3559,0 2px 6px #ff6b3533;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.login-btn .btn-arrow{transition:transform .25s ease}.login-btn:hover:not(:disabled){background-position:right center;transform:translateY(-2px);box-shadow:0 10px 30px #ff6b3573,0 4px 10px #ff6b3540}.login-btn:hover:not(:disabled) .btn-arrow{transform:translate(4px)}.login-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #ff6b354d}.login-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.spinner{display:inline-block;width:16px;height:16px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.form-footer{text-align:center;font-size:11.5px;color:#94a3b8;margin-top:22px;letter-spacing:.2px}@media(max-width:900px){.login-page{flex-direction:column;height:auto;min-height:100vh}.login-left{flex:none;min-height:240px;padding:40px 24px;gap:20px}.brand-logo{width:160px}.login-right{flex:none;padding:40px 20px 60px;background:#fdfcfa}.form-box{padding:32px 28px 28px}}@media(max-width:480px){.greeting{font-size:26px}.brand-card{padding:20px 24px}.brand-logo{width:140px}.form-box{padding:24px 18px 22px;border-radius:20px}}.mobile-topbar{display:none}@media(max-width:768px){.mobile-topbar{display:flex;align-items:center;gap:12px;position:fixed;top:0;left:0;right:0;height:56px;background:#c45c10;padding:0 16px;z-index:1100;box-shadow:0 2px 8px #3c140040}}.mobile-topbar .mobile-brand{font-size:18px;font-weight:700;color:#fff;letter-spacing:.5px}.mobile-hamburger{display:none}@media(max-width:768px){.mobile-hamburger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:background .15s ease}.mobile-hamburger svg{width:24px;height:24px}.mobile-hamburger:hover{background:#ffffff1f}.mobile-hamburger:active{background:#fff3}}.sidebar-overlay{display:none}@media(max-width:768px){.sidebar-overlay{display:block;position:fixed;inset:0;background:#00000073;z-index:1099;opacity:0;pointer-events:none;transition:opacity .25s ease}.sidebar-overlay.visible{opacity:1;pointer-events:all}}.admin-sidebar{position:fixed;left:0;top:0;height:100vh;background:#c45c10;display:flex;flex-direction:column;transition:width .2s ease,transform .25s ease;z-index:1100;box-shadow:2px 0 8px #3c140040}.admin-sidebar.open{width:240px}.admin-sidebar.closed{width:64px}@media(max-width:768px){.admin-sidebar{top:0;width:240px!important;transform:translate(-100%);transition:transform .25s ease;box-shadow:none}.admin-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #3c140040}.admin-sidebar.closed{transform:translate(-100%)}}.admin-sidebar .sidebar-header{padding:0 16px;border-bottom:1px solid rgba(255,255,255,.18);height:64px;display:flex;align-items:center;flex-shrink:0}@media(max-width:768px){.admin-sidebar .sidebar-header{height:56px}}.admin-sidebar .sidebar-header .sidebar-branding{display:flex;align-items:center;gap:12px;width:100%}.admin-sidebar .sidebar-header .sidebar-branding .brand-logo{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.admin-sidebar .sidebar-header .sidebar-branding .brand-logo svg{width:100%;height:100%;color:#fff}.admin-sidebar .sidebar-header .sidebar-branding .brand-text{flex:1}.admin-sidebar .sidebar-header .sidebar-branding .brand-text .sidebar-title{font-size:20px;font-weight:700;color:#fff;margin:0;line-height:1.2;letter-spacing:.5px}.admin-sidebar .sidebar-header .sidebar-branding-collapsed{width:100%;display:flex;justify-content:center}.admin-sidebar .sidebar-header .sidebar-branding-collapsed svg{width:32px;height:32px;color:#fff}.admin-sidebar .sidebar-close-btn{display:none}@media(max-width:768px){.admin-sidebar .sidebar-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:4px;color:#fff;cursor:pointer;flex-shrink:0;transition:background .15s ease}.admin-sidebar .sidebar-close-btn svg{width:22px;height:22px}.admin-sidebar .sidebar-close-btn:hover{background:#ffffff1f}}.admin-sidebar .menu-list{flex:1;padding:8px 0;overflow-y:auto;overflow-x:hidden}.admin-sidebar .menu-list::-webkit-scrollbar{width:4px}.admin-sidebar .menu-list::-webkit-scrollbar-track{background:transparent}.admin-sidebar .menu-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.admin-sidebar .menu-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.admin-sidebar .menu-item{display:flex;align-items:center;gap:12px;padding:10px 16px;margin:2px 8px;border-radius:4px;text-decoration:none;color:#ffffffe0;transition:background-color .15s ease,color .15s ease;cursor:pointer;position:relative;min-height:44px}@media(max-width:768px){.admin-sidebar .menu-item{min-height:52px;padding:12px 16px;font-size:15px}}.admin-sidebar .menu-item .menu-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-sidebar .menu-item .menu-icon svg{width:20px;height:20px}@media(max-width:768px){.admin-sidebar .menu-item .menu-icon svg{width:22px;height:22px}}.admin-sidebar .menu-item .menu-label{font-size:14px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.admin-sidebar .menu-item .menu-label{font-size:15px}}.admin-sidebar .menu-item:hover{background:#ffffff1f;color:#fff}.admin-sidebar .menu-item.active{background:#e87722;color:#fff;font-weight:500}.admin-sidebar .menu-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#fff;border-radius:0 2px 2px 0}.admin-sidebar .sidebar-footer{padding:16px 8px;border-top:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;gap:8px;flex-shrink:0}.admin-sidebar .sidebar-footer .collapse-btn{display:flex;align-items:center;gap:8px;padding:8px;background:transparent;border:none;border-radius:4px;color:#ffffffe6;font-size:14px;cursor:pointer;transition:background .15s ease;min-height:36px}.admin-sidebar .sidebar-footer .collapse-btn svg{width:20px;height:20px;flex-shrink:0}.admin-sidebar .sidebar-footer .collapse-btn span{white-space:nowrap}.admin-sidebar .sidebar-footer .collapse-btn:hover{background:#ffffff1f;color:#fff}@media(max-width:768px){.admin-sidebar .sidebar-footer .collapse-btn{display:none}}.admin-sidebar .sidebar-footer .user-info{display:flex;align-items:center;gap:12px;padding:8px;border-radius:4px;transition:background .15s ease;cursor:pointer;margin-top:4px}.admin-sidebar .sidebar-footer .user-info:hover{background:#ffffff1a}.admin-sidebar .sidebar-footer .user-info .user-avatar{width:36px;height:36px;border-radius:50%;background:#fff;color:#c45c10;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.admin-sidebar .sidebar-footer .user-info .user-details{display:flex;flex-direction:column;gap:2px;overflow:hidden;min-width:0}.admin-sidebar .sidebar-footer .user-info .user-details .user-name{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar .sidebar-footer .user-info .user-details .user-role{font-size:12px;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar .sidebar-footer .logout-btn{width:100%;padding:10px 12px;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:#ffffffe6;font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .15s ease;min-height:44px}.admin-sidebar .sidebar-footer .logout-btn svg{width:16px;height:16px}.admin-sidebar .sidebar-footer .logout-btn:hover{background:#ffffff1f;border-color:#ffffff59;color:#fff}.admin-sidebar .sidebar-footer .logout-btn:active{background:#ffffff2e}.admin-sidebar .sidebar-footer .logout-btn-icon{width:48px;height:48px;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:#ffffffe6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;margin:0 auto}.admin-sidebar .sidebar-footer .logout-btn-icon svg{width:20px;height:20px}.admin-sidebar .sidebar-footer .logout-btn-icon:hover{background:#ffffff1f;border-color:#ffffff59;color:#fff}.admin-sidebar .sidebar-footer .logout-btn-icon:active{background:#ffffff2e}.admin-sidebar.closed .menu-list{padding:8px 0}.admin-sidebar.closed .menu-item{justify-content:center;padding:10px 8px;margin:2px 8px}.admin-sidebar.closed .menu-item.active:before{display:none}.admin-sidebar.closed .sidebar-footer .collapse-btn{justify-content:center;padding:8px}.has-sidebar{transition:margin-left .2s ease}@media(min-width:769px){.has-sidebar.sidebar-open{margin-left:240px}.has-sidebar.sidebar-closed{margin-left:64px}}@media(max-width:768px){.has-sidebar{margin-left:0!important;padding-top:56px}}*,*:before,*:after{box-sizing:border-box}.admin-dashboard-container{display:flex;min-height:100vh;background:#f7f8f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#172b4d;-webkit-font-smoothing:antialiased}.admin-main-content{flex:1;min-width:0;transition:margin-left .2s cubic-bezier(.2,0,0,1)}.admin-main-content.sidebar-open{margin-left:240px}.admin-main-content.sidebar-closed{margin-left:64px}.content-wrapper{padding:32px 40px;max-width:700px;margin:0 auto}@media(max-width:768px){.content-wrapper{padding:20px 16px}}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px;flex-wrap:wrap;gap:16px}.page-header .header-left .page-title{font-size:24px;font-weight:700;color:#172b4d;margin:0 0 4px;line-height:1.25;letter-spacing:-.3px}.page-header .header-left .page-subtitle{font-size:14px;color:#626f86;margin:0}.page-header .header-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}@media(max-width:768px){.page-header .header-actions{width:100%}}.search-wrapper{position:relative;display:flex;align-items:center}.search-wrapper svg{position:absolute;left:10px;color:#626f86;pointer-events:none;z-index:1}.search-wrapper .search-input{padding:0 12px 0 34px;height:36px;border:2px solid #DCDFE4;border-radius:4px;font-size:14px;width:260px;background:#f7f8f9;color:#172b4d;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;font-family:inherit}.search-wrapper .search-input:focus{outline:none;border-color:#388bff;background:#fff;box-shadow:0 0 0 2px #388bff33}.search-wrapper .search-input::placeholder{color:#8590a2}@media(max-width:768px){.search-wrapper .search-input{width:100%;flex:1}}.add-user-btn{display:inline-flex;align-items:center;gap:6px;padding:0 14px;height:36px;background:#0c66e4;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .12s ease;font-family:inherit;white-space:nowrap}.add-user-btn svg{width:16px;height:16px;flex-shrink:0}.add-user-btn:hover{background:#05c}.add-user-btn:active{background:#09326c}.add-user-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #0c66e459}.stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}@media(max-width:900px){.stats-container{grid-template-columns:1fr}}.stats-container .stat-card{background:#fff;border-radius:8px;padding:18px 20px;display:flex;align-items:center;gap:14px;box-shadow:0 1px 1px #091e4240,0 0 0 1px #091e4214;border:1px solid #DCDFE4;transition:box-shadow .15s ease,transform .15s ease;position:relative;overflow:hidden}.stats-container .stat-card:hover{box-shadow:0 3px 5px #091e4233,0 0 1px #091e424f;transform:translateY(-1px)}.stats-container .stat-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.stats-container .stat-card.total:before{background:#0c66e4}.stats-container .stat-card.active:before{background:#1f845a}.stats-container .stat-card.disabled:before{background:#ca3521}.stats-container .stat-card .stat-icon{width:42px;height:42px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-container .stat-card .stat-icon svg{width:20px;height:20px;color:#fff}.stats-container .stat-card.total .stat-icon{background:#0c66e4}.stats-container .stat-card.active .stat-icon{background:#1f845a}.stats-container .stat-card.disabled .stat-icon{background:#ca3521}.stats-container .stat-card .stat-content .stat-value{font-size:28px;font-weight:700;color:#172b4d;line-height:1;letter-spacing:-.5px;margin-bottom:4px}.stats-container .stat-card .stat-content .stat-label{font-size:11px;color:#626f86;font-weight:600;text-transform:uppercase;letter-spacing:.6px}.table-controls--mobile{display:none}.table-section{background:#fff;border-radius:8px;box-shadow:0 1px 1px #091e4240,0 0 0 1px #091e4214;border:1px solid #DCDFE4;overflow:hidden}.table-section .table-header{padding:14px 20px;border-bottom:1px solid #DCDFE4;display:flex;align-items:center;justify-content:space-between;background:#fff}.table-section .table-header .table-title{font-size:15px;font-weight:600;color:#172b4d;margin:0;display:flex;align-items:center;gap:8px}.table-section .table-header .count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;background:#f1f2f4;color:#44546f;border-radius:12px;font-size:11px;font-weight:700}.table-section .table-container{overflow-x:auto}.table-section .table-container .admin-table{width:100%;border-collapse:collapse;table-layout:fixed}.table-section .table-container .admin-table thead th:nth-child(1),.table-section .table-container .admin-table tbody td:nth-child(1){width:80px;text-align:center}.table-section .table-container .admin-table thead th:nth-child(2),.table-section .table-container .admin-table tbody td:nth-child(2){width:auto}.table-section .table-container .admin-table thead th:nth-child(3),.table-section .table-container .admin-table tbody td:nth-child(3){width:200px}.table-section .table-container .admin-table{border:1px solid #DCDFE4}.table-section .table-container .admin-table thead tr th{padding:12px 16px;text-align:left;font-size:11px;font-weight:700;color:#626f86;text-transform:uppercase;letter-spacing:.5px;background:#f7f8f9;white-space:nowrap;-webkit-user-select:none;user-select:none;border-bottom:2px solid #B3B9C4;border-right:1px solid #DCDFE4}.table-section .table-container .admin-table thead tr th:last-child{border-right:none}.table-section .table-container .admin-table tbody tr{transition:background .08s ease}.table-section .table-container .admin-table tbody tr:hover{background:#f1f2f4}.table-section .table-container .admin-table tbody tr td{padding:13px 16px;font-size:14px;color:#172b4d;vertical-align:middle;border-bottom:1px solid #DCDFE4;border-right:1px solid #DCDFE4}.table-section .table-container .admin-table tbody tr td:last-child{border-right:none}.table-section .table-container .admin-table tbody tr:last-child td{border-bottom:none}.table-section .table-container .admin-table tbody .loading-cell,.table-section .table-container .admin-table tbody .empty-cell{text-align:center;padding:60px 24px;color:#626f86;font-size:14px;border-right:none!important}.row-num{color:#626f86;font-size:13px;font-weight:500;text-align:center}.name-cell{display:flex;align-items:center;gap:10px;font-weight:500;overflow:hidden}.name-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.name-cell .user-avatar{width:32px;height:32px;border-radius:50%;background:#0c66e4;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;letter-spacing:0}.status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.status-badge.active{background:#dcfff1;color:#216e4e}.status-badge.disable{background:#ffedeb;color:#ae2a19}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid #DCDFE4;border-top-color:#0c66e4;border-radius:50%;animation:jira-spin .75s linear infinite;vertical-align:middle;margin-right:8px}@keyframes jira-spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;inset:0;background:#091e428a;display:flex;align-items:center;justify-content:center;z-index:2000;padding:24px;animation:overlay-in .18s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:8px;width:100%;max-width:580px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 12px #091e4226,0 0 1px #091e424f;animation:modal-slide .2s cubic-bezier(.2,0,0,1)}@media(max-width:768px){.modal-content{max-height:calc(100vh - 32px)}}@keyframes modal-slide{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:20px 24px 16px;border-bottom:1px solid #DCDFE4;display:flex;justify-content:space-between;align-items:center}.modal-header .modal-title{font-size:20px;font-weight:700;color:#172b4d;margin:0;letter-spacing:-.2px}.modal-header .modal-close{width:32px;height:32px;border:none;background:transparent;color:#626f86;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.modal-header .modal-close:hover{background:#dcdfe4;color:#172b4d}.modal-body{padding:20px 24px;overflow-y:auto;flex:1}.modal-footer{padding:14px 24px;border-top:1px solid #DCDFE4;display:flex;justify-content:flex-end;gap:8px;background:#f7f8f9;border-radius:0 0 8px 8px}.modal-footer .cancel-btn{padding:0 14px;height:36px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;background:#f1f2f4;color:#44546f;transition:background .12s ease;font-family:inherit}.modal-footer .cancel-btn:hover{background:#dcdfe4}.modal-footer .submit-btn{padding:0 16px;height:36px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;background:#0c66e4;color:#fff;transition:background .12s ease;font-family:inherit}.modal-footer .submit-btn:hover{background:#05c}.modal-footer .submit-btn:active{background:#09326c}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:520px){.form-grid{grid-template-columns:1fr}}.form-grid .form-field{display:flex;flex-direction:column;gap:6px}.form-grid .form-field.full-width{grid-column:1/-1}.form-grid .form-field label{font-size:12px;font-weight:700;color:#44546f;letter-spacing:.1px}.form-grid .form-field label .required{color:#ca3521;margin-left:2px}.form-grid .form-field label .label-hint{font-weight:400;color:#626f86;margin-left:4px}.form-grid .form-field input[type=text],.form-grid .form-field input[type=password],.form-grid .form-field input[type=tel],.form-grid .form-field input[type=email],.form-grid .form-field select,.form-grid .form-field .debtor-input{padding:0 10px;height:40px;border:2px solid #DCDFE4;border-radius:4px;font-size:14px;background:#f7f8f9;color:#172b4d;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;font-family:inherit;width:100%}.form-grid .form-field input[type=text]:focus,.form-grid .form-field input[type=password]:focus,.form-grid .form-field input[type=tel]:focus,.form-grid .form-field input[type=email]:focus,.form-grid .form-field select:focus,.form-grid .form-field .debtor-input:focus{outline:none;border-color:#388bff;background:#fff;box-shadow:0 0 0 2px #388bff33}.form-grid .form-field input[type=text]::placeholder,.form-grid .form-field input[type=password]::placeholder,.form-grid .form-field input[type=tel]::placeholder,.form-grid .form-field input[type=email]::placeholder,.form-grid .form-field select::placeholder,.form-grid .form-field .debtor-input::placeholder{color:#8590a2}.form-grid .form-field .field-hint{font-size:12px;color:#626f86;margin:2px 0 0}.debtor-search-wrapper{position:relative}.debtor-search-wrapper .debtor-spinner{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #DCDFE4;border-top-color:#0c66e4;border-radius:50%;animation:jira-spin .75s linear infinite;pointer-events:none}.debtor-search-wrapper .debtor-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #DCDFE4;border-radius:4px;box-shadow:0 8px 12px #091e4226,0 0 1px #091e424f;list-style:none;margin:0;padding:4px 0;z-index:100;max-height:220px;overflow-y:auto}.debtor-search-wrapper .debtor-suggestions .suggestion-item{padding:9px 14px;display:flex;flex-direction:column;gap:2px;cursor:pointer;transition:background .08s ease}.debtor-search-wrapper .debtor-suggestions .suggestion-item:hover{background:#f1f2f4}.debtor-search-wrapper .debtor-suggestions .suggestion-item .sug-name{font-size:14px;font-weight:500;color:#172b4d}.debtor-search-wrapper .debtor-suggestions .suggestion-item .sug-meta{font-size:12px;color:#626f86}@media(max-width:1024px){.admin-main-content.sidebar-open{margin-left:240px}.admin-main-content.sidebar-closed{margin-left:0}}@media(max-width:768px){.page-header .header-left .page-title{font-size:20px}.header-actions{display:none!important}.table-controls--mobile{display:flex;gap:8px;align-items:center;margin-bottom:14px}.table-controls--mobile .search-wrapper{flex:1}.table-controls--mobile .search-wrapper .search-input{width:100%}.table-controls--mobile .add-user-btn{flex-shrink:0}.stats-container{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:14px}.stats-container .stat-card{padding:8px 6px 8px 12px;gap:6px}.stats-container .stat-card:before{width:3px}.stats-container .stat-card .stat-icon{width:30px;height:30px;flex-shrink:0}.stats-container .stat-card .stat-icon svg{width:14px;height:14px}.stats-container .stat-card .stat-content .stat-value{font-size:16px;margin-bottom:1px}.stats-container .stat-card .stat-content .stat-label{font-size:8px;letter-spacing:.2px}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{table-layout:auto!important;min-width:340px}.admin-table thead th,.admin-table tbody td{padding:10px 12px;width:auto!important;min-width:unset!important;max-width:unset!important}.admin-table thead th:nth-child(1),.admin-table tbody td:nth-child(1){width:40px!important}.admin-table thead th:nth-child(2),.admin-table tbody td:nth-child(2){width:160px!important}.admin-table thead th:nth-child(3),.admin-table tbody td:nth-child(3){width:130px!important}.name-cell{gap:6px}.name-cell .user-avatar{width:26px;height:26px;font-size:10px;flex-shrink:0}.name-cell span{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.usr-mobile-topbar{display:none}@media(max-width:768px){.usr-mobile-topbar{display:flex;align-items:center;gap:12px;position:fixed;top:0;left:0;right:0;height:56px;background:#c45c10;padding:0 16px;z-index:1100;box-shadow:0 2px 8px #3c140040}}.usr-mobile-topbar .usr-mobile-brand{font-size:18px;font-weight:700;color:#fff;letter-spacing:.5px}.usr-mobile-hamburger{display:none}@media(max-width:768px){.usr-mobile-hamburger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:background .15s ease}.usr-mobile-hamburger svg{width:24px;height:24px}.usr-mobile-hamburger:hover{background:#ffffff1f}.usr-mobile-hamburger:active{background:#fff3}}.usr-sidebar-overlay{display:none}@media(max-width:768px){.usr-sidebar-overlay{display:block;position:fixed;inset:0;background:#00000073;z-index:1099;opacity:0;pointer-events:none;transition:opacity .25s ease}.usr-sidebar-overlay.visible{opacity:1;pointer-events:all}}.usr-sidebar{position:fixed;left:0;top:0;height:100vh;background:#c45c10;display:flex;flex-direction:column;transition:width .2s ease,transform .25s ease;z-index:1100;box-shadow:2px 0 8px #3c140040}.usr-sidebar.open{width:240px}.usr-sidebar.closed{width:64px}@media(max-width:768px){.usr-sidebar{top:0;width:240px!important;transform:translate(-100%);transition:transform .25s ease;box-shadow:none}.usr-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #3c140040}.usr-sidebar.closed{transform:translate(-100%)}}.usr-sidebar .usr-sidebar-header{padding:0 16px;border-bottom:1px solid rgba(255,255,255,.18);height:64px;display:flex;align-items:center;flex-shrink:0}@media(max-width:768px){.usr-sidebar .usr-sidebar-header{height:56px}}.usr-sidebar .usr-sidebar-header .usr-branding{display:flex;align-items:center;gap:12px;width:100%}.usr-sidebar .usr-sidebar-header .usr-branding .usr-brand-logo{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.usr-sidebar .usr-sidebar-header .usr-branding .usr-brand-logo svg{width:100%;height:100%;color:#fff}.usr-sidebar .usr-sidebar-header .usr-branding .usr-brand-text{flex:1}.usr-sidebar .usr-sidebar-header .usr-branding .usr-brand-text .usr-brand-title{font-size:20px;font-weight:700;color:#fff;margin:0;line-height:1.2;letter-spacing:.5px}.usr-sidebar .usr-sidebar-header .usr-branding-collapsed{width:100%;display:flex;justify-content:center}.usr-sidebar .usr-sidebar-header .usr-branding-collapsed svg{width:32px;height:32px;color:#fff}.usr-sidebar .usr-close-btn{display:none}@media(max-width:768px){.usr-sidebar .usr-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:4px;color:#fff;cursor:pointer;flex-shrink:0;transition:background .15s ease}.usr-sidebar .usr-close-btn svg{width:22px;height:22px}.usr-sidebar .usr-close-btn:hover{background:#ffffff1f}}.usr-sidebar .usr-nav-list{flex:1;padding:8px 0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;text-decoration:none}.usr-sidebar .usr-nav-list::-webkit-scrollbar{width:4px}.usr-sidebar .usr-nav-list::-webkit-scrollbar-track{background:transparent}.usr-sidebar .usr-nav-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.usr-sidebar .usr-nav-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.usr-sidebar .usr-nav-item{display:flex;align-items:center;gap:12px;padding:10px 16px;margin:2px 8px;border-radius:4px;text-decoration:none;color:#ffffffe0;transition:background-color .15s ease,color .15s ease;cursor:pointer;position:relative;min-height:44px}@media(max-width:768px){.usr-sidebar .usr-nav-item{min-height:52px;padding:12px 16px;font-size:15px}}.usr-sidebar .usr-nav-item .usr-nav-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.usr-sidebar .usr-nav-item .usr-nav-icon svg{width:20px;height:20px}@media(max-width:768px){.usr-sidebar .usr-nav-item .usr-nav-icon svg{width:22px;height:22px}}.usr-sidebar .usr-nav-item .usr-nav-label{font-size:14px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.usr-sidebar .usr-nav-item .usr-nav-label{font-size:15px}}.usr-sidebar .usr-nav-item:hover{background:#ffffff1f;color:#fff}.usr-sidebar .usr-nav-item.active{background:#e87722;color:#fff;font-weight:500}.usr-sidebar .usr-nav-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#fff;border-radius:0 2px 2px 0}.usr-sidebar .usr-sidebar-footer{padding:16px 8px;border-top:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;gap:8px;flex-shrink:0}.usr-sidebar .usr-sidebar-footer .usr-collapse-btn{display:flex;align-items:center;gap:8px;padding:8px;background:transparent;border:none;border-radius:4px;color:#ffffffe6;font-size:14px;cursor:pointer;transition:background .15s ease;min-height:36px}.usr-sidebar .usr-sidebar-footer .usr-collapse-btn svg{width:20px;height:20px;flex-shrink:0}.usr-sidebar .usr-sidebar-footer .usr-collapse-btn span{white-space:nowrap}.usr-sidebar .usr-sidebar-footer .usr-collapse-btn:hover{background:#ffffff1f;color:#fff}@media(max-width:768px){.usr-sidebar .usr-sidebar-footer .usr-collapse-btn{display:none}}.usr-sidebar .usr-sidebar-footer .usr-user-info{display:flex;align-items:center;gap:12px;padding:8px;border-radius:4px;transition:background .15s ease;cursor:pointer;margin-top:4px}.usr-sidebar .usr-sidebar-footer .usr-user-info:hover{background:#ffffff1a}.usr-sidebar .usr-sidebar-footer .usr-user-info .usr-user-avatar{width:36px;height:36px;border-radius:50%;background:#fff;color:#c45c10;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.usr-sidebar .usr-sidebar-footer .usr-user-info .usr-user-details{display:flex;flex-direction:column;gap:2px;overflow:hidden;min-width:0}.usr-sidebar .usr-sidebar-footer .usr-user-info .usr-user-details .usr-user-name{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.usr-sidebar .usr-sidebar-footer .usr-user-info .usr-user-details .usr-user-role{font-size:12px;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.usr-sidebar .usr-sidebar-footer .usr-logout-btn{width:100%;padding:10px 12px;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:#ffffffe6;font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .15s ease;min-height:44px}.usr-sidebar .usr-sidebar-footer .usr-logout-btn svg{width:16px;height:16px}.usr-sidebar .usr-sidebar-footer .usr-logout-btn:hover{background:#ffffff1f;border-color:#ffffff59;color:#fff}.usr-sidebar .usr-sidebar-footer .usr-logout-btn:active{background:#ffffff2e}.usr-sidebar .usr-sidebar-footer .usr-logout-icon-btn{width:48px;height:48px;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:#ffffffe6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;margin:0 auto}.usr-sidebar .usr-sidebar-footer .usr-logout-icon-btn svg{width:20px;height:20px}.usr-sidebar .usr-sidebar-footer .usr-logout-icon-btn:hover{background:#ffffff1f;border-color:#ffffff59;color:#fff}.usr-sidebar .usr-sidebar-footer .usr-logout-icon-btn:active{background:#ffffff2e}.usr-sidebar.closed .usr-nav-list{padding:8px 0}.usr-sidebar.closed .usr-nav-item{justify-content:center;padding:10px 8px;margin:2px 8px}.usr-sidebar.closed .usr-nav-item.active:before{display:none}.usr-sidebar.closed .usr-sidebar-footer .usr-collapse-btn{justify-content:center;padding:8px}.usr-has-sidebar{transition:margin-left .2s ease}@media(min-width:769px){.usr-has-sidebar.sidebar-open{margin-left:240px}.usr-has-sidebar.sidebar-closed{margin-left:64px}}@media(max-width:768px){.usr-has-sidebar{margin-left:0!important;padding-top:56px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.ud-root{min-height:100vh;background:#f4f5f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a2332}.ud-layout{display:flex}.ud-main{flex:1;min-height:100vh;transition:margin-left .2s ease}.ud-main.sidebar-open{margin-left:240px}.ud-main.sidebar-closed{margin-left:64px}@media(max-width:768px){.ud-main{margin-left:0!important;padding-top:56px}}.ud-inner{max-width:1200px;margin:0 auto;padding:28px 28px 60px}@media(max-width:768px){.ud-inner{padding:20px 16px 48px}}.ud-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 24px;background:#fff;border:1px solid #e0e2e7;border-radius:10px;margin-bottom:20px}@media(max-width:640px){.ud-page-header{flex-direction:column;align-items:flex-start}}.ud-page-header-left{display:flex;flex-direction:column;gap:3px}.ud-greeting{font-size:12px;font-weight:600;color:#e87722;text-transform:uppercase;letter-spacing:.7px}.ud-username{font-size:22px;font-weight:700;color:#1a2332;display:flex;align-items:center;gap:10px;flex-wrap:wrap;line-height:1.2}.ud-user-place{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#5e6c84;background:#f4f5f7;border:1px solid #e0e2e7;border-radius:20px;padding:3px 10px}.ud-user-place svg{flex-shrink:0;stroke:#97a0af}.ud-date{font-size:12px;color:#97a0af;margin-top:2px}.ud-page-header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}@media(max-width:640px){.ud-page-header-right{width:100%;justify-content:flex-start}}.ud-balance-card{display:flex;align-items:center;gap:10px;background:#fff3eb;border:1px solid rgba(196,92,16,.2);border-radius:8px;padding:10px 16px;min-width:150px}.ud-balance-card-icon{width:36px;height:36px;border-radius:8px;background:#e87722;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ud-balance-card-icon svg{fill:#fff}.ud-balance-card-body{display:flex;flex-direction:column;gap:1px}.ud-balance-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#c45c10;line-height:1}.ud-balance-value{font-size:18px;font-weight:800;color:#1a2332;line-height:1.3;letter-spacing:-.3px}.ud-refresh-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid #e0e2e7;border-radius:8px;color:#5e6c84;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.ud-refresh-btn:hover:not(:disabled){background:#f4f5f7;border-color:#c9ccd5;color:#1a2332}.ud-refresh-btn:disabled{opacity:.55;cursor:not-allowed}@media(max-width:480px){.ud-refresh-btn span{display:none}}@keyframes ud-spin{to{transform:rotate(360deg)}}.ud-refresh-icon.spin{animation:ud-spin .8s linear infinite}.ud-stats-section{margin-bottom:20px}.ud-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media(max-width:1024px){.ud-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.ud-stats-grid{grid-template-columns:1fr 1fr;gap:10px}}.ud-stat-card{background:#fff;border:1px solid #e0e2e7;border-radius:10px;padding:20px;transition:box-shadow .15s,transform .15s}.ud-stat-card:hover{box-shadow:0 4px 16px #00000012;transform:translateY(-2px)}.ud-stat-card--orange{border-left:3px solid #e87722}.ud-stat-card--green{border-left:3px solid #1f845a}.ud-stat-card--blue{border-left:3px solid #0c66e4}.ud-stat-card--purple{border-left:3px solid #6554c0}.ud-stat-card-inner{display:flex;align-items:flex-start;gap:14px}.ud-stat-icon{width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ud-stat-icon--orange{background:#fff3eb;color:#e87722}.ud-stat-icon--green{background:#e3fcef;color:#1f845a}.ud-stat-icon--blue{background:#e8f0fd;color:#0c66e4}.ud-stat-icon--purple{background:#eae6ff;color:#6554c0}.ud-stat-body{display:flex;flex-direction:column;gap:2px;min-width:0}.ud-stat-value{font-size:30px;font-weight:800;color:#1a2332;line-height:1;letter-spacing:-.5px}.ud-stat-label{font-size:13px;font-weight:600;color:#1a2332;margin-top:4px}.ud-stat-desc{font-size:11px;color:#97a0af}@keyframes ud-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.ud-skeleton{background:linear-gradient(90deg,#e8eaed 25%,#f4f5f7,#e8eaed 75%);background-size:800px 100%;animation:ud-shimmer 1.4s infinite;border-radius:4px}.ud-skeleton--value{width:48px;height:30px;margin-bottom:8px}.ud-skeleton--label{width:80px;height:11px}.ud-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:900px){.ud-two-col{grid-template-columns:1fr}}.ud-panel{background:#fff;border:1px solid #e0e2e7;border-radius:10px;overflow:hidden}.ud-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 12px;border-bottom:1px solid #e0e2e7}.ud-panel-title-group{display:flex;align-items:center;gap:8px}.ud-panel-title{font-size:14px;font-weight:700;color:#1a2332}.ud-panel-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#f4f5f7;border:1px solid #e0e2e7;border-radius:10px;font-size:11px;font-weight:700;color:#5e6c84}.ud-panel-link{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:600;color:#e87722;text-decoration:none;transition:color .15s}.ud-panel-link:hover{color:#c45c10}.ud-panel-body{padding:4px 0}.ud-offer-row{display:flex;align-items:center;gap:10px;padding:10px 18px;transition:background .1s}.ud-offer-row:hover{background:#f4f5f7}.ud-offer-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ud-offer-dot--active{background:#36b37e;box-shadow:0 0 0 3px #36b37e33}.ud-offer-dot--upcoming{background:#e87722;box-shadow:0 0 0 3px #e8772233}.ud-offer-dot--expired{background:#97a0af}.ud-offer-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.ud-offer-title{font-size:13px;font-weight:600;color:#1a2332;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ud-offer-dates{font-size:11px;color:#97a0af}.ud-offer-badge{padding:3px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;flex-shrink:0}.ud-offer-badge--active{background:#e3fcef;color:#1a6f4c}.ud-offer-badge--upcoming{background:#fff3eb;color:#c45c10}.ud-offer-badge--expired{background:#f4f5f7;color:#97a0af}.ud-branch-row{display:flex;align-items:center;gap:10px;padding:10px 18px;transition:background .1s}.ud-branch-row:hover{background:#f4f5f7}.ud-branch-avatar{width:34px;height:34px;border-radius:6px;background:#fff3eb;color:#c45c10;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.ud-branch-avatar img{width:100%;height:100%;object-fit:cover}.ud-branch-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ud-branch-name{font-size:13px;font-weight:600;color:#1a2332;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ud-branch-loc{display:flex;align-items:center;gap:3px;font-size:11px;color:#97a0af}.ud-branch-loc svg{flex-shrink:0}.ud-branch-count{font-size:11px;font-weight:700;color:#1f845a;background:#e3fcef;padding:3px 8px;border-radius:10px;white-space:nowrap;flex-shrink:0}.ud-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center;gap:10px}.ud-empty svg{opacity:.3;stroke:#97a0af}.ud-empty p{font-size:13px;color:#97a0af}.ud-invoice-panel{margin-top:16px}.ud-invoice-panel-icon{width:28px;height:28px;border-radius:6px;background:#fff3eb;color:#e87722;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ud-invoice-list{padding:4px 0}.ud-invoice-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid #f0f1f4;transition:background .1s}.ud-invoice-row:last-child{border-bottom:none}.ud-invoice-row:hover{background:#f4f5f7}.ud-invoice-row-left{display:flex;align-items:center;gap:12px;min-width:0}.ud-invoice-avatar{width:38px;height:38px;border-radius:9px;background:#fff3eb;color:#e87722;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ud-invoice-info{display:flex;flex-direction:column;gap:3px;min-width:0}.ud-invoice-slno{font-size:13px;color:#5e6c84;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ud-invoice-slno strong{color:#1a2332;font-weight:700}.ud-invoice-date{display:flex;align-items:center;gap:4px;font-size:11px;color:#97a0af}.ud-invoice-date svg{flex-shrink:0;stroke:#97a0af}.ud-invoice-row-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.ud-invoice-amount{font-size:15px;font-weight:800;color:#1a2332;letter-spacing:-.3px;white-space:nowrap}.ud-einvoice-tag{display:inline-block;padding:2px 7px;background:#e8f0fd;color:#0c66e4;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.ud-invoice-more-notice{padding:10px 18px;font-size:12px;color:#97a0af;text-align:center;border-top:1px solid #f0f1f4;background:#fafbfc}@media(max-width:480px){.ud-invoice-row{flex-wrap:wrap;gap:8px}.ud-invoice-row-right{flex-direction:row;align-items:center;gap:8px}.ud-invoice-amount{font-size:14px}}.add-category-page{min-height:100vh;background-color:#fff}.add-category-page .dashboard-container{display:flex;position:relative}.add-category-page .main-content{flex:1;padding:2rem;transition:margin-left .3s ease;min-height:100vh;background:linear-gradient(135deg,#fff5f0,#ffe8dc,#fff)}.add-category-page .main-content.sidebar-open{margin-left:260px}.add-category-page .main-content.sidebar-closed{margin-left:80px}@media(max-width:768px){.add-category-page .main-content{padding:1rem}.add-category-page .main-content.sidebar-open,.add-category-page .main-content.sidebar-closed{margin-left:0}}.category-container{max-width:1200px;margin:0 auto}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:968px){.category-grid{grid-template-columns:1fr}}.category-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #ff6b3526;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #fff5f0;position:relative}.category-card:before{content:"";position:absolute;inset:0;border-radius:24px;background:linear-gradient(135deg,#ff6b350d,#ff8c4208);z-index:-1;transform:scale(1.02);opacity:0;transition:opacity .3s ease}.category-card:hover{transform:translateY(-8px);box-shadow:0 25px 70px #ff6b3533}.category-card:hover:before{opacity:1}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-title{font-size:1.5rem;font-weight:600;color:#333;display:flex;align-items:center;margin:0 0 1.5rem}.card-title .icon{margin-right:.5rem;font-size:1.8rem}.category-count{font-size:.9rem;color:#ff6b35;background:#fff5f0;padding:.35rem .875rem;border-radius:20px;font-weight:600;box-shadow:0 2px 8px #ff6b351a}.alert{padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.25rem;animation:slideIn .3s ease-out;box-shadow:0 4px 12px #0000001a}.category-form .form-group{margin-bottom:1.75rem}.category-form .form-label{display:block;font-size:.95rem;font-weight:600;color:#333;margin-bottom:.75rem;letter-spacing:.3px}.category-form .form-input{width:100%;padding:1rem 1.25rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fafafa;font-family:inherit}.category-form .form-input:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 4px #ff6b351a;transform:translateY(-2px)}.category-form .form-input:disabled{background:#f7fafc;cursor:not-allowed;opacity:.6}.category-form .form-input::placeholder{color:#aaa}.category-form textarea.form-input{resize:vertical;min-height:120px}.category-form .file-input{width:100%;padding:1rem 1.25rem;border:2px dashed #ffd4c0;border-radius:12px;background:#fff5f0;cursor:pointer;transition:all .3s ease;font-size:.95rem}.category-form .file-input:hover{border-color:#ff6b35;background:#ffe8dc;transform:translateY(-2px)}.category-form .file-input:disabled{cursor:not-allowed;opacity:.5}.image-preview{width:128px;height:128px;border-radius:12px;overflow:hidden;border:2px solid #fff5f0;box-shadow:0 4px 12px #ff6b351a}.image-preview img{width:100%;height:100%;object-fit:cover}.submit-btn{width:100%;padding:1.125rem 1.75rem;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #ff6b354d;letter-spacing:.5px;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 32px #ff6b3566}.submit-btn:hover:not(:disabled):before{left:100%}.submit-btn:active:not(:disabled){transform:translateY(-1px)}.submit-btn:disabled{background:#cbd5e0;cursor:not-allowed;box-shadow:none}.submit-btn.loading{background:#cbd5e0}.loading-content{display:flex;align-items:center;justify-content:center}.loading-content .spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem}.empty-state{text-align:center;padding:3rem 1rem;color:#a0aec0}.empty-state .empty-icon{font-size:4rem;margin:0 auto 1rem;opacity:.5}.empty-state .empty-title{font-size:1.1rem;color:#666;margin-bottom:.5rem;font-weight:600}.empty-state .empty-subtitle{font-size:.9rem;color:#999}.categories-list{max-height:500px;overflow-y:auto;padding-right:.5rem}.categories-list::-webkit-scrollbar{width:8px}.categories-list::-webkit-scrollbar-track{background:#fff5f0;border-radius:10px}.categories-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ff6b35,#ff8c42);border-radius:10px}.categories-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff8c42,#ff6b35)}.category-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#fafafa;border-radius:12px;border:2px solid #fff5f0;margin-bottom:.875rem;transition:all .3s ease}.category-item:hover{background:#fff;box-shadow:0 6px 16px #ff6b3526;transform:translate(5px);border-color:#ffe8dc}.category-info{display:flex;align-items:center;gap:1rem}.category-image{width:48px;height:48px;border-radius:12px;object-fit:cover;border:2px solid #fff5f0;box-shadow:0 2px 8px #ff6b351a}.category-placeholder{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#ff6b35,#ff8c42);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 4px 12px #ff6b354d}.category-details .category-name{font-weight:600;color:#333;margin:0 0 .25rem;font-size:1rem}.category-details .category-id{font-size:.8rem;color:#999;margin:0}.category-actions{display:flex;gap:.5rem}.edit-btn,.delete-btn,.cancel-btn{padding:.625rem 1.125rem;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.3px}.edit-btn{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;box-shadow:0 4px 12px #4299e14d}.edit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #4299e166}.edit-btn:active{transform:translateY(0)}.delete-btn{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff;box-shadow:0 4px 12px #f565654d}.delete-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f5656566}.delete-btn:active{transform:translateY(0)}.cancel-btn{background:#e0e0e0;color:#333;box-shadow:0 2px 8px #0000001a}.cancel-btn:hover{background:#d0d0d0;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.cancel-btn:active{transform:translateY(0)}.edit-mode{display:flex;gap:.5rem;align-items:center}.edit-mode .file-input-small{font-size:.75rem;padding:.25rem}@media(max-width:968px){.category-grid{gap:1.5rem}.category-card{padding:2rem;border-radius:20px}.category-card:hover{transform:translateY(-4px)}}@media(max-width:768px){.page-header{margin-bottom:2rem}.page-header .page-title{font-size:1.75rem}.page-header .page-subtitle{font-size:1rem}.category-card{padding:1.5rem}.card-title{font-size:1.25rem}}@media(max-width:480px){.category-card{padding:1.25rem}.category-item{padding:1rem;flex-direction:column;align-items:flex-start;gap:1rem}.category-item .category-actions{width:100%}.category-item .category-actions button{flex:1}}.add-product-page{min-height:100vh;background-color:#fff}.add-product-page .dashboard-container{display:flex;position:relative}.add-product-page .main-content{flex:1;padding:2rem;transition:margin-left .3s ease;min-height:100vh;background:linear-gradient(135deg,#fff5f0,#ffe8dc,#fff)}.add-product-page .main-content.sidebar-open{margin-left:260px}.add-product-page .main-content.sidebar-closed{margin-left:80px}@media(max-width:768px){.add-product-page .main-content{padding:1rem}.add-product-page .main-content.sidebar-open,.add-product-page .main-content.sidebar-closed{margin-left:0}}.product-container{max-width:900px;margin:0 auto}.page-header{margin-bottom:2.5rem;text-align:center}.page-header .page-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#ff6b35,#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}@media(max-width:768px){.page-header .page-title{font-size:2rem}}.page-header .page-subtitle{color:#666;font-size:1.1rem}.alert{padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;animation:slideIn .3s ease-out;box-shadow:0 4px 12px #0000001a}.alert.alert-error{background:#fee;border-left:4px solid #f56565;color:#742a2a}.alert.alert-success{background:#fff5f0;border-left:4px solid #ff6b35;color:#8b4513}.product-form{background:#fff;border-radius:24px;box-shadow:0 20px 60px #ff6b3526;padding:3rem;border:2px solid #fff5f0;transition:transform .3s ease,box-shadow .3s ease;position:relative}.product-form:before{content:"";position:absolute;inset:0;border-radius:24px;background:linear-gradient(135deg,#ff6b350d,#ff8c4208);z-index:-1;transform:scale(1.02);opacity:0;transition:opacity .3s ease}.product-form:hover{transform:translateY(-8px);box-shadow:0 25px 70px #ff6b3533}.product-form:hover:before{opacity:1}.product-form .form-group{margin-bottom:1.75rem}.product-form .form-group label{display:block;font-size:.95rem;font-weight:600;color:#333;margin-bottom:.75rem;letter-spacing:.3px}.product-form .form-group input,.product-form .form-group select,.product-form .form-group textarea{width:100%;padding:1rem 1.25rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease;font-family:inherit;background:#fafafa}.product-form .form-group input:focus,.product-form .form-group select:focus,.product-form .form-group textarea:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 4px #ff6b351a;transform:translateY(-2px)}.product-form .form-group input:disabled,.product-form .form-group select:disabled,.product-form .form-group textarea:disabled{background:#f7fafc;cursor:not-allowed;opacity:.6}.product-form .form-group input::placeholder,.product-form .form-group select::placeholder,.product-form .form-group textarea::placeholder{color:#aaa}.product-form .form-group input[type=file]{padding:1rem 1.25rem;border:2px dashed #ffd4c0;border-radius:12px;background:#fff5f0;cursor:pointer;font-size:.95rem}.product-form .form-group input[type=file]:hover:not(:disabled){border-color:#ff6b35;background:#ffe8dc;transform:translateY(-2px)}.product-form .form-group input[type=file]:disabled{cursor:not-allowed;opacity:.5}.product-form .form-group input[type=file]::file-selector-button{padding:.625rem 1.25rem;border:none;border-radius:10px;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;font-weight:600;cursor:pointer;margin-right:.75rem;transition:all .3s ease;box-shadow:0 2px 8px #ff6b3540}.product-form .form-group input[type=file]::file-selector-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b3559}.product-form .form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ff6b35' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.product-form .form-group select:hover:not(:disabled){border-color:#ff8c42}.product-form .form-group textarea{min-height:120px;resize:vertical}.product-form .form-group input[type=number]::-webkit-inner-spin-button,.product-form .form-group input[type=number]::-webkit-outer-spin-button{opacity:1}.form-actions{display:flex;gap:1rem;margin-top:2.5rem;padding-top:2rem;border-top:2px solid #fff5f0}@media(max-width:480px){.form-actions{flex-direction:column}}.form-actions button{flex:1;padding:1.125rem 1.75rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:.5px}.form-actions button[type=submit]{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;box-shadow:0 8px 24px #ff6b354d;position:relative;overflow:hidden}.form-actions button[type=submit]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.form-actions button[type=submit]:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 32px #ff6b3566}.form-actions button[type=submit]:hover:not(:disabled):before{left:100%}.form-actions button[type=submit]:active:not(:disabled){transform:translateY(-1px)}.form-actions button[type=submit]:disabled{background:#cbd5e0;cursor:not-allowed;box-shadow:none}.form-actions button[type=button]{background:#fff;color:#333;border:2px solid #e0e0e0;box-shadow:0 4px 12px #00000014}.form-actions button[type=button]:hover:not(:disabled){border-color:#ff6b35;color:#ff6b35;transform:translateY(-3px);box-shadow:0 8px 20px #ff6b3533}.form-actions button[type=button]:active:not(:disabled){transform:translateY(-1px)}.form-actions button[type=button]:disabled{background:#f7fafc;cursor:not-allowed;opacity:.6}button:disabled{position:relative}button:disabled:after{content:"";position:absolute;right:1rem;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.product-form{padding:2rem;border-radius:20px}.product-form:hover{transform:translateY(-4px)}.page-header{margin-bottom:2rem}.page-header .page-title{font-size:1.75rem}.page-header .page-subtitle{font-size:1rem}}@media(max-width:480px){.add-product-page .main-content{padding:1rem}.product-form{padding:1.5rem;border-radius:16px}.product-form .form-group{margin-bottom:1.5rem}.product-form .form-group input,.product-form .form-group select,.product-form .form-group textarea{padding:.875rem 1rem;font-size:.95rem}.form-actions{margin-top:2rem;padding-top:1.5rem}.form-actions button{padding:1rem 1.25rem;font-size:.95rem}}.view-products-page{min-height:100vh;background-color:#f0f2f5}.view-products-page .dashboard-container{display:flex;position:relative}.view-products-page .main-content{flex:1;padding:2rem;transition:margin-left .3s ease;min-height:100vh;background:#f0f2f5}.view-products-page .main-content.sidebar-open{margin-left:260px}.view-products-page .main-content.sidebar-closed{margin-left:80px}@media(max-width:768px){.view-products-page .main-content{padding:1rem}.view-products-page .main-content.sidebar-open,.view-products-page .main-content.sidebar-closed{margin-left:0}}.view-products-page .products-container{max-width:1600px;margin:0 auto}.view-products-page .page-header{position:relative;display:flex;justify-content:center;align-items:flex-start;margin-bottom:2.5rem;padding:1.5rem 0 2rem}@media(max-width:768px){.view-products-page .page-header{flex-direction:column;gap:1rem;align-items:center;padding:1rem 0}}.view-products-page .page-header .header-content{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center}.view-products-page .page-header .header-content .page-title{font-size:2.5rem;font-weight:700;color:#ff6b35;margin:0 0 .5rem}@media(max-width:768px){.view-products-page .page-header .header-content .page-title{font-size:1.75rem}}.view-products-page .page-header .header-content .page-subtitle{font-size:.95rem;color:#9ca3af;margin:0 0 1rem;font-weight:500}.view-products-page .page-header .header-content .title-underline{width:100%;max-width:800px;height:3px;background:linear-gradient(90deg,transparent 0%,#ff6b35 20%,#ff8c42 50%,#ff6b35 80%,transparent 100%);border-radius:2px}.view-products-page .page-header .refresh-btn{position:absolute;right:0;top:1.5rem;display:flex;align-items:center;gap:.625rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #ff6b354d}@media(max-width:768px){.view-products-page .page-header .refresh-btn{position:static;width:100%;justify-content:center}}.view-products-page .page-header .refresh-btn:hover:not(:disabled){background:linear-gradient(135deg,#ff8c42,#ff6b35);transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3566}.view-products-page .page-header .refresh-btn:active:not(:disabled){transform:translateY(0)}.view-products-page .page-header .refresh-btn:disabled{background:#999;cursor:not-allowed;box-shadow:none}.view-products-page .page-header .refresh-btn svg{animation:none}.view-products-page .page-header .refresh-btn:disabled svg{animation:spin 1s linear infinite}.view-products-page .alert{display:flex;align-items:center;gap:.875rem;padding:1.125rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;animation:slideIn .3s ease-out;box-shadow:0 4px 12px #0000001a}.view-products-page .alert svg{flex-shrink:0}.view-products-page .alert.alert-error{background:#fee;border:2px solid #fcc;color:#c00}.view-products-page .alert.alert-success{background:#d1fae5;border:2px solid #6ee7b7;color:#065f46}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.view-products-page .loading-state,.view-products-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;background:#fff;border-radius:20px;border:2px solid #e0e0e0;text-align:center;min-height:400px;box-shadow:0 10px 30px #00000014}.view-products-page .loading-state svg,.view-products-page .empty-state svg{color:#ccc;margin-bottom:1.5rem}.view-products-page .loading-state h3,.view-products-page .empty-state h3{font-size:1.35rem;font-weight:700;color:#333;margin:0 0 .5rem}.view-products-page .loading-state p,.view-products-page .empty-state p{color:#666;margin:0;font-size:1rem}.view-products-page .spinner{width:56px;height:56px;border:5px solid #f0f0f0;border-top-color:#2d2d2d;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.view-products-page .filter-bar{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;align-items:end;box-shadow:0 2px 8px #0000000d}.view-products-page .filter-item label{font-size:.875rem;font-weight:600;color:#666}.view-products-page .filter-item select,.view-products-page .filter-item input[type=date]{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;background:#fafafa;transition:all .3s ease;cursor:pointer}.view-products-page .filter-item select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ff6b35' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.view-products-page .search-wrapper .search-icon{position:absolute;left:1rem;color:#999;pointer-events:none;z-index:1}.view-products-page .search-wrapper input{width:100%;padding:.75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;background:#fafafa;transition:all .3s ease}.view-products-page .search-wrapper input::placeholder{color:#aaa}.view-products-page .search-wrapper .clear-btn{position:absolute;right:1rem;background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.view-products-page .search-wrapper .clear-btn:hover{background:#fee;color:#ff6b35}.view-products-page .filter-bar{background:linear-gradient(135deg,#fff5f0,#ffe8dc);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;align-items:end;box-shadow:0 2px 8px #ff6b3526;border:1px solid #ffd4c0}@media(max-width:1200px){.view-products-page .filter-bar{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.view-products-page .filter-bar{grid-template-columns:1fr}}.view-products-page .filter-item{display:flex;flex-direction:column;gap:.5rem}.view-products-page .filter-item label{font-size:.875rem;font-weight:600;color:#d97706}.view-products-page .filter-item select,.view-products-page .filter-item input[type=date]{padding:.75rem 1rem;border:2px solid #ffedd5;border-radius:8px;font-size:.95rem;background:#fff;transition:all .3s ease;cursor:pointer}.view-products-page .filter-item select:focus,.view-products-page .filter-item input[type=date]:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 3px #ff6b351a}.view-products-page .filter-item select:hover,.view-products-page .filter-item input[type=date]:hover{border-color:#ff8c42}.view-products-page .filter-item select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ff6b35' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.view-products-page .search-item{grid-column:span 1}.view-products-page .search-wrapper{position:relative;display:flex;align-items:center}.view-products-page .search-wrapper .search-icon{position:absolute;left:1rem;color:#ff8c42;pointer-events:none;z-index:1}.view-products-page .search-wrapper input{width:100%;padding:.75rem 3rem;border:2px solid #ffedd5;border-radius:8px;font-size:.95rem;background:#fff;transition:all .3s ease}.view-products-page .search-wrapper input:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 3px #ff6b351a}.view-products-page .search-wrapper input::placeholder{color:#fdba74}.view-products-page .search-wrapper .clear-btn{position:absolute;right:1rem;background:none;border:none;font-size:1.5rem;color:#ff8c42;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.view-products-page .search-wrapper .clear-btn:hover{background:#fff5f0;color:#ff6b35}.view-products-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem}@media(max-width:1400px){.view-products-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}@media(max-width:1024px){.view-products-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}}@media(max-width:768px){.view-products-page .products-grid{grid-template-columns:1fr;gap:1.5rem}}.view-products-page .product-card{background:#fff;border-radius:20px;overflow:hidden;border:2px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:0 8px 24px #00000014;position:relative}.view-products-page .product-card:before{content:"";position:absolute;inset:0;border-radius:20px;background:linear-gradient(135deg,#00000005,#00000003);z-index:0;opacity:0;transition:opacity .3s ease}.view-products-page .product-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-8px);border-color:#cbd5e0}.view-products-page .product-card:hover:before{opacity:1}.view-products-page .product-card .product-image{position:relative;width:100%;height:300px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;z-index:1}@media(max-width:768px){.view-products-page .product-card .product-image{height:260px}}.view-products-page .product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.view-products-page .product-card .product-image .no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.view-products-page .product-card .product-image .no-image svg{color:#9ca3af;opacity:.4}.view-products-page .product-card .product-image:hover img{transform:scale(1.08)}.view-products-page .product-card .product-info{padding:2rem;flex:1;display:flex;flex-direction:column;position:relative;z-index:1}@media(max-width:768px){.view-products-page .product-card .product-info{padding:1.5rem}}.view-products-page .product-card .product-info .product-name{font-size:1.25rem;font-weight:700;color:#1e40af;margin:0 0 .75rem;line-height:1.4;text-transform:uppercase;letter-spacing:.5px}.view-products-page .product-card .product-info .product-id{font-size:.75rem;color:#999;font-family:Courier New,monospace;margin-bottom:.75rem;padding:.25rem .5rem;background:#f5f5f5;border-radius:4px;display:inline-block}.view-products-page .product-card .product-info .product-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.75rem;padding:1.25rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.view-products-page .product-card .product-info .product-details .detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;line-height:1.5}.view-products-page .product-card .product-info .product-details .detail-row .detail-label{color:#6b7280;font-weight:600}.view-products-page .product-card .product-info .product-details .detail-row .detail-value{color:#111827;font-weight:700;text-align:right}.view-products-page .product-card .product-info .product-details .detail-row .detail-value.offer-price{color:#ff6b35;font-weight:600}.view-products-page .product-card .product-info .product-details .detail-row .detail-value.date-value{font-size:.85rem;color:#666}.view-products-page .product-card .product-info .product-details .detail-row .detail-value.status{padding:.35rem .875rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0000001a}.view-products-page .product-card .product-info .product-details .detail-row .detail-value.status.active{background:#d1fae5;color:#065f46}.view-products-page .product-card .product-info .product-details .detail-row .detail-value.status.inactive{background:#f3f4f6;color:#6b7280}.view-products-page .product-card .product-info .product-actions{display:flex;gap:1rem;margin-top:auto}@media(max-width:768px){.view-products-page .product-card .product-info .product-actions{gap:.75rem}}.view-products-page .product-card .product-info .product-actions button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;border:none;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}@media(max-width:768px){.view-products-page .product-card .product-info .product-actions button{padding:.75rem 1rem;font-size:.8rem}}.view-products-page .product-card .product-info .product-actions button svg{width:16px;height:16px;flex-shrink:0}.view-products-page .product-card .product-info .product-actions button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.view-products-page .product-card .product-info .product-actions button:hover:not(:disabled):before{left:100%}.view-products-page .product-card .product-info .product-actions button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.view-products-page .product-card .product-info .product-actions .edit-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.view-products-page .product-card .product-info .product-actions .edit-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.view-products-page .product-card .product-info .product-actions .edit-btn:active:not(:disabled){transform:translateY(0)}.view-products-page .product-card .product-info .product-actions .delete-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.view-products-page .product-card .product-info .product-actions .delete-btn:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}.view-products-page .product-card .product-info .product-actions .delete-btn:active:not(:disabled){transform:translateY(0)}@media(max-width:768px){.view-products-page .main-content{padding:1rem}.view-products-page .page-header{padding:1rem 0;margin-bottom:2rem}.view-products-page .product-card{border-radius:16px}.view-products-page .product-card:hover{transform:translateY(-4px)}.view-products-page .product-card .product-info{padding:1.5rem}.view-products-page .product-card .product-info .product-name{font-size:1.1rem}.view-products-page .product-card .product-info .product-details{gap:.875rem;padding:1rem}.view-products-page .product-card .product-info .product-details .detail-row{font-size:.85rem}.view-products-page .product-card .product-info .product-actions{gap:.625rem}.view-products-page .product-card .product-info .product-actions button{font-size:.8rem;padding:.75rem 1rem}}@media(max-width:480px){.view-products-page .products-grid{gap:1.25rem}.view-products-page .product-card .product-image{height:220px}.view-products-page .product-card .product-info .product-details .detail-row{font-size:.8rem}.view-products-page .product-card .product-info .product-details .detail-row .detail-value.status{font-size:.7rem;padding:.25rem .625rem}}.offer-master-container{display:flex;min-height:100vh;background:#f4f5f7}.main-content{flex:1;padding:20px 40px;transition:margin-left .1s ease}.main-content.sidebar-open{margin-left:240px}.main-content.sidebar-closed{margin-left:64px}@media(max-width:768px){.main-content{padding:16px;margin-left:0!important}}.page-header{margin-bottom:20px;padding-bottom:0}.page-header .header-content{display:flex;flex-direction:column;gap:4px}.page-header h1{font-size:24px;font-weight:500;color:#172b4d;margin:0;line-height:1.167}.page-header .back-btn{display:inline-flex;align-items:center;gap:4px;padding:0;background:transparent;color:#0052cc;border:none;border-radius:3px;font-size:14px;font-weight:400;cursor:pointer;transition:color .1s ease;align-self:flex-start;margin-bottom:8px}.page-header .back-btn svg{width:20px;height:20px}.page-header .back-btn:hover{color:#0065ff;text-decoration:underline}.alert{display:flex;align-items:flex-start;gap:8px;padding:16px;border-radius:3px;margin-bottom:16px;font-size:14px;animation:slideIn .2s ease}.alert svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}.alert.alert-error,.alert.error-banner{background:#ffebe6;color:#172b4d}.alert.alert-success{background:#e3fcef;color:#172b4d}.error-banner{display:flex;align-items:flex-start;gap:8px;padding:16px;border-radius:3px;margin-top:16px;font-size:14px}.view-options{margin-bottom:20px;display:flex;justify-content:center}.view-options .btn-primary{padding:8px 12px;font-size:14px;font-weight:500;background:#0052cc;color:#fff;border:none;border-radius:3px;cursor:pointer;display:flex;align-items:center;gap:8px;height:40px;transition:background .1s ease}.view-options .btn-primary svg{width:20px;height:20px}.view-options .btn-primary:hover{background:#0065ff}.view-options .btn-primary:active{background:#0747a6}.branches-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.branches-section .section-header h2{font-size:20px;font-weight:500;color:#172b4d;margin:0}.branches-section .section-header .branch-count{padding:2px 8px;background:#0052cc;color:#fff;border-radius:3px;font-size:11px;font-weight:700}.branches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:8px}@media(max-width:768px){.branches-grid{grid-template-columns:1fr}}.branch-card{background:#fff;border-radius:3px;overflow:hidden;box-shadow:0 1px 1px #091e4240,0 0 1px #091e424f;cursor:pointer;transition:background .1s ease;border:none}.branch-card:hover{background:#f4f5f7}.branch-card .branch-image,.branch-card .branch-image-placeholder{width:100%;height:160px;overflow:hidden;background:#f4f5f7;display:flex;align-items:center;justify-content:center}.branch-card .branch-image img,.branch-card .branch-image-placeholder img{width:100%;height:100%;object-fit:cover}.branch-card .branch-image svg,.branch-card .branch-image-placeholder svg{width:48px;height:48px;color:#42526e;opacity:.4}.branch-card .branch-info h3{font-size:14px;font-weight:600;color:#172b4d;margin:0 0 4px;line-height:20px}.branch-card .branch-info .branch-code{display:inline-block;padding:2px 4px;background:#dfe1e6;color:#42526e;border-radius:3px;font-size:11px;font-weight:600;text-transform:uppercase;margin-bottom:8px}.branch-card .branch-info .shop-owner{font-size:12px;color:#0052cc;font-weight:500;margin-top:4px}.branch-card .branch-info .branch-location{display:flex;align-items:center;gap:4px;color:#5e6c84;font-size:12px;margin-bottom:4px;line-height:16px}.branch-card .branch-info .branch-location svg{width:14px;height:14px;color:#5e6c84;flex-shrink:0}.branch-card .branch-info .offers-count{font-size:12px;color:#00875a;font-weight:500;margin-top:8px}.branch-card .branch-action,.branch-card .branch-footer{padding:8px 16px;background:#fff;border-top:1px solid #dfe1e6;display:flex;justify-content:space-between;align-items:center;gap:8px}.branch-card .branch-action .status-indicator,.branch-card .branch-footer .status-indicator{font-size:11px;font-weight:600;padding:2px 4px;border-radius:3px}.branch-card .branch-action .view-offers-btn,.branch-card .branch-footer .view-offers-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;background:transparent;color:#0052cc;border:none;border-radius:3px;font-size:14px;font-weight:500;cursor:pointer;transition:background .1s ease;height:32px;flex:1}.filter-controls,.filters-bar{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px}@media(max-width:768px){.filter-controls,.filters-bar{flex-direction:column;align-items:stretch}}.filter-buttons{display:flex;gap:0;background:#fff;border-radius:3px;box-shadow:0 1px 1px #091e4240,0 0 1px #091e424f;padding:2px}@media(max-width:768px){.filter-buttons{flex-wrap:wrap}}.filter-btn{padding:6px 12px;border:none;background:transparent;border-radius:3px;font-size:14px;font-weight:400;color:#42526e;cursor:pointer;transition:background .1s ease;white-space:nowrap}.filter-btn:hover{background:#f4f5f7}.filter-btn.active{background:#0052cc;color:#fff;font-weight:500}.filter-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.filter-btn{flex:1;font-size:13px}}.refresh-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#0052cc;color:#fff;border:none;border-radius:3px;font-size:14px;font-weight:500;cursor:pointer;transition:background .1s ease;white-space:nowrap;box-shadow:0 1px 1px #091e4240,0 0 1px #091e424f}.refresh-btn:hover{background:#0065ff}.refresh-btn:active{background:#0747a6}.refresh-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.offers-container{padding:0}}.offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:8px}@media(max-width:768px){.offers-grid{grid-template-columns:1fr}}.offer-card{position:relative;background:#fff;border-radius:3px;overflow:hidden;box-shadow:0 1px 1px #091e4240,0 0 1px #091e424f;transition:background .1s ease}.offer-card:hover{background:#f4f5f7}.offer-card.valid-offer{border-left:3px solid #00875a}.offer-card.expired-offer{opacity:.6}.offer-card.expired-offer .offer-header h3{color:#5e6c84}.validity-badge{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;gap:4px;padding:2px 4px;background:#00875a;color:#fff;border-radius:3px;font-size:11px;font-weight:700;z-index:10}.validity-badge svg{width:12px;height:12px}@media(max-width:768px){.validity-badge{top:8px;right:8px;font-size:10px}}.offer-media-list{display:flex;gap:8px;padding:8px;background:#fafbfc;border-bottom:1px solid #dfe1e6;overflow-x:auto}.offer-media-list::-webkit-scrollbar{height:4px}.offer-media-list::-webkit-scrollbar-track{background:transparent}.offer-media-list::-webkit-scrollbar-thumb{background:#dfe1e6;border-radius:2px}.individual-media-card{background:#fff;border-radius:3px;overflow:hidden;box-shadow:0 1px 1px #091e4240,0 0 1px #091e424f;transition:transform .1s ease;flex-shrink:0;width:280px}.individual-media-card:hover{transform:translateY(-1px);box-shadow:0 4px 8px #091e4226}.individual-media-card.view-only .media-card-header{justify-content:center;padding:8px}.media-card-header{background:#0052cc;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;gap:8px}.media-card-header h4{margin:0;font-size:14px;font-weight:500;color:#fff;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-card-content img{width:100%;height:180px;object-fit:cover;display:block}.media-card-content .pdf-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;height:180px;background:#f4f5f7;padding:16px}.media-card-content .pdf-indicator svg{width:40px;height:40px;stroke:#5e6c84;margin-bottom:8px}.media-card-content .pdf-indicator span{font-size:12px;color:#5e6c84;font-weight:500;margin-bottom:8px;text-align:center}.media-card-content .pdf-indicator .pdf-link{font-size:14px;color:#0052cc;text-decoration:none;padding:4px 8px;border-radius:3px;background:transparent;transition:background .1s ease;font-weight:500}.media-card-content .pdf-indicator .pdf-link:hover{background:#deebff;text-decoration:underline}.media-card-content .media-caption{padding:8px 12px;font-size:12px;color:#5e6c84;background:#fff;border-top:1px solid #dfe1e6;line-height:16px}.offer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:8px}.offer-header h3{font-size:14px;margin:0;font-weight:600;color:#172b4d;line-height:20px;flex:1}.status-badge{padding:2px 4px;border-radius:3px;font-size:11px;font-weight:700;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.offer-description{margin-bottom:12px;color:#172b4d;font-size:14px;line-height:20px}.offer-details{background:#f4f5f7;border-radius:3px;padding:8px 12px;margin-bottom:8px}.offer-details .detail-item{font-size:12px;color:#5e6c84;margin-bottom:4px;line-height:16px}.offer-details .detail-item strong{color:#172b4d;font-weight:600}.offer-branch-info{display:flex;align-items:center;gap:4px;padding:8px;background:#deebff;border-radius:3px;margin-bottom:8px}.offer-branch-info svg{width:14px;height:14px;color:#0052cc;flex-shrink:0}.offer-branch-info span{font-size:12px;color:#0052cc;font-weight:500}.offer-all-branches-info{background:#deebff;padding:8px;border-radius:3px;margin-top:8px}.offer-all-branches-info h4{color:#0052cc;font-size:12px;font-weight:600;margin:0 0 6px}.offer-all-branches-info>div{display:flex;flex-wrap:wrap;gap:4px}.offer-all-branches-info>div span{background:#0052cc;color:#fff;padding:2px 6px;border-radius:3px;font-size:11px;font-weight:600;cursor:pointer;transition:background .1s ease}.info-message{display:flex;align-items:flex-start;gap:8px;padding:8px;background:#deebff;border-radius:3px}.info-message svg{width:16px;height:16px;color:#0052cc;flex-shrink:0;margin-top:2px}.info-message span{font-size:12px;color:#172b4d;line-height:16px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.empty-state svg{width:48px;height:48px;margin-bottom:12px;opacity:.4;stroke:#42526e}.empty-state p{font-size:14px;color:#172b4d;margin:0 0 4px;font-weight:500}.empty-state small{font-size:12px;color:#5e6c84}.empty-state .spinner,.empty-state .loading-spinner{margin:0 auto 12px}.spinner,.loading-spinner{width:24px;height:24px;border:2px solid #dfe1e6;border-top:2px solid #0052cc;border-radius:50%;animation:spin .6s linear infinite}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.individual-media-card{width:240px}}@media(max-width:480px){.main-content{padding:12px}.individual-media-card{width:220px}.individual-media-card .media-card-content img,.individual-media-card .media-card-content .pdf-indicator{height:160px}}@media print{.filter-controls,.filters-bar,.refresh-btn,.info-message,.back-btn{display:none}.offer-card,.branch-card{break-inside:avoid;box-shadow:none}}.content-wrapper{max-width:1400px;margin:0 auto}.page-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #dfe1e6}.page-header .header-content{display:flex;flex-direction:column;gap:8px}.page-header h1{font-size:24px;font-weight:500;color:#172b4d;margin:0;line-height:1.2}@media(max-width:768px){.page-header h1{font-size:20px}}.page-header .subtitle{color:#5e6c84;font-size:14px;font-weight:400;margin:0}.page-header .back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;color:#42526e;border:none;border-radius:3px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;align-self:flex-start}.page-header .back-btn svg{width:16px;height:16px}.page-header .back-btn:hover{background:#ebecf0;color:#172b4d}.alert{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:3px;margin-bottom:16px;font-size:14px;animation:slideIn .2s ease}.alert.alert-error,.alert.error-banner{background:#ffebe6;color:#bf2600;border-left:3px solid #de350b}.alert.alert-error svg,.alert.error-banner svg{stroke:#de350b}.alert.alert-success svg{stroke:#00875a}.error-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:3px;margin-top:16px;font-size:14px}.branches-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:16px 20px;background:#fff;border-radius:3px;box-shadow:0 1px 2px #091e4240;border:1px solid #dfe1e6}.branches-section .section-header h2{font-size:16px;font-weight:600;color:#172b4d;margin:0}.branches-section .section-header .branch-count{padding:4px 8px;background:#0052cc;color:#fff;border-radius:3px;font-size:12px;font-weight:700}@media(max-width:768px){.branches-section .section-header{flex-direction:column;align-items:flex-start;gap:12px}}.branches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}@media(max-width:768px){.branches-grid{grid-template-columns:1fr;gap:12px}}.branch-card{background:#fff;border-radius:3px;overflow:hidden;box-shadow:0 1px 2px #091e4240;border:1px solid #dfe1e6;cursor:pointer;transition:all .15s ease}.branch-card:hover{box-shadow:0 4px 8px #091e4226}.branch-card:hover .view-offers-btn{background:#deebff}.branch-card:hover .branch-image img{transform:scale(1.05)}.branch-card .branch-image,.branch-card .branch-image-placeholder{width:100%;height:180px;overflow:hidden;background:#f4f5f7;display:flex;align-items:center;justify-content:center}.branch-card .branch-image img,.branch-card .branch-image-placeholder img{width:100%;height:100%;object-fit:cover;transition:transform .15s ease}.branch-card .branch-image svg,.branch-card .branch-image-placeholder svg{width:48px;height:48px;color:#5e6c84;opacity:.5}.branch-card .branch-info{padding:16px}.branch-card .branch-info h3{font-size:16px;font-weight:600;color:#172b4d;margin:0 0 8px}.branch-card .branch-info .branch-code{display:inline-block;padding:4px 8px;background:#deebff;color:#0052cc;border-radius:3px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px}.branch-card .branch-info .branch-location{display:flex;align-items:center;gap:6px;color:#5e6c84;font-size:14px;margin-bottom:4px}.branch-card .branch-info .branch-location svg{width:16px;height:16px;color:#0052cc;flex-shrink:0}.branch-card .branch-info .branch-city{color:#7a869a;font-size:12px}.branch-card .branch-action,.branch-card .branch-footer{padding:12px 16px;background:#fafbfc;border-top:2px solid #dfe1e6;display:flex;justify-content:space-between;align-items:center;gap:12px}.branch-card .branch-action .status-indicator,.branch-card .branch-footer .status-indicator{font-size:11px;font-weight:700;padding:4px 8px;border-radius:3px;text-transform:uppercase;letter-spacing:.3px}.branch-card .branch-action .status-indicator.active,.branch-card .branch-footer .status-indicator.active{background:#e3fcef;color:#064}.branch-card .branch-action .status-indicator.inactive,.branch-card .branch-footer .status-indicator.inactive{background:#ffebe6;color:#bf2600}.branch-card .branch-action .view-offers-btn,.branch-card .branch-footer .view-offers-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;color:#0052cc;border:none;border-radius:3px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.branch-card .branch-action .view-offers-btn svg,.branch-card .branch-footer .view-offers-btn svg{width:16px;height:16px}.branch-card .branch-action .view-offers-btn:hover,.branch-card .branch-footer .view-offers-btn:hover{background:#deebff}.selected-branch-banner{margin-bottom:16px;background:#fff;border-radius:3px;padding:16px;box-shadow:0 1px 2px #091e4240;border:1px solid #dfe1e6}.selected-branch-banner .banner-content{display:flex;align-items:center;gap:12px}.selected-branch-banner .banner-content .banner-icon{width:48px;height:48px;border-radius:3px;overflow:hidden;background:#f4f5f7;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #dfe1e6}.selected-branch-banner .banner-content .banner-icon img{width:100%;height:100%;object-fit:cover}.selected-branch-banner .banner-content .banner-icon svg{width:24px;height:24px;color:#0052cc}.selected-branch-banner .banner-content .banner-info{flex:1}.selected-branch-banner .banner-content .banner-info h3{font-size:16px;font-weight:600;margin:0 0 4px;color:#172b4d}.selected-branch-banner .banner-content .banner-info p{margin:0;color:#5e6c84;font-size:14px}@media(max-width:768px){.selected-branch-banner .banner-content .banner-icon{width:40px;height:40px}.selected-branch-banner .banner-content .banner-icon svg{width:20px;height:20px}.selected-branch-banner .banner-content .banner-info h3{font-size:14px}}.filter-controls,.filters-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:16px;background:#fff;border-radius:3px;box-shadow:0 1px 2px #091e4240;border:1px solid #dfe1e6}@media(max-width:768px){.filter-controls,.filters-bar{flex-direction:column;align-items:stretch;padding:12px}}.filter-buttons{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:768px){.filter-buttons{justify-content:center}}.filter-btn{padding:6px 12px;border:none;background:transparent;border-radius:3px;font-size:14px;font-weight:500;color:#42526e;cursor:pointer;transition:all .15s ease;white-space:nowrap;height:32px}.filter-btn:hover{background:#ebecf0;color:#172b4d}.filter-btn.active{background:#0052cc;color:#fff}.filter-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.filter-btn{flex:1;min-width:90px;padding:6px 10px;font-size:13px}}.refresh-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#00875a;color:#fff;border:none;border-radius:3px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;height:32px}.refresh-btn svg{width:16px;height:16px}.refresh-btn:hover{background:#00a06e}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.refresh-btn{width:100%;justify-content:center}}.offers-list-card,.offers-container{background:#fff;border-radius:3px;padding:16px;box-shadow:0 1px 2px #091e4240;border:1px solid #dfe1e6}.offers-list-card h2,.offers-container h2{font-size:16px;color:#172b4d;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #dfe1e6;font-weight:600}@media(max-width:768px){.offers-list-card,.offers-container{padding:12px}}.offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:16px}@media(max-width:768px){.offers-grid{grid-template-columns:1fr;gap:12px}}.offer-card{position:relative;background:#fff;border-radius:3px;overflow:hidden;box-shadow:0 1px 2px #091e4240;transition:all .15s ease;border:1px solid #dfe1e6}.offer-card:hover{box-shadow:0 4px 8px #091e4226}.offer-card.valid-offer{border-color:#00875a;background:#f0fff4}.offer-card.expired-offer{opacity:.7;border-color:#dfe1e6;background:#fafbfc}.offer-card.expired-offer .offer-header h3{color:#7a869a}.validity-badge{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:6px;padding:4px 8px;background:#00875a;color:#fff;border-radius:3px;font-size:11px;font-weight:700;z-index:10;text-transform:uppercase;letter-spacing:.3px}.validity-badge svg{width:14px;height:14px}.validity-badge.active{background:#00875a}.validity-badge.upcoming{background:#0052cc}@media(max-width:768px){.validity-badge{top:8px;right:8px;font-size:10px;padding:3px 6px}.validity-badge svg{width:12px;height:12px}}.offer-media-list{display:flex;gap:12px;padding:12px;background:#fafbfc;border-bottom:2px solid #dfe1e6;overflow-x:auto}.offer-media-list::-webkit-scrollbar{height:6px}.offer-media-list::-webkit-scrollbar-track{background:#f4f5f7;border-radius:3px}.offer-media-list::-webkit-scrollbar-thumb{background:#0052cc;border-radius:3px}@media(max-width:768px){.offer-media-list{gap:8px;padding:8px}}.individual-media-card{background:#fff;border-radius:3px;overflow:hidden;box-shadow:0 1px 2px #091e4240;border:1px solid #dfe1e6;transition:all .15s ease;flex-shrink:0;width:300px}.individual-media-card:hover{box-shadow:0 4px 8px #091e4226}.individual-media-card.view-only .media-card-header{justify-content:center;padding:12px}.individual-media-card.view-only .media-card-header h4{margin:0;text-align:center}.individual-media-card.view-only .btn-delete-media{display:none}.media-card-header{background:#0052cc;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:8px}.media-card-header h4{margin:0;font-size:14px;font-weight:600;color:#fff;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-card-content{padding:0}.media-card-content img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .15s ease}.media-card-content .pdf-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;background:#f4f5f7;padding:16px}.media-card-content .pdf-indicator svg{width:48px;height:48px;stroke:#0052cc;margin-bottom:8px}.media-card-content .pdf-indicator span{font-size:13px;color:#5e6c84;font-weight:600;margin-bottom:8px;text-align:center}.media-card-content .pdf-indicator .pdf-link{font-size:13px;color:#0052cc;text-decoration:none;padding:6px 12px;border:none;border-radius:3px;background:#deebff;transition:all .15s ease;margin-top:4px;font-weight:500}.media-card-content .pdf-indicator .pdf-link:hover{background:#b3d4ff}.media-card-content .media-caption{padding:8px 12px;font-size:12px;color:#5e6c84;background:#fafbfc;border-top:1px solid #dfe1e6;line-height:1.4}.individual-media-card:hover .media-card-content img{transform:scale(1.03)}.offer-content{padding:16px}@media(max-width:768px){.offer-content{padding:12px}}.offer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.offer-header h3{font-size:16px;margin:0;font-weight:600;color:#172b4d;line-height:1.3;flex:1}@media(max-width:768px){.offer-header h3{font-size:14px}}@media(max-width:768px){.offer-header{flex-direction:column;align-items:flex-start}}.status-badge{padding:4px 8px;border-radius:3px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;flex-shrink:0}.status-badge.active{background:#e3fcef;color:#064}.status-badge.inactive{background:#ffebe6;color:#bf2600}.status-badge.scheduled{background:#fff7d6;color:#bf8600}.offer-description{margin-bottom:12px;color:#5e6c84;font-size:14px;line-height:1.5}.offer-details{background:#f4f5f7;border-radius:3px;padding:12px;margin-bottom:12px;border:1px solid #dfe1e6}.offer-details .detail-item{font-size:13px;color:#42526e;margin-bottom:6px;line-height:1.4}.offer-details .detail-item:last-child{margin-bottom:0}.offer-details .detail-item strong{color:#172b4d;font-weight:600;margin-right:4px}.offer-branch-info{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#deebff;border:1px solid #b3d4ff;border-radius:3px;margin-bottom:12px}.offer-branch-info svg{width:16px;height:16px;color:#0052cc;flex-shrink:0}.offer-branch-info span{font-size:13px;color:#0052cc;font-weight:600}.offer-all-branches-info{background:#deebff;padding:12px;border-radius:3px;margin-top:12px;border:1px solid #b3d4ff}.offer-all-branches-info h4{color:#0052cc;font-size:13px;font-weight:600;margin:0 0 8px}.offer-all-branches-info>div{display:flex;flex-wrap:wrap;gap:6px}.offer-all-branches-info>div span{background:#0052cc;color:#fff;padding:4px 10px;border-radius:3px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease}.offer-all-branches-info>div span:hover{background:#0065ff}.info-message{display:flex;align-items:center;gap:8px;padding:12px;background:#deebff;border:1px solid #b3d4ff;border-radius:3px}.info-message svg{width:16px;height:16px;color:#0052cc;flex-shrink:0}.info-message span{font-size:13px;color:#0052cc;font-weight:500;line-height:1.3}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.empty-state svg{width:48px;height:48px;margin-bottom:16px;opacity:.5;stroke:#5e6c84}.empty-state p{font-size:14px;color:#5e6c84;margin:0 0 4px;font-weight:500;line-height:1.4}.empty-state small{font-size:12px;color:#7a869a}.empty-state .spinner,.empty-state .loading-spinner{margin:0 auto 16px}.spinner,.loading-spinner{width:32px;height:32px;border:3px solid #dfe1e6;border-top:3px solid #0052cc;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.offers-grid{gap:12px}.offer-card:hover{transform:none}.individual-media-card{width:260px}.validity-badge{top:8px;right:8px;font-size:10px;padding:3px 6px}.validity-badge svg{width:12px;height:12px}}@media(max-width:480px){.main-content{padding:12px}.page-header h1{font-size:18px}.page-header .subtitle{font-size:13px}.page-header .back-btn{font-size:13px;padding:6px 10px}.page-header .back-btn svg{width:14px;height:14px}.offers-list-card,.offers-container{padding:12px;border-radius:3px}.offers-list-card h2,.offers-container h2{font-size:14px}.individual-media-card{width:240px}.individual-media-card .media-card-content img,.individual-media-card .media-card-content .pdf-indicator{height:180px}.offer-content{padding:12px}.offer-header h3{font-size:14px}.media-card-content .pdf-indicator svg{width:40px;height:40px}.branch-card .branch-image,.branch-card .branch-image-placeholder{height:150px}.branch-card .branch-info{padding:12px}.branch-card .branch-info h3{font-size:14px}.branch-card .branch-action,.branch-card .branch-footer{flex-direction:column;align-items:stretch;gap:8px}.branch-card .branch-action .view-offers-btn,.branch-card .branch-footer .view-offers-btn{width:100%;justify-content:center}}button:focus-visible,.filter-btn:focus-visible,.branch-card:focus-visible{outline:2px solid #4c9aff;outline-offset:2px}@media print{.filter-controls,.filters-bar,.refresh-btn,.info-message,.back-btn,.selected-branch-banner{display:none}.offer-card,.branch-card{break-inside:avoid;box-shadow:none;border:1px solid #dfe1e6}}.om-container{display:flex;min-height:100vh;background:#f4f5f7;overflow-x:hidden}.om-main{flex:1;min-width:0;width:100%;transition:margin-left .15s ease}.om-main.om-sidebar-open{margin-left:240px}.om-main.om-sidebar-closed{margin-left:64px}.om-wrapper{padding:24px 32px;max-width:1400px;margin:0 auto;box-sizing:border-box}.om-page-header{margin-bottom:20px}.om-page-title{font-size:24px;font-weight:500;color:#172b4d;margin:0 0 4px;line-height:1.2}.om-page-sub{font-size:14px;color:#5e6c84;margin:0}.om-stats-grid{display:flex;gap:12px;margin-bottom:20px}.om-stat-card{flex:1;background:#fff;border:1px solid #dfe1e6;border-radius:4px;padding:14px 18px;display:flex;align-items:center;gap:14px;box-shadow:0 1px 2px #091e421a}.om-stat-icon{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.om-stat-icon svg{width:20px;height:20px}.om-stat-icon.om-icon-blue{background:#deebff}.om-stat-icon.om-icon-blue svg{stroke:#0052cc}.om-stat-icon.om-icon-green{background:#e3fcef}.om-stat-icon.om-icon-green svg{stroke:#00875a}.om-stat-icon.om-icon-yellow{background:#fff7e6}.om-stat-icon.om-icon-yellow svg{stroke:#d04f00}.om-stat-icon.om-icon-red{background:#ffebe6}.om-stat-icon.om-icon-red svg{stroke:#de350b}.om-stat-num{font-size:22px;font-weight:700;color:#172b4d;line-height:1}.om-stat-lbl{font-size:12px;color:#5e6c84;margin-top:3px;font-weight:500}.om-alert{padding:12px 16px;border-radius:3px;display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:14px;animation:omSlideDown .2s ease}.om-alert svg{width:16px;height:16px;flex-shrink:0}.om-alert.om-alert-error{background:#ffebe6;color:#bf2600;border-left:3px solid #de350b}.om-alert.om-alert-success{background:#e3fcef;color:#064;border-left:3px solid #00875a}@keyframes omSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.om-form-card{background:#fff;border-radius:3px;box-shadow:0 1px 2px #091e4240;border:1px solid #dfe1e6;margin-bottom:24px;overflow:visible}.om-card-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:2px solid #dfe1e6;background:#fafbfc;border-radius:3px 3px 0 0}.om-card-header-left{display:flex;align-items:center;gap:10px}.om-card-header-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#deebff;border-radius:4px;flex-shrink:0}.om-card-header-icon svg{width:15px;height:15px;stroke:#0052cc}.om-card-title{font-size:14px;font-weight:600;color:#172b4d;margin:0}.om-card-sub{font-size:12px;color:#5e6c84;margin:0}.om-cancel-header-btn{padding:0 12px;height:26px;border:none;border-radius:3px;background:transparent;color:#42526e;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s ease}.om-cancel-header-btn:hover{background:#ffebe6;color:#bf2600}.om-cancel-header-btn:disabled{opacity:.5;cursor:not-allowed}.om-form-body{padding:10px 14px;display:flex;flex-direction:column;gap:6px}.om-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:6px 10px}.om-field{display:flex;flex-direction:column;gap:1px}.om-label{font-size:10.5px;font-weight:600;color:#5e6c84;margin-bottom:1px;display:flex;align-items:center;gap:5px;text-transform:none;letter-spacing:0}.om-req{color:#de350b}.om-hint{font-size:10px;color:#97a0af;font-weight:400}.om-selected-badge{background:#deebff;color:#0052cc;font-size:10px;font-weight:700;padding:2px 7px;border-radius:20px}.om-input{padding:3px 8px;border:2px solid #dfe1e6;border-radius:3px;font-size:12.5px;background:#fafbfc;color:#172b4d;height:28px;width:100%;box-sizing:border-box;transition:all .15s ease;font-family:inherit}.om-input:focus{outline:none;border-color:#4c9aff;background:#fff}.om-input:disabled{background:#f4f5f7;cursor:not-allowed;opacity:.6}.om-input::placeholder{color:#7a869a}select.om-input{cursor:pointer}.om-textarea{padding:5px 8px;border:2px solid #dfe1e6;border-radius:3px;font-size:12.5px;background:#fafbfc;color:#172b4d;width:100%;box-sizing:border-box;resize:vertical;min-height:60px;line-height:1.5;font-family:inherit;transition:all .15s ease}.om-textarea:focus{outline:none;border-color:#4c9aff;background:#fff}.om-textarea:disabled{background:#f4f5f7;cursor:not-allowed;opacity:.6}.om-textarea::placeholder{color:#7a869a}.om-chips-row{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:3px}.om-chip{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;background:#deebff;border:1px solid #b3d4ff;border-radius:3px;font-size:11px;font-weight:600;color:#0052cc}.om-chip-remove{background:none;border:none;cursor:pointer;color:#0052cc;font-size:10px;line-height:1;padding:0;font-family:inherit}.om-chip-remove:hover{color:#de350b}.om-dropdown-wrap{position:relative}.om-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:3px 8px;height:28px;border:2px solid #dfe1e6;border-radius:3px;background:#fafbfc;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s ease;font-size:12.5px}.om-dropdown-trigger:hover{border-color:#4c9aff}.om-dropdown-trigger.om-dd-open{border-color:#4c9aff;background:#fff}.om-dd-placeholder{color:#7a869a;font-size:12.5px}.om-dd-label{color:#172b4d;font-size:12.5px;font-weight:500}.om-dd-arrow{width:14px;height:14px;color:#7a869a;flex-shrink:0;transition:transform .15s ease}.om-dd-arrow.om-dd-arrow-up{transform:rotate(180deg)}.om-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #4c9aff;border-top:none;border-radius:0 0 3px 3px;box-shadow:0 4px 12px #091e4226;z-index:500;display:flex;flex-direction:column;max-height:260px;overflow:hidden;animation:omDdFade .12s ease}@keyframes omDdFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.om-dd-search-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-bottom:1px solid #dfe1e6;background:#fafbfc;flex-shrink:0}.om-dd-search-box{display:flex;align-items:center;gap:6px;flex:1;padding:3px 8px;border:1px solid #dfe1e6;border-radius:3px;background:#fff}.om-dd-search-box svg{width:12px;height:12px;color:#7a869a;flex-shrink:0}.om-dd-search-input{border:none;background:transparent;font-size:12px;font-family:inherit;color:#172b4d;flex:1}.om-dd-search-input:focus{outline:none}.om-dd-search-input::placeholder{color:#97a0af}.om-dd-select-all{background:none;border:none;color:#0052cc;font-size:11px;font-weight:700;cursor:pointer;padding:3px 6px;border-radius:3px;white-space:nowrap;font-family:inherit;transition:background .12s ease;flex-shrink:0}.om-dd-select-all:hover{background:#deebff}.om-dd-list{flex:1;overflow-y:auto;padding:2px 0}.om-dd-list::-webkit-scrollbar{width:4px}.om-dd-list::-webkit-scrollbar-thumb{background:#dfe1e6;border-radius:4px}.om-dd-empty{padding:20px 12px;text-align:center;color:#97a0af;font-size:12px}.om-dd-item{display:flex;align-items:center;gap:8px;padding:6px 10px;cursor:pointer;font-size:12px;border-bottom:1px solid #f4f5f7;transition:background .1s ease}.om-dd-item:hover:not(.om-dd-item-selected){background:#f4f5f7}.om-dd-item.om-dd-item-selected{background:#f0f4ff}.om-dd-item.om-dd-item-selected .om-dd-item-name{color:#0052cc;font-weight:600}.om-dd-item.om-dd-item-selected .om-dd-item-meta{color:#0052cc}.om-dd-checkbox{width:14px;height:14px;border:2px solid #dfe1e6;border-radius:2px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .12s ease}.om-dd-checkbox svg{width:9px;height:9px}.om-dd-checkbox.om-dd-checkbox-checked{background:#0052cc;border-color:#0052cc}.om-dd-item-name{font-size:12px;font-weight:500;color:#172b4d;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.om-dd-item-meta{font-size:11px;color:#97a0af;white-space:nowrap;flex-shrink:0}.om-dd-footer{padding:4px 10px;border-top:1px solid #dfe1e6;font-size:10.5px;font-weight:600;color:#0052cc;background:#fafbfc;flex-shrink:0}.om-field-error{color:#de350b;font-size:10.5px;font-weight:500;margin-top:2px}.om-file-btn{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 12px;border:2px dashed #dfe1e6;border-radius:3px;background:#fafbfc;color:#42526e;font-size:12.5px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s ease;-webkit-user-select:none;user-select:none}.om-file-btn svg{width:13px;height:13px;flex-shrink:0}.om-file-btn:hover:not(.om-file-btn-disabled){border-color:#4c9aff;background:#f0f4ff;color:#0052cc}.om-file-btn.om-file-btn-disabled{opacity:.5;cursor:not-allowed}.om-previews{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.om-preview-card{position:relative;width:70px;height:70px;border-radius:3px;overflow:hidden;border:1px solid #dfe1e6;background:#f4f5f7}.om-preview-card img{width:100%;height:100%;object-fit:cover;display:block}.om-preview-remove{position:absolute;top:3px;right:3px;width:16px;height:16px;background:#de350bd9;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:9px;display:flex;align-items:center;justify-content:center;z-index:2}.om-preview-remove:hover{background:#bf2600}.om-pdf-thumb{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px;text-align:center}.om-pdf-thumb svg{width:22px;height:22px;color:#5e6c84}.om-pdf-thumb span{font-size:9px;color:#97a0af;word-break:break-all;line-height:1.2}.om-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding-top:8px;margin-top:2px;border-top:1px solid #dfe1e6}.om-btn-cancel{padding:0 12px;height:26px;border:none;border-radius:3px;background:transparent;color:#42526e;font-size:12.5px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s ease}.om-btn-cancel:hover:not(:disabled){background:#ebecf0}.om-btn-cancel:disabled{opacity:.5;cursor:not-allowed}.om-btn-submit{padding:0 12px;height:26px;border:none;border-radius:3px;background:#0052cc;color:#fff;font-size:12.5px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s ease}.om-btn-submit:hover:not(:disabled){background:#0065ff}.om-btn-submit:active:not(:disabled){background:#0747a6}.om-btn-submit:disabled{opacity:.5;cursor:not-allowed}.om-table-section{background:#fff;border:1px solid #dfe1e6;border-radius:4px;box-shadow:0 1px 2px #091e421a;overflow:hidden}.om-table-toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fafbfc;border-bottom:2px solid #dfe1e6}.om-toolbar-left{display:flex;align-items:center}.om-toolbar-right{display:flex;align-items:center;gap:10px}.om-table-title{font-size:14px;font-weight:600;color:#172b4d;margin:0;display:flex;align-items:center;gap:8px}.om-count-badge{display:inline-flex;align-items:center;justify-content:center;background:#0052cc;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;line-height:1.5}.om-search-box{position:relative;display:flex;align-items:center}.om-search-box svg{position:absolute;left:9px;width:14px;height:14px;color:#7a869a;pointer-events:none}.om-search-box input{height:32px;padding:0 10px 0 30px;border:2px solid #dfe1e6;border-radius:3px;font-size:13px;color:#172b4d;background:#fff;outline:none;width:220px;transition:border-color .15s ease;font-family:inherit}.om-search-box input:focus{border-color:#4c9aff}.om-search-box input::placeholder{color:#7a869a}.om-empty-state{padding:56px 32px;text-align:center}.om-empty-state svg{width:44px;height:44px;color:#7a869a;margin-bottom:14px}.om-empty-state p{color:#5e6c84;font-size:14px;margin:0}.om-spinner{width:30px;height:30px;border:3px solid #dfe1e6;border-top-color:#0052cc;border-radius:50%;animation:omSpin .8s linear infinite;margin:0 auto 14px}@keyframes omSpin{to{transform:rotate(360deg)}}.om-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.om-table{width:100%;border-collapse:collapse;font-size:13px;color:#172b4d}.om-table thead tr{background:#f4f5f7;border-bottom:2px solid #c1c7d0}.om-table thead th{padding:10px 14px;text-align:left;font-size:11px;font-weight:700;color:#5e6c84;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border-right:1px solid #c1c7d0}.om-table thead th:last-child{border-right:none}.om-table tbody tr{border-bottom:1px solid #dfe1e6;transition:background .1s ease}.om-table tbody tr:last-child{border-bottom:none}.om-table tbody tr:hover{background:#f0f4ff}.om-table tbody td{padding:10px 14px;vertical-align:middle;color:#42526e;border-right:1px solid #dfe1e6}.om-table tbody td:last-child{border-right:none}.om-td-num{color:#97a0af;font-size:12px;font-weight:600;width:42px;text-align:center;background:#f4f5f7}.om-offer-cell{display:flex;align-items:center;gap:10px;min-width:150px}.om-thumb{width:36px;height:36px;border-radius:4px;object-fit:cover;border:1px solid #dfe1e6;flex-shrink:0}.om-thumb-placeholder{width:36px;height:36px;border-radius:4px;background:#deebff;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #b3d4ff}.om-thumb-placeholder svg{width:18px;height:18px;stroke:#0052cc}.om-offer-name{font-weight:600;color:#172b4d;font-size:13px}.om-desc{font-size:12.5px;color:#42526e}.om-muted{color:#97a0af}.om-validity{display:flex;flex-direction:column;gap:2px;font-size:12px}.om-date-from{color:#172b4d;font-weight:600;font-size:12.5px}.om-date-sep{color:#97a0af;font-size:10px}.om-date-to{color:#42526e}.om-branches-cell{display:flex;flex-wrap:wrap;gap:4px}.om-branch-pill{display:inline-flex;align-items:center;gap:4px;background:#f4f5f7;color:#42526e;font-size:12px;font-weight:500;padding:3px 9px;border-radius:3px;white-space:nowrap;border:1px solid #dfe1e6}.om-branch-pill svg{width:11px;height:11px;flex-shrink:0}.om-branch-pill.om-pill-more{background:#fff;color:#97a0af;border:1px solid #dfe1e6}.om-files-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;background:#f4f5f7;color:#42526e;border:1px solid #dfe1e6;border-radius:3px;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .12s ease}.om-files-badge svg{width:13px;height:13px;flex-shrink:0}.om-files-badge:hover{background:#deebff;border-color:#b3d4ff;color:#0052cc}.om-status-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:3px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.om-status-pill:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.om-status-pill.om-status-active{background:#e3fcef;color:#064}.om-status-pill.om-status-active:before{background:#00875a}.om-status-pill.om-status-inactive{background:#ffebe6;color:#bf2600}.om-status-pill.om-status-inactive:before{background:#de350b}.om-status-pill.om-status-scheduled{background:#fff7e6;color:#974f0c}.om-status-pill.om-status-scheduled:before{background:#d04f00}.om-status-pill.om-status-expired{background:#f4f5f7;color:#5e6c84}.om-status-pill.om-status-expired:before{background:#97a0af}.om-row-actions{display:flex;gap:6px;align-items:center}.om-btn-edit,.om-btn-delete{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:3px;cursor:pointer;transition:all .15s ease}.om-btn-edit svg,.om-btn-delete svg{width:14px;height:14px}.om-btn-edit:disabled,.om-btn-delete:disabled{opacity:.5;cursor:not-allowed}.om-btn-edit{background:#deebff;color:#0052cc}.om-btn-edit:hover:not(:disabled){background:#b3d4ff}.om-btn-delete{background:#ffebe6;color:#de350b}.om-btn-delete:hover:not(:disabled){background:#ffbdad}.om-btn-qr{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:3px;cursor:pointer;transition:all .15s ease;background:#e3fcef;color:#00875a}.om-btn-qr svg{width:14px;height:14px}.om-btn-qr:hover:not(:disabled){background:#abf5d1}.om-btn-qr:disabled{opacity:.5;cursor:not-allowed}.om-pagination{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:2px solid #dfe1e6;background:#fafbfc}.om-page-info{font-size:12.5px;color:#5e6c84;font-weight:500}.om-page-btns{display:flex;gap:4px}.om-page-btn{min-width:30px;height:30px;border:2px solid #dfe1e6;border-radius:3px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#42526e;padding:0 6px;font-family:inherit;transition:all .15s ease}.om-page-btn:hover:not(:disabled){background:#ebecf0}.om-page-btn:disabled{opacity:.4;cursor:not-allowed}.om-page-btn.om-page-btn-active{background:#0052cc;border-color:#0052cc;color:#fff}.om-modal-overlay{position:fixed;inset:0;background:#091e428a;z-index:9000;display:flex;align-items:center;justify-content:center;padding:24px;animation:omFadeIn .18s ease}@keyframes omFadeIn{0%{opacity:0}to{opacity:1}}.om-modal{background:#fff;border-radius:4px;box-shadow:0 8px 32px #091e4240;width:100%;max-width:640px;max-height:82vh;display:flex;flex-direction:column;overflow:hidden}.om-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:14px 18px;border-bottom:2px solid #dfe1e6;background:#fafbfc}.om-modal-header h3{font-size:14px;font-weight:600;color:#172b4d;margin:0 0 3px}.om-modal-header p{font-size:12px;color:#5e6c84;margin:0}.om-modal-close{width:28px;height:28px;border:none;background:transparent;border-radius:3px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#5e6c84;transition:all .12s ease}.om-modal-close svg{width:16px;height:16px}.om-modal-close:hover{background:#ebecf0;color:#172b4d}.om-modal-body{flex:1;overflow-y:auto;padding:16px 18px}.om-modal-body::-webkit-scrollbar{width:4px}.om-modal-body::-webkit-scrollbar-thumb{background:#dfe1e6;border-radius:4px}.om-modal-empty{padding:44px;text-align:center}.om-modal-empty svg{width:40px;height:40px;color:#97a0af;margin:0 auto 10px;display:block}.om-modal-empty p{color:#5e6c84;font-size:13.5px;margin:0}.om-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.om-modal-item{border:1px solid #dfe1e6;border-radius:4px;overflow:hidden;background:#fafbfc;display:flex;flex-direction:column}.om-modal-item img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.om-modal-pdf{width:100%;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px;background:#fff}.om-modal-pdf svg{width:32px;height:32px;color:#5e6c84}.om-modal-pdf a{font-size:12px;color:#0052cc;font-weight:600;text-decoration:none;text-align:center}.om-modal-pdf a:hover{text-decoration:underline}.om-modal-del-btn{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;padding:6px 0;border:none;border-top:1px solid #dfe1e6;background:#ffebe6;color:#bf2600;font-size:11.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .12s ease}.om-modal-del-btn svg{width:12px;height:12px}.om-modal-del-btn:hover:not(:disabled){background:#ffbdad}.om-modal-del-btn:disabled{opacity:.5;cursor:not-allowed}.om-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;border-top:1px solid #dfe1e6;background:#fafbfc;font-size:12.5px;color:#5e6c84;font-weight:500}.om-modal-close-btn{padding:0 14px;height:28px;border:none;border-radius:3px;background:transparent;color:#42526e;font-size:12.5px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s ease}.om-modal-close-btn:hover{background:#ebecf0}.om-qr-overlay{position:fixed;inset:0;background:#091e428a;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;animation:omFadeIn .18s ease}.om-qr-modal{background:#fff;border-radius:6px;box-shadow:0 8px 32px #091e424d;width:100%;max-width:680px;max-height:84vh;display:flex;flex-direction:column;overflow:hidden}.om-qr-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:14px 18px;border-bottom:2px solid #dfe1e6;background:#fafbfc}.om-qr-modal-header h3{font-size:15px;font-weight:600;color:#172b4d;margin:0 0 3px}.om-qr-modal-header p{font-size:12px;color:#5e6c84;margin:0}.om-qr-modal-body{flex:1;overflow-y:auto;padding:20px 18px}.om-qr-modal-body::-webkit-scrollbar{width:4px}.om-qr-modal-body::-webkit-scrollbar-thumb{background:#dfe1e6;border-radius:4px}.om-qr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.om-qr-card{border:1px solid #dfe1e6;border-radius:6px;overflow:hidden;background:#fafbfc;display:flex;flex-direction:column;align-items:center;padding-bottom:10px}.om-qr-card-header{width:100%;padding:10px 12px 8px;border-bottom:1px solid #dfe1e6;background:#f4f5f7;display:flex;flex-direction:column;gap:2px}.om-qr-branch-name{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#172b4d}.om-qr-branch-name svg{width:13px;height:13px;flex-shrink:0;stroke:#42526e}.om-qr-branch-code{font-size:11px;color:#5e6c84}.om-qr-img-wrap{padding:12px}.om-qr-img-wrap img{width:160px;height:160px;display:block;object-fit:contain;border:1px solid #dfe1e6;border-radius:4px}.om-qr-hint{display:flex;align-items:center;justify-content:center;gap:4px;font-size:11px;color:#5e6c84;text-align:center;margin:0 0 8px}.om-qr-hint svg{width:13px;height:13px;flex-shrink:0}.om-qr-card-actions{display:flex;align-items:center;gap:8px;padding:0 10px}.om-qr-preview-link{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#0052cc;font-weight:600;text-decoration:none}.om-qr-preview-link svg{width:13px;height:13px;flex-shrink:0}.om-qr-preview-link:hover{text-decoration:underline}.om-qr-print-btn{display:inline-flex;align-items:center;gap:5px;padding:0 10px;height:26px;border:none;border-radius:3px;background:#0052cc;color:#fff;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s ease}.om-qr-print-btn svg{width:12px;height:12px}.om-qr-print-btn:hover{background:#0065ff}.om-qr-not-ready{font-size:12px;color:#97a0af;text-align:center;padding:20px 10px}.om-field-hint{font-size:10.5px;color:#97a0af;font-weight:400;margin-top:2px}.om-hourly-toggle-row{display:flex;align-items:center;margin-bottom:4px}.om-hourly-toggle-label{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.om-toggle-switch{width:42px;height:24px;background:#dfe1e6;border-radius:12px;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.om-toggle-switch.om-toggle-on{background:#0052cc}.om-toggle-knob{position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #091e4240}.om-toggle-on .om-toggle-knob{transform:translate(18px)}.om-hourly-toggle-text{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:14px;font-weight:500;color:#172b4d}.om-hourly-toggle-text svg{flex-shrink:0}.om-hourly-hint{font-size:12px;font-weight:400;color:#5e6c84;width:100%;margin-top:1px}.om-hourly-section{background:#f0f5ff;border:1px solid #b3d4ff;border-radius:6px;padding:16px;margin-bottom:4px;animation:om-fade-in .18s ease}@keyframes om-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.om-hourly-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.om-hourly-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#deebff;border-radius:6px;flex-shrink:0}.om-hourly-icon svg{width:16px;height:16px;stroke:#0052cc}.om-hourly-title{font-size:14px;font-weight:600;color:#0052cc;margin:0 0 2px}.om-hourly-sub{font-size:12px;color:#5e6c84;margin:0}.om-time-preview{display:block;margin-top:4px;font-size:12px;color:#0052cc;font-weight:500}.om-hourly-summary{display:flex;align-items:center;gap:6px;margin-top:12px;padding:8px 12px;background:#e3f5e9;border:1px solid #b3dfbd;border-radius:4px;font-size:13px;color:#064}.om-hourly-summary svg{flex-shrink:0}.om-hourly-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#0052cc;background:#deebff;border-radius:3px;padding:2px 6px;margin-top:4px;font-weight:500;white-space:nowrap}.om-hourly-pill svg{flex-shrink:0}.om-time-picker{display:flex;align-items:center;gap:4px}.om-time-picker .om-time-select{padding:8px 10px;border:1px solid #d0d7de;border-radius:6px;font-size:14px;color:#1a1a2e;background:#fff;cursor:pointer;outline:none;transition:border-color .2s}.om-time-picker .om-time-select:focus{border-color:#0052cc;box-shadow:0 0 0 2px #0052cc26}.om-time-picker .om-time-select:disabled{background:#f6f8fa;cursor:not-allowed;opacity:.6}.om-time-picker .om-time-ampm{font-weight:600;color:#0052cc;background:#eef2ff;border-color:#c7d2fe;min-width:64px}.om-time-picker .om-time-ampm:focus{border-color:#0052cc}.om-time-picker .om-time-colon{font-size:18px;font-weight:700;color:#555;line-height:1}@media(max-width:1024px){.om-main.om-sidebar-open{margin-left:240px}.om-main.om-sidebar-closed{margin-left:0}}@media(max-width:900px){.om-main.om-sidebar-open,.om-main.om-sidebar-closed{margin-left:0!important;width:100%!important}}@media(max-width:768px){.om-container,.om-main{overflow-x:hidden}.om-wrapper{padding:10px;box-sizing:border-box;width:100%;overflow-x:hidden}.om-page-header{margin-bottom:10px}.om-page-title{font-size:16px;margin-bottom:2px}.om-page-sub{font-size:11px}.om-stats-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px;margin-bottom:10px;width:100%;box-sizing:border-box}.om-stat-card{flex:none!important;min-width:0!important;width:100%!important;box-sizing:border-box;padding:8px 10px;gap:8px}.om-stat-icon{width:28px;height:28px;border-radius:4px;flex-shrink:0}.om-stat-icon svg{width:14px;height:14px}.om-stat-num{font-size:15px;line-height:1}.om-stat-lbl{font-size:10px;margin-top:1px}.om-form-card{margin-bottom:10px}.om-card-header{padding:8px 10px}.om-card-title{font-size:13px}.om-card-sub{font-size:11px}.om-form-body{padding:8px 10px;gap:6px}.om-label{font-size:10px;margin-bottom:1px}.om-hint{font-size:9px}.om-input,.om-dropdown-trigger{height:30px;font-size:12px;padding:2px 7px}.om-textarea{font-size:12px;min-height:48px;padding:4px 7px}.om-grid-2{grid-template-columns:1fr;gap:6px}.om-chip{font-size:10px;padding:2px 6px;gap:4px}.om-selected-badge{font-size:9px;padding:1px 5px}.om-dropdown-menu{max-height:180px}.om-dd-item{padding:5px 8px;font-size:11px}.om-dd-item-name{font-size:11px}.om-dd-item-meta,.om-dd-select-all{font-size:10px}.om-dd-search-input{font-size:11px}.om-file-btn{height:26px;font-size:11px;padding:0 10px}.om-preview-card{width:50px;height:50px}.om-form-actions{flex-direction:column-reverse;align-items:stretch;gap:6px;padding-top:8px}.om-btn-cancel,.om-btn-submit{width:100%;height:32px;font-size:12px;display:flex;align-items:center;justify-content:center}.om-cancel-header-btn{font-size:11px;height:24px;padding:0 8px}.om-table-toolbar{flex-direction:column;align-items:flex-start;gap:7px;padding:8px 10px}.om-table-title{font-size:12px;gap:6px}.om-count-badge{font-size:10px;padding:1px 6px}.om-toolbar-right,.om-search-box{width:100%}.om-search-box svg{width:12px;height:12px;left:7px}.om-search-box input{width:100%;box-sizing:border-box;height:28px;font-size:12px;padding-left:26px}.om-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.om-table{font-size:11px;min-width:520px}.om-table thead th{padding:6px 8px;font-size:9px;letter-spacing:.3px}.om-table tbody td{padding:6px 8px}.om-offer-cell{min-width:110px;gap:6px}.om-thumb,.om-thumb-placeholder{width:24px;height:24px;border-radius:3px}.om-thumb-placeholder svg{width:12px;height:12px}.om-offer-name,.om-desc{font-size:11px}.om-branch-pill{font-size:9px;padding:1px 5px}.om-branch-pill svg{width:9px;height:9px}.om-status-pill{font-size:9px;padding:2px 6px;letter-spacing:.2px}.om-files-badge{font-size:10px;padding:2px 6px}.om-files-badge svg{width:11px;height:11px}.om-btn-edit,.om-btn-delete{width:24px;height:24px}.om-btn-edit svg,.om-btn-delete svg{width:11px;height:11px}.om-btn-qr{width:24px;height:24px}.om-btn-qr svg{width:11px;height:11px}.om-row-actions{gap:4px}.om-pagination{flex-direction:column;gap:6px;align-items:flex-start;padding:7px 10px}.om-page-info{font-size:10px}.om-page-btn{min-width:26px;height:26px;font-size:11px}.om-page-btns{flex-wrap:wrap;gap:3px}.om-empty-state{padding:36px 20px}.om-empty-state svg{width:32px;height:32px}.om-empty-state p{font-size:12px}.om-modal-overlay{padding:0;align-items:flex-end}.om-modal{max-height:88vh;border-radius:10px 10px 0 0;width:100%;max-width:100%}.om-modal-header{padding:10px 12px}.om-modal-header h3{font-size:13px}.om-modal-header p{font-size:11px}.om-modal-body{padding:10px 12px}.om-modal-footer{padding:7px 12px;font-size:11px}.om-modal-grid{grid-template-columns:repeat(2,1fr);gap:8px}.om-modal-close{width:24px;height:24px}.om-modal-close svg{width:14px;height:14px}.om-modal-close-btn{height:26px;font-size:12px}.om-alert{font-size:12px;padding:9px 12px}.om-hourly-icon{width:24px;height:24px}.om-hourly-icon svg{width:12px;height:12px}.om-hourly-toggle-text{font-size:12px}.om-hourly-hint{font-size:11px}}@media(max-width:480px){.om-qr-overlay{padding:0;align-items:flex-end}.om-qr-modal{max-width:100%;border-radius:10px 10px 0 0;max-height:88vh}.om-qr-grid{grid-template-columns:1fr 1fr;gap:10px}.om-qr-img-wrap img{width:120px;height:120px}}.admin-branch-master-container{display:flex;min-height:100vh;background:#f4f5f7;overflow-x:hidden}.branch-main-content{flex:1;min-width:0;width:100%;transition:margin-left .15s ease}.branch-main-content.sidebar-open{margin-left:240px}.branch-main-content.sidebar-closed{margin-left:64px}.content-wrapper{padding:24px 32px;max-width:1400px;margin:0 auto;box-sizing:border-box}.page-header{margin-bottom:20px}.page-header .header-left .page-title{font-size:24px;font-weight:500;color:#172b4d;margin:0 0 4px;line-height:1.2}.page-header .header-left .page-subtitle{font-size:14px;color:#5e6c84;margin:0}.stats-strip{display:flex;gap:12px;margin-bottom:20px}.stat-card{flex:1;background:#fff;border:1px solid #dfe1e6;border-radius:4px;padding:14px 18px;display:flex;align-items:center;gap:14px;box-shadow:0 1px 2px #091e421a}.stat-card .stat-icon{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.stat-card .stat-icon svg{width:20px;height:20px}.stat-card .stat-icon.blue{background:#deebff}.stat-card .stat-icon.blue svg{stroke:#0052cc}.stat-card .stat-icon.green{background:#e3fcef}.stat-card .stat-icon.green svg{stroke:#064}.stat-card .stat-icon.red{background:#ffebe6}.stat-card .stat-icon.red svg{stroke:#bf2600}.stat-card .stat-num{font-size:22px;font-weight:700;color:#172b4d;line-height:1}.stat-card .stat-lbl{font-size:12px;color:#5e6c84;margin-top:3px;font-weight:500}.alert{padding:12px 16px;border-radius:3px;display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:14px;animation:slideDown .2s ease}.alert svg{width:16px;height:16px;flex-shrink:0}.alert.alert-error{background:#ffebe6;color:#bf2600;border-left:3px solid #de350b}.alert.alert-success{background:#e3fcef;color:#064;border-left:3px solid #00875a}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.form-card{background:#fff;border-radius:3px;box-shadow:0 1px 2px #091e4240;border:1px solid #dfe1e6;margin-bottom:24px;overflow:hidden}.form-card .card-header{padding:12px 16px;border-bottom:2px solid #dfe1e6;background:#fafbfc}.form-card .card-header h2{font-size:14px;font-weight:600;color:#172b4d;margin:0}.form-card .branch-form{padding:10px 14px}.form-card .branch-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:6px 10px;margin-bottom:6px}.form-card .branch-form .form-group{display:flex;flex-direction:column;gap:1px}.form-card .branch-form .form-group.full-width{grid-column:1/-1}.form-card .branch-form .form-group label{font-size:10.5px;font-weight:600;color:#5e6c84;margin-bottom:1px}.form-card .branch-form .form-group input,.form-card .branch-form .form-group select{padding:3px 8px;border:2px solid #dfe1e6;border-radius:3px;font-size:12.5px;transition:all .15s ease;background:#fafbfc;height:28px}.form-card .branch-form .form-group input:focus,.form-card .branch-form .form-group select:focus{outline:none;border-color:#4c9aff;background:#fff}.form-card .branch-form .form-group input:disabled,.form-card .branch-form .form-group select:disabled{background:#f4f5f7;cursor:not-allowed;opacity:.6}.form-card .branch-form .form-group input::placeholder,.form-card .branch-form .form-group select::placeholder{color:#7a869a}.form-card .branch-form .form-group select{cursor:pointer}.form-card .branch-form .form-actions{display:flex;gap:6px;justify-content:flex-end;margin-top:8px;padding-top:8px;border-top:1px solid #dfe1e6}.form-card .branch-form .form-actions button{padding:0 12px;border:none;border-radius:3px;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s ease;height:26px}.form-card .branch-form .form-actions button:disabled{opacity:.5;cursor:not-allowed}.form-card .branch-form .form-actions .btn-cancel{background:transparent;color:#42526e}.form-card .branch-form .form-actions .btn-cancel:hover:not(:disabled){background:#ebecf0}.form-card .branch-form .form-actions .btn-submit{background:#0052cc;color:#fff}.form-card .branch-form .form-actions .btn-submit:hover:not(:disabled){background:#0065ff}.form-card .branch-form .form-actions .btn-submit:active:not(:disabled){background:#0747a6}.branches-table-section{background:#fff;border:1px solid #dfe1e6;border-radius:4px;box-shadow:0 1px 2px #091e421a;overflow:hidden}.table-toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fafbfc;border-bottom:2px solid #dfe1e6}.table-toolbar .table-toolbar-left h2{font-size:14px;font-weight:600;color:#172b4d;margin:0;display:flex;align-items:center;gap:8px}.branch-count-badge{display:inline-flex;align-items:center;justify-content:center;background:#0052cc;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;line-height:1.5}.table-toolbar-right{display:flex;align-items:center;gap:10px}.search-box{position:relative;display:flex;align-items:center}.search-box svg{position:absolute;left:9px;width:14px;height:14px;color:#7a869a;pointer-events:none}.search-box input{height:32px;padding:0 10px 0 30px;border:2px solid #dfe1e6;border-radius:3px;font-size:13px;color:#172b4d;background:#fff;outline:none;width:220px;transition:border-color .15s ease}.search-box input:focus{border-color:#4c9aff}.search-box input::placeholder{color:#7a869a}.table-empty-state{padding:56px 32px;text-align:center}.table-empty-state svg{width:44px;height:44px;color:#7a869a;margin-bottom:14px}.table-empty-state p{color:#5e6c84;font-size:14px;margin:0}.table-empty-state .loading-spinner{width:30px;height:30px;border:3px solid #dfe1e6;border-top-color:#0052cc;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 14px}.table-scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.branches-table{width:100%;border-collapse:collapse;font-size:13px;color:#172b4d}.branches-table thead tr{background:#f4f5f7;border-bottom:2px solid #c1c7d0}.branches-table thead th{padding:10px 14px;text-align:left;font-size:11px;font-weight:700;color:#5e6c84;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border-right:1px solid #c1c7d0}.branches-table thead th:last-child{border-right:none}.branches-table tbody tr{border-bottom:1px solid #dfe1e6;transition:background .1s ease}.branches-table tbody tr:last-child{border-bottom:none}.branches-table tbody tr:hover{background:#f0f4ff}.branches-table tbody td{padding:10px 14px;vertical-align:middle;color:#42526e;border-right:1px solid #dfe1e6}.branches-table tbody td:last-child{border-right:none}.branches-table .row-num{color:#97a0af;font-size:12px;font-weight:600;width:42px;text-align:center;background:#f4f5f7}.branch-cell{display:flex;align-items:center;gap:10px;min-width:170px}.branch-thumb{width:36px;height:36px;border-radius:4px;object-fit:cover;border:1px solid #dfe1e6;flex-shrink:0}.branch-thumb-placeholder{width:36px;height:36px;border-radius:4px;background:#deebff;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;border:1px solid #b3d4ff}.branch-thumb-placeholder svg{width:18px;height:18px;stroke:#0052cc}.branch-cell-name{font-weight:600;color:#172b4d;font-size:13px;line-height:1.3}.branch-cell-code{display:inline-block;margin-top:3px;font-size:10.5px;font-weight:700;color:#0052cc;background:#deebff;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.3px}.shop-owner-pill{display:inline-flex;align-items:center;gap:4px;background:#f4f5f7;color:#42526e;font-size:12px;font-weight:500;padding:3px 9px;border-radius:3px;white-space:nowrap;border:1px solid #dfe1e6}.location-cell{display:flex;flex-direction:column;gap:2px;min-width:120px}.location-cell .location-city{font-weight:600;color:#172b4d;font-size:13px}.location-cell .location-area{font-size:12px;color:#7a869a}.contact-cell{display:flex;flex-direction:column;gap:2px;font-size:13px}.contact-cell .contact-email{font-size:11.5px;color:#7a869a}.contact-cell .manager-name{font-weight:600;color:#172b4d}.status-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:3px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.status-pill:before{content:"";width:6px;height:6px;border-radius:50%}.status-pill.active{background:#e3fcef;color:#064}.status-pill.active:before{background:#00875a}.status-pill.inactive{background:#ffebe6;color:#bf2600}.status-pill.inactive:before{background:#de350b}.table-actions{display:flex;gap:6px;align-items:center}.tbl-btn-edit,.tbl-btn-delete{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:3px;cursor:pointer;transition:all .15s ease}.tbl-btn-edit svg,.tbl-btn-delete svg{width:14px;height:14px}.tbl-btn-edit:disabled,.tbl-btn-delete:disabled{opacity:.5;cursor:not-allowed}.tbl-btn-edit{background:#deebff;color:#0052cc}.tbl-btn-edit:hover:not(:disabled){background:#b3d4ff}.tbl-btn-delete{background:#ffebe6;color:#de350b}.tbl-btn-delete:hover:not(:disabled){background:#ffbdad}.table-pagination{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:2px solid #dfe1e6;background:#fafbfc}.pagination-info{font-size:12.5px;color:#5e6c84;font-weight:500}.pagination-btns{display:flex;gap:4px}.pag-btn{min-width:30px;height:30px;border:2px solid #dfe1e6;border-radius:3px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#42526e;padding:0 6px;transition:all .15s ease}.pag-btn:hover:not(:disabled){background:#ebecf0}.pag-btn:disabled{opacity:.4;cursor:not-allowed}.pag-btn.active{background:#0052cc;border-color:#0052cc;color:#fff}@media(max-width:1024px){.branch-main-content.sidebar-open{margin-left:240px}.branch-main-content.sidebar-closed{margin-left:0}}@media(max-width:900px){.branch-main-content.sidebar-open,.branch-main-content.sidebar-closed{margin-left:0!important;width:100%!important}}@media(max-width:768px){.admin-branch-master-container,.branch-main-content{overflow-x:hidden}.content-wrapper{padding:10px;box-sizing:border-box;width:100%;overflow-x:hidden}.page-header{margin-bottom:10px}.page-header .header-left .page-title{font-size:16px;margin-bottom:2px}.page-header .header-left .page-subtitle{font-size:11px}.stats-strip{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px;margin-bottom:10px;width:100%;box-sizing:border-box}.stat-card{flex:none!important;min-width:0!important;width:100%!important;box-sizing:border-box;padding:8px 10px;gap:8px}.stat-card .stat-icon{width:28px;height:28px;font-size:13px;border-radius:4px;flex-shrink:0}.stat-card .stat-num{font-size:15px;line-height:1}.stat-card .stat-lbl{font-size:10px;margin-top:1px}.alert{font-size:12px;padding:9px 12px}.form-card{margin-bottom:10px}.form-card .card-header{padding:8px 10px}.form-card .card-header h2{font-size:13px}.form-card .branch-form{padding:8px 10px}.form-card .branch-form .form-row{grid-template-columns:1fr;gap:6px;margin-bottom:6px}.form-card .branch-form .form-group label{font-size:10px;margin-bottom:1px}.form-card .branch-form .form-group input,.form-card .branch-form .form-group select{height:30px;font-size:12px;padding:2px 7px}.form-card .branch-form .form-actions{margin-top:6px;padding-top:8px;flex-direction:column-reverse;align-items:stretch;gap:6px}.form-card .branch-form .form-actions button{width:100%;height:32px;font-size:12px;display:flex;align-items:center;justify-content:center}.table-toolbar{flex-direction:column;align-items:flex-start;gap:7px;padding:8px 10px}.table-toolbar .table-toolbar-left h2{font-size:12px;gap:6px}.branch-count-badge{font-size:10px;padding:1px 6px}.table-toolbar-right,.table-toolbar-right .search-box{width:100%}.table-toolbar-right .search-box svg{width:12px;height:12px;left:7px}.table-toolbar-right .search-box input{width:100%;box-sizing:border-box;height:28px;font-size:12px;padding-left:26px}.table-scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.branches-table{font-size:11px;min-width:520px}.branches-table thead th{padding:6px 8px;font-size:9px;letter-spacing:.3px}.branches-table tbody td{padding:6px 8px}.branch-cell{min-width:110px;gap:6px}.branch-thumb,.branch-thumb-placeholder{width:24px;height:24px;font-size:11px;border-radius:3px}.branch-cell-name{font-size:11px}.branch-cell-code{font-size:9px;padding:1px 4px}.shop-owner-pill{font-size:9px;padding:1px 5px}.location-cell{min-width:90px}.location-cell .location-city{font-size:11px}.location-cell .location-area{font-size:10px}.contact-cell{font-size:11px}.contact-cell .contact-email{font-size:10px}.contact-cell .manager-name{font-size:11px}.status-pill{font-size:9px;padding:2px 6px;letter-spacing:.2px}.tbl-btn-edit,.tbl-btn-delete{width:24px;height:24px}.tbl-btn-edit svg,.tbl-btn-delete svg{width:11px;height:11px}.table-actions{gap:4px}.table-pagination{flex-direction:column;gap:6px;align-items:flex-start;padding:7px 10px}.pagination-info{font-size:10px}.pag-btn{min-width:26px;height:26px;font-size:11px}.pagination-btns{flex-wrap:wrap;gap:3px}.table-empty-state{padding:36px 20px}.table-empty-state svg{width:32px;height:32px}.table-empty-state p{font-size:12px}}*{box-sizing:border-box;margin:0;padding:0}.bop-page{min-height:100vh;background:#faf6ee;font-family:DM Sans,sans-serif}.bop-page:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 80% 40% at 50% -10%,rgba(201,149,42,.18) 0%,transparent 70%),radial-gradient(ellipse 50% 30% at 90% 100%,rgba(232,93,47,.08) 0%,transparent 60%);pointer-events:none;z-index:0}.bop-header{position:relative;z-index:1;background:#1a1208;padding:10px 16px;overflow:hidden;display:flex;align-items:center;gap:12px}.bop-header:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;opacity:.4}.bop-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#c9952a 25%,#f0c96a 50%,#c9952a 75%,transparent 100%)}.bop-header .bop-header-logo-wrap{position:relative;display:inline-block;flex-shrink:0;animation:fadeSlideDown .5s ease both}.bop-header .bop-header-logo-wrap:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(135deg,#c9952a,#f0c96a,#c9952a);opacity:.55;animation:rotateSlow 5s linear infinite}.bop-header .bop-header-logo{width:44px;height:44px;border-radius:50%;object-fit:cover;display:block;position:relative;z-index:1;border:2px solid rgba(255,255,255,.12);box-shadow:0 2px 10px #00000059}.bop-header .bop-header-text{flex:1;min-width:0;animation:fadeSlideDown .5s .1s ease both}.bop-header .bop-shop-name{font-family:DM Sans,sans-serif;font-size:9.5px;font-weight:500;letter-spacing:3.5px;text-transform:uppercase;color:#c9952a;opacity:.9;margin-bottom:2px}.bop-header .bop-branch-name{font-family:Playfair Display,serif;font-size:17px;font-weight:700;color:#fff;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.bop-header .bop-branch-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:3px}.bop-header .bop-branch-meta span{font-size:10.5px;color:#ffffff73;display:flex;align-items:center;gap:4px}.bop-header .bop-branch-meta span svg{opacity:.6;flex-shrink:0}.bop-offers-summary{position:sticky;top:0;z-index:10;display:flex;justify-content:center;padding:10px 24px;background:#faf6eed1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,223,200,.5);animation:fadeSlideDown .5s .25s ease both}.bop-offers-summary .bop-offer-count{display:inline-flex;align-items:center;gap:6px;background:#fdf3dc;border:1px solid rgba(201,149,42,.35);border-radius:20px;padding:5px 16px;font-size:11px;font-weight:600;color:#c9952a;letter-spacing:1.5px;text-transform:uppercase}.bop-offers-summary .bop-offer-count:before{content:"✦";font-size:8px}.bop-offer-section{position:relative;z-index:1;margin:28px auto 0;max-width:480px;padding:0 16px;animation:cardIn .5s ease both}.bop-offer-section:last-of-type{margin-bottom:32px}.bop-offer-section:nth-child(1){animation-delay:0s}.bop-offer-section:nth-child(2){animation-delay:.1s}.bop-offer-section:nth-child(3){animation-delay:.2s}.bop-offer-section:nth-child(4){animation-delay:.3s}.bop-offer-section:nth-child(5){animation-delay:.4s}.bop-offer-section:nth-child(6){animation-delay:.5s}.bop-offer-section:nth-child(7){animation-delay:.6s}.bop-offer-section:nth-child(8){animation-delay:.7s}.bop-offer-section:nth-child(9){animation-delay:.8s}.bop-offer-section:nth-child(10){animation-delay:.9s}.bop-offer-section:nth-child(11){animation-delay:1s}.bop-offer-section:nth-child(12){animation-delay:1.1s}.bop-offer-section:nth-child(13){animation-delay:1.2s}.bop-offer-section:nth-child(14){animation-delay:1.3s}.bop-offer-section:nth-child(15){animation-delay:1.4s}.bop-offer-section:nth-child(16){animation-delay:1.5s}.bop-offer-section:nth-child(17){animation-delay:1.6s}.bop-offer-section:nth-child(18){animation-delay:1.7s}.bop-offer-section:nth-child(19){animation-delay:1.8s}.bop-offer-section:nth-child(20){animation-delay:1.9s}.bop-offer-section+.bop-offer-section:before{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,#e8dfc8,transparent);margin-bottom:28px}.bop-section-title{position:relative;z-index:1;text-align:center;padding:0 0 14px}.bop-section-title h2{font-family:Playfair Display,serif;font-size:21px;font-weight:700;color:#1a1208;margin:0 0 8px;line-height:1.3;letter-spacing:-.2px;display:flex;align-items:center;justify-content:center;gap:12px}.bop-section-title h2:before,.bop-section-title h2:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,#c9952a)}.bop-section-title h2:after{background:linear-gradient(90deg,#c9952a,transparent)}.bop-section-meta{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:2px}.bop-validity-tag,.bop-img-tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;border-radius:20px;padding:3px 10px}.bop-validity-tag{color:#c9952a;background:#fdf3dc;border:1px solid rgba(201,149,42,.25)}.bop-validity-tag svg{flex-shrink:0}.bop-img-tag{color:#7a6e5a;background:#e8dfc899;border:1px solid #e8dfc8}.bop-group-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:0}.bop-group-grid.bop-group-single{grid-template-columns:1fr}.bop-group-grid.bop-group-single .bop-offer-card--section .bop-card-thumb{aspect-ratio:4/3}.bop-group-grid .bop-offer-card--section .bop-card-thumb{aspect-ratio:1/1}.bop-offer-card{background:#fffdf7;border-radius:18px;border:1px solid #e8dfc8;overflow:hidden;box-shadow:0 2px 14px #1a120812,0 1px 3px #1a12080a,inset 0 1px #ffffffe6;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;animation:cardIn .4s ease both}.bop-offer-card:nth-child(1){animation-delay:0s}.bop-offer-card:nth-child(2){animation-delay:.07s}.bop-offer-card:nth-child(3){animation-delay:.14s}.bop-offer-card:nth-child(4){animation-delay:.21s}.bop-offer-card:nth-child(5){animation-delay:.28s}.bop-offer-card:nth-child(6){animation-delay:.35s}.bop-offer-card:nth-child(7){animation-delay:.42s}.bop-offer-card:nth-child(8){animation-delay:.49s}.bop-offer-card:nth-child(9){animation-delay:.56s}.bop-offer-card:nth-child(10){animation-delay:.63s}.bop-offer-card:nth-child(11){animation-delay:.7s}.bop-offer-card:nth-child(12){animation-delay:.77s}.bop-offer-card:nth-child(13){animation-delay:.84s}.bop-offer-card:nth-child(14){animation-delay:.91s}.bop-offer-card:nth-child(15){animation-delay:.98s}.bop-offer-card:nth-child(16){animation-delay:1.05s}.bop-offer-card:nth-child(17){animation-delay:1.12s}.bop-offer-card:nth-child(18){animation-delay:1.19s}.bop-offer-card:nth-child(19){animation-delay:1.26s}.bop-offer-card:nth-child(20){animation-delay:1.33s}.bop-offer-card:active{transform:scale(.975);box-shadow:0 1px 6px #1a12081a}.bop-offer-card--section{border-radius:18px;box-shadow:0 4px 24px #1a12081a,0 1px 4px #1a12080f,inset 0 1px #fffffff2}.bop-offer-card--section:hover{transform:translateY(-3px);box-shadow:0 8px 32px #1a120821,0 2px 8px #1a12080f,inset 0 1px #fffffff2}.bop-offer-card--section:hover .bop-cta-arrow{transform:translate(4px)}.bop-offer-card--section .bop-card-thumb{aspect-ratio:4/3}.bop-offer-card .bop-card-thumb{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:#ede8df}.bop-offer-card .bop-card-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.bop-offer-card .bop-card-thumb:hover img{transform:scale(1.03)}.bop-offer-card .bop-card-thumb .bop-thumb-validity{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:22px 10px 9px;display:flex;align-items:center;gap:4px;font-size:10.5px;color:#ffffffe6;font-family:DM Sans,sans-serif;font-weight:500}.bop-offer-card .bop-card-thumb .bop-thumb-validity svg{flex-shrink:0}.bop-offer-card .bop-card-thumb .bop-thumb-hourly{position:absolute;top:9px;left:9px;background:#1a1208b8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:20px;font-size:9.5px;color:#f0c96a;padding:3px 8px;display:flex;align-items:center;gap:4px;font-family:DM Sans,sans-serif;font-weight:500;border:1px solid rgba(201,149,42,.25);white-space:nowrap}.bop-offer-card .bop-card-thumb .bop-img-count{position:absolute;top:9px;right:9px;background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:20px;font-size:10px;color:#fff;padding:3px 8px;display:flex;align-items:center;gap:3px;font-family:DM Sans,sans-serif;font-weight:500;border:1px solid rgba(255,255,255,.12)}.bop-offer-card .bop-card-footer{padding:10px 14px 12px;border-top:1px solid rgba(232,223,200,.6)}.bop-offer-card .bop-card-footer .bop-card-subdesc{font-size:11.5px;color:#7a6e5a;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.5}.bop-offer-card .bop-card-footer .bop-card-cta{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:600;color:#c9952a;letter-spacing:.3px;text-transform:uppercase}.bop-offer-card .bop-card-footer .bop-cta-arrow{display:inline-block;transition:transform .2s ease;font-size:13px}.bop-thumb-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#ede8df,#e4ddd0);color:#7a6e5a;font-size:12px;gap:6px}.bop-thumb-placeholder:before{content:"🖼";font-size:28px;opacity:.4}.bop-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px 14px 0;max-width:600px;margin:0 auto}.bop-grid.single{grid-template-columns:1fr;max-width:400px}.bop-empty{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px 32px 120px;text-align:center;animation:fadeSlideDown .6s ease both}.bop-empty .bop-empty-logo-wrap{position:relative;margin-bottom:32px}.bop-empty .bop-empty-logo-wrap:before{content:"";position:absolute;inset:-6px;border-radius:50%;background:linear-gradient(135deg,#c9952a,#f0c96a,#c9952a);opacity:.35;animation:rotateSlow 6s linear infinite}.bop-empty .bop-empty-logo-wrap:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:1.5px solid rgba(201,149,42,.5)}.bop-empty .bop-empty-logo{width:110px;height:110px;border-radius:50%;object-fit:cover;display:block;position:relative;z-index:1;border:3px solid #fff;box-shadow:0 8px 32px #1a120826,0 2px 8px #1a120814;animation:float 4s ease-in-out infinite}.bop-empty .bop-empty-content{max-width:280px}.bop-empty .bop-empty-title{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:#1a1208;margin:0 0 10px;letter-spacing:-.3px}.bop-empty .bop-empty-sub{font-size:14px;color:#7a6e5a;line-height:1.65;margin:0}.bop-empty .bop-empty-divider{margin:20px auto;display:flex;align-items:center;gap:10px;color:#c9952a80;font-size:10px;letter-spacing:3px}.bop-empty .bop-empty-divider:before,.bop-empty .bop-empty-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(201,149,42,.3))}.bop-empty .bop-empty-divider:after{background:linear-gradient(90deg,rgba(201,149,42,.3),transparent)}.bop-empty .bop-empty-divider span{color:#c9952a;font-size:9px}.bop-empty .bop-empty-hint{font-size:12.5px;color:#9a8d77;line-height:1.6;margin:0;font-style:italic}.bop-empty .bop-empty-footer{position:absolute;bottom:24px;left:0;right:0;text-align:center}.bop-empty .bop-empty-footer p{font-size:10.5px;color:#b0a694;letter-spacing:2px;text-transform:uppercase}.bop-empty .bop-empty-footer p:before,.bop-empty .bop-empty-footer p:after{content:" ✦ ";color:#c9952a66;font-size:7px;vertical-align:middle}.bop-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#faf6ee;gap:20px}.bop-loading .bop-spinner{width:44px;height:44px;border:3px solid #e8dfc8;border-top-color:#c9952a;border-radius:50%;animation:spin .8s linear infinite}.bop-loading p{font-family:Playfair Display,serif;font-size:15px;font-style:italic;color:#7a6e5a;margin:0;letter-spacing:1px}.bop-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#faf6ee;padding:24px;text-align:center;gap:12px}.bop-error .bop-error-logo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #e8dfc8;box-shadow:0 4px 16px #1a12081a;margin-bottom:4px;opacity:.7}.bop-error .bop-error-icon{font-size:36px}.bop-error p{font-size:14px;color:#e85d2f;margin:0;font-weight:500}.bop-error small{font-size:12px;color:#7a6e5a}.bop-footer{position:relative;z-index:1;text-align:center;margin-top:48px;padding:0 24px 24px}.bop-footer p{font-size:10.5px;color:#b0a694;letter-spacing:2px;text-transform:uppercase}.bop-footer p:before,.bop-footer p:after{content:" ✦ ";color:#c9952a66;font-size:7px;vertical-align:middle}.bop-modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;background:#f5f2ed;animation:fadeIn .22s ease;overflow:hidden}.bop-modal-topbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:13px 16px;background:#fff;border-bottom:1px solid #e8dfc8;z-index:20;box-shadow:0 1px 6px #1a12080d}.bop-modal-topbar .bop-modal-title{font-family:Playfair Display,serif;font-size:15px;font-weight:600;color:#1a1208;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:10px}.bop-modal-topbar .bop-modal-close{width:32px;height:32px;border-radius:50%;background:#0000000d;border:1px solid rgba(0,0,0,.09);color:#1a1208;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .15s}.bop-modal-topbar .bop-modal-close:hover{background:#0000001a;transform:scale(1.08)}.bop-modal-topbar .bop-modal-close:active{transform:scale(.95)}.bop-modal-dots-v{display:flex;flex-direction:row;gap:5px;align-items:center;margin-right:10px}.bop-modal-dots-v span{width:6px;height:6px;border-radius:50%;background:#00000026;cursor:pointer;transition:background .2s,transform .2s;flex-shrink:0}.bop-modal-dots-v span.active{background:#c9952a;transform:scale(1.5)}.bop-modal-scroll-feed{flex:1;min-height:0;overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#f0ece4;padding:1px 0;scrollbar-width:none}.bop-modal-scroll-feed::-webkit-scrollbar{display:none}.bop-feed-slide{scroll-snap-align:start;scroll-snap-stop:always;width:100%;height:calc(100% + -0px);position:relative;display:flex;align-items:center;justify-content:center;background:#f0ece4}.bop-feed-slide img{width:100%;height:100%;object-fit:contain;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.bop-feed-slide .bop-feed-empty{color:#7a6e5a;font-size:14px;font-family:DM Sans,sans-serif}.bop-feed-counter{position:absolute;top:14px;right:14px;background:#0000007a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:20px;font-size:11px;color:#fff;padding:4px 12px;font-family:DM Sans,sans-serif;font-weight:500;border:1px solid rgba(255,255,255,.1);z-index:10}.bop-swipe-hint{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;color:#ffffffbf;font-size:11px;font-family:DM Sans,sans-serif;letter-spacing:.5px;z-index:10;animation:swipeHint 3s ease .8s forwards;pointer-events:none;text-shadow:0 1px 4px rgba(0,0,0,.5)}.bop-swipe-hint span{font-size:20px;animation:bounceUp 1.2s ease infinite}.bop-modal-bottom-panel{flex-shrink:0;background:#fff;border-top:1px solid #e8dfc8;padding:13px 16px env(safe-area-inset-bottom,16px);z-index:20;box-shadow:0 -2px 12px #1a12080f}.bop-modal-bottom-panel .bop-bottom-desc{font-family:DM Sans,sans-serif;font-size:13px;color:#7a6e5a;line-height:1.55;margin-bottom:11px}.bop-modal-bottom-panel .bop-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.bop-modal-bottom-panel .bop-bottom-validity-wrap{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.bop-modal-bottom-panel .bop-bottom-validity{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:#c9952a;font-family:DM Sans,sans-serif}.bop-modal-bottom-panel .bop-bottom-validity svg{flex-shrink:0}.bop-modal-bottom-panel .bop-bottom-hourly{display:flex;align-items:center;gap:5px;font-size:11.5px;font-weight:500;color:#7a6e5a;font-family:DM Sans,sans-serif}.bop-modal-bottom-panel .bop-bottom-hourly svg{flex-shrink:0;opacity:.7}.bop-modal-bottom-panel .bop-bottom-actions{display:flex;gap:8px;flex:1;justify-content:flex-end}.bop-modal-bottom-panel .bop-bottom-actions a,.bop-modal-bottom-panel .bop-bottom-actions button{padding:10px 18px;border-radius:10px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;border:none;display:flex;align-items:center;gap:6px;transition:opacity .15s,transform .15s;white-space:nowrap}.bop-modal-bottom-panel .bop-bottom-actions a:active,.bop-modal-bottom-panel .bop-bottom-actions button:active{opacity:.75;transform:scale(.97)}.bop-modal-bottom-panel .bop-bottom-actions .bop-btn-share{background:#f5f4f0;color:#1a1208;border:1px solid #e8dfc8}.bop-modal-bottom-panel .bop-bottom-actions .bop-btn-share:hover{background:#eeece7}.bop-modal-bottom-panel .bop-bottom-actions .bop-btn-download{background:linear-gradient(135deg,#c9952a,#a77c23);color:#fff;box-shadow:0 2px 10px #c9952a59}.bop-modal-bottom-panel .bop-bottom-actions .bop-btn-download:hover{box-shadow:0 4px 16px #c9952a73;transform:translateY(-1px)}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes cardIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes swipeHint{0%{opacity:1}75%{opacity:1}to{opacity:0}}@keyframes bounceUp{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.bop-toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%) translateY(20px);background:#1a1208;color:#fff;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;padding:10px 20px;border-radius:24px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px #1a120859;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease;z-index:2000;white-space:nowrap}.bop-toast svg{color:#22c55e;flex-shrink:0}.bop-toast--visible{opacity:1;transform:translate(-50%) translateY(0)}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App{margin:0;padding:0}.cat-strip{width:100%;overflow:hidden;background:#eef9f0;padding:12px 0}.cat-marquee{display:flex;gap:40px;width:max-content;animation:scroll 18s linear infinite}.cat-box{display:flex;flex-direction:column;align-items:center;cursor:pointer}.cat-icon{width:72px!important;height:72px!important;background:#2fa573!important}.cat-label{margin-top:6px;font-weight:700}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav-item{font-size:16px;cursor:pointer;font-weight:700}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
