@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap";.login-page{background:#f5f7fa;min-height:100vh;display:flex}.login-left{background:radial-gradient(circle at 0 0,#21438f,#122452 45%,#071021 100%);flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-overlay{position:absolute;inset:0}.login-brand{z-index:2;text-align:center;color:#fff;animation:1s fadeUp;position:relative}.login-logo{filter:drop-shadow(0 1px #fbfbfbe1);width:320px;max-width:80%;margin-bottom:20px;animation:6s ease-in-out infinite floatLogo}.login-brand h1{letter-spacing:3px;font-size:38px;font-weight:700}.login-brand h3{color:#d4af37;letter-spacing:4px;margin-top:10px;font-size:18px}.login-brand p{color:#d1d5db;margin-top:18px;font-size:16px}.login-right{justify-content:center;align-items:center;width:560px;padding:50px;display:flex}.login-card{background:#fff;border-radius:28px;width:100%;padding:40px;box-shadow:0 25px 60px #00000014}.login-card-header{margin-bottom:30px}.login-card-header h2{color:#0d1b3d;margin-bottom:10px;font-size:32px}.login-card-header p{color:#6b7280}.form-group label{color:#0d1b3d;margin-bottom:8px;font-weight:600;display:block}.form-group input{border:1px solid #e5e7eb;border-radius:16px;width:100%;height:58px;padding:0 16px;font-size:15px;transition:all .2s}.form-group input:focus{border-color:#d4af37;outline:none;box-shadow:0 0 0 4px #d4af3726}.login-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#d4af37,#f3d46c);border:none;border-radius:16px;width:100%;height:58px;font-size:16px;font-weight:700;transition:all .25s}.login-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #d4af374d}.login-footer{text-align:center;color:#a7a9ac;margin-top:25px;font-size:13px}@keyframes floatLogo{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (width<=1000px){.login-page{flex-direction:column}.login-left{min-height:340px}.login-right{width:100%;padding:25px}.login-logo{width:180px}.login-brand h1{font-size:32px}}.sidebar{color:#fff;background:linear-gradient(#0d1b3d,#09122b);border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;width:280px;min-width:280px;min-height:100vh;padding:24px;display:flex}.sidebar-header{margin-bottom:40px}.sidebar-logo{align-items:center;gap:14px;display:flex}.sidebar-logo-image{object-fit:contain;width:72px;height:72px}.sidebar-logo-circle{background:linear-gradient(135deg,#fff,#eef2f7);border:1px solid #d4af3766;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:56px;display:flex}.sidebar-logo h2{letter-spacing:1px;font-size:18px}.sidebar-logo span{color:#a7a9ac;font-size:13px}.sidebar-menu{flex:1}.menu-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;padding:14px 18px;font-size:15px;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.menu-item:hover{background:#ffffff0f}.menu-item.active{color:#0d1b3d;background:#d4af37;font-weight:700}.sidebar-footer{border-top:1px solid #ffffff14;align-items:center;gap:12px;padding-top:20px;display:flex}.footer-avatar{color:#0d1b3d;background:#d4af37;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex}.footer-name{font-size:14px;font-weight:600}.footer-email{color:#a7a9ac;font-size:12px}@media (width<=1024px){.sidebar{width:260px}}@media (width<=900px){.sidebar{display:none}}.submenu{border-left:1px solid #d4af3740;flex-direction:column;margin-bottom:10px;margin-left:12px;padding-left:14px;display:flex}.submenu-item{color:#bfc7d8;border-radius:10px;align-items:center;padding:10px 12px;font-size:13px;text-decoration:none;transition:all .2s;display:flex}.submenu-item:hover{color:#d4af37;background:#d4af3714}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:84px;padding:0 32px;display:flex}.topbar h1{color:#0d1b3d;font-size:28px;font-weight:700}.topbar span{color:#a7a9ac;font-size:14px}.topbar-actions{gap:12px;display:flex}.topbar-actions button{cursor:pointer;background:#f5f7fa;border:none;border-radius:12px;width:44px;height:44px;transition:all .2s}.topbar-actions button:hover{background:#d4af37}.topbar-user{align-items:center;gap:16px;display:flex}.topbar-user-info{text-align:right}.topbar-user-name{color:#0d1b3d;font-size:14px;font-weight:700}.topbar-user-role{color:#a7a9ac;font-size:12px}.logout-btn{cursor:pointer;color:#fff;background:#d4af37;border:none;border-radius:12px;padding:10px 18px;font-weight:600;transition:all .2s}.logout-btn:hover{transform:translateY(-1px)}.admin-layout{background:#f5f7fa;min-height:100vh;display:flex}.admin-main{flex-direction:column;flex:1;display:flex}.admin-content{flex:1;padding:30px}@media (width<=900px){.admin-content{padding:20px}}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.stat-card{background:#fff;border:1px solid #eceef2;border-radius:22px;padding:28px;transition:all .25s;box-shadow:0 8px 30px #0000000d}.stat-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #00000014}.stat-label{color:#a7a9ac;margin-bottom:12px;font-size:14px;font-weight:500}.stat-value{color:#0d1b3d;font-size:34px;font-weight:700;line-height:1}.dashboard-section{margin-bottom:40px}.section-title{color:#0d1b3d;margin-bottom:18px;font-size:22px;font-weight:700}.dealers-page{color:#374151;flex-direction:column;gap:28px;width:100%;min-width:0;display:flex}.dealers-header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.dealers-header h1{color:#2d3748;letter-spacing:-.5px;margin:0;font-size:34px;font-weight:700}.dealers-header p{color:#6b7280;margin:8px 0 0;font-size:15px;line-height:1.7}.create-root-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#b8842f,#d7a545);border:0;border-radius:16px;justify-content:center;align-items:center;gap:10px;height:52px;padding:0 24px;font-size:15px;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 14px 32px #b8842f3d}.create-root-btn svg{font-size:20px}.create-root-btn:hover{transform:translateY(-2px);box-shadow:0 20px 40px #b8842f59}.create-root-btn:active{transform:scale(.98)}.dealers-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.dealers-stat-card{background:#faf8f4;border:1px solid #e6ded2;border-radius:24px;align-items:center;gap:22px;min-width:0;padding:28px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #1e283c14}.dealers-stat-card:after{content:"";pointer-events:none;background:radial-gradient(#d4af371f,#0000 72%);border-radius:50%;width:170px;height:170px;position:absolute;top:-55px;right:-55px}.dealers-stat-card:hover{border-color:#d2aa4c;transform:translateY(-4px);box-shadow:0 20px 40px #1e283c1f}.dealers-stat-icon{color:#c79219;background:#fff7e5;border:1px solid #ecd594;border-radius:18px;flex:none;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;display:flex}.dealers-stat-card.active .dealers-stat-icon{color:#1b9b58;background:#effcf4;border-color:#c8ead5}.dealers-stat-card.passive .dealers-stat-icon{color:#d14949;background:#fff1ef;border-color:#f2cbc7}.dealers-stat-card span{color:#7b8795;font-size:13px;display:block}.dealers-stat-card strong{color:#283445;margin-top:5px;font-size:34px;font-weight:700;display:block}.dealers-toolbar{background:#faf8f4;border:1px solid #e6ded2;border-radius:22px;align-items:center;gap:18px;padding:20px;display:flex;box-shadow:0 10px 25px #1e283c0f}.dealers-search{background:#fff;border:1px solid #ddd6ca;border-radius:16px;flex:1;align-items:center;gap:14px;min-width:0;height:56px;padding:0 20px;transition:border-color .25s,box-shadow .25s;display:flex}.dealers-search:focus-within{border-color:#cda446;box-shadow:0 0 0 4px #cda4461f}.dealers-search svg{color:#c79219;flex:none;font-size:18px}.dealers-search input{color:#374151;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:15px}.dealers-search input::placeholder{color:#9ca3af}.dealers-toolbar select{color:#374151;cursor:pointer;background:#fff;border:1px solid #ddd6ca;border-radius:16px;outline:0;min-width:180px;height:56px;padding:0 18px;font-size:14px;transition:border-color .25s,box-shadow .25s}.dealers-toolbar select:hover,.dealers-toolbar select:focus{border-color:#d0ab54}.dealers-toolbar select:focus{box-shadow:0 0 0 4px #d0ab541f}.dealers-table-card{background:#faf8f4;border:1px solid #e5ddd0;border-radius:24px;width:100%;min-width:0;overflow:hidden;box-shadow:0 15px 38px #1e283c14}.dealers-table-scroll{width:100%;overflow:auto hidden}.dealers-table-scroll::-webkit-scrollbar{height:10px}.dealers-table-scroll::-webkit-scrollbar-track{background:#efebe3}.dealers-table-scroll::-webkit-scrollbar-thumb{background:#ccbfa8;border-radius:999px}.dealers-table-scroll::-webkit-scrollbar-thumb:hover{background:#bea98c}.dealers-table{table-layout:fixed;border-collapse:collapse;border-spacing:0;width:100%;min-width:1380px}.dealers-table thead{background:#f3efe7}.dealers-table th,.dealers-table td{box-sizing:border-box;text-align:left;vertical-align:middle}.dealers-table th{color:#697586;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;border-bottom:1px solid #e6ddd0;height:62px;padding:18px 16px;font-size:12px;font-weight:700}.dealers-table td{color:#374151;border-bottom:1px solid #ece5da;padding:20px 16px;font-size:14px;overflow:hidden}.dealers-table tbody tr{background:#fffdfa;transition:background .25s}.dealers-table tbody tr:nth-child(2n){background:#fbf8f3}.dealers-table tbody tr:hover{background:#f8f4ec}.dealers-table tbody tr:last-child td{border-bottom:0}.dealers-table th:first-child,.dealers-table td:first-child{width:100px}.dealers-table th:nth-child(2),.dealers-table td:nth-child(2){width:270px}.dealers-table th:nth-child(3),.dealers-table td:nth-child(3){width:90px}.dealers-table th:nth-child(4),.dealers-table td:nth-child(4){width:115px}.dealers-table th:nth-child(5),.dealers-table td:nth-child(5){width:150px}.dealers-table th:nth-child(6),.dealers-table td:nth-child(6),.dealers-table th:nth-child(7),.dealers-table td:nth-child(7){width:115px}.dealers-table th:nth-child(8),.dealers-table td:nth-child(8),.dealers-table th:nth-child(9),.dealers-table td:nth-child(9){width:125px}.dealers-table th:nth-child(10),.dealers-table td:nth-child(10){width:130px}.dealers-table th:nth-child(n+3),.dealers-table td:nth-child(n+3){text-align:center}.dealer-name{color:#263445;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:15px;font-weight:700;overflow:hidden}.dealer-email{color:#7d8794;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:5px;font-size:13px;line-height:1.5;overflow:hidden}.organization-link{color:#b8842f;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin-top:10px;padding:0;font-family:inherit;font-size:13px;font-weight:700;transition:color .25s,transform .25s;display:inline-flex}.organization-link:hover{color:#93651b;transform:translate(2px)}.organization-link svg{flex:none;font-size:15px}.binary-badge,.discount-badge,.status-badge{white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.binary-badge{color:#b8860b;background:#fff8e7;border:1px solid #ecd18a;border-radius:999px;min-width:82px;height:36px;font-weight:700}.discount-badge{color:#1a7bd2;background:#eef7ff;border:1px solid #b9dcfb;border-radius:999px;min-width:82px;height:36px;font-weight:700}.status-badge{border-radius:999px;min-width:100px;height:38px;font-size:13px;font-weight:700}.status-badge.active{color:#199857;background:#ecfaef;border:1px solid #c4e7cf}.status-badge.passive{color:#d14949;background:#fff1ef;border:1px solid #efcbc6}.dealers-empty{color:#7d8794;font-size:15px;text-align:center!important;padding:90px 24px!important}.dealers-loading{color:#6b7280;justify-content:center;align-items:center;height:320px;font-size:16px;display:flex}.dealers-pagination{background:#f7f4ee;border-top:1px solid #e5ddd0;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;gap:24px;padding:22px 30px;display:grid}.dealers-pagination span{color:#667384;text-align:center;grid-column:2;font-size:14px;font-weight:600}.dealers-pagination strong{color:#283445}.dealers-pagination button{color:#374151;cursor:pointer;background:#fff;border:1px solid #ddd6c8;border-radius:14px;min-width:120px;height:46px;padding:0 22px;font-weight:600;transition:background .25s,border-color .25s,color .25s}.dealers-pagination button:first-child{justify-self:start}.dealers-pagination button:last-child{justify-self:end}.dealers-pagination button:hover:not(:disabled){color:#b8860b;background:#fbf7ef;border-color:#d4b15b}.dealers-pagination button:disabled{opacity:.45;cursor:not-allowed}@media (width<=1200px){.dealers-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=992px){.dealers-header{flex-direction:column;align-items:flex-start}.dealers-toolbar{flex-direction:column;align-items:stretch}.dealers-search,.dealers-toolbar select{width:100%}.dealers-toolbar select{min-width:0}}@media (width<=768px){.dealers-page{gap:20px}.dealers-header h1{font-size:28px}.dealers-stats{grid-template-columns:1fr}.dealers-stat-card{padding:22px}.create-root-btn{width:100%}.dealers-pagination{flex-direction:column;align-items:stretch;display:flex}.dealers-pagination span{order:-1}.dealers-pagination button{width:100%}}.root-modal-overlay{z-index:5000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0f172a8c;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0}.root-modal{background:#fff;border:1px solid #b8842f2e;border-radius:28px;width:100%;max-width:760px;overflow:hidden;box-shadow:0 35px 90px #0f172a47}.root-modal-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:20px;padding:30px 34px 22px;display:flex}.root-modal-header h2{color:#0f172a;margin:0;font-size:28px;font-weight:800}.root-modal-header p{color:#64748b;margin:8px 0 0;line-height:1.7}.root-close{color:#64748b;cursor:pointer;background:#f8fafc;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:flex}.root-close:hover{color:#0f172a;background:#eef2f7}.root-info{color:#7b5a14;background:#fff9ec;border:1px solid #b8842f38;border-radius:16px;margin:24px 34px 0;padding:16px 18px;font-size:14px;line-height:1.7}.root-info strong{color:#b8842f}.root-modal-body{grid-template-columns:repeat(2,1fr);gap:20px;padding:28px 34px 34px;display:grid}.root-field{flex-direction:column;gap:8px;display:flex}.root-field label{color:#475569;font-size:13px;font-weight:700}.root-full{grid-column:1/-1}.root-modal-body input,.root-modal-body select{background:#fff;border:1px solid #dbe3ee;border-radius:14px;height:56px;padding:0 16px;font-size:15px;transition:all .25s}.root-modal-body input:focus,.root-modal-body select:focus{border-color:#b8842f;outline:none;box-shadow:0 0 0 4px #b8842f1f}.root-phone{gap:12px;display:flex}.root-phone-code{color:#334155;background:#f8fafc;border:1px solid #dbe3ee;border-radius:14px;justify-content:center;align-items:center;width:82px;height:56px;font-weight:700;display:flex}.root-phone input{flex:1}.root-password{position:relative}.root-password input{width:100%;padding-right:58px}.root-password-toggle{cursor:pointer;color:#94a3b8;background:0 0;border:none;font-size:20px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.root-modal-footer{border-top:1px solid #eef2f7;justify-content:flex-end;gap:14px;padding:24px 34px;display:flex}.root-cancel{cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:14px;height:48px;padding:0 22px;font-weight:700;transition:all .25s}.root-cancel:hover{background:#f8fafc}.root-save{cursor:pointer;color:#fff;background:linear-gradient(135deg,#b8842f,#d8a847);border:none;border-radius:14px;height:48px;padding:0 26px;font-weight:700;transition:all .25s}.root-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 28px #b8842f4d}.root-save:disabled{opacity:.55;cursor:not-allowed}@media (width<=768px){.root-modal{max-width:100%}.root-modal-body{grid-template-columns:1fr}.root-phone{flex-direction:column}.root-phone-code{width:100%}.root-modal-footer{flex-direction:column}.root-cancel,.root-save{width:100%}}.root-error{color:#b91c1c;background:#fee2e2bf;border:1px solid #dc262638;border-radius:14px;margin:18px 34px 0;padding:14px 16px;font-size:14px;font-weight:600}.products-page{flex-direction:column;gap:20px;display:flex}.products-header{justify-content:space-between;align-items:center;display:flex}.products-header h1{margin:0;font-size:28px;font-weight:700}.products-header p{color:#64748b;margin-top:6px}.add-product-btn{color:#111827;cursor:pointer;background:#d4af37;border:none;border-radius:12px;height:46px;padding:0 18px;font-weight:700}.products-toolbar{gap:12px;display:flex}.products-toolbar input{border:1px solid #e5e7eb;border-radius:12px;outline:none;width:320px;max-width:100%;height:46px;padding:0 14px}.products-toolbar input:focus{border-color:#d4af37}.products-stats{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.product-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.product-stat-card span{color:#64748b;font-size:13px;display:block}.product-stat-card strong{margin-top:8px;font-size:28px;font-weight:700;display:block}.product-stat-card.active{border-left:5px solid #22c55e}.product-stat-card.passive{border-left:5px solid #ef4444}.product-stat-card.preorder{border-left:5px solid #f59e0b}.products-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}.products-table{border-collapse:collapse;width:100%}.products-table thead{background:#f8fafc}.products-table th{text-align:left;color:#475569;padding:20px 16px;font-size:13px}.products-table td{border-top:1px solid #f1f5f9;padding:14px}.products-table tr:hover{background:#fafafa}@media (width<=900px){.products-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.products-header{flex-direction:column;align-items:stretch;gap:12px}.products-toolbar input{width:100%}.products-stats{grid-template-columns:1fr}.products-table-card{overflow-x:auto}.products-table{min-width:850px}}.status-cell{flex-direction:column;gap:3px;display:flex}.status-main{font-size:14px;font-weight:600}.status-sub{color:#16a34a;font-size:11px;font-weight:600}.product-name-cell{align-items:center;gap:10px;display:flex}.product-name{text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-size:14px;font-weight:500;overflow:hidden}.product-thumb{object-fit:cover;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;width:52px;height:52px}.category-badge{color:#0d1b3d;border-radius:999px;align-items:center;font-size:13px;font-weight:600;display:inline-flex}.status-main{border-radius:999px;align-items:center;font-size:13px;font-weight:600;display:inline-flex}.status-main.active{color:#22c55e}.status-main.out_of_stock{color:#ef4444}.status-main.preorder{color:#f59e0b}.status-main.hidden{color:#ef4444}.status-main.draft{color:#1d4ed8}.category-cell{flex-direction:column;gap:6px;display:flex}.category-status-active{color:#16a34a;font-size:11px;font-weight:600}.category-status-passive{color:#dc2626;font-size:11px;font-weight:600}.detail-btn{color:#374151;background:#f3f4f6}.detail-btn:hover{background:#e5e7eb}.sort1-btn{cursor:pointer;background:#f8fafc;border:none;border-radius:8px;width:14px;height:28px;margin-right:2px;font-weight:700}.sort1-btn:hover{background:#e2e8f0}.products-toolbar select{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:none;width:220px;height:46px;padding:0 14px;font-size:14px}.products-toolbar select:focus{border-color:#d4af37}.category-group-row{background:#f8fafc}.category-group-title{letter-spacing:1px;text-transform:uppercase;color:#fff;background:#0d1b3d;border-top:1px solid #e5e7eb;font-size:12px;font-weight:700;padding:2px 20px!important}.category-group-count{color:#e1e1e1;text-transform:none;margin-left:8px;font-size:13px;font-weight:500}.products-market-bar{background:#fff;border-radius:14px;align-items:center;gap:12px;margin-bottom:18px;padding:16px 20px;display:flex;box-shadow:0 2px 10px #0000000d}.products-market-bar label{color:#555;min-width:55px;font-size:14px;font-weight:600}.products-market-bar select{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:10px;outline:none;width:280px;height:44px;padding:0 14px;font-size:14px;transition:all .2s}.products-market-bar select:focus{border-color:#d4af37;box-shadow:0 0 0 3px #d4af3726}.price-cell{flex-direction:column;gap:4px;margin-top:22px;display:flex}.price-cell strong{font-size:16px;font-weight:400}.price-cell small{color:#6b7280;font-size:13px}.product-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a8c;justify-content:flex-end;display:flex;position:fixed;inset:0}.product-drawer{background:#fff;width:500px;max-width:100%;height:100vh;animation:.25s drawerShow;overflow-y:auto;box-shadow:-10px 0 40px #0000001f}@keyframes drawerShow{0%{transform:translate(100%)}to{transform:translate(0)}}.product-drawer-header{z-index:5;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:22px 24px;display:flex;position:sticky;top:0}.product-drawer-header h2{margin:0;font-size:22px;font-weight:700}.product-drawer-header button{cursor:pointer;color:#64748b;background:0 0;border:none;font-size:22px}.product-profile-card{text-align:center;border-bottom:1px solid #f1f5f9;padding:24px}.product-main-image{object-fit:cover;border:1px solid #e5e7eb;border-radius:18px;width:160px;height:160px;margin-bottom:16px}.product-profile-card h3{color:#111827;margin:0;font-size:22px;font-weight:700}.product-status{border-radius:999px;justify-content:center;align-items:center;margin-top:14px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.product-status.active{color:#166534;background:#dcfce7}.product-status.out_of_stock{color:#991b1b;background:#fee2e2}.product-status.preorder{color:#92400e;background:#fef3c7}.product-status.hidden{color:#374151;background:#e5e7eb}.product-status.draft{color:#1d4ed8;background:#dbeafe}.drawer-section{border-bottom:1px solid #f1f5f9;padding:22px 24px}.info-row{justify-content:space-between;align-items:center;padding:10px 0;display:flex}.info-row span{color:#64748b;font-size:14px}.info-row strong{color:#111827;text-align:right;font-size:14px;font-weight:600}@media (width<=768px){.product-drawer{width:100%}.product-main-image{width:130px;height:130px}}.product-description{color:#475569;line-height:1.6}.product-gallery{justify-content:center;gap:8px;margin-top:12px;display:flex}.gallery-thumb{object-fit:cover;cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:8px;width:60px;height:60px}.gallery-thumb.active{opacity:1;border-color:#d4af37}.gallery-counter{text-align:center;color:#64748b;margin-top:10px;margin-bottom:12px;font-size:12px;font-weight:600}.product-form-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-form-modal{background:#fff;border-radius:24px;width:100%;max-width:900px;max-height:90vh;animation:.2s modalShow;overflow-y:auto;box-shadow:0 20px 60px #00000026}@keyframes modalShow{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.product-form-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.product-form-header h2{color:#0f172a;margin:0;font-size:22px;font-weight:700}.product-form-header button{cursor:pointer;color:#64748b;background:0 0;border:none;font-size:22px}.product-form-body{flex-direction:column;gap:18px;padding:24px 28px;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:#334155;margin-bottom:8px;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid #dbe1ea;border-radius:12px;outline:none;padding:12px 14px;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#d4af37;box-shadow:0 0 0 3px #d4af3726}.form-group textarea{resize:vertical}.form-switches{flex-wrap:wrap;gap:24px;display:flex}.form-switches label{color:#334155;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.product-form-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding:20px 28px;display:flex}.cancel-btn,.save-btn{cursor:pointer;border:none;border-radius:12px;height:46px;padding:0 22px;font-size:14px;font-weight:700;transition:all .2s}.cancel-btn{color:#334155;background:#f1f5f9}.save-btn{color:#0f172a;background:#d4af37}.save-btn:hover,.cancel-btn:hover{transform:translateY(-1px)}@media (width<=768px){.product-form-overlay{padding:0}.product-form-modal{border-radius:0;max-width:100%;max-height:100vh}.product-form-body,.product-form-header,.product-form-footer{padding:18px}.form-row{grid-template-columns:1fr}.form-switches{flex-direction:column;gap:12px}}.product-preview-image{object-fit:cover;border:1px solid #e5e7eb;border-radius:12px;width:140px;height:140px;margin-bottom:10px;display:block}.product-images-grid{flex-wrap:wrap;gap:12px;margin-bottom:12px;display:flex}.product-image-item{position:relative}.product-preview-image{object-fit:cover;border:1px solid #e5e7eb;border-radius:12px;width:120px;height:120px}.image-actions{gap:4px;margin-top:6px;display:flex}.image-actions button{cursor:pointer;background:#f1f5f9;border:none;border-radius:6px;padding:4px 8px}.categories-page{flex-direction:column;gap:20px;display:flex}.categories-header h1{margin:0;font-size:28px;font-weight:700}.categories-header p{color:#64748b;margin-top:6px}.category-create-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;gap:12px;padding:20px;display:flex}.category-create-card input{border:1px solid #e5e7eb;border-radius:12px;outline:none;flex:1;height:46px;padding:0 14px}.category-create-card input:focus{border-color:#d4af37}.category-create-card button{color:#111827;cursor:pointer;background:#d4af37;border:none;border-radius:12px;height:46px;padding:0 18px;font-weight:700}.categories-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}.categories-table-card table{border-collapse:collapse;width:100%}.categories-table-card thead{background:#f8fafc}.categories-table-card th{text-align:left;color:#64748b;padding:16px;font-size:13px}.categories-table-card td{border-top:1px solid #f1f5f9;padding:16px}.categories-table-card tr:hover{background:#fafafa}@media (width<=768px){.category-create-card{flex-direction:column}}.error-banner{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;margin-bottom:16px;padding:14px 16px;font-weight:600}.cancel-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;height:46px;padding:0 18px;font-weight:600}.product-count-badge{color:#4338ca;background:#eef2ff;border-radius:999px;align-items:center;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.status-badge{border-radius:999px;align-items:center;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.status-badge.active{color:#166534;background:#dcfce7}.status-badge.passive{color:#b91c1c;background:#fee2e2}.category-create-actions{gap:10px;display:flex}.sort-btn{cursor:pointer;background:#f8fafc;border:none;width:20px;height:20px;font-weight:700}.sort-btn:hover{background:#e2e8f0}.switch input:checked+.slider{background:#22c55e}.action-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-right:8px;transition:all .2s;display:inline-flex}.confirm-modal-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-modal{background:#fff;border-radius:20px;width:420px;max-width:95vw;padding:24px;box-shadow:0 20px 60px #0000002e}.confirm-modal h3{margin:0;font-size:22px}.confirm-modal p{color:#64748b;margin-top:12px;line-height:1.6}.confirm-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.confirm-cancel{cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;height:42px;padding:0 18px}.confirm-submit{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:12px;height:42px;padding:0 18px;font-weight:600}.toast{color:#fff;z-index:99999;border-radius:14px;min-width:300px;padding:14px 18px;font-weight:600;animation:.25s toastIn;position:fixed;top:20px;right:20px}.toast.success{background:#16a34a}.toast.error{background:#dc2626}@keyframes toastIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.general-settings-page{padding:24px}.general-settings-header{margin-bottom:24px}.general-settings-header h1{color:#111827;font-size:28px;font-weight:700}.general-settings-header p{color:#6b7280;margin-top:6px}.settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:24px;padding:24px}.settings-card h3{color:#111827;margin-bottom:20px;font-size:18px;font-weight:600}.settings-group{margin-bottom:18px}.settings-group label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.settings-input,.settings-select,.settings-rate-input{background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;max-width:320px;height:42px;padding:0 12px;font-size:14px}.settings-input:focus,.settings-select:focus,.settings-rate-input:focus{border-color:#111827;outline:none}.settings-radio-group{flex-direction:column;gap:12px;margin-top:16px;display:flex}.settings-radio-item{align-items:center;gap:10px;display:flex}.settings-radio-item label{cursor:pointer;align-items:center;gap:8px;display:flex}.settings-info{color:#475569;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;margin-top:16px;padding:14px;font-size:14px;line-height:1.5}.settings-rate-row{margin-top:16px}.settings-rate-row label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.settings-save-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;height:42px;margin-top:20px;padding:0 18px;font-weight:600;transition:all .2s}.settings-save-btn:hover{opacity:.9}.settings-save-btn:active{transform:scale(.98)}.activation-page{padding:24px}.activation-header h1{color:#111827;font-size:28px;font-weight:700}.activation-header p{color:#6b7280;margin-top:6px}.activation-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:24px;padding:24px}.activation-card h3{color:#111827;margin-bottom:20px;font-size:18px;font-weight:600}.activation-group{margin-bottom:18px}.activation-group label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.activation-group input,.activation-group select{border:1px solid #d1d5db;border-radius:10px;width:100%;max-width:320px;height:42px;padding:0 12px;font-size:14px}.activation-group input:focus,.activation-group select:focus{border-color:#111827;outline:none}.activation-info{color:#475569;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;margin-top:16px;padding:14px;font-size:14px;line-height:1.6}.activation-card button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;height:42px;margin-top:20px;padding:0 18px;font-weight:600}.activation-card button:hover{opacity:.9}.binary-page{padding:24px}.binary-page h1{margin-bottom:20px}.binary-page table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;margin-top:20px;overflow:hidden}.binary-page th,.binary-page td{text-align:center;border:1px solid #e5e7eb;padding:12px}.binary-page th{background:#f8fafc;font-weight:600}.binary-form-row{background:#f8fafc}.binary-form-row td{padding:10px}.binary-form-row input[type=number]{text-align:center;border:1px solid #d1d5db;border-radius:8px;width:100%;min-width:80px;padding:8px 10px}.binary-form-row input[type=checkbox]{cursor:pointer;transform:scale(1.2)}.binary-row-actions{justify-content:center;gap:8px;display:flex}.binary-save-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500}.binary-cancel-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500}.binary-save-btn:hover,.binary-cancel-btn:hover{opacity:.9}.binary-add-btn{color:#fff;cursor:pointer;background:#d4af37;border:none;border-radius:10px;margin-bottom:15px;padding:10px 18px;font-weight:600}.binary-add-btn:hover{opacity:.9}.binary-edit-btn,.binary-delete-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;transition:all .2s;display:flex}.binary-edit-btn{color:#2563eb;background:#eff6ff}.binary-delete-btn{color:#dc2626;background:#fef2f2}.binary-edit-btn:hover,.binary-delete-btn:hover{transform:scale(1.05)}.binary-settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:30px;padding:20px}.binary-settings-card h2{margin-bottom:20px}.binary-settings-row{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.binary-settings-row input[type=number]{width:120px}.faststart-page{padding:24px}.faststart-header h1{color:#111827;font-size:28px;font-weight:700}.faststart-header p{color:#6b7280;margin-top:6px}.faststart-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:24px;padding:24px}.faststart-card h3{color:#111827;margin-bottom:20px;font-size:18px;font-weight:600}.faststart-group{margin-bottom:18px}.faststart-group label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.faststart-group input{border:1px solid #d1d5db;border-radius:10px;width:100%;max-width:320px;height:42px;padding:0 12px;font-size:14px}.faststart-group input:focus{border-color:#111827;outline:none}.faststart-switch{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:18px;padding-top:18px;display:flex}.faststart-switch span{color:#374151;font-size:14px;font-weight:500}.faststart-table{border-collapse:collapse;width:100%}.faststart-table th{text-align:center;background:#f8fafc;border:1px solid #e5e7eb;padding:12px;font-weight:600}.faststart-table td{text-align:center;border:1px solid #e5e7eb;padding:12px}.faststart-table input{text-align:center;border:1px solid #d1d5db;border-radius:8px;width:90px;height:38px}.faststart-add{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;height:40px;margin-top:16px;padding:0 16px}.faststart-add:hover{opacity:.9}.faststart-delete{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;height:36px;padding:0 12px}.faststart-delete:hover{opacity:.9}.faststart-save{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;height:46px;margin-top:24px;padding:0 20px;font-weight:600}.faststart-save:hover{opacity:.9}@media (width<=768px){.faststart-page,.faststart-card{padding:16px}.faststart-table{display:block;overflow-x:auto}.faststart-table input{width:70px}}.faststart-info{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:12px;padding:14px 16px;font-size:14px;line-height:1.6}.two-plus-one-page{padding:24px}.two-plus-one-header h1{color:#111827;font-size:28px;font-weight:700}.two-plus-one-header p{color:#6b7280;margin-top:6px}.two-plus-one-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:24px;padding:24px}.two-plus-one-card h3{color:#111827;margin-bottom:20px;font-size:18px;font-weight:600}.two-plus-one-group{margin-bottom:18px}.two-plus-one-group label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.two-plus-one-group input{border:1px solid #d1d5db;border-radius:10px;width:100%;max-width:320px;height:42px;padding:0 12px;font-size:14px}.two-plus-one-group input:focus{border-color:#111827;outline:none}.two-plus-one-switch{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.two-plus-one-info{color:#475569;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;margin-top:16px;padding:14px;font-size:14px;line-height:1.6}.two-plus-one-save{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;height:46px;margin-top:24px;padding:0 20px;font-weight:600}.two-plus-one-save:hover{opacity:.9}@media (width<=768px){.two-plus-one-page,.two-plus-one-card{padding:16px}}.career-page{padding:24px}.career-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.career-header h1{margin:0;font-size:28px;font-weight:700}.career-header p{color:#6b7280;margin-top:6px}.career-tabs{gap:10px;margin-bottom:24px;display:flex}.career-tabs button{cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;padding:12px 18px;font-weight:600;transition:all .2s}.career-tabs button:hover{background:#e5e7eb}.career-tabs button.active{color:#fff;background:#111827}.career-content{background:#fff;border-radius:14px;padding:20px;box-shadow:0 2px 10px #0000000d}.career-toolbar{justify-content:flex-end;margin-bottom:20px;display:flex}.career-add-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;padding:12px 18px;font-weight:600}.career-add-btn:hover{opacity:.9}.career-table{border-collapse:collapse;width:100%}.career-table thead{background:#f9fafb}.career-table th{text-align:left;color:#374151;border-bottom:1px solid #e5e7eb;padding:14px;font-size:14px;font-weight:700}.career-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px}.career-table tbody tr:hover{background:#fafafa}.career-table img{object-fit:contain;width:42px;height:42px}.career-status-active{color:#16a34a;font-weight:600}.career-status-passive{color:#dc2626;font-weight:600}.career-action-btn{cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;padding:8px 12px;font-weight:500}.career-action-btn:hover{background:#e5e7eb}.career-empty{text-align:center;color:#6b7280;padding:40px}@media (width<=900px){.career-page{padding:12px}.career-content{overflow-x:auto}.career-table{min-width:900px}.career-tabs{padding-bottom:4px;overflow-x:auto}.career-tabs button{white-space:nowrap}}.career-modal-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.career-modal{background:#fff;border-radius:16px;width:calc(100vw - 40px);max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.career-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.career-modal-header h2{margin:0;font-size:22px}.career-modal-header button{cursor:pointer;background:0 0;border:none;font-size:20px}.career-modal-body{padding:24px}.career-form-group{flex-direction:column;margin-bottom:18px;display:flex}.career-form-group label{margin-bottom:8px;font-size:14px;font-weight:600}.career-form-group input,.career-form-group select,.career-form-group textarea{border:1px solid #d1d5db;border-radius:10px;padding:12px;font-size:14px}.career-form-group small{color:#6b7280;margin-top:6px}.career-form-row{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.career-logo-preview{border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:10px;display:flex;overflow:hidden}.career-logo-preview img{object-fit:contain;width:100%;height:100%}.career-switch-row{border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;padding:14px;display:flex}.career-modal-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;padding:20px 24px;display:flex}.career-cancel-btn{cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;padding:12px 18px}.career-save-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;padding:12px 18px}@media (width<=768px){.career-modal{width:calc(100% - 20px);max-height:90vh;overflow-y:auto}.career-form-row{grid-template-columns:1fr}}.career-reward-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.career-reward-modal{background:#fff;border-radius:16px;width:calc(100vw - 40px);max-width:650px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.career-reward-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.career-reward-header h2{margin:0;font-size:22px}.career-reward-header button{cursor:pointer;background:0 0;border:none;font-size:20px}.career-reward-body{flex-direction:column;gap:16px;padding:24px;display:flex}.reward-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px}.reward-card label{margin-bottom:8px;font-size:14px;font-weight:600;display:block}.reward-card input[type=number]{border:1px solid #d1d5db;border-radius:10px;width:100%;padding:12px;font-size:14px}.reward-switch{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.reward-switch span{font-weight:600}.career-reward-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;padding:20px 24px;display:flex}.save-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;padding:12px 18px}@media (width<=768px){.career-reward-modal{width:calc(100vw - 20px)}}.switch{width:52px;height:28px;display:inline-block;position:relative}.slider:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:all .25s;position:absolute;bottom:3px;left:3px}.career-requirement-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.career-requirement-modal{background:#fff;border-radius:16px;width:calc(100vw - 40px);max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.career-requirement-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.career-requirement-header h2{margin:0;font-size:22px;font-weight:700}.career-requirement-header button{cursor:pointer;background:0 0;border:none;font-size:20px}.career-requirement-body{padding:24px}.add-requirement-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;margin-bottom:20px;padding:12px 18px;font-weight:600}.add-requirement-btn:hover{opacity:.9}.requirement-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:18px;padding:18px}.requirement-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.requirement-top h4{margin:0;font-size:18px;font-weight:600}.requirement-top button{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:8px;padding:8px 12px;font-weight:600}.requirement-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.requirement-grid label{color:#374151;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.requirement-grid input,.requirement-grid select{background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:10px 12px;font-size:14px}.requirement-grid input:focus,.requirement-grid select:focus{border-color:#2563eb;outline:none}.career-requirement-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;padding:20px 24px;display:flex}.cancel-btn{cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;padding:12px 18px;font-weight:600}@media (width<=768px){.career-requirement-modal{width:calc(100vw - 20px);max-height:95vh}.career-requirement-body{padding:16px}.requirement-grid{grid-template-columns:1fr}.career-requirement-footer{padding:16px}}.selection-cards{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.selection-card{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:10px 14px;font-size:13px;transition:all .2s}.selection-card.active{color:#fff;background:#111827;border-color:#111827}.requirement-summary{color:#475569;background:#f8fafc;border-radius:10px;margin-top:16px;padding:12px;font-size:13px;line-height:1.6}.requirement-card{background:#fff}.selection-card:hover{background:#f3f4f6}.selection-card.active:hover{background:#111827}.requirement-summary{border:1px solid #e2e8f0}.requirement-summary strong{color:#111827}.career-edit-page{padding:24px}.career-edit-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.career-edit-header h1{color:#111827;font-size:28px;font-weight:700}.career-edit-header p{color:#6b7280;margin-top:6px}.career-header-actions{gap:10px;display:flex}.career-save-btn,.career-cancel-btn{cursor:pointer;border:none;border-radius:10px;height:42px;padding:0 18px;font-weight:600}.career-save-btn{color:#fff;background:#111827}.career-cancel-btn{color:#374151;background:#f3f4f6}.career-save-btn:hover,.career-cancel-btn:hover{opacity:.9}.career-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:24px;padding:24px}.career-card h3{color:#111827;margin-bottom:20px;font-size:18px;font-weight:600}.career-form-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.career-form-group{margin-bottom:18px}.career-form-group label,.career-logo-section label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.career-form-group input,.career-form-group select{border:1px solid #d1d5db;border-radius:10px;width:100%;height:42px;padding:0 12px;font-size:14px}.career-form-group input:focus,.career-form-group select:focus{border-color:#111827;outline:none}.career-form-group input:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.career-logo-section{margin-top:10px;margin-bottom:20px}.career-logo-box{background:#f8fafc;border:1px dashed #d1d5db;border-radius:14px;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:12px;display:flex;overflow:hidden}.career-logo-box img{object-fit:contain;width:100%;height:100%}.career-logo-box span{color:#94a3b8;font-size:13px}.career-logo-section input[type=file]{display:block}.career-logo-section small{color:#6b7280;margin-top:8px;display:block}.career-switch-row{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:18px;padding-top:18px;display:flex}.career-switch-row span{color:#374151;font-size:14px;font-weight:500}.career-info{color:#475569;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;margin-top:16px;padding:14px;font-size:14px;line-height:1.6}.switch input{display:none}@media (width<=900px){.career-form-grid{grid-template-columns:1fr}.career-edit-header{flex-direction:column;align-items:flex-start;gap:16px}}@media (width<=768px){.career-edit-page,.career-card{padding:16px}.career-header-actions{width:100%}.career-save-btn,.career-cancel-btn{flex:1}}.matching-page{flex-direction:column;gap:20px;display:flex}.matching-header{justify-content:space-between;align-items:center;display:flex}.matching-header h1{margin:0;font-size:28px;font-weight:700}.matching-header p{color:#64748b;margin-top:6px}.matching-tabs{gap:10px;display:flex}.matching-tabs button{cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:12px 20px;font-weight:600}.matching-tabs button.active{color:#fff;background:#111827}.matching-content{background:#fff;border-radius:16px;padding:20px}.matching-table{border-collapse:collapse;width:100%}.matching-table th{text-align:left;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:14px}.matching-table td{border-bottom:1px solid #f1f5f9;padding:14px}.matching-level-badges{flex-wrap:wrap;gap:6px;display:flex}.matching-badge{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.action-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.matching-switch-row{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.switch{width:52px;height:28px;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background:#d1d5db;border-radius:999px;transition:all .25s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:all .25s;position:absolute;top:3px;left:3px}.switch input:checked+.slider:before{transform:translate(24px)}.depth-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:20px;display:grid}.depth-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.depth-title{margin-bottom:10px;font-weight:600}.depth-card input{border:1px solid #d1d5db;border-radius:10px;width:100%;padding:10px}.persistent-info-box{color:#475467;background:#f7f8fa;border:1px solid #e4e7ec;border-radius:10px;margin-top:16px;margin-bottom:20px;padding:14px;font-size:13px;line-height:1.6}.payout-page{padding:24px}.payout-page h1{margin-bottom:20px;font-size:26px;font-weight:700}.payout-filters{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:24px;display:flex}.filter-group{flex-direction:column;gap:6px;display:flex}.filter-group label{color:#666;font-size:13px;font-weight:600}.filter-group input{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;min-width:180px;height:42px;padding:0 12px}.filter-group input:focus{border-color:#2563eb}.filter-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;height:42px;padding:0 24px;font-weight:600;transition:all .2s}.filter-btn:hover{opacity:.9}.payout-summary-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px;display:grid}.summary-card{background:#fff;border:1px solid #ececec;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000a}.summary-title{color:#777;margin-bottom:10px;font-size:13px}.summary-value{color:#111827;font-size:28px;font-weight:700}.payout-table-wrapper{background:#fff;border:1px solid #ececec;border-radius:16px;width:100%;overflow-x:auto;box-shadow:0 2px 10px #0000000a}.payout-table{border-collapse:collapse;width:100%;min-width:1700px}.payout-table thead{background:#f8fafc}.payout-table th{text-align:left;color:#475569;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:14px;font-size:13px;font-weight:700}.payout-table td{white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:14px;font-size:14px}.payout-table tbody tr:hover{background:#2563eb08}.status-badge{border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.status-normal{color:#166534;background:#dcfce7}.status-danger{color:#991b1b;background:#fee2e2}.last-report-card{background:#fff;border:1px solid #ececec;border-radius:16px;margin-bottom:24px;padding:20px;box-shadow:0 2px 10px #0000000a}.last-report-title{margin-bottom:16px;font-size:18px;font-weight:700}.last-report-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}@media (width<=768px){.payout-page{padding:12px}.summary-value{font-size:22px}.filter-group input{min-width:100%}.filter-btn{width:100%}.payout-filters{flex-direction:column;align-items:stretch}}.simulation-page{padding:20px}.simulation-title{margin-bottom:20px}.simulation-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;padding:20px}.simulation-card h2{margin-bottom:20px;font-size:18px;font-weight:600}.simulation-field{flex-direction:column;gap:6px;margin-bottom:15px;display:flex}.simulation-field label{font-size:14px;font-weight:500}.simulation-field input{border:1px solid #d1d5db;border-radius:8px;height:42px;padding:0 12px;font-size:14px}.simulation-section-row{margin-bottom:15px}.simulation-run-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;height:44px;padding:0 24px;font-weight:600}.simulation-run-btn:disabled{opacity:.6;cursor:not-allowed}.simulation-result{color:#fff;background:#111827;border-radius:12px;margin-top:30px;padding:20px;overflow:auto}.simulation-loading{margin-top:20px}.simulation-empty{color:#6b7280}.simulation-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=900px){.simulation-grid{grid-template-columns:1fr}}.simulation-half-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=900px){.simulation-half-grid{grid-template-columns:1fr}}.simulation-result-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:20px;display:grid}.result-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.result-card span{color:#6b7280;margin-bottom:8px;font-size:13px;display:block}.result-card strong{color:#111827;font-size:24px;font-weight:700}.result-card-highlight{border:3px solid #2563eb}.result-card-profit{border:2px solid #16a34a}.simulation-warning-box{background:#fff7ed;border:1px solid #fb923c;border-radius:12px;margin-bottom:20px;padding:16px}.simulation-warning-box h3{color:#9a3412;margin-bottom:12px}.simulation-warning-item{color:#9a3412;margin-bottom:8px;font-size:14px}.result-card small{color:#64748b;margin-top:6px;font-size:13px;display:block}.simulation-tabs{gap:12px;margin-bottom:25px;display:flex}.simulation-tabs button{cursor:pointer;background:#ececec;border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s}.simulation-tabs button.active{color:#fff;background:#2563eb}.user-node-field{text-align:left;flex-direction:column;gap:5px;margin-top:10px;display:flex}.user-node-field label{color:#555;font-size:12px;font-weight:600}.user-node-field input,.user-node-field select{border:1px solid #ddd;border-radius:8px;padding:8px;font-size:13px}.user-node-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.user-node-switch{align-items:center;gap:8px;margin-top:10px;display:flex}.network-designer{flex-direction:column;gap:16px;display:flex}.network-actions{gap:10px;display:flex}.network-actions button{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:8px;padding:10px 14px;font-weight:600}.network-flow-wrapper{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;width:100%;height:680px;min-height:680px;overflow:hidden}.network-designer-layout{grid-template-columns:minmax(0,1fr) 340px;gap:20px;display:grid}.network-main{flex-direction:column;gap:16px;min-width:0;display:flex}.network-toolbar{background:#fff;border-radius:14px;justify-content:space-between;align-items:center;padding:18px;display:flex;box-shadow:0 8px 24px #0f172a14}.network-toolbar h2{margin:0;font-size:20px}.network-toolbar p{color:#64748b;margin:6px 0 0;font-size:13px}.network-summary-mini{flex-wrap:wrap;gap:10px;display:flex}.network-summary-mini span{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700}.node-settings-panel{background:#fff;border-radius:16px;max-height:760px;padding:18px;position:sticky;top:20px;overflow-y:auto;box-shadow:0 8px 24px #0f172a14}.node-settings-panel h3{margin:0 0 15px}.node-settings-panel p{color:#64748b;font-size:13px}.node-panel-title{margin-bottom:12px;font-weight:800}.node-panel-field{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.node-panel-field label{color:#475569;font-size:12px;font-weight:700}.node-panel-field input,.node-panel-field select{border:1px solid #d1d5db;border-radius:9px;padding:9px;font-size:13px}.network-add-member-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;margin-bottom:18px;padding:11px;font-weight:800}.node-settings-panel hr{border:none;border-top:1px solid #e5e7eb;margin:18px 0}.binary-node{cursor:pointer;text-align:center;background:#fff;border:2px solid #0000;border-radius:12px;width:120px;padding:10px;box-shadow:0 6px 14px #0f172a1a}.binary-node-selected{border-color:#2563eb}.binary-node-small-title{color:#0f172a;font-size:14px;font-weight:800}.binary-node-small-status{margin-top:6px;font-size:11px}.binary-node-small-row{color:#475569;margin-top:5px;font-size:12px}.node-add-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;padding:12px}.node-add-box h4{margin:0 0 10px}.node-panel-tabs{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:14px;display:grid}.node-panel-tabs button{cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;padding:9px 6px;font-size:12px;font-weight:700}.node-panel-tabs button.active{color:#fff;background:#2563eb}.node-panel-info{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;margin-top:14px;padding:12px;font-size:13px;line-height:26px}.node-panel-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.node-income-list{flex-direction:column;gap:8px;display:flex}.node-income-list div{background:#f8fafc;border-radius:8px;justify-content:space-between;padding:9px;font-size:13px;display:flex}.node-income-total{color:#1d4ed8;font-weight:800;background:#eff6ff!important}.calculate-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:10px;padding:10px 14px;font-weight:800}.simulation-result-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:20px;padding:20px}.simulation-result-grid div{background:#f8fafc;border-radius:10px;padding:15px}.simulation-result-grid span{color:#64748b;font-size:12px;display:block}.simulation-result-grid strong{font-size:20px}.simulation-warnings{background:#fff7ed;border-radius:10px;margin-top:20px;padding:15px}.scenario-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.scenario-toolbar select,.scenario-toolbar input{border:1px solid #d1d5db;border-radius:8px;height:36px;padding:0 10px}.scenario-toolbar button{cursor:pointer;color:#fff;background:#111827;border:none;border-radius:8px;height:36px;padding:0 12px}@media (width<=1100px){.network-designer-layout{grid-template-columns:1fr}.node-settings-panel{max-height:none;position:static}}.binary-node-percent{color:#1d4ed8;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;min-width:44px;height:24px;margin-bottom:6px;font-size:12px;font-weight:900;display:inline-flex}.binary-node-order{color:#0f172a;margin-top:6px;font-size:13px;font-weight:900}.binary-node-leg-row{grid-template-columns:1fr 1fr;gap:6px;margin-top:10px;display:grid}.binary-node-leg-box{color:#475569;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:6px 4px;font-size:10px;line-height:16px}.binary-node-leg-title{color:#0f172a;font-size:11px;font-weight:900}.summary-info{color:#6b7280;white-space:nowrap;margin-top:20px;font-size:14px}.react-flow{direction:ltr}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1px;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__connectionline{z-index:1001}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection-rect{pointer-events:all;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background:#1a192b;border:1px solid #fff;border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__panel.center{left:50%;transform:translate(-50%)}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{color:#222;text-align:center;background-color:#fff;border:1px solid #1a192b;border-radius:3px;width:150px;padding:10px;font-size:12px}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{box-sizing:content-box;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fefefe;border:none;border-bottom:1px solid #eee;justify-content:center;align-items:center;width:16px;height:16px;padding:5px;display:flex}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;width:4px;height:4px;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.country-modal-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.country-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;padding:24px;overflow-y:auto}.country-modal h2{margin-top:0;margin-bottom:20px}.country-switches label{align-items:center;gap:10px;display:flex}.country-modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.country-switches{flex-direction:row;gap:40px;margin-top:20px;display:flex}.country-switch-row{align-items:center;gap:10px;display:flex}.country-switch-row span{font-size:14px;font-weight:500}.countries-page{padding:24px}.countries-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.countries-header h1{margin:0;font-size:28px;font-weight:700}.add-country-btn{color:#292929;cursor:pointer;background:#d4af37;border:none;border-radius:10px;padding:12px 18px;font-weight:600;transition:all .2s}.add-country-btn:hover{opacity:.9}.countries-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px;display:grid}.countries-table-wrapper{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.countries-table{border-collapse:collapse;width:100%}.countries-table thead{background:#f8fafc}.countries-table th{text-align:left;color:#555;border-bottom:1px solid #eee;padding:14px;font-size:13px;font-weight:600}.countries-table td{border-bottom:1px solid #f1f1f1;padding:14px;font-size:14px}.countries-table tr:hover{background:#fafafa}.country-actions{gap:8px;display:flex}.market-modal-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.market-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;padding:24px;overflow-y:auto}.market-modal h2{margin-top:0;margin-bottom:20px}.form-group{margin-bottom:14px}.form-group label{margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group select{border:1px solid #ddd;border-radius:10px;outline:none;width:100%;height:44px;padding:0 12px}.form-group input:focus,.form-group select:focus{border-color:#2563eb}.market-switches{flex-direction:row;gap:40px;margin-top:20px;display:flex}.market-switch-row{align-items:center;gap:10px;display:flex}.market-switch-row span{font-size:14px;font-weight:500}.market-modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.save-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 18px;font-weight:600}.cancel-btn{cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:10px 18px}.save-btn:hover{opacity:.9}.markets-page{padding:24px}.markets-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.markets-header h1{margin:0;font-size:28px;font-weight:700}.add-market-btn{color:#292929;cursor:pointer;background:#d4af37;border:none;border-radius:10px;padding:12px 18px;font-weight:600;transition:all .2s}.add-market-btn:hover{opacity:.9}.markets-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:#fff;border-radius:14px;padding:18px;box-shadow:0 2px 10px #0000000d}.stat-card span{color:#666;margin-bottom:8px;font-size:13px;display:block}.stat-card strong{font-size:28px;font-weight:700}.markets-table-wrapper{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.markets-table{border-collapse:collapse;width:100%}.markets-table thead{background:#f8fafc}.markets-table th{text-align:left;color:#555;border-bottom:1px solid #eee;padding:14px;font-size:13px;font-weight:600}.markets-table td{border-bottom:1px solid #f1f1f1;padding:14px;font-size:14px}.markets-table tr:hover{background:#fafafa}.market-actions{gap:8px;display:flex}.icon-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.edit-btn{color:#2563eb;background:#eff6ff}.delete-btn{color:#dc2626;background:#fef2f2}.edit-btn:hover{background:#dbeafe}.delete-btn:hover{background:#fee2e2}.payment-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.payment-modal{background:#fff;border-radius:16px;width:700px;max-width:95%;animation:.18s paymentModal;overflow:hidden;box-shadow:0 15px 45px #0000002e}@keyframes paymentModal{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.payment-modal-header{border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.payment-modal-header h2{color:#222;margin:0;font-size:22px;font-weight:700}.payment-modal-header button{cursor:pointer;color:#888;background:0 0;border:none;font-size:22px;transition:all .2s}.payment-modal-header button:hover{color:#111}.payment-modal-body{flex-direction:column;gap:18px;max-height:70vh;padding:24px;display:flex;overflow-y:auto}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#444;font-size:14px;font-weight:600}.form-group input,.form-group textarea,.form-group select{box-sizing:border-box;border:1px solid #ddd;border-radius:10px;width:100%;padding:11px 14px;font-size:14px;transition:all .2s}.form-group textarea{resize:vertical;min-height:90px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.payment-logo-preview{object-fit:contain;background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:90px;height:90px;margin-bottom:10px;padding:10px}.payment-switches{flex-direction:column;gap:14px;margin-top:6px;display:flex}.payment-switch-row{border-top:1px solid #f2f2f2;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.payment-switch-row:first-child{border-top:none}.payment-switch-row span{color:#444;font-size:15px;font-weight:500}.payment-modal-footer{background:#fafafa;border-top:1px solid #ececec;justify-content:flex-end;gap:12px;padding:18px 24px;display:flex}.cancel-btn{cursor:pointer;background:#e5e7eb;border:none;border-radius:10px;padding:10px 18px;font-weight:600;transition:all .2s}.cancel-btn:hover{background:#d1d5db}.save-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:10px 22px;font-weight:600;transition:all .2s}.save-btn:hover{background:#1d4ed8}small{color:#666;font-size:12px}@media (width<=768px){.payment-modal{width:95%}.form-row{grid-template-columns:1fr}.payment-modal-body{padding:18px}.payment-modal-footer{padding:16px 18px}}.market-checkbox-list{border:1px solid #e5e5e5;border-radius:10px;flex-direction:column;gap:10px;max-height:180px;padding:12px;display:flex;overflow:auto}.market-checkbox-item{cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.market-checkbox-item input{cursor:pointer;width:16px;height:16px}.payment-systems-page{padding:24px}.payment-systems-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.payment-systems-header h1{margin:0;font-size:28px;font-weight:700}.payment-systems-header p{color:#777;margin-top:6px;font-size:14px}.add-payment-system-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:11px 18px;font-weight:600;transition:all .2s}.add-payment-system-btn:hover{background:#1d4ed8}.payment-systems-stats{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px;display:grid}.payment-system-stat-card{background:#fff;border-radius:14px;flex-direction:column;gap:10px;padding:18px;display:flex;box-shadow:0 2px 8px #0000000d}.payment-system-stat-card span{color:#666;font-size:14px}.payment-system-stat-card strong{font-size:28px}.payment-system-stat-card.active{border-left:5px solid #22c55e}.payment-system-stat-card.passive{border-left:5px solid #ef4444}.payment-system-stat-card.sandbox{border-left:5px solid #f59e0b}.payment-systems-toolbar{gap:14px;margin-bottom:18px;display:flex}.payment-systems-toolbar input{border:1px solid #ddd;border-radius:10px;flex:1;padding:12px;font-size:14px}.payment-systems-toolbar select{border:1px solid #ddd;border-radius:10px;width:220px;padding:12px;font-size:14px}.payment-systems-table-wrapper{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.payment-systems-table{border-collapse:collapse;width:100%}.payment-systems-table th{text-align:left;background:#f7f7f7;padding:15px;font-size:14px}.payment-systems-table td{vertical-align:middle;border-top:1px solid #eee;padding:15px}.payment-logo{object-fit:contain;background:#fff;border:1px solid #eee;border-radius:10px;width:42px;height:42px;padding:4px}.payment-logo-placeholder{color:#fff;background:#2563eb;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.payment-name-cell{flex-direction:column;gap:4px;display:flex}.payment-name-cell span{color:#888;font-size:12px}.payment-type-badge{color:#2563eb;background:#eef4ff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.payment-mode-live{color:#15803d;background:#dcfce7;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.payment-mode-sandbox{color:#b45309;background:#fef3c7;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.payment-actions{gap:8px;display:flex}.empty-payment-systems{text-align:center;color:#888;padding:50px;font-size:15px}@media (width<=900px){.payment-systems-stats{grid-template-columns:repeat(2,1fr)}.payment-systems-toolbar{flex-direction:column}.payment-systems-toolbar select{width:100%}}.payment-markets-cell{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.payment-market-badge{color:#334155;border-radius:999px;padding:5px 9px;font-size:14px;font-weight:600}.market-selector{flex-direction:column;gap:10px;display:flex}.market-card{cursor:pointer;background:#fff;border:1px solid #dcdcdc;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .2s;display:flex}.market-card:hover{background:#f8fbff;border-color:#2563eb}.market-card.selected{background:#eff6ff;border:2px solid #2563eb}.market-card-name{color:#222;font-size:14px;font-weight:600}.market-card-check{color:#0000;border:2px solid #cfcfcf;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.market-card-check.active{color:#fff;background:#2563eb;border-color:#2563eb}.organization-toolbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #b8842f2e;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;padding:16px 22px;display:flex;box-shadow:0 10px 28px #0f172a0f}.organization-search{background:#f8fafc;border:1px solid #eceff4;border-radius:16px;flex:1;align-items:center;gap:14px;max-width:420px;height:52px;padding:0 18px;display:flex}.organization-search svg{color:#b8842f;font-size:18px}.organization-search input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;font-size:14px}.organization-search input::placeholder{color:#9ca3af}.organization-toolbar-group{align-items:center;gap:10px;display:flex}.organization-toolbar-group button{color:#475569;cursor:pointer;background:#fff;border:1px solid #b8842f29;border-radius:14px;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 16px;font-size:14px;font-weight:600;transition:all .25s;display:flex}.organization-toolbar-group button:hover{color:#b8842f;border-color:#b8842f6b;transform:translateY(-2px);box-shadow:0 8px 20px #b8842f24}.organization-toolbar-group button svg{font-size:18px}.toolbar-icon-btn{width:46px;padding:0!important}.toolbar-zoom-btn{min-width:84px;color:#b8842f!important;font-weight:700!important}@media (width<=1200px){.organization-toolbar{flex-wrap:wrap}.organization-search{width:100%;max-width:100%}}@media (width<=768px){.organization-toolbar{padding:16px}.organization-toolbar-group{flex-wrap:wrap}.organization-toolbar-group button{flex:1}}.organization-search-item{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:14px 18px;transition:all .18s;display:flex}.organization-search-item strong{color:#1f2937;font-size:14px;font-weight:700}.organization-search-item span{color:#94a3b8;font-size:12px}.organization-search{position:relative}.organization-search-dropdown{z-index:20;background:#fff;border:1px solid #b8842f2e;border-radius:16px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 16px 36px #0f172a1a}.organization-search-item{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;display:flex}.organization-search-item:hover{background:#faf7ef}.organization-search-user strong{color:#111827;font-size:14px;display:block}.organization-search-user small{color:#94a3b8;margin-top:4px;font-size:12px;display:block}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#555;--xy-background-pattern-lines-color-default:#333;--xy-background-pattern-cross-color-default:#333;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;touch-action:none}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px)translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px)translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));padding:10px;font-size:12px}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;translate:-50% -50%}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.tree-node{box-sizing:border-box;cursor:pointer;background:linear-gradient(#fff,#fcfbf8);border:1px solid #b8842f33;border-radius:22px;width:255px;min-height:178px;padding:16px;transition:all .25s;position:relative;box-shadow:0 10px 28px #0f172a14}.tree-node:hover{border-color:#b8842f73;transform:translateY(-3px);box-shadow:0 18px 38px #0f172a24}.tree-menu{color:#94a3b8;cursor:pointer;opacity:.55;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.tree-node:hover .tree-menu{opacity:1}.tree-menu:hover{color:#1e293b;background:#f8fafc}.tree-avatar{background:#fff;border-radius:50%;width:56px;height:56px;margin:0 auto;padding:3px}.tree-avatar img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:100%;height:100%}.tree-avatar-text{color:#5a4319;letter-spacing:.04em;background:linear-gradient(135deg,#e7d2a5,#d2b178);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;font-weight:800;display:flex}.tree-avatar.active{border:3px solid #22c55e;box-shadow:0 0 0 4px #22c55e1f,0 0 16px #22c55e2e}.tree-avatar.passive{border:3px solid #fb341a;box-shadow:0 0 0 4px #ef44441f}.tree-name{text-align:center;color:#182233;margin-top:10px;font-size:15px;font-weight:700}.tree-member{text-align:center;color:#94a3b8;margin-top:2px;font-size:11px;font-weight:600}.tree-career{justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.tree-career-left{flex:1;min-width:0}.tree-career-left span{text-overflow:ellipsis;white-space:nowrap;color:#475569;font-size:12px;font-weight:700;display:block;overflow:hidden}.tree-percent{color:#fff;background:linear-gradient(135deg,#c89535,#efc46a);border-radius:999px;justify-content:center;align-items:center;min-width:42px;height:24px;font-size:12px;font-weight:800;display:flex}.tree-stats{background:linear-gradient(#faf9f6,#f7f5ef);border:1px solid #b8842f1f;border-radius:16px;margin-top:12px;overflow:hidden}.tree-stat-row{grid-template-columns:44px 1fr auto 1fr;align-items:center;min-height:36px;padding:0 10px;display:grid}.tree-stat-row+.tree-stat-row{border-top:1px solid #b8842f1a}.tree-stat-title{color:#b8842f;font-size:11px;font-weight:800}.tree-divider{background:#b8842f2e;width:1px;height:18px}.tree-stat{justify-content:center;align-items:center;gap:5px;display:flex}.tree-stat span{color:#b8842f;font-size:11px;font-weight:700}.tree-stat strong{color:#182233;font-size:13px;font-weight:800}.tree-expand{color:#b8842f;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;height:30px;margin-top:10px;transition:all .2s;display:flex}.tree-expand svg{font-size:18px}.tree-expand:hover{background:#b8842f14}.dark .tree-node{background:linear-gradient(#1b2331,#161d29)}.dark .tree-name{color:#fff}.dark .tree-member{color:#8ea1b7}.dark .tree-career-left span{color:#d7dee7}.dark .tree-stats{background:linear-gradient(#212b39,#1a2330)}.dark .tree-stat strong{color:#fff}.dark .tree-divider{background:#ffffff14}.dark .tree-menu:hover{color:#fff;background:#283446}.tree-node-selected{border-color:#c99b33;transform:translateY(-4px);box-shadow:0 0 0 2px #c99b3347,0 18px 42px #b8842f38}.organization-tree-wrapper{background:radial-gradient(circle at top,#fcfcfd,#f7f8fb);border-radius:22px;width:100%;height:100%;position:relative;overflow:hidden}.react-flow{z-index:1;width:100%;height:100%}.react-flow__viewport{transition:transform .25s}.react-flow__background{z-index:0}.react-flow__edges{z-index:2}.react-flow__edge-path{stroke-linecap:round}.react-flow__nodes{z-index:3}.react-flow__node{cursor:default}.react-flow__attribution{display:none!important}.organization-loading{color:#64748b;justify-content:center;align-items:center;height:100%;font-size:16px;font-weight:600;display:flex}.placeholder-node{box-sizing:border-box;color:#b8842f;cursor:pointer;background:linear-gradient(#fffdf8f5,#faf7f0f5);border:2px dashed #b8842f59;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:255px;min-height:178px;transition:all .25s;display:flex}.placeholder-node:hover{border-color:#b8842f;transform:translateY(-2px);box-shadow:0 14px 30px #b8842f1f}.placeholder-plus{background:#fff;border:2px solid #b8842f40;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;font-weight:300;line-height:1;display:flex}.placeholder-title{letter-spacing:.08em;color:#b8842f;font-size:13px;font-weight:800}.placeholder-subtitle{color:#94a3b8;font-size:12px;font-weight:600}.dark .placeholder-node{background:linear-gradient(#1b2331,#161d29);border-color:#b8842f47}.dark .placeholder-plus{background:#202938;border-color:#b8842f40}.dark .placeholder-subtitle{color:#8ea1b7}.organization-drawer{z-index:99999;background:#fff;border-left:1px solid #b8842f2e;flex-direction:column;width:520px;height:100vh;transition:right .35s;display:flex;position:fixed;top:0;right:-540px;box-shadow:-20px 0 50px #0f172a14}.organization-drawer.open{right:0}.organization-drawer-header{background:linear-gradient(145deg,#fff,#faf8f3);border-bottom:1px solid #b8842f24;padding:22px 26px;position:relative}.organization-drawer-header button{cursor:pointer;background:#f5f6f8;border:none;border-radius:50%;width:42px;height:42px;transition:all .25s;position:absolute;top:22px;right:22px}.organization-drawer-header button:hover{color:#fff;background:#b8842f}.organization-user img{object-fit:cover;border:5px solid #25c46a;border-radius:50%;width:96px;height:96px;box-shadow:0 12px 26px #25c46a33}.organization-user span{color:#6b7280;font-size:14px}.organization-user:after{content:"";background:linear-gradient(90deg,#b8842f,#e8c779);border-radius:999px;width:72px;height:4px;margin-top:18px}.organization-user-career{flex-direction:column;align-items:center;gap:8px;margin-top:18px;display:flex}.organization-user-career h4{color:#b8842f;margin:0;font-size:18px;font-weight:700}.organization-user-career span{color:#b8842f;background:#b8842f1f;border-radius:999px;justify-content:center;align-items:center;min-width:78px;height:34px;padding:0 16px;font-size:14px;font-weight:700;display:flex}.organization-tabs{background:#fff;border-bottom:1px solid #b8842f1f;gap:10px;padding:18px;display:flex;overflow-x:auto}.organization-tabs::-webkit-scrollbar{display:none}.organization-tabs button{color:#64748b;cursor:pointer;background:#f7f8fb;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:105px;height:46px;font-size:14px;font-weight:600;transition:all .25s;display:flex}.organization-tabs button svg{font-size:17px}.organization-tabs button:hover{color:#b8842f;background:#f2ede3}.organization-tabs button.active{color:#fff;background:linear-gradient(135deg,#b8842f,#d8b46b);box-shadow:0 10px 24px #b8842f38}.organization-drawer-content{flex:1;padding:24px;overflow-y:auto}.organization-drawer-content::-webkit-scrollbar{width:7px}.organization-drawer-content::-webkit-scrollbar-thumb{background:#d5d9e2;border-radius:999px}.drawer-form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.drawer-field{flex-direction:column;gap:8px;display:flex}.drawer-field-full{grid-column:1/-1}.drawer-field label{color:#475569;font-size:13px;font-weight:600}.drawer-field input,.drawer-field select{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;height:48px;padding:0 16px;font-size:14px;transition:all .25s}.drawer-field input:focus,.drawer-field select:focus{border-color:#b8842f;outline:none;box-shadow:0 0 0 4px #b8842f1a}.drawer-section{flex-direction:column;gap:18px;margin-bottom:28px;display:flex}.drawer-section h4{color:#1f2937;margin:0;font-size:16px;font-weight:700}.drawer-info-card{background:#f8fafc;border:1px solid #b8842f1a;border-radius:16px;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.drawer-info-card span{color:#64748b;font-size:14px}.drawer-info-card strong{color:#111827;font-size:14px;font-weight:700}.drawer-action-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.drawer-action-grid button{color:#374151;cursor:pointer;background:#f4f6f8;border:none;border-radius:12px;height:44px;font-weight:600;transition:all .25s}.drawer-action-grid button:hover{color:#fff;background:#b8842f}.drawer-radio-group{flex-direction:column;gap:12px;display:flex}.drawer-radio-group label{cursor:pointer;color:#374151;align-items:center;gap:10px;font-size:14px;display:flex}.drawer-radio-group input{accent-color:#b8842f}.drawer-save-area{margin-top:28px}.drawer-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#b8842f,#d8b46b);border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;font-size:15px;font-weight:700;transition:all .25s;display:flex}.drawer-save-btn.saved{color:#fff;background:#22c55e;border-color:#22c55e}.drawer-save-btn:disabled{opacity:.7;cursor:not-allowed}.drawer-save-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px #b8842f47}@media (width<=768px){.organization-drawer{width:100%}.drawer-form-grid,.drawer-action-grid{grid-template-columns:1fr}}.organization-user{flex-direction:column;align-items:center;display:flex}.organization-user h3{color:#111827;margin:20px 0 8px;font-size:24px;font-weight:700}.organization-member-id{color:#6b7280;background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;padding:8px 18px;font-size:13px;font-weight:700;display:flex}.organization-career{color:#fff;background:linear-gradient(135deg,#b8842f,#ddb96a);border-radius:999px;margin-top:10px;padding:8px 16px;font-size:12px;font-weight:700;box-shadow:0 12px 24px #b8842f33}.organization-header-stats{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:16px;display:grid}.organization-status-card{background:#fafafa;border:1px solid #b8842f1f;border-radius:18px;padding:12px 14px}.organization-status-card small{color:#94a3b8;margin-bottom:8px;font-size:12px;display:block}.organization-status-card strong{color:#111827;font-size:16px;font-weight:700}.status-active{color:#22c55e!important}.status-passive{color:#ef4444!important}.drawer-section select{color:#1f2937;cursor:pointer;appearance:none;background:#fff;border:1px solid #d8dde7;border-radius:12px;outline:none;width:100%;height:48px;margin-top:10px;padding:0 16px;font-size:14px;font-weight:600;transition:all .2s}.drawer-section select:hover{border-color:#b8842f}.drawer-section select:focus{border-color:#b8842f;box-shadow:0 0 0 4px #b8842f26}.drawer-section option{color:#1f2937;background:#fff}.organization-page{z-index:1;flex-direction:column;gap:22px;width:100%;height:calc(100vh - 88px);display:flex;overflow:visible}.organization-header{z-index:30;justify-content:space-between;align-items:center;display:flex;position:relative}.organization-toolbar{z-index:30;position:relative}.organization-body,.organization-tree-container{position:relative}.organization-header h1{color:#1f2937;margin:0;font-size:28px;font-weight:700}.organization-header p{color:#64748b;margin:6px 0 0}.organization-body{z-index:9;background:#fff;border:1px solid #b8842f24;border-radius:24px;flex:1;min-height:820px;position:relative;overflow:visible;box-shadow:0 18px 40px #0f172a0d}.organization-tree-container{width:100%;height:720px;overflow:hidden}.organization-tree-wrapper{width:100%;height:100%}.react-flow{background:radial-gradient(circle at top,#fcfcfd,#f7f8fb)}.react-flow__renderer{cursor:grab}.react-flow__renderer:active{cursor:grabbing}@media (width<=992px){.organization-page{height:auto}.organization-body{min-height:720px}}.wallet-search{background:#fff;border:1px solid #e8ebf2;border-radius:22px;padding:28px;box-shadow:0 12px 32px #0f172a0d}.wallet-search-title{margin-bottom:24px}.wallet-search-title h2{color:#1f2937;margin:0;font-size:24px;font-weight:700}.wallet-search-title p{color:#6b7280;margin-top:8px;font-size:14px}.wallet-search-form{align-items:center;gap:16px;display:flex}.wallet-search-form input{color:#1f2937;background:#fff;border:1px solid #d8dee8;border-radius:14px;outline:none;flex:1;height:56px;padding:0 18px;font-size:15px;transition:all .25s}.wallet-search-form input::placeholder{color:#9ca3af}.wallet-search-form input:focus{border-color:#d4a43c;box-shadow:0 0 0 4px #d4a43c1f}.wallet-search-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d4a43c,#b8842f);border:none;border-radius:14px;min-width:190px;height:56px;font-size:15px;font-weight:700;transition:all .25s}.wallet-search-form button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #d4a43c4d}.wallet-search-form button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=768px){.wallet-search{padding:20px}.wallet-search-form{flex-direction:column;align-items:stretch}.wallet-search-form button{width:100%;min-width:auto}}.wallet-user-card{background:#fff;border:1px solid #e8ebf2;border-radius:22px;justify-content:space-between;align-items:center;gap:40px;padding:28px;display:flex;box-shadow:0 12px 32px #0f172a0d}.wallet-user-left{align-items:center;gap:20px;display:flex}.wallet-avatar{color:#fff;background:#d4a43c;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:22px;font-weight:700;display:flex;overflow:hidden}.wallet-avatar img{object-fit:cover;width:100%;height:100%}.wallet-user-left h2{color:#1f2937;margin:0;font-size:24px}.wallet-user-left p{color:#6b7280;margin-top:6px}.wallet-user-info{grid-template-columns:repeat(4,160px);gap:20px;display:grid}.wallet-user-info span{color:#9ca3af;margin-bottom:6px;font-size:13px;display:block}.wallet-user-info strong{color:#1f2937;font-size:15px}.wallet-user-info .active{color:#16a34a}.wallet-user-info .passive{color:#dc2626}@media (width<=992px){.wallet-user-card{flex-direction:column;align-items:flex-start}.wallet-user-info{grid-template-columns:repeat(2,1fr);width:100%}}@media (width<=640px){.wallet-user-info{grid-template-columns:1fr}}.wallet-cards{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.wallet-card{cursor:pointer;background:#fff;border:1px solid #e8ebf2;border-radius:22px;flex-direction:column;gap:18px;padding:26px;transition:all .25s;display:flex;box-shadow:0 12px 30px #0f172a0d}.wallet-card:hover{border-color:#d4a43c;transform:translateY(-4px)}.wallet-card.active{border:2px solid #d4a43c;box-shadow:0 18px 40px #d4a43c33}.wallet-icon{background:#fff8eb;border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;font-size:28px;display:flex}.wallet-card h3{color:#1f2937;margin:0;font-size:20px}.wallet-card span{color:#8b8b8b;margin-top:6px;font-size:14px;display:block}.wallet-card strong{color:#d4a43c;margin-top:auto;font-size:28px;font-weight:700}@media (width<=1100px){.wallet-cards{grid-template-columns:1fr}}.wallet-info{margin-top:8px}.wallet-actions{gap:12px;margin-top:24px;display:flex}.wallet-actions button{cursor:pointer;border:none;border-radius:12px;flex:1;height:46px;font-weight:700;transition:all .25s}.wallet-credit{color:#fff}.wallet-credit:hover{background:#15803d}.wallet-debit{color:#fff}.wallet-debit:hover{background:#b91c1c}.wallet-modal-overlay{z-index:9999;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.wallet-modal{background:#fff;border-radius:24px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 24px 80px #0f172a40}.wallet-modal-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.wallet-modal-header h2{margin:0}.wallet-modal-header p{color:#64748b;margin-top:6px}.wallet-modal-close{cursor:pointer;background:0 0;border:none;font-size:24px}.wallet-modal-body{padding:28px}.wallet-form-group{margin-bottom:20px}.wallet-form-group label{margin-bottom:8px;font-weight:600;display:block}.wallet-form-group input,.wallet-form-group textarea{border:1px solid #d9dee8;border-radius:14px;width:100%;padding:14px;font-size:15px}.wallet-modal-footer{border-top:1px solid #edf2f7;justify-content:flex-end;gap:14px;padding:24px 28px;display:flex}.wallet-modal-footer button{cursor:pointer;border:none;border-radius:12px;height:48px;padding:0 28px;font-weight:700}.wallet-modal-footer .cancel{background:#eef2f7}.wallet-modal-footer .save{color:#fff;background:#d4a43c}.wallet-history{background:#fff;border:1px solid #e8ebf2;border-radius:22px;padding:26px;box-shadow:0 12px 30px #0f172a0d}.wallet-history-header{margin-bottom:20px}.wallet-history-header h2{color:#1f2937;margin:0;font-size:22px}.wallet-history table{border-collapse:collapse;width:100%}.wallet-history th{text-align:left;color:#64748b;background:#f8fafc;padding:14px;font-size:14px}.wallet-history td{border-top:1px solid #eef2f7;padding:14px}.wallet-credit{color:#16a34a;font-weight:700}.wallet-debit{color:#dc2626;font-weight:700}.wallet-empty{text-align:center;color:#94a3b8;padding:50px}@media (width<=1100px){.wallet-history{overflow:auto}.wallet-history table{min-width:900px}}.wallet-page{flex-direction:column;gap:24px;padding:28px;display:flex}@media (width<=768px){.wallet-page{gap:18px;padding:18px}}.business-wallet-settings{flex-direction:column;gap:24px;display:flex}.business-wallet-card{background:#fff;border:1px solid #ececec;border-radius:20px;padding:24px;box-shadow:0 10px 30px #0000000d}.business-wallet-card h2{color:#20242b;margin:0 0 22px;font-size:18px;font-weight:700}.business-wallet-card label{color:#444;align-items:center;gap:12px;padding:10px 0;font-size:15px;display:flex}.business-wallet-card input[type=checkbox]{cursor:pointer;width:18px;height:18px}.country-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px 20px;display:grid}.country-grid label{cursor:pointer;border:1px solid #ececec;border-radius:12px;padding:10px 14px;transition:all .2s}.country-grid label:hover{background:#fffaf0;border-color:#d4a43c}.business-wallet-card select{background:#fff;border:1px solid #d8d8d8;border-radius:12px;width:100%;margin-top:16px;padding:12px 14px;font-size:14px}.business-wallet-card select:disabled{opacity:.55;cursor:not-allowed}.business-wallet-actions{justify-content:flex-end;display:flex}.business-wallet-actions button{color:#fff;cursor:pointer;background:#d4a43c;border:0;border-radius:14px;padding:14px 34px;font-size:15px;font-weight:700;transition:all .2s}.business-wallet-actions button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #d4a43c4d}.business-wallet-actions button:disabled{opacity:.6;cursor:wait}@media (width<=768px){.country-grid{grid-template-columns:1fr}}.business-wallet-page{flex-direction:column;gap:24px;display:flex}.business-wallet-header{margin-bottom:8px}.business-wallet-header h1{margin:0;font-size:28px;font-weight:700}.business-wallet-header p{color:#6b7280;margin-top:8px}.withdraw-status-badge{border-radius:999px;justify-content:center;align-items:center;min-width:92px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.withdraw-status-badge.pending{color:#b7791f;background:#fff8e6}.withdraw-status-badge.approved{color:#15803d;background:#eefaf2}.withdraw-status-badge.processing{color:#2563eb;background:#eef5ff}.withdraw-status-badge.paid{color:#0f9d58;background:#e9fff2}.withdraw-status-badge.rejected{color:#dc2626;background:#fff1f2}.withdraw-drawer-header{border-bottom:1px solid #d4a43c1f;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;padding-bottom:18px;display:flex}.withdraw-drawer-user{flex-direction:column;gap:10px;display:flex}.withdraw-member-id{color:#9a6a08;letter-spacing:.05em;background:#d4a43c1a;border-radius:999px;justify-content:center;align-items:center;width:max-content;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.withdraw-drawer-user h2{color:#202020;margin:0;font-size:22px;font-weight:800;line-height:1.2}.withdraw-header-status{margin-top:10px}.withdraw-drawer-close{cursor:pointer;background:#d4a43c14;border:none;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.withdraw-drawer-close:hover{background:#d4a43c2e}.withdraw-drawer-close svg{color:#555;font-size:18px}[data-theme=dark] .withdraw-drawer-user h2{color:#fff}[data-theme=dark] .withdraw-drawer-close{background:#2a2e38}@media (width<=768px){.withdraw-drawer-header{margin-bottom:14px;padding-bottom:14px}.withdraw-drawer-user h2{font-size:18px}.withdraw-drawer-close{width:38px;height:38px}}.withdraw-summary-card{background:linear-gradient(145deg,#fff,#fcfaf4);border:1px solid #d4a43c1f;border-radius:18px;padding:16px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden;box-shadow:0 10px 22px #0000000d}.withdraw-summary-card:hover{border-color:#d4a43c40;transform:translateY(-3px);box-shadow:0 16px 34px #00000014}.withdraw-summary-card:before{content:"";background:linear-gradient(90deg,#d4a43c,#ebc56a);width:100%;height:4px;position:absolute;top:0;left:0}.withdraw-summary-card span{letter-spacing:.08em;text-transform:uppercase;color:#8a8a8a;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.withdraw-summary-card strong{color:#202020;word-break:break-word;font-size:20px;font-weight:800;line-height:1.2;display:block}.withdraw-summary-card:first-child:before{background:linear-gradient(90deg,#d4a43c,#ebc56a)}.withdraw-summary-card:nth-child(2):before{background:linear-gradient(90deg,#2563eb,#60a5fa)}.withdraw-summary-card:nth-child(3):before{background:linear-gradient(90deg,#dc2626,#f87171)}.withdraw-summary-card:nth-child(4):before{background:linear-gradient(90deg,#16a34a,#4ade80)}.withdraw-summary-card:nth-child(5):before{background:linear-gradient(90deg,#7c3aed,#a78bfa)}[data-theme=dark] .withdraw-summary-card{box-shadow:none;background:linear-gradient(145deg,#20242d,#262b35);border-color:#ffffff0f}[data-theme=dark] .withdraw-summary-card:hover{border-color:#d4a43c40}[data-theme=dark] .withdraw-summary-card span{color:#aeb6c5}[data-theme=dark] .withdraw-summary-card strong{color:#fff}@media (width<=1100px){.withdraw-summary-cards{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.withdraw-summary-cards{grid-template-columns:repeat(2,1fr);gap:12px}.withdraw-summary-card{border-radius:16px;padding:14px}.withdraw-summary-card span{font-size:10px}.withdraw-summary-card strong{font-size:17px}}@media (width<=480px){.withdraw-summary-cards{grid-template-columns:1fr}}.withdraw-status-info{border:1px solid;border-radius:18px;align-items:flex-start;gap:16px;padding:18px;transition:all .25s;display:flex}.withdraw-status-icon{border-radius:50%;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;font-size:22px;display:flex;box-shadow:0 8px 18px #00000014}.withdraw-status-info h4{margin:0 0 6px;font-size:17px;font-weight:800;line-height:1.2}.withdraw-status-info.pending h4,.withdraw-status-info.pending small{color:#a06c00}.withdraw-status-info.approved h4,.withdraw-status-info.approved small{color:#1d4ed8}.withdraw-status-info.paid h4,.withdraw-status-info.paid small{color:#15803d}.withdraw-status-info.rejected h4,.withdraw-status-info.rejected small{color:#b91c1c}[data-theme=dark] .withdraw-status-info{background:#20242d;border-color:#ffffff0f}[data-theme=dark] .withdraw-status-info p{color:#c8cfda}[data-theme=dark] .withdraw-status-info.pending{background:#d4a43c1a;border-color:#d4a43c33}[data-theme=dark] .withdraw-status-info.approved{background:#2563eb1f;border-color:#2563eb33}[data-theme=dark] .withdraw-status-info.paid{background:#16a34a1f;border-color:#16a34a33}[data-theme=dark] .withdraw-status-info.rejected{background:#dc26261f;border-color:#dc262633}[data-theme=dark] .withdraw-status-info h4{color:#fff}@media (width<=768px){.withdraw-status-info{gap:14px;padding:16px}.withdraw-status-icon{width:44px;min-width:44px;height:44px;font-size:20px}.withdraw-status-info h4{font-size:15px}.withdraw-status-info p{font-size:12px}.withdraw-status-info small{font-size:11px}}.withdraw-timeline{background:#fff;border:1px solid #d4a43c1f;border-radius:18px;padding:20px;box-shadow:0 8px 18px #0000000a}.timeline-row{gap:16px;display:flex;position:relative}.timeline-row:not(:last-child){padding-bottom:24px}.timeline-icon{color:#fff;z-index:2;background:linear-gradient(135deg,#d4a43c,#e8bf63);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:flex;box-shadow:0 6px 14px #d4a43c47}.timeline-content{flex:1;padding-bottom:2px}.timeline-content span{color:#888;margin-top:4px;font-size:12px;font-weight:500;display:block}.timeline-content p{color:#666;margin:10px 0 0;font-size:13px;line-height:1.6}[data-theme=dark] .withdraw-timeline{box-shadow:none;background:#20242d;border-color:#ffffff0f}[data-theme=dark] .withdraw-timeline h3,[data-theme=dark] .timeline-content strong{color:#fff}[data-theme=dark] .timeline-content span{color:#aeb6c5}[data-theme=dark] .timeline-content p{color:#c8cfda}[data-theme=dark] .timeline-line{background:linear-gradient(#d4a43c73,#d4a43c1f)}@media (width<=768px){.withdraw-timeline{padding:16px}.withdraw-timeline h3{margin-bottom:18px;font-size:15px}.timeline-row{gap:14px}.timeline-row:not(:last-child){padding-bottom:20px}.timeline-icon{width:24px;height:24px;font-size:12px}.timeline-content strong{font-size:13px}.timeline-content span{font-size:11px}.timeline-content p{font-size:12px}}.withdraw-admin-form{flex-direction:column;gap:18px;margin-top:22px;display:flex}.withdraw-form-group{flex-direction:column;gap:8px;display:flex}.withdraw-form-group label{color:#666;font-size:13px;font-weight:700}.withdraw-form-group input,.withdraw-form-group textarea{resize:vertical;background:#fff;border:1px solid #e5d8ba;border-radius:12px;width:100%;padding:12px 14px;font-size:14px;transition:all .2s}.withdraw-form-group input:focus,.withdraw-form-group textarea:focus{border-color:#d4a43c;outline:none;box-shadow:0 0 0 3px #d4a43c1f}.withdraw-readonly-box{background:#fff7e9;border:1px solid #d4a43c33;border-radius:14px;padding:16px}.withdraw-readonly-box span{color:#777;margin-bottom:6px;font-size:12px;display:block}.withdraw-readonly-box strong{color:#202020;font-size:14px;line-height:1.5}[data-theme=dark] .withdraw-form-group input,[data-theme=dark] .withdraw-form-group textarea{color:#fff;background:#242933;border-color:#343a46}[data-theme=dark] .withdraw-readonly-box{background:#2a2f38;border-color:#3a414d}[data-theme=dark] .withdraw-readonly-box strong{color:#fff}.withdraw-action-buttons{border-top:1px solid #d4a43c1a;justify-content:flex-end;gap:12px;margin-top:22px;padding-top:18px;display:flex}.withdraw-action-buttons button{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;min-width:140px;height:46px;padding:0 22px;font-size:14px;font-weight:700;transition:all .25s;display:flex}.withdraw-action-buttons button:disabled{opacity:.55;cursor:not-allowed;transform:none}.approve-btn{color:#fff;background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 10px 22px #16a34a2e}.approve-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 30px #16a34a47}.reject-btn{color:#fff;background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 10px 22px #dc26262e}.reject-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 30px #dc262647}.paid-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 10px 22px #2563eb2e}.paid-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 30px #2563eb47}.completed-btn{color:#15803d;cursor:default;background:#eaf8ef;border:1px solid #bbe5c9}.cancelled-btn{color:#b91c1c;cursor:default;background:#fef2f2;border:1px solid #fecaca}[data-theme=dark] .withdraw-action-buttons{border-top-color:#ffffff14}[data-theme=dark] .completed-btn{color:#5ee38b;background:#24352a;border-color:#31533b}[data-theme=dark] .cancelled-btn{color:#ff8a8a;background:#3b2323;border-color:#5b2b2b}@media (width<=768px){.withdraw-action-buttons{flex-direction:column;gap:10px}.withdraw-action-buttons button{width:100%;min-width:0}}.withdraw-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;background:#00000073;justify-content:flex-end;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.withdraw-detail-drawer{background:linear-gradient(#fff,#faf8f2);flex-direction:column;gap:22px;width:680px;max-width:100%;height:100vh;padding:26px;display:flex;overflow-y:auto;box-shadow:-18px 0 45px #0000002e}.withdraw-detail-content{grid-template-columns:1fr 360px;align-items:start;gap:22px;display:grid}.withdraw-detail-column,.withdraw-form-column{flex-direction:column;gap:18px;display:flex}.withdraw-detail-list{background:#fff;border:1px solid #d4a43c1f;border-radius:18px;flex-direction:column;display:flex;overflow:hidden}.withdraw-detail-item{border-bottom:1px solid #d4a43c14;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.withdraw-detail-item:last-child{border-bottom:none}.withdraw-detail-item span{color:#7d7d7d;font-size:12px;font-weight:600}.withdraw-detail-item strong{color:#202020;text-align:right;word-break:break-word;font-size:14px;font-weight:700}.withdraw-summary-cards{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.withdraw-summary-card{background:#fff;border:1px solid #d4a43c1a;border-radius:16px;padding:14px;box-shadow:0 8px 18px #0000000a}.withdraw-summary-card span{color:#888;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.withdraw-summary-card strong{color:#202020;font-size:17px;font-weight:800;display:block}.withdraw-status-info{border:1px solid;border-radius:18px;align-items:flex-start;gap:14px;padding:18px;display:flex}.withdraw-status-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:20px;display:flex}.withdraw-status-info h4{margin:0 0 6px;font-size:16px;font-weight:800}.withdraw-status-info p{color:#666;margin:0;font-size:13px;line-height:1.6}.withdraw-status-info small{margin-top:10px;font-size:12px;font-weight:700;display:block}.withdraw-status-info.pending{background:#fff9eb;border-color:#f3df9e}.withdraw-status-info.pending .withdraw-status-icon{color:#9a6a08;background:#ffe8a3}.withdraw-status-info.approved{background:#eef6ff;border-color:#cfe2ff}.withdraw-status-info.approved .withdraw-status-icon{color:#2563eb;background:#d9ebff}.withdraw-status-info.paid{background:#edfdf3;border-color:#bce8cb}.withdraw-status-info.paid .withdraw-status-icon{color:#16a34a;background:#d7f8e4}.withdraw-status-info.rejected{background:#fff2f2;border-color:#ffd1d1}.withdraw-status-info.rejected .withdraw-status-icon{color:#dc2626;background:#ffe3e3}.withdraw-timeline{background:#fff;border:1px solid #d4a43c1a;border-radius:18px;padding:18px}.withdraw-timeline h3{color:#202020;margin:0 0 18px;font-size:16px;font-weight:800}.timeline-row{gap:16px;padding-bottom:18px;display:flex;position:relative}.timeline-left{flex-direction:column;flex-shrink:0;align-items:center;width:24px;display:flex}.timeline-icon{color:#fff;z-index:2;background:#d4a43c;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.timeline-line{background:#d4a43c4d;flex:1;width:2px;margin-top:6px}.timeline-content{padding-bottom:6px}.timeline-content strong{color:#202020;font-size:14px;font-weight:700;display:block}.timeline-content span{color:#888;margin-top:4px;font-size:12px;display:block}.timeline-content p{color:#555;margin-top:8px;font-size:13px;line-height:1.5}.withdraw-action-buttons{justify-content:flex-end;gap:12px;padding-top:6px;display:flex}.withdraw-action-buttons button{cursor:pointer;border:none;border-radius:12px;height:44px;padding:0 24px;font-size:14px;font-weight:700;transition:all .2s}.approve-btn{color:#fff;background:#16a34a}.approve-btn:hover{background:#15803d}.reject-btn{color:#fff;background:#dc2626}.reject-btn:hover{background:#b91c1c}.paid-btn{color:#fff;background:#2563eb}.paid-btn:hover{background:#1d4ed8}.completed-btn{color:#15803d;cursor:default;background:#e8f8ef}.cancelled-btn{color:#b91c1c;cursor:default;background:#fdecec}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=1200px){.withdraw-detail-content{grid-template-columns:1fr}}@media (width<=768px){.withdraw-detail-drawer{width:100%;padding:18px}.withdraw-summary-cards{grid-template-columns:repeat(2,1fr)}.withdraw-detail-item{flex-direction:column;align-items:flex-start}.withdraw-detail-item strong{text-align:left}.withdraw-action-buttons{flex-direction:column}.withdraw-action-buttons button{width:100%}}.iban-value{word-break:break-all;text-align:right}.withdraw-page{flex-direction:column;gap:24px;padding:28px;display:flex}.withdraw-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.withdraw-header h1{color:#202020;margin:0;font-size:30px;font-weight:800}.withdraw-header p{color:#777;margin-top:6px;font-size:14px}.refresh-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#d4a43c,#eac56a);border:none;border-radius:14px;align-items:center;gap:10px;height:46px;padding:0 20px;font-weight:700;transition:all .25s;display:flex;box-shadow:0 12px 24px #d4a43c38}.refresh-btn:hover{transform:translateY(-2px)}.withdraw-stats{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.withdraw-stat-card{background:#fff;border:1px solid #d4a43c1f;border-radius:18px;align-items:center;gap:16px;padding:18px;display:flex;box-shadow:0 10px 22px #0000000d}.withdraw-stat-card svg{color:#d4a43c;font-size:28px}.withdraw-stat-card span{color:#888;margin-bottom:4px;font-size:12px;display:block}.withdraw-stat-card strong{color:#202020;font-size:22px;font-weight:800}.withdraw-stat-card.pending svg{color:#d4a43c}.withdraw-stat-card.approved svg{color:#2563eb}.withdraw-stat-card.paid svg{color:#16a34a}.withdraw-stat-card.rejected svg{color:#dc2626}.withdraw-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.withdraw-search{flex:1;max-width:420px;position:relative}.withdraw-search svg{color:#999;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.withdraw-search input{background:#fff;border:1px solid #d4a43c1f;border-radius:14px;width:100%;height:48px;padding:0 18px 0 46px;font-size:14px}.withdraw-toolbar select{background:#fff;border:1px solid #d4a43c1f;border-radius:14px;height:48px;padding:0 18px;font-size:14px}.withdraw-table-card{background:#fff;border:1px solid #d4a43c1f;border-radius:22px;width:100%;overflow-x:auto;box-shadow:0 14px 30px #0000000d}.withdraw-table-scroll{overflow:auto}.withdraw-table{border-collapse:collapse;table-layout:auto;width:100%;min-width:1400px}.withdraw-table thead{background:#faf5e8}.withdraw-table th{text-transform:uppercase;color:#7d7d7d;text-align:left;padding:16px;font-size:12px;font-weight:700}.withdraw-table td{border-top:1px solid #d4a43c14;padding:16px;font-size:14px}.withdraw-table tbody tr:hover{background:#fcfaf5}.withdraw-user{flex-direction:column;gap:4px;display:flex}.withdraw-user strong{font-size:14px;font-weight:700}.withdraw-user span{color:#888;font-size:12px}.withdraw-detail-button{cursor:pointer;color:#9a6a08;background:#d4a43c1a;border:none;border-radius:10px;height:36px;padding:0 16px;font-weight:700;transition:all .2s}.withdraw-detail-button:hover{color:#fff;background:#d4a43c}.withdraw-pagination{border-top:1px solid #d4a43c14;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.withdraw-pagination button{cursor:pointer;background:#f4f4f4;border:none;border-radius:12px;height:42px;padding:0 18px;font-weight:700;transition:all .2s}.withdraw-pagination button:hover:not(:disabled){color:#fff;background:#d4a43c}.withdraw-pagination button:disabled{opacity:.5;cursor:not-allowed}.withdraw-loading,.withdraw-empty{text-align:center;color:#888;padding:80px;font-size:15px}[data-theme=dark] .withdraw-header h1{color:#fff}[data-theme=dark] .withdraw-header p{color:#aeb6c5}[data-theme=dark] .withdraw-table-card,[data-theme=dark] .withdraw-stat-card,[data-theme=dark] .withdraw-search input,[data-theme=dark] .withdraw-toolbar select{color:#fff;background:#20242d;border-color:#ffffff0f}[data-theme=dark] .withdraw-table thead{background:#262b35}[data-theme=dark] .withdraw-table th{color:#aeb6c5}[data-theme=dark] .withdraw-table td{border-color:#ffffff0d}[data-theme=dark] .withdraw-table tbody tr:hover{background:#252a34}[data-theme=dark] .withdraw-pagination{border-color:#ffffff0f}[data-theme=dark] .withdraw-pagination button{color:#fff;background:#2b303a}@media (width<=1200px){.withdraw-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.withdraw-page{padding:16px 16px 90px}.withdraw-header{flex-direction:column}.withdraw-toolbar{flex-direction:column;align-items:stretch}.withdraw-search{max-width:none}.withdraw-stats{grid-template-columns:1fr}.withdraw-table{min-width:760px}}.country-badge{color:#9a6a08;background:#d4a43c1f;border-radius:999px;justify-content:center;align-items:center;min-width:46px;height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}[data-theme=dark] .country-badge{color:#f5d47a;background:#d4a43c2e}.payment-range{flex-direction:column;gap:2px;line-height:1.2;display:flex}.payment-range span:first-child,.payment-range span:last-child{font-size:12px;font-weight:700}[data-theme=dark] .payment-range span:first-child{color:#6ea8ff}[data-theme=dark] .payment-range span:last-child{color:#aeb6c5}.wallet-settings-page{width:100%;max-width:1450px;margin:0 auto;padding:28px}.wallet-settings-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.wallet-settings-header h1{color:#1f2937;margin:0;font-size:32px;font-weight:800}.wallet-settings-header p{color:#6b7280;margin-top:8px;font-size:15px}.wallet-settings-save{cursor:pointer;color:#fff;background:#c9972b;border:none;border-radius:14px;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:700;transition:all .25s;display:flex}.wallet-settings-save:hover{background:#b8871d}.wallet-settings-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:24px;display:grid}.wallet-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:26px;box-shadow:0 8px 24px #0f172a0d}.wallet-card-title{align-items:center;gap:12px;margin-bottom:24px;display:flex}.wallet-card-title svg{color:#c9972b;font-size:22px}.wallet-card-title span{color:#111827;font-size:18px;font-weight:700}.wallet-card label{color:#374151;margin-top:18px;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.wallet-card input[type=number],.wallet-card input[type=time],.wallet-card select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:12px;width:100%;height:48px;padding:0 14px;font-size:15px;transition:all .2s}.wallet-card input:focus,.wallet-card select:focus{border-color:#c9972b;outline:none;box-shadow:0 0 0 4px #c9972b26}.wallet-card option{color:#111827;background:#fff}.wallet-switch{align-items:center;gap:12px;margin-top:18px;display:flex!important}.wallet-switch input{accent-color:#c9972b;width:18px;height:18px}.wallet-switch span{color:#111827;font-size:15px;font-weight:500}.wallet-settings-loading{color:#374151;justify-content:center;align-items:center;min-height:400px;font-size:18px;font-weight:600;display:flex}@media (width<=900px){.wallet-settings-header{flex-direction:column;align-items:flex-start}.wallet-settings-save{justify-content:center;width:100%}}@media (width<=768px){.wallet-settings-page{padding:18px}.wallet-settings-grid{grid-template-columns:1fr}}:root{--navy:#0d1b3d;--gold:#d4af37;--white:#fff;--metal:#a7a9ac;--bg:#f5f7fa;--card:#fff;--text:#111827;--text-light:#6b7280;--border:#e5e7eb;--shadow:0 10px 25px #00000014;--radius:18px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh}body{background:var(--bg);color:var(--text);font-family:Jost,sans-serif}a{color:inherit;text-decoration:none}button{font-family:inherit}
