#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}h1,h2,h3,h4,h5,h6{font-family:Overpass,sans-serif}*{font-family:Inter,sans-serif}@font-face{font-family:Inter;font-weight:100;src:local("Inter"),url(/fonts/inter/Inter-Thin.ttf) format("opentype")}@font-face{font-family:Inter;font-weight:200;src:local("Inter"),url(/fonts/inter/Inter-ExtraLight.ttf) format("opentype")}@font-face{font-family:Inter;font-weight:300;src:local("Inter"),url(/fonts/inter/Inter-Light.ttf) format("opentype")}@font-face{font-family:Inter;font-weight:400;src:local("Inter"),url(/fonts/inter/Inter-Regular.ttf) format("opentype")}@font-face{font-family:Inter;font-weight:500;src:local("Inter"),url(/fonts/inter/Inter-Medium.ttf) format("opentype")}@font-face{font-family:Inter;font-weight:600;src:local("Inter"),url(/fonts/inter/Inter-SemiBold.ttf) format("opentype")}@font-face{font-family:Inter;font-weight:700;src:local("Inter"),url(/fonts/inter/Inter-Bold.ttf) format("opentype")}@font-face{font-family:Inter;font-weight:800;src:local("Inter"),url(/fonts/inter/Inter-ExtraBold.ttf) format("opentype")}@font-face{font-family:Inter;font-weight:900;src:local("Inter"),url(/fonts/inter/Inter-Black.ttf) format("opentype")}@font-face{font-family:Overpass;font-weight:100;src:local("Overpass Thin"),url(/fonts/overpass/overpass-thin.otf) format("opentype")}@font-face{font-family:Overpass;font-weight:400;src:local("Overpass Regular"),url(/fonts/overpass/overpass-regular.otf) format("opentype")}@font-face{font-family:Overpass;font-weight:600;src:local("Overpass Semibold"),url(/fonts/overpass/overpass-semibold.otf) format("opentype")}@font-face{font-family:Overpass;font-weight:700;src:local("Overpass Bold"),url(/fonts/overpass/overpass-bold.otf) format("opentype")}@font-face{font-family:Overpass;font-weight:800;src:local("Overpass Extrabold"),url(/fonts/overpass/overpass-extrabold.otf) format("opentype")}@font-face{font-family:Overpass;font-weight:200;src:local("Overpass Extralight"),url(/fonts/overpass/overpass-extralight.otf) format("opentype")}@font-face{font-family:Overpass;font-weight:300;src:local("Overpass Light"),url(/fonts/overpass/overpass-light.otf) format("opentype")}@font-face{font-family:Overpass;font-weight:900;src:local("Overpass Heavy"),url(/fonts/overpass/overpass-heavy.otf) format("opentype")}.tab{padding:12px;max-height:100vh;width:100%;overflow:auto}.tab .title{margin-bottom:12px}.tab .linkscontainer{display:flex;width:100%;gap:12px;border-bottom:1px solid #ccc}.tab .linkscontainer .tablinks{background-color:#f6f6f6;color:#000;border-bottom-left-radius:0;border-bottom-right-radius:0;float:left;cursor:pointer;transition:.3s;font-size:17px;padding:6px 12px;border-bottom-width:0}.tab .linkscontainer .tablinks.active{background-color:#fff;border:1px solid #ccc;border-bottom-width:0px;scale:1.07;z-index:199}.tab .linkscontainer .tablinks:focus,.tab .linkscontainer .tablinks:focus-visible{outline:0px auto -webkit-focus-ring-color}.tab .tabcontentcontainer{padding-top:12px;background-color:#fff;min-height:100%;min-width:100%}.tab .tabcontent{display:none}.tab .tabcontent.active{display:inline}.product-manager{display:flex;height:100vh;width:100vw}.product-manager .side-menu{transition:.3s;width:260px;background-color:#000;padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.product-manager .side-menu .top{display:flex;flex-direction:column;gap:12px}.product-manager .side-menu .product-button{width:100%;padding:12px;border-radius:8px}.product-manager .side-menu .product-button.active{background-color:#fff;color:#000}.user-panel{max-height:100vh;width:100%}.user-panel .title{margin-bottom:12px}.user-panel .action-bar{display:flex;justify-content:space-between;margin-bottom:12px}.user-panel .action-bar .filters{display:flex;gap:6px}.user-panel .action-bar .filters>input[type=text]{height:100%;width:200px;padding:0 8px;border-radius:8px;border:1px solid black}.user-panel .action-bar .filters>select{height:100%;padding:0 4px;border-radius:8px;border:1px solid black}.user-panel .action-bar .filters>select>option{padding:0 4px}.user-panel .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media screen and (max-width: 900px){.user-panel .grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 600px){.user-panel .grid{grid-template-columns:repeat(1,1fr)}}.user-panel .card{flex-direction:column;display:flex;transition:.3s;padding:12px;background-color:#f9f9f9;border-radius:8px;justify-content:space-between;gap:8px}.user-panel .card:hover{box-shadow:8px 8px 8px #0000001a}.user-panel .card>div:first-child{display:flex;flex-direction:column;gap:8px}.user-panel .card>div:first-child>h1{display:flex;align-items:flex-start;word-wrap:break-word;margin-bottom:6px;justify-content:space-between}.user-panel .card .name{font-size:1.4rem}.user-panel .card .status-badge{font-size:.8rem;font-weight:700;padding:4px;border-radius:4px;width:fit-content;color:#f0a000;background-color:#f0b00033}.user-panel .card .status-badge.active{color:#00a000;background-color:#00c81e33}.user-panel .card .order_json{white-space:pre-wrap}.user-panel .card .collapse{transition:.3s;height:0px;overflow:hidden}.user-panel .card .expanded{height:auto}.modal{position:fixed;height:100vh;width:100vw;z-index:9997}.modal .overlay{height:100%;width:100%;display:flex;align-items:center;justify-content:center;z-index:9998;background-color:#00000080}.modal .content{display:flex;flex-direction:column;z-index:9999;background-color:#fff;padding:12px;border-radius:8px;max-height:70vh;max-width:800px;overflow-y:auto}.modal .content .close-button{position:sticky;top:0;margin-bottom:12px}@media screen and (max-width: 600px){.modal .content{border-radius:0;min-height:100vh;min-width:100vw;height:100vh;width:100vw}}.hidden{display:none}.affiliate-panel{max-height:100vh;width:100%}.affiliate-panel .title{margin-bottom:12px}.affiliate-panel .action-bar{display:flex;justify-content:space-between;margin-bottom:12px}.affiliate-panel .action-bar .filters{display:flex;gap:6px}.affiliate-panel .action-bar .filters>input[type=text]{height:100%;width:200px;padding:0 8px;border-radius:8px;border:1px solid black}.affiliate-panel .action-bar .filters>select{height:100%;padding:0 4px;border-radius:8px;border:1px solid black}.affiliate-panel .action-bar .filters>select>option{padding:0 4px}.affiliate-panel .table-container{overflow-x:auto}.affiliate-panel table{font-family:arial,sans-serif;border-collapse:collapse;width:100%}.affiliate-panel td,.affiliate-panel th{border:1px solid #dddddd;text-align:left;padding:12px 18px;text-wrap:nowrap}.affiliate-panel tbody>tr:hover{background-color:#aaa;cursor:pointer}.affiliate-panel tr:nth-child(2n){background-color:#eee}.affiliate-modal{display:flex;flex-direction:column;gap:12px;width:320px}.affiliate-modal .delete-button,.affiliate-modal .register-button{padding:6px}.config-panel{max-height:100vh;width:100%}.config-panel .inputs{margin-bottom:16px}.config-panel .inputs>p:not(:first-child){margin-top:12px}.config-panel .inputs>p{margin-bottom:6px}#root{background-color:#f6f6f6;color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0;max-width:100vw;text-align:left}*{margin:0;padding:0;box-sizing:border-box}body{padding:0;margin:0;max-width:100vw;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;color:#fff}button.error{background-color:#7e0000;pointer-events:none;cursor:not-allowed}button.success{background-color:#005c00;pointer-events:none;cursor:not-allowed}button.warning{background-color:#7e7e00}button.pending{background-color:#7e7e7e;pointer-events:none;cursor:not-allowed}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button[disabled]{cursor:not-allowed;opacity:.3;color:#ffffff80}input,select{padding:6px;border-radius:4px;border:1px solid black}.login-form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100vw;height:100vh}.login-form .error{border-color:red}
