:root{--bg-main:#f6f6f7;--bg-white:#fff;--bg-hover:#f3f4f6;--bg-active:#eff6ff;--bg-gray:#f5f5f5;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-light:#eff6ff;--text-main:#111827;--text-secondary:#5b5b64;--text-muted:#9ca3af;--text-primary:#2563eb;--gray-light:#f0f0f0;--gray-medium:#e9e9e9;--border-active:#dbeafe;--border-input:.05rem solid #8a8a8a;--border-light:1px solid var(--gray-light);--border-medium:1px solid var(--gray-medium);--shadow-border:0 0 transparent, 0 0 transparent, 0 0 transparent, 0 0 transparent, 0px 4px 4px 0px #0000000a, 0px 0px 1px 0px #0000009e;--mono-font-mac:monospace;--mono-font-win:Consolas;--border-transparent:1px solid transparent;--shadow-light:#00000003 0px 1px 1px, #0000001a 0px 1px 1px;--font-body-scale:1;--img-card:3 / 4;--square-obj:1 / 1;--high-head:6rem;--width-sidebar:24rem;--width-pageside:28rem}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif}button{cursor:pointer;white-space:nowrap;background:0 0;border:none}html{font-size:calc(var(--font-body-scale) * 62.5%)}body{color:var(--text-main);background:var(--bg-main);width:100vw;height:100vh;font-size:1.2rem;line-height:1.5;display:flex;overflow:hidden}.form-item input,.form-item select,.form-item textarea{resize:none;color:#333;width:100%;font-family:var(--mono-font-win), var(--mono-font-mac);background-color:#fff;border:none;outline:none}.form-item input::placeholder,.form-item select::placeholder,.form-item textarea::placeholder{color:#e1e1e1;opacity:1}.multiple-opt{flex-wrap:wrap;gap:.3rem;padding-top:.5rem;display:flex}.multiple-item{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 12px;font-size:1rem;font-weight:500}.multiple-item.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.form-item{border:var(--border-light);border-radius:.8rem;align-items:center;width:100%;padding:2.6rem 1.5rem 1.2rem;display:flex;position:relative}.form-item>label{color:#666;font-size:1rem;line-height:1.2rem;display:inline-block;position:absolute;top:.6rem;left:1.5rem}.login{background-color:var(--bg-gray);width:100vw;height:100vh}.login-container{background:var(--bg-white);align-items:center;gap:20px;margin-bottom:10vh;padding:28px 28px 40px}.login-form{gap:10px;width:300px}.login-form .form-item{padding:1.2rem}.login-form label{display:none}.login-form svg{width:20px;height:auto;position:absolute;left:18px}.login-form input{padding:5px 10px 5px 50px}.login-form button{border:none;border-radius:10px;width:100%;height:50px}button:disabled{opacity:.6;cursor:not-allowed}.flex-center{justify-content:center;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.flex-end{justify-content:flex-end;align-items:center;display:flex}.flex-full{justify-content:space-between;align-items:center;display:flex}.type-column{flex-direction:column;gap:20px;display:flex}.base-title{color:#313131;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:1rem;font-size:1.6rem;font-weight:500;line-height:2.4rem;display:flex;overflow:hidden}.base-p{color:#6d7175;font-size:1.4rem}.card{border:2px solid var(--bg-gray);border-radius:1rem;transition:all .5s;overflow:hidden}.card:hover,.card.active{border-color:var(--primary)}.card.disabled{opacity:.5;cursor:not-allowed}.check-topRight{position:absolute;top:1rem;right:1rem}.sidebar-item{cursor:pointer;color:var(--text-secondary);background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:15px;transition:all .2s;display:flex;position:relative}.sidebar-item:hover{background:var(--bg-hover);color:var(--text-main)}.sidebar-item.active{background:var(--bg-active);border-color:var(--border-active);color:var(--text-primary)}.sidebar-item .icon{color:var(--text-muted)}.sidebar-item.active .icon{color:var(--primary)}.upload-box{height:120px;aspect-ratio:var(--img-card);border:2px dashed var(--gray-light);cursor:pointer;background:var(--bg-white);border-radius:12px;transition:all .2s;position:relative;overflow:hidden}.upload-box:hover{border-color:var(--primary)}.upload-box.has-image{border:var(--border-light)}.upload-overlay{opacity:0;background:#0006;transition:opacity .2s;position:absolute;inset:0}.upload-box:hover .upload-overlay{opacity:1}.preset-btn{border:var(--border-light);cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;height:48px;padding:0 16px;transition:all .2s;display:flex}.preset-btn:hover{background:var(--bg-hover);border-color:#d1d5db}.preset-btn.active{border-color:var(--border-active);background:var(--bg-active)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.main-container{flex:1;display:flex;overflow:hidden}.main-content{width:100%;height:100%;display:flex;overflow:hidden}.page-title{height:var(--high-head);border-bottom:var(--border-light);align-items:center;gap:12px;padding:0 20px;display:flex}.page-sidebar{border-right:var(--border-light);background:#fff;flex:0 0 28rem;max-width:28rem;height:100%}.page-right{background:var(--bg-main);flex:1;min-width:700px;position:relative}.page-header{height:var(--high-head);border-bottom:var(--border-light);background:var(--bg-white);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 24px;display:flex}.page-title h2,.page-header h2{color:var(--text-secondary);font-size:1.6rem;font-weight:500}.page-content{flex:1;padding:3rem 3rem 24rem;overflow-y:auto}.admin-content{gap:20px;max-width:1000px;margin:0 auto}.modal-window{background:var(--bg-white);z-index:1;width:480px;max-height:80vh;position:relative;overflow:clip}.modal-title{flex-wrap:nowrap;align-items:center;gap:.8rem;margin-bottom:8px;font-size:1.8rem;font-weight:600;display:flex}.modal-body{flex:1;min-height:0;overflow-y:auto}.modal-content{padding:3rem 2rem 16rem}.form-actions{border-top:var(--border-light);grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:10px;display:grid}.form-actions button:first-child{grid-column:3/4}.form-actions button{width:100%;height:3.6rem}.modal-btns{width:100%;padding:2rem;position:absolute;bottom:0;left:0}.del-detail{color:var(--text-muted);margin-bottom:30px;font-size:1.4rem}.del-item{border-bottom:var(--border-light);justify-content:space-between;align-items:center;padding:0 12px;line-height:36px;display:flex}.del-item:last-child{border-bottom:none}.del-list{background:#f9fafb;border-radius:8px;font-family:monospace;font-size:1.3rem}.del-item .count{color:#fff;text-align:center;border-radius:10px;width:26px;margin-right:8px;font-size:1rem;line-height:16px;display:inline-block}.modal-window form{flex-direction:column;gap:1rem;padding:30px 20px 100px;display:flex}.the-scrollbar{scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto}.the-scrollbar::-webkit-scrollbar{display:none}.select-opts{align-items:center;gap:8px;display:flex}.select-wrapper{background:var(--bg-gray);border:1px solid #0000;border-radius:20px;align-items:center;height:40px;display:flex;overflow:clip}.select-wrapper:hover{border-color:var(--border-active);background:var(--bg-white)}.select-list{appearance:none;text-align:center;color:#333;cursor:pointer;background:0 0;border:none;border-radius:20px;outline:none;padding:0 15px;font-family:inherit;line-height:40px;transition:background .2s}.select-list:hover{background:var(--bg-active)}.workspace{flex-direction:column;flex:1;height:100%;display:flex;position:relative;overflow:hidden}.workspace__logout-btn{padding:8px}.bubble-portal{z-index:9999;position:fixed;transform:translate(-50%)}.bubble-portal .bubble{position:relative;top:auto;left:auto;transform:none}.bubble-portal .bubble:after,.bubble-portal .bubble:before{left:50%;transform:translate(-50%)}.bubble,.bubble:after,.bubble:before{position:absolute;left:50%;transform:translate(-50%)}.bubble:after,.bubble:before{content:"";border-style:solid;bottom:100%}.bubble{z-index:99;background:var(--bg-white);border-radius:2rem;gap:12px;width:36rem;padding:3rem 1.6rem 1.6rem;top:calc(100% + 1rem);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d}.bubble:after{border-width:10px;border-color:#0000 #0000 #fff}.bubble:before{border-width:11px;border-color:#0000 #0000 #e5e7eb}.bubble-content{color:#374151;white-space:pre-wrap;word-break:break-word;max-height:200px;padding-right:4px;font-size:1.3rem;line-height:1.6;overflow-y:auto}.bubble-action{grid-gap:12px;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px;display:grid}.full-overlay{z-index:99;display:flex;position:fixed;inset:0}.full-overlay.right{justify-content:flex-end}.full-overlay.center{justify-content:center;align-items:center}.blank{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0003;position:absolute;inset:0}.popover-right{z-index:10;background:#fff;width:500px;height:100%;position:relative;box-shadow:-4px 0 24px #0000001a}.category-bar{position:absolute;top:-5.5rem}.rate-item{gap:8px;height:4.8rem;padding:0 1.6rem}.rate-item:not(:last-child){border-bottom:var(--border-light)}.rate-item label{font-size:1.4rem;font-weight:500}.rate-item span{color:#616161;margin-left:1rem;font-size:1.4rem}.rate-item button{color:#6b7280;background:0 0;border:none;margin-left:auto;padding:2px}.price-tag{background:#f0f0f0;border-radius:.6rem;padding:0 .8rem;font-weight:500;line-height:2rem;display:inline-block}.user-info{padding:0 1.6rem 3rem}.user-info>div{padding:1.2rem 1.2rem 1.2rem 1.6rem}.user-info .base-title{font-size:1.4rem;font-weight:600}.user-info__username{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;font-size:1.1rem;overflow:hidden}.tag-drawer__empty{color:#9ca3af;font-size:1.2rem}.img-overlay{background:#0006;border-radius:.8rem;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;padding-bottom:.8rem;display:none;position:absolute;inset:0}.product-img:hover .img-overlay{display:flex}.img-overlay button{border-radius:6px;padding:0 1.2rem;font-size:1.2rem;font-weight:500;line-height:2.4rem;transition:background .15s}.img-mark-btn:hover{color:#111827;opacity:.8;background:#fff}.img-badge{position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}
.isload{width:100%;height:100%}.spinner{animation:1s linear infinite spin}.loadingBtn{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;height:1.6rem}.loadingBtn-light{border:2px solid #3b82f6;border-top-color:#fff;border-radius:50%;height:1.6rem}.isload>.spinner{border:3px solid #e5e7eb;border-top-color:#3b82f6;border-image:initial;border-radius:50%;width:32px;height:32px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loadingBar{--height-of-loader:4px;--loader-color:#0071e2;width:130px;height:var(--height-of-loader);background-color:#0003;border-radius:30px;display:block;position:relative}.loadingBar:before{content:"";background:var(--loader-color);border-radius:30px;width:0%;height:100%;animation:1s ease-in-out infinite moving;position:absolute;top:0;left:0}@keyframes moving{50%{width:100%}to{width:0;right:0;left:unset}}.toast-box{z-index:999;flex-direction:column;gap:1rem;min-width:20rem;max-width:40rem;display:flex;position:fixed;top:9rem;right:2rem}.toast{border:1px solid #0000;align-items:flex-start;gap:1rem;padding:1.2rem 1.6rem;display:flex}.select-state{color:inherit;flex-shrink:0;transition:transform .15s}.open .select-state{transform:rotate(180deg)}.rightAlign .select_opts{left:auto;right:0}.select_opts{z-index:20;background:#fff;border-radius:.8rem;position:absolute;top:calc(100% + .8rem);left:0;overflow:hidden}.sel-list{min-width:20rem}.select-item .check{color:inherit;opacity:0}.select-item.active .check{opacity:1}.sel-img{grid-gap:1rem;grid-template-columns:repeat(6,8rem);padding:1.2rem;display:inline-grid}.sel-img button{width:100%;aspect-ratio:var(--img-card);background:0 0;border:2px solid #0000;border-radius:.8rem;line-height:0;overflow:clip}.sel-img button:hover{border-color:#3b82f650}.sel-list a,.sel-list button{color:#374151;white-space:nowrap;background:#fff;border:none;justify-content:space-between;align-items:center;gap:2rem;width:100%;height:4.2rem;padding:0 1.5rem;font-size:1.2rem;text-decoration:none;display:flex}.sel-list>:not(:first-child){border-top:1px solid #f3f4f6}.sel-list>:hover{background:#f3f4f6}.select-name{text-align:left;flex:1;font-size:1.2rem;font-weight:500;transform:translate(-1rem)}.mini-tabs{height:inherit;background:#f2f2f2;border-radius:10px;gap:8px;padding:1px;display:flex}.tab-item{color:var(--text-secondary);white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:0 12px;font-size:1.4rem;transition:all .2s}.tab-item-active{color:var(--text-main);background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.float-action{z-index:10;border-radius:10rem;gap:1rem;max-width:-webkit-fit-content;padding:1rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.float-action button{width:9.2rem}.the-sidebar{width:var(--width-sidebar);background:var(--bg-white);border-right:var(--border-light);flex-shrink:0}.the-header{height:var(--high-head);border-bottom:var(--border-light);align-items:center;gap:12px;padding:0 20px;display:flex}.the-header h1{font-size:1.8rem;font-weight:600}.menu-nav{flex:1;padding:20px 16px}.admin-nav{padding:16px}.nav-item{color:var(--text-secondary);background:0 0;border-radius:8px;align-items:center;gap:12px;margin-bottom:4px;padding:15px;font-size:1.4rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{background:var(--bg-hover);color:var(--text-main)}.nav-item.active{background:var(--bg-active);color:var(--primary)}.nav-item svg{color:inherit}.base-table{table-layout:fixed;border-collapse:collapse;background:#fff;width:100%}.base-table th:first-child,.base-table td:first-child{text-align:left;padding-left:2.4rem}.base-table th:last-child,.base-table td:last-child{padding-right:2.4rem}.base-table th,.base-table td{color:#666;text-align:center;text-overflow:ellipsis;white-space:nowrap;height:6rem;font-size:1.4rem;font-weight:400;overflow:hidden}.base-table tr td:first-child{color:#333;font-weight:600}.base-table thead,.base-table tr:not(:last-child){border-bottom:var(--border-light)}.base-table .code{color:#555;font-size:1.2rem;font-family:var(--mono-font-win), var(--mono-font-mac)}.base-table .iconGroup{justify-content:center;display:flex}.iconGroup button{color:#555;background:0 0;border-radius:1rem;width:4rem;height:4rem}.iconGroup button:hover{background:#f7f8f9}.actionBar{flex-direction:row;align-items:center;gap:1rem;width:100%;display:flex}.btnGroup{height:inherit;align-items:center;gap:1rem;display:flex}.btn{height:inherit;background:#fff;border-radius:.8rem;flex-shrink:0;justify-content:center;align-items:center;gap:.8rem;padding:0 1.4rem;font-size:1.4rem;font-weight:500;transition:border-color .15s,background-color .15s,color .15s;display:inline-flex}.btnCheck{color:#6b7280;border:1px solid #d1d5db;padding:0 1rem}.btnCheck:hover{color:#3b82f6;background:#eff6ff;border-color:#93c5fd}.btnCheck.active{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.btnCheck .checkbox{border:inherit;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;transition:inherit;display:flex}.btnCheck.active .checkbox{border-color:inherit;color:#fff;background:#3b82f6}.btnWarn{height:4rem;color:var(--text-muted);padding:0}.btnWarn:hover{color:#ef4444;background:#fee2e2}.thin-border{border:.05rem solid #0000}.btn-s{height:3.6rem}.btn-m{height:4rem}.btnRound{border-radius:10rem;min-width:8rem;padding:0 2rem}.btn.blue:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.iconBtn{border:1px solid var(--border-light,#e5e7eb);width:32px;height:32px;color:var(--text-secondary,#6b7280);background:#fff;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.iconBtn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.iconBtn:disabled{opacity:.35;cursor:not-allowed}.inputEdit{width:2.8rem;height:2.8rem;position:absolute;top:.6rem;right:.6rem}.badge{letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;font-size:1rem;line-height:1.8rem;font-family:var(--mono-font-win), var(--mono-font-mac);border-radius:1rem;padding:0 1rem;display:inline-block}.gray{color:#333;background:#f3f4f6}.dark{color:#fff;background:#555}.light{color:#333;background:#f9fafb;border-color:#e5e7eb}.brown{color:#92400e;background:#fef3c7}.yellow{color:#fff;background:#f59e0b}.yellow-light{color:#f59e0b;background:#fef3c7}.red{color:#fff;background:#ef4444}.red-light{color:#a43831;background:#e8dad8;border-color:#e55f50}.green-light{color:#16a34a;background:#f0fdf4;border-color:#86efac}.green{color:#333;background:#bae7d2}.blue-light{color:var(--primary);background:#eff6ff}.blue{color:#fff;background:var(--primary);box-shadow:0 2px 4px #2563eb33}.shopify{color:#fff;background-color:#9ebe59}.base-color{color:#333;border-color:#8a8a8a}.fullWidth{width:100%}.full{justify-content:space-between}.center{justify-content:center}.left{justify-content:start}.right{justify-content:end}.radius-s{border-radius:.8rem}.radius-m{border-radius:1.2rem}.glass-bg{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fff3;border:1px solid #ffffff4d}.square{aspect-ratio:var(--square-obj);padding:0}.card-shadow{box-shadow:0 .5rem .5rem -.25rem #00000008,0 .3rem .3rem -.15rem #00000005,0 .2rem .2rem -.1rem #00000005,0 .1rem .1rem -.05rem #00000008,0 .05rem .05rem 0 #0000000a,0 0 0 .1rem #0000000f}.btn-shadow{box-shadow:inset 0 -.1rem 0 0 #b5b5b5,inset 0 0 0 .1rem #0000001a,inset 0 .05rem 0 .15rem #fff}.float-shadow{box-shadow:0 .4rem 1.8rem -.2rem #1f212414,0 1.2rem 1.8rem -.2rem #1f212426,0 .5rem .5rem -.25rem #00000008,0 .3rem .3rem -.15rem #00000005,0 .2rem .2rem -.1rem #00000005,0 .05rem .05rem 0 #0000000a,0 0 0 .1rem #0000000f,0 .1rem .1rem -.05rem #00000008}.float-shadow-dark{box-shadow:0 .8rem 2.4rem -.8rem #00000047,0 .8rem 1.6rem -.4rem #0000000d,0 .3rem .6rem 0 #0000000d,0 .2rem .4rem 0 #0000000d,0 .1rem .2rem 0 #0000000d,0 0 0 .1rem #0000000f}.base-header{border-bottom:var(--border-light);height:var(--high-head);background:#fff;flex-shrink:0;align-items:center;padding:0 1rem 0 2rem;display:flex}.drawer-title{color:var(--text-main);font-size:1.8rem;font-weight:600}.eventBox{padding:0 2rem 0 4rem}.eventBox .flex-col{border-left:1px solid #e5e7eb;padding:3rem 0}.event{gap:1rem;display:flex;position:relative;left:-1.1rem}.event-icon{z-index:1;flex-shrink:0;width:2rem;height:3rem}.event-info{flex:1;padding-bottom:2rem}.event-info h3{color:#555;font-size:1.4rem;font-weight:500;line-height:3rem;transition:color .2s}.tag-box{flex-wrap:wrap;justify-content:flex-start;gap:3px;padding:0;display:flex}.fold-content button,.tag-box>span{border-radius:.8rem;align-items:center;gap:.5rem;height:3rem;display:inline-flex}.fold-content button,.tag span{color:#fff;background:#057e40;padding:0 .8rem 0 1rem;font-size:1.2rem}.tag-box span button{color:inherit;background:0 0;display:flex}.tag-box .selected{color:#333;background:#e5e7eb}.color>span{color:#333;background:#f9fafb;border:1px solid #e5e7eb;padding:0 .6rem}.base-tag>span{color:#333;background:#f9fafb;border:1px solid #e5e7eb;padding:0 1rem}.tag-add{border-radius:.8rem;justify-content:center;align-items:center;width:6rem;height:3rem;display:inline-flex}.tag-input{background:0 0;border:none;border-radius:.8rem;outline:none;height:2.6rem;padding-left:1rem}.color-dot{border:1px solid #00000026;border-radius:50%;flex-shrink:0;width:2rem;height:2rem}.color-picker{cursor:pointer;background:gray;border:1px solid #d1d5db;border-radius:.5rem;width:2rem;height:2rem}
