:root{--background: hsl(0, 0%, 97%);--foreground: hsl(0, 0%, 12%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(0, 0%, 12%);--popover: hsl(0, 0%, 100%);--popover-foreground: hsl(0, 0%, 12%);--primary: hsl(4, 76%, 55%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(0, 0%, 94%);--secondary-foreground: hsl(0, 0%, 20%);--muted: hsl(0, 0%, 94%);--muted-foreground: hsl(0, 0%, 45%);--accent: hsl(4, 76%, 95%);--accent-foreground: hsl(4, 76%, 40%);--destructive: hsl(0, 84.2%, 60.2%);--destructive-foreground: hsl(0, 0%, 98%);--border: hsl(0, 0%, 89%);--input: hsl(0, 0%, 89%);--ring: hsl(4, 76%, 55%);--radius: .625rem;--sidebar-background: hsl(0, 0%, 98%);--sidebar-foreground: hsl(240, 5.3%, 26.1%);--sidebar-primary: hsl(4, 76%, 55%);--sidebar-primary-foreground: hsl(0, 0%, 100%);--sidebar-accent: hsl(4, 76%, 95%);--sidebar-accent-foreground: hsl(4, 76%, 40%);--sidebar-border: hsl(220, 13%, 91%);--sidebar-ring: hsl(4, 76%, 55%);--max-width: 1400px;--header-height: 88px}.dark{--background: hsl(0, 0%, 8%);--foreground: hsl(0, 0%, 95%);--card: hsl(0, 0%, 11%);--card-foreground: hsl(0, 0%, 95%);--popover: hsl(0, 0%, 11%);--popover-foreground: hsl(0, 0%, 95%);--primary: hsl(4, 76%, 58%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(0, 0%, 16%);--secondary-foreground: hsl(0, 0%, 90%);--muted: hsl(0, 0%, 16%);--muted-foreground: hsl(0, 0%, 55%);--accent: hsl(4, 40%, 18%);--accent-foreground: hsl(4, 76%, 70%);--destructive: hsl(0, 62.8%, 40%);--destructive-foreground: hsl(0, 0%, 98%);--border: hsl(0, 0%, 20%);--input: hsl(0, 0%, 20%);--ring: hsl(4, 76%, 58%);--sidebar-background: hsl(0, 0%, 9%);--sidebar-foreground: hsl(0, 0%, 85%);--sidebar-primary: hsl(4, 76%, 58%);--sidebar-primary-foreground: hsl(0, 0%, 100%);--sidebar-accent: hsl(4, 40%, 18%);--sidebar-accent-foreground: hsl(4, 76%, 70%);--sidebar-border: hsl(0, 0%, 18%);--sidebar-ring: hsl(4, 76%, 58%)}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.25;color:var(--foreground)}p{margin:0}.container{max-width:var(--max-width);margin-inline:auto;padding-inline:1rem}@media(min-width:768px){.container{padding-inline:1.5rem}}@media(min-width:1200px){.container{padding-inline:2rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.grade-new{background:#d1e6fa;color:#0f4d8a}.grade-a{background:#cef3dd;color:#196639}.grade-a-{background:#e0f5e9;color:#227745}.grade-bplus{background:#f9e7c8;color:#81570e}.grade-b{background:#f9eedc;color:#8b6118}.grade-c{background:#f9dcc8;color:#813e0e}.grade-d{background:#f6cbcb;color:#791515}.dark .grade-new{background:#122e49;color:#8cbff2}.dark .grade-a{background:#183926;color:#70db9d}.dark .grade-a-{background:#173022;color:#61d190}.dark .grade-bplus{background:#453417;color:#efbf6c}.dark .grade-b{background:#3b2e16;color:#e4b667}.dark .grade-c{background:#472a15;color:#efa36c}.dark .grade-d{background:#451717;color:#e77474}.func-working{background:#cef3dd;color:#196639}.func-working-star{background:#f9e7c8;color:#81570e}.func-not-working{background:#f6cbcb;color:#791515}.dark .func-working{background:#183926;color:#70db9d}.dark .func-working-star{background:#453417;color:#efbf6c}.dark .func-not-working{background:#451717;color:#e77474}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500;line-height:1.4;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;height:36px;font-size:13px;font-weight:500;border-radius:var(--radius);border:1px solid transparent;transition:background .15s,color .15s,border-color .15s,opacity .15s;white-space:nowrap;text-decoration:none;cursor:pointer}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn-primary:hover:not(:disabled){background:#d72a1d;border-color:#d72a1d}.btn-outline{background:transparent;color:var(--foreground);border-color:var(--border)}.btn-outline:hover:not(:disabled){background:var(--secondary)}.btn-ghost{background:transparent;color:var(--muted-foreground);border-color:transparent}.btn-ghost:hover:not(:disabled){background:var(--secondary);color:var(--foreground)}.btn-sm{height:30px;padding:0 10px;font-size:12px}.btn-icon{width:36px;height:36px;padding:0}.card{background:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);box-shadow:0 1px 3px #0000000a,0 1px 2px #00000008}.input{width:100%;height:36px;padding:0 12px;font-size:14px;font-family:inherit;background:var(--background);color:var(--foreground);border:1px solid var(--input);border-radius:var(--radius);outline:none;transition:border-color .15s}.input::placeholder{color:var(--muted-foreground)}.input:focus{border-color:var(--ring);box-shadow:0 0 0 2px #e3413526}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:var(--border) transparent}.scrollbar-thin::-webkit-scrollbar{height:6px;width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}.progress{height:8px;width:100%;border-radius:999px;background:var(--muted);overflow:hidden}.progress-bar{height:100%;border-radius:999px;background:var(--primary);transition:width .5s ease}.separator{border:none;border-top:1px solid var(--border);margin:0}.text-xs{font-size:11px}.text-sm{font-size:13px}.text-base{font-size:14px}.text-muted{color:var(--muted-foreground)}.text-primary{color:var(--primary)}.text-danger{color:var(--destructive)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-balance{text-wrap:balance}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}[aria-hidden=true]{pointer-events:none}.delivery-info{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;padding:8px 12px;background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap}.delivery-info__stock{display:inline-flex;align-items:center;gap:5px;color:#16a34a}.delivery-info__stock--out{color:#dc2626}.delivery-info__dot{flex-shrink:0}.delivery-info__sep{width:1px;height:14px;background:var(--border);flex-shrink:0}.delivery-info__shipping{display:inline-flex;align-items:center;gap:5px;color:var(--muted-foreground)}.delivery-info--compact{font-size:11px;gap:6px;background:transparent;border:none;border-radius:0;padding:5px 0}.delivery-info--compact .delivery-info__sep{height:11px}@media(max-width:639px){.delivery-info{background:transparent;border:none;padding:0;gap:6px;display:inline-flex}.delivery-info__stock{background:#def7e9;color:#15803d;padding:3px 9px 3px 7px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.dark .delivery-info__stock{background:#153221;color:#70db9d}.delivery-info__stock--out{background:#fce3e3;color:#b91c1c}.dark .delivery-info__stock--out{background:#341414;color:#e77474}.delivery-info__sep{display:none}.delivery-info__shipping{background:var(--muted);border:1px solid var(--border);padding:3px 9px 3px 7px;border-radius:999px;font-size:12px;font-weight:500;white-space:nowrap}.delivery-info--compact .delivery-info__stock,.delivery-info--compact .delivery-info__shipping{font-size:11px;padding:2px 7px 2px 5px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/base.css.map */
