.notification-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#0000004d;animation:notification-overlay-in .2s ease-out}@keyframes notification-overlay-in{0%{opacity:0}to{opacity:1}}.notification-popup{position:relative;min-width:320px;max-width:90vw;padding:1.25rem 2.5rem 1.25rem 3.5rem;border-radius:var(--radius, .5rem);box-shadow:0 10px 40px #00000040;animation:notification-popup-in .25s ease-out}@keyframes notification-popup-in{0%{opacity:0;transform:scale(.95) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.notification-popup--success{background:#21c45d;border:1px solid hsl(142 71% 45%);color:#fff;box-shadow:0 4px 20px #21c45d59}.notification-popup--error{background:hsl(var(--destructive, 0 84% 60%));border:1px solid hsl(var(--destructive, 0 84% 60%));color:#fff;box-shadow:0 4px 20px #ef434359}.notification-popup--info{background:hsl(var(--primary, 222 47% 40%));border:1px solid hsl(var(--primary, 222 47% 40%));color:#fff;box-shadow:0 4px 20px #36539659}.notification-popup--warning{background:#f59f0a;border:1px solid hsl(38 92% 50%);color:#fff;box-shadow:0 4px 20px #f59f0a59}.notification-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1rem;font-weight:700;background:#fff3;color:#fff}.notification-message{margin:0;font-size:.95rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.notification-close{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);padding:.25rem .5rem;border:none;background:transparent;color:inherit;font-size:1.5rem;line-height:1;cursor:pointer;opacity:.7}.notification-close:hover{opacity:1}.media-viewer-dialog{max-width:min(920px,94vw)!important;width:min(920px,94vw);padding:0!important;gap:0!important;overflow:hidden;border:1px solid hsl(var(--border));border-radius:12px!important;background:hsl(var(--card));box-shadow:0 24px 64px #00000047,0 8px 20px #0000001f}.media-viewer-dialog>button.absolute{display:none}.media-viewer{display:flex;flex-direction:column;min-height:0}.media-viewer-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem .9rem .7rem 1rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .35)}.media-viewer-title{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;color:hsl(var(--foreground))}.media-viewer-count{margin-left:.55rem;font-size:.78rem;font-weight:500;color:hsl(var(--muted-foreground))}.media-viewer-close{flex-shrink:0;height:2rem;padding:0 .85rem;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--card));color:hsl(var(--foreground));font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.media-viewer-close:hover{background:hsl(var(--accent));border-color:hsl(var(--input))}.media-viewer-body{position:relative;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:1.25rem 3.25rem;background:hsl(var(--background))}.media-viewer-stage{display:flex;align-items:center;justify-content:center;width:100%;max-width:min(100%,840px);aspect-ratio:4 / 3;min-height:0;border-radius:8px;background:hsl(var(--muted) / .35);overflow:hidden}.media-viewer-stage img,.media-viewer-stage video{display:block;max-width:100%;max-height:100%;width:auto;height:auto;margin:0 auto;border-radius:0;background:transparent;-o-object-fit:contain;object-fit:contain;box-shadow:none}.media-viewer-stage video{width:100%;height:100%;background:#0b0b0b;-o-object-fit:contain;object-fit:contain}.media-viewer-audio{display:flex;flex-direction:column;align-items:stretch;gap:1rem;width:min(100%,480px);padding:1.25rem 1.35rem;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--card))}.media-viewer-audio-label{font-size:.9rem;font-weight:600;color:hsl(var(--foreground));word-break:break-all}.media-viewer-audio audio{width:100%}.media-viewer-empty{padding:3rem 1.5rem;color:hsl(var(--muted-foreground));font-size:.9rem}.media-viewer-nav{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--card));color:hsl(var(--foreground));cursor:pointer;transform:translateY(-50%);box-shadow:0 4px 14px #0000001f;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.media-viewer-nav--prev{left:.75rem}.media-viewer-nav--next{right:.75rem}.media-viewer-nav:hover:not(:disabled){background:hsl(var(--accent));border-color:hsl(var(--primary) / .35)}.media-viewer-nav:disabled{opacity:.35;cursor:not-allowed}.media-viewer-nav-icon{width:1.25rem;height:1.25rem}@media (max-width: 640px){.media-viewer-body{padding:1rem 2.75rem}.media-viewer-nav{width:34px;height:34px}.media-viewer-nav--prev{left:.4rem}.media-viewer-nav--next{right:.4rem}}.batch-action-bar{display:flex;flex-wrap:nowrap;align-items:center;gap:.75rem;min-width:0}.batch-action-group{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:.5rem;flex-shrink:0}.batch-action-trailing{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:.5rem .65rem;margin-left:auto;flex-shrink:0}.batch-action-divider{flex-shrink:0;align-self:center;width:1px;height:1.35rem;margin:0 .1rem;background:hsl(var(--muted-foreground) / .38)}.batch-action-label{flex-shrink:0;font-size:.8rem;font-weight:500;color:hsl(var(--foreground));white-space:nowrap}.batch-action-bar .searchable-picker.batch-action-picker{flex:0 0 10.5rem;min-width:10.5rem;max-width:10.5rem;width:10.5rem}.batch-action-bar .batch-action-picker .searchable-picker-trigger{height:2rem;padding:0 .7rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--foreground));font-size:.8rem;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.batch-action-group .batch-action-count{margin-left:.15rem}.batch-price-mode-tab{flex:1;padding:.45rem .4rem;border:1px solid transparent;border-radius:6px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:.72rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s,box-shadow .15s}.table-scroll .sku-table .col-batch-check,.table-scroll .collect-variant-table .col-batch-check{position:sticky;left:0;z-index:2;background:hsl(var(--card));background-clip:padding-box;box-shadow:2px 0 5px -1px hsl(var(--foreground) / .08)}.table-scroll .sku-table thead .col-batch-check,.table-scroll .collect-variant-table thead .col-batch-check{z-index:4;background:var(--bg-hover)}.field-combo-modal{max-height:min(90vh,46rem);overflow:hidden;gap:.85rem!important}.field-combo-modal .field-combo-name{display:flex;flex-direction:column;gap:.35rem}.field-combo-groups{display:flex;flex-direction:column;gap:.65rem;max-height:min(54vh,24.5rem);overflow:auto;margin:0 -.15rem;padding:0 .15rem .15rem}.field-combo-group{padding:.55rem .7rem .7rem;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--muted) / .32)}.field-combo-group-title{margin:0 0 .45rem;font-size:.7rem;font-weight:650;letter-spacing:.06em;color:hsl(var(--muted-foreground))}.field-combo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.field-combo-item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;gap:.22rem .4rem;align-items:center;margin:0;padding:.4rem .5rem .45rem;border:1px solid hsl(var(--border) / .9);border-radius:8px;background:hsl(var(--card));cursor:pointer;transition:border-color .15s,background .15s}.field-combo-item:hover{border-color:hsl(var(--primary) / .28)}.field-combo-item.is-on{border-color:hsl(var(--primary) / .4);background:hsl(var(--primary) / .06)}.field-combo-item-label{font-size:.74rem;font-weight:600;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.field-combo-item .batch-modal-text-input{grid-column:1 / -1;padding:.34rem .48rem;font-size:.8rem}.field-combo-item .batch-modal-text-input:disabled{opacity:.48;cursor:not-allowed}@media (max-width: 640px){.field-combo-grid{grid-template-columns:1fr}}.card{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.5rem;margin-bottom:0;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f}.sku-form label{display:block;margin-bottom:1rem}.sku-form label span{display:block;margin-bottom:.35rem;color:var(--text-muted);font-size:.9rem}.sku-form input[type=url],.sku-form input[type=text],.sku-form input[type=number],.sku-form select,.sku-form textarea{width:100%;max-width:480px;padding:.5rem .75rem;border:1px solid hsl(var(--border));border-radius:6px;background:var(--bg);color:var(--text);box-sizing:border-box}.product-collect-editor.sku-form .product-collect-field input,.product-collect-editor.sku-form .product-collect-field textarea,.product-collect-editor.sku-form input[type=text],.product-collect-editor.sku-form input[type=url],.product-collect-editor.sku-form input[type=number],.product-collect-editor.sku-form textarea{max-width:none}.sku-form textarea{min-height:96px;resize:vertical;line-height:1.45}.btn{display:inline-flex;height:2.5rem;align-items:center;justify-content:center;gap:.375rem;padding:0 1rem;border:none;border-radius:.375rem;background:transparent;font-size:.875rem;font-weight:500;line-height:1.25;white-space:nowrap;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s}.btn.primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn.primary:hover:not(:disabled){background:hsl(var(--primary) / .9)}.btn.primary:disabled{opacity:.6;cursor:not-allowed}.btn.secondary{background:hsl(var(--background));color:hsl(var(--foreground));border:1px solid hsl(var(--input))}.btn.secondary:hover:not(:disabled){background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn.soft-primary{background:hsl(var(--primary) / .1);color:hsl(var(--primary));border:1px solid hsl(var(--primary) / .3)}.btn.soft-primary:hover:not(:disabled){background:hsl(var(--primary) / .15)}.btn.soft-primary:disabled,.btn.secondary:disabled{opacity:.5;cursor:not-allowed}.btn-sm{display:inline-flex;height:2.25rem;align-items:center;justify-content:center;gap:.25rem;padding:0 .75rem;border:none;border-radius:.375rem;background:transparent;font-size:.875rem;font-weight:500;white-space:nowrap;cursor:pointer}.btn-sm.danger{background:hsl(var(--destructive) / .15);color:hsl(var(--destructive))}.btn-sm.danger:hover:not(:disabled){background:hsl(var(--destructive) / .25)}.text-muted{color:var(--text-muted)!important;font-size:.9rem;margin:.5rem 0}.hidden-file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.table-scroll{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.table-scroll::-webkit-scrollbar{height:0}.sku-table{width:100%;border-collapse:collapse;font-size:.85rem}.sku-table th,.sku-table td{padding:.375rem .5rem;border:1px solid hsl(var(--border));text-align:left;white-space:nowrap;vertical-align:middle}.sku-table th{background:hsl(var(--muted) / .6);color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.sku-table td input:not([type=checkbox]){width:100%;min-width:80px;padding:.25rem .5rem;border:1px solid transparent;border-radius:.25rem;background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;box-sizing:border-box}.sku-table td input:not([type=checkbox]):focus{border-color:hsl(var(--primary));outline:none;box-shadow:0 0 0 1px hsl(var(--primary) / .3)}.sku-table td.cell-image{white-space:normal;min-width:88px}.sku-table .image-cell{display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}.sku-table .image-cell--preview-only{align-items:center;justify-content:center;min-height:56px}.sku-table .image-preview{max-width:80px;max-height:80px;-o-object-fit:contain;object-fit:contain;border-radius:.25rem;border:1px solid hsl(var(--border));background:hsl(var(--muted))}.image-preview-thumb{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:zoom-in;border-radius:.25rem;overflow:hidden}.image-preview-thumb>img{display:block;max-width:80px;max-height:80px;-o-object-fit:contain;object-fit:contain;border-radius:.25rem;border:1px solid hsl(var(--border));background:hsl(var(--muted))}.image-preview-eye{position:absolute;left:50%;top:50%;z-index:1;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#0000007a;color:#fff;transform:translate(-50%,-50%);opacity:0;pointer-events:none;box-shadow:0 1px 4px #00000040;transition:opacity .15s ease,background .15s ease,transform .15s ease}.image-preview-thumb:hover .image-preview-eye,.product-media-item-thumb:hover .image-preview-eye{opacity:.92;background:#0000009e;transform:translate(-50%,-50%) scale(1.06)}.image-preview-eye-icon{width:14px;height:14px}.product-media-item-thumb .image-preview-eye{width:30px;height:30px}.product-media-item-thumb .image-preview-eye-icon{width:15px;height:15px}.sku-table .image-cell-empty{display:inline-flex;align-items:center;justify-content:center;min-width:56px;min-height:40px;padding:.25rem .5rem;border-radius:4px;border:1px dashed hsl(var(--border));background:hsl(var(--muted) / .35);color:hsl(var(--muted-foreground));font-size:.75rem}.floating-x-scroll{display:none;position:sticky;bottom:0;z-index:3;height:14px;overflow-x:auto;overflow-y:hidden;background:var(--bg-card);border-top:1px solid hsl(var(--border))}.floating-x-scroll.is-visible{display:block}.floating-x-scroll>div{height:1px}.product-collect .collect-variant-table td:not(.cell-image)>input:not([type=checkbox]){min-height:2rem}.product-collect .page-title{margin-bottom:1.25rem}.product-collect .card{border:1px solid hsl(var(--border));background:hsl(var(--card));box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f}.product-collect .product-options h3{margin:0 0 .5rem;font-size:1rem;font-weight:600}.product-collect .product-options-desc{margin:0 0 1rem;font-size:.9rem;color:hsl(var(--muted-foreground))}.extension-intro-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem 2rem;margin-top:-.25rem;padding:1rem 1.25rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius)}.extension-intro-body{flex:1 1 280px;min-width:0}.extension-intro-body h3{margin:0 0 .35rem;font-size:.95rem;font-weight:600}.extension-intro-version{margin:0 0 .5rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.extension-intro-steps{margin:0;padding-left:1.1rem;line-height:1.55;font-size:.85rem;color:hsl(var(--muted-foreground))}.extension-intro-steps strong{color:hsl(var(--foreground));font-weight:600}.extension-intro-action{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.extension-intro-action .btn{padding:.85rem 1.6rem;font-size:1rem;font-weight:600;min-height:48px}.product-collect-editor{display:flex;flex-direction:column;gap:1rem}.product-collect-panel{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius)}.product-collect-block-label{font-size:.8rem;font-weight:600;color:hsl(var(--muted-foreground))}.product-collect-panel-header,.product-collect-description-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.product-collect-ai-btn,.product-collect-description-beautify{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;font-weight:600}.product-collect-ai-btn-icon,.product-collect-description-beautify-icon{width:.95rem;height:.95rem}.product-options-header{align-items:flex-start;margin-bottom:1rem}.product-options-header h3{margin:0 0 .35rem}.product-options-header .product-options-desc{margin:0}.product-options-duplicate-hint{margin:0 0 .85rem;padding:.55rem .75rem;font-size:.82rem;line-height:1.45;color:#b81e1e;background:#fdecec;border:1px solid hsl(0 70% 86%);border-radius:8px}.product-collect .product-option-value-wrap.is-duplicate input,.product-collect .product-option-value-wrap input.is-duplicate{border-color:#df3a3a;background:#fef0f0;box-shadow:0 0 0 2px #fad1d1}.product-collect .product-option-value-wrap.is-duplicate input:focus,.product-collect .product-option-value-wrap input.is-duplicate:focus{border-color:#d32222;box-shadow:0 0 0 2px #f7c9c9}.product-collect-editor-block--row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}.product-collect-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:0}.product-collect-field span{font-size:.75rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.product-collect-field input[type=text]{width:100%;max-width:none;box-sizing:border-box;padding:.55rem .75rem;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--card));color:hsl(var(--foreground));font-size:.9rem}.product-collect-field--title input{font-size:1.05rem;font-weight:600;padding:.65rem .85rem}.product-collect-field input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .15)}.product-media-gallery{width:100%}.product-media-gallery-header{margin-bottom:.5rem}.product-media-process-btn{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;font-weight:600}.product-media-process-btn-icon{width:.95rem;height:.95rem}.product-collect-panel--media{gap:0}.product-media-gallery-grid{display:flex;flex-wrap:wrap;gap:.65rem;align-items:stretch}.product-media-item{position:relative;width:104px;height:104px;flex-shrink:0;overflow:visible}.product-media-item.is-dragging .product-media-item-thumb{border-style:dashed;border-color:hsl(var(--primary) / .55);background:hsl(var(--primary) / .06);box-shadow:none}.product-media-item.is-dragging .product-media-item-thumb img{opacity:.15}.product-media-item.is-drop-target .product-media-item-thumb{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .25);transform:scale(1.03)}.product-media-drag-ghost{position:fixed;width:104px;height:104px;border-radius:10px;overflow:hidden;border:2px solid hsl(var(--primary));background:hsl(var(--card));box-shadow:0 12px 28px #00000038,0 4px 10px #0000001f;transform:rotate(-2deg);pointer-events:none}.product-media-drag-ghost img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-media-drag-ghost--empty{background:hsl(var(--muted) / .5)}.product-media-drag-ghost-badge{position:absolute;right:6px;bottom:6px;min-width:1.25rem;padding:.1rem .35rem;border-radius:4px;font-size:.7rem;font-weight:700;color:#fff;background:hsl(var(--primary) / .92);text-align:center;line-height:1.3}.product-media-drag-handle{position:absolute;left:4px;top:4px;z-index:2;display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:4px;background:hsl(var(--card) / .88);color:hsl(var(--muted-foreground));cursor:grab;box-shadow:0 1px 2px #00000026}.product-media-drag-handle:hover{color:hsl(var(--foreground));background:hsl(var(--card))}.product-media-drag-handle:active{cursor:grabbing}.product-media-drag-handle-icon{width:14px;height:14px;pointer-events:none}.product-media-item-thumb.is-open{border-color:hsl(var(--primary) / .5);box-shadow:0 0 0 2px hsl(var(--primary) / .12)}.product-media-item-thumb{position:relative;display:block;width:100%;height:100%;padding:0;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--muted) / .25);overflow:hidden;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.product-media-item-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-media-item-broken{width:100%;height:100%;background:hsl(var(--muted) / .5)}.product-media-item-badge{position:absolute;left:4px;bottom:4px;padding:.1rem .35rem;font-size:.65rem;font-weight:600;color:#fff;background:hsl(var(--primary) / .88);border-radius:4px;pointer-events:none}.product-media-item.is-uploading .product-media-item-thumb{opacity:.72}.product-media-item-uploading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:.72rem;font-weight:600;color:#fff;background:#00000073;pointer-events:none}.product-media-item-remove{position:absolute;top:-6px;right:-6px;width:22px;height:22px;padding:0;border:1px solid hsl(var(--border));border-radius:50%;background:hsl(var(--card));color:hsl(var(--muted-foreground));font-size:1rem;line-height:1;cursor:pointer;box-shadow:0 1px 3px #0000001f;z-index:2}.product-media-item-remove:hover{color:hsl(var(--destructive));border-color:hsl(var(--destructive) / .4)}.product-media-item-edit{position:absolute;right:4px;bottom:4px;z-index:2;min-width:22px;height:22px;padding:0 .35rem;border:1px solid hsl(var(--border));border-radius:4px;background:hsl(var(--card) / .92);color:hsl(var(--foreground));font-size:.7rem;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 1px 2px #0000001f}.product-media-item-edit:hover,.product-media-item-edit.is-open{border-color:hsl(var(--primary) / .45);color:hsl(var(--primary))}.product-media-preview-dialog [data-radix-dialog-close],.product-media-preview-dialog button.absolute{color:#fff;background:#00000073}.product-media-preview-stage{display:flex;flex-direction:column;gap:.75rem;padding:.5rem}.product-media-preview-stage>img{display:block;max-width:100%;max-height:min(78vh,820px);margin:0 auto;border-radius:10px;background:hsl(var(--card));-o-object-fit:contain;object-fit:contain;box-shadow:0 18px 48px #00000059}.product-media-preview-empty{display:flex;align-items:center;justify-content:center;min-height:240px;border-radius:10px;background:hsl(var(--card));color:hsl(var(--muted-foreground))}.product-media-preview-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .85rem;border-radius:10px;background:hsl(var(--card));color:hsl(var(--foreground));font-size:.875rem;box-shadow:0 8px 24px #0000002e}.product-media-preview-actions{display:flex;flex-wrap:wrap;gap:.5rem}.product-media-add-wrap{position:relative;width:104px;height:104px;flex-shrink:0}.product-media-add{display:flex;align-items:center;justify-content:center;width:100%;height:100%;flex-shrink:0;border:1px dashed hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--muted-foreground));font-size:.8rem;cursor:pointer;transition:border-color .15s,color .15s}.product-media-add.is-open{border-color:hsl(var(--primary) / .5);color:hsl(var(--primary))}.product-media-add:hover:not(:disabled){border-color:hsl(var(--primary) / .5);color:hsl(var(--primary))}.product-media-add:disabled{opacity:.6;cursor:not-allowed}.product-media-add-menu,.product-media-action-menu{position:absolute;left:0;top:calc(100% + 6px);z-index:6;display:flex;flex-direction:column;min-width:132px;padding:.35rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));box-shadow:0 4px 12px #0000001a}.product-media-add-menu button,.product-media-action-menu button{padding:.45rem .65rem;border:none;border-radius:6px;background:transparent;color:hsl(var(--foreground));font-size:.82rem;text-align:left;cursor:pointer;transition:background .15s,color .15s}.product-media-add-menu button:hover,.product-media-action-menu button:hover{background:hsl(var(--muted) / .45);color:hsl(var(--primary))}.product-media-url-field{width:100%;box-sizing:border-box;padding:.55rem .75rem;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--card));color:hsl(var(--foreground));font-size:.9rem}.product-media-url-field:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .15)}.product-media-hint{margin:.5rem 0 0;font-size:.75rem;color:hsl(var(--muted-foreground))}.product-collect-meta{margin-bottom:0}.html-description-editor{width:100%;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--card));overflow:hidden}.html-description-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;padding:.35rem .5rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .35)}.html-description-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;min-height:1.75rem;padding:.15rem .5rem;font-size:.8rem;line-height:1.2;color:hsl(var(--foreground));background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:4px;cursor:pointer}.html-description-toolbar-btn:hover{border-color:hsl(var(--primary) / .45);color:hsl(var(--primary))}.html-description-toolbar-btn.is-active{border-color:hsl(var(--primary) / .5);background:hsl(var(--primary) / .08);color:hsl(var(--primary))}.html-description-toolbar-divider{width:1px;height:1.25rem;margin:0 .15rem;background:hsl(var(--muted-foreground) / .35)}.html-description-surface{min-height:420px;max-height:720px;overflow-y:auto;padding:.65rem .75rem;font-size:.875rem;line-height:1.55;color:hsl(var(--foreground));outline:none}.html-description-surface:focus{box-shadow:inset 0 0 0 2px hsl(var(--primary) / .12)}.html-description-surface.is-empty:before{content:attr(data-placeholder);color:hsl(var(--muted-foreground));pointer-events:none}.html-description-surface p{margin:0 0 .5rem}.html-description-surface p:last-child{margin-bottom:0}.html-description-surface ul,.html-description-surface ol{margin:.5rem 0;padding-left:1.25rem}.html-description-surface h3{margin:.5rem 0;font-size:1rem;font-weight:600}.html-description-surface a{color:hsl(var(--primary));text-decoration:underline}.html-description-source{display:block;width:100%;min-height:420px;max-height:720px;padding:.65rem .75rem;border:0;border-radius:0;background:hsl(var(--card));color:hsl(var(--foreground));font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;line-height:1.5;resize:vertical;box-sizing:border-box;outline:none}.html-description-source:focus{box-shadow:inset 0 0 0 2px hsl(var(--primary) / .12)}.product-collect .sku-export-panel.product-collect-actions--top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;margin-bottom:1rem;padding:1rem 1.5rem}.product-collect-actions--top .table-actions-bar{margin-bottom:0;flex:0 0 auto}.product-collect-actions--top .product-collect-actions-hint{margin:0;padding:0;border-top:none;flex:1 1 240px;min-width:0;font-size:.8rem;line-height:1.5;color:hsl(var(--muted-foreground))}@media (max-width: 640px){.product-collect .sku-export-panel.product-collect-actions--top{align-items:stretch;flex-direction:column;gap:.75rem}.product-collect-actions--top .product-collect-actions-hint{padding-top:.75rem;border-top:1px dashed hsl(var(--muted-foreground) / .28)}}.product-collect-variant-heading{gap:.65rem}.product-collect-variant-title{font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.product-collect .collect-variant-table{width:-moz-max-content;width:max-content;min-width:100%;table-layout:fixed}.product-collect .collect-variant-table td input{text-align:center}.product-collect .collect-variant-table td input::-moz-placeholder{text-align:center}.product-collect .collect-variant-table td input::placeholder{text-align:center}.product-collect .collect-variant-table .col-variant{min-width:168px}.product-collect .collect-variant-table td.col-variant-readonly{white-space:normal;vertical-align:middle}.collect-variant-title{display:block;padding:.35rem .25rem;font-size:.85rem;line-height:1.45;color:hsl(var(--foreground));word-break:break-word}.product-collect .collect-variant-table .col-sku{min-width:132px}.product-collect .collect-variant-table .col-image{min-width:88px;max-width:96px}.product-collect .collect-variant-table td.col-image .image-cell{max-width:96px}.product-collect .collect-variant-table .col-price{min-width:88px}.product-collect .collect-variant-table .col-tracker{min-width:96px}.product-collect .collect-variant-table .col-qty{min-width:108px}.product-collect .collect-variant-table .col-continue{min-width:96px}.product-collect .collect-variant-table td.col-tracker,.product-collect .collect-variant-table td.col-continue,.product-collect .collect-variant-table td.col-qty{white-space:normal}.collect-variant-option-group{display:inline-flex;width:100%;padding:3px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--muted) / .65);gap:3px;box-shadow:inset 0 1px 2px #0000000d}.collect-variant-option-group--compact .collect-variant-option-btn{padding:.35rem .4rem;font-size:.78rem}.collect-variant-option-btn{flex:1 1 0;min-width:0;padding:.4rem .55rem;border:1px solid transparent;border-radius:6px;background:hsl(var(--background) / .72);color:hsl(var(--foreground));font-size:.82rem;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer;transition:background .15s,color .15s,border-color .15s,box-shadow .15s}.collect-variant-option-btn:hover:not(.is-active){background:hsl(var(--card));border-color:hsl(var(--border))}.collect-variant-option-btn.is-active{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 1px 3px hsl(var(--primary) / .35)}.collect-variant-qty-wrap{position:relative;width:100%;height:100%}.product-collect .collect-variant-table td.col-qty input{text-align:center;width:100%;min-height:72px;box-sizing:border-box}.collect-variant-qty-wrap.is-disabled input.is-inactive,.collect-variant-qty-wrap.is-disabled input:disabled{background:repeating-linear-gradient(-45deg,hsl(var(--muted) / .55),hsl(var(--muted) / .55) 4px,hsl(var(--muted) / .35) 4px,hsl(var(--muted) / .35) 8px)!important;border:1px dashed hsl(var(--muted-foreground) / .45)!important;color:hsl(var(--muted-foreground))!important;cursor:not-allowed;opacity:1;text-align:center;box-shadow:none!important}.collect-variant-qty-hint{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;font-size:.7rem;font-weight:600;letter-spacing:.02em;color:hsl(var(--muted-foreground));background:hsl(var(--card) / .92);padding:.1rem .35rem;border-radius:4px;border:1px solid hsl(var(--border))}.batch-spec-filter-card{display:flex;flex-direction:column;gap:.55rem;margin-bottom:.75rem;padding:.75rem .85rem;border-radius:10px;border:1px solid hsl(var(--primary) / .18);background:linear-gradient(135deg,hsl(var(--primary) / .06),hsl(var(--muted) / .2))}.batch-spec-filter-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.batch-spec-filter-title{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;color:hsl(var(--foreground))}.batch-spec-filter-icon{width:14px;height:14px;color:hsl(var(--primary))}.batch-spec-filter-hint{font-size:.75rem;color:hsl(var(--muted-foreground))}.batch-spec-filter-body{display:flex;flex-direction:column;gap:.45rem}.batch-spec-filter-row{display:grid;grid-template-columns:minmax(4.5rem,auto) 1fr;gap:.5rem .75rem;align-items:start;padding:.45rem 0;border-top:1px dashed hsl(var(--border) / .85)}.batch-spec-filter-row:first-child{border-top:none;padding-top:0}.batch-spec-filter-name{display:inline-flex;align-items:center;min-height:1.75rem;padding:.15rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;color:hsl(var(--primary));background:hsl(var(--primary) / .1);white-space:nowrap}.batch-spec-filter-values{display:flex;flex-wrap:wrap;gap:.4rem}.batch-spec-chip{display:inline-flex;align-items:center;gap:.2rem;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));border-radius:999px;padding:.2rem .6rem;font-size:.76rem;cursor:pointer;line-height:1.35;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.batch-spec-chip:hover{border-color:hsl(var(--primary) / .45);box-shadow:0 1px 3px hsl(var(--primary) / .12)}.batch-spec-chip.is-active{border-color:hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground, 0 0% 100%));font-weight:600;box-shadow:0 2px 6px hsl(var(--primary) / .25)}.batch-spec-chip-check{width:12px;height:12px;flex-shrink:0}.batch-spec-summary{margin:0;padding:.45rem .55rem;border-radius:6px;font-size:.78rem;color:hsl(var(--foreground));background:hsl(var(--card) / .75);border:1px solid hsl(var(--primary) / .2)}.batch-spec-summary strong{color:hsl(var(--primary));font-weight:700}.btn-link-sm{border:none;background:none;padding:0;font-size:.78rem;color:hsl(var(--primary));cursor:pointer}.btn-link-sm:hover{text-decoration:underline}.table-edit-toolbar--stacked{display:flex;flex-direction:column;align-items:stretch;gap:.65rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid hsl(var(--border))}.batch-action-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem}.batch-action-btn{display:inline-flex;align-items:center;gap:.35rem;height:2rem;padding:0 .7rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--foreground));font-size:.8rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:background .15s,border-color .15s}.batch-action-btn:hover:not(:disabled){background:hsl(var(--muted) / .45);border-color:hsl(var(--muted-foreground) / .35)}.batch-action-btn:disabled{opacity:.45;cursor:not-allowed}.batch-action-btn-icon{width:.95rem;height:.95rem;flex-shrink:0;color:hsl(var(--muted-foreground))}.batch-action-btn-chevron{width:.85rem;height:.85rem;margin-left:.1rem;color:hsl(var(--muted-foreground))}.batch-action-dropdown{position:relative}.batch-action-dropdown.is-open .batch-action-btn{background:hsl(var(--muted) / .45);border-color:hsl(var(--primary) / .35)}.batch-action-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:40;min-width:9.5rem;padding:.25rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--popover));box-shadow:0 8px 24px hsl(var(--foreground) / .08)}.batch-action-menu-item{display:block;width:100%;padding:.45rem .65rem;border:none;border-radius:6px;background:transparent;color:hsl(var(--foreground));font-size:.8rem;text-align:left;cursor:pointer}.batch-action-menu-item:hover{background:hsl(var(--muted) / .55)}.batch-action-count{margin-left:auto;font-size:.78rem;color:hsl(var(--muted-foreground));white-space:nowrap}.batch-action-count strong{color:hsl(var(--primary));font-weight:700}.batch-modal{background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;box-shadow:0 16px 40px hsl(var(--foreground) / .12),0 2px 8px hsl(var(--foreground) / .06)!important}.batch-modal .batch-price-mode-tabs{display:flex;gap:.35rem;margin-bottom:.85rem;padding:.25rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--muted) / .5)}.batch-price-mode-tab{flex:1;padding:.45rem .55rem;border:1px solid transparent;border-radius:6px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:.78rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s,box-shadow .15s}.batch-price-mode-tab:not(.is-active):hover{background:hsl(var(--accent));border-color:hsl(var(--border))}.batch-price-mode-tab.is-active{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 1px 3px hsl(var(--primary) / .28)}.batch-modal-field,.batch-modal-field-group{display:flex;flex-direction:column;gap:.45rem}.batch-modal-label{font-size:.78rem;font-weight:600;color:hsl(var(--foreground))}.batch-money-input{display:flex;align-items:center;gap:.35rem;padding:0 .65rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));transition:border-color .15s,box-shadow .15s}.batch-money-input:focus-within{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .14)}.batch-money-prefix{flex-shrink:0;font-size:.8rem;color:hsl(var(--muted-foreground))}.batch-money-input input{flex:1;min-width:0;border:none;background:transparent;padding:.55rem 0;font-size:.85rem;color:hsl(var(--foreground));outline:none}.batch-modal-select{width:100%;padding:.5rem .65rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--foreground));font-size:.82rem;transition:border-color .15s,box-shadow .15s}.batch-modal-select:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .14)}.batch-modal-text-input{width:100%;box-sizing:border-box;padding:.5rem .65rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--foreground));font-size:.85rem;transition:border-color .15s,box-shadow .15s}.batch-modal-text-input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .14)}.batch-modal-hint{margin:0;font-size:.72rem;line-height:1.45;color:hsl(var(--muted-foreground))}.batch-modal-footer{margin-top:.35rem;padding-top:.85rem;border-top:1px solid hsl(var(--border))}.batch-modal .collect-variant-option-group{background:hsl(var(--muted) / .5);border:1px solid hsl(var(--border))}.batch-modal .collect-variant-option-btn{background:hsl(var(--background));border:1px solid hsl(var(--border));color:hsl(var(--foreground))}.batch-modal .collect-variant-option-btn:hover:not(.is-active){background:hsl(var(--accent));border-color:hsl(var(--border));color:hsl(var(--foreground))}.batch-modal .collect-variant-option-btn.is-active{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 1px 3px hsl(var(--primary) / .35)}.batch-image-upload-panel{display:flex;flex-direction:column;gap:.75rem;padding:.85rem 1rem;border:1px dashed hsl(var(--border));border-radius:8px;background:hsl(var(--muted) / .25)}.batch-image-upload-preview{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.batch-image-upload-thumb{max-width:120px;max-height:120px;-o-object-fit:contain;object-fit:contain;border-radius:6px;border:1px solid hsl(var(--border));background:hsl(var(--background))}.batch-image-upload-btn{align-self:flex-start}.batch-image-field{display:flex;align-items:center;gap:.4rem;flex:1;min-width:0}.batch-field-options{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;flex-wrap:wrap}.batch-field-options-label{font-size:.78rem;color:hsl(var(--muted-foreground));white-space:nowrap}.batch-row .batch-field-options .collect-variant-option-group{flex:0 0 auto}.batch-value-number{flex:1;min-width:6rem;max-width:10rem}.batch-image-field input{flex:1;min-width:0}.product-collect .collect-variant-table col.col-batch-check-col{width:44px}.product-collect .collect-variant-table col.col-variant-col{width:180px}.product-collect .collect-variant-table col.col-sku-col{width:132px}.product-collect .collect-variant-table col.col-image-col{width:148px}.product-collect .collect-variant-table col.col-price-col{width:88px}.product-collect .collect-variant-table col.col-tracker-col{width:96px}.product-collect .collect-variant-table col.col-qty-col{width:108px}.product-collect .collect-variant-table col.col-continue-col{width:96px}.product-collect .collect-variant-table .col-batch-check{width:44px;min-width:44px;max-width:44px;padding:.35rem .2rem;box-sizing:border-box;text-align:center;vertical-align:middle;background:hsl(var(--card))}.product-collect .collect-variant-table thead .col-batch-check{background:var(--bg-hover)}.batch-row-check{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;margin:0;cursor:pointer}.batch-row-check--header{width:100%}.batch-row-check-label{font-size:.62rem;font-weight:600;line-height:1;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.03em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-collect .collect-variant-table .batch-row-checkbox{width:1rem;height:1rem;min-width:1rem;max-width:1rem;min-height:1rem;margin:0;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;accent-color:hsl(var(--primary));cursor:pointer;flex-shrink:0;vertical-align:middle}.product-collect .collect-variant-table tbody tr.is-batch-target td{background:hsl(var(--primary) / .07);border-color:hsl(var(--primary) / .18)}.product-collect .collect-variant-table tbody tr.is-batch-target td.col-batch-check{background:hsl(var(--primary) / .1);box-shadow:inset 3px 0 hsl(var(--primary)),2px 0 5px -1px hsl(var(--foreground) / .08)}.product-collect .collect-variant-table tbody tr.is-batch-target td input:not(.batch-row-checkbox),.product-collect .collect-variant-table tbody tr.is-batch-target td .collect-variant-option-group{background:hsl(var(--card));border-color:hsl(var(--border))}.product-collect .collect-variant-table tbody tr.is-batch-dimmed td{background:hsl(var(--muted) / .28);border-color:hsl(var(--border) / .75);color:hsl(var(--muted-foreground))}.product-collect .collect-variant-table tbody tr.is-batch-dimmed td.col-batch-check{background:hsl(var(--muted) / .42);box-shadow:2px 0 5px -1px hsl(var(--foreground) / .08)}.product-collect .collect-variant-table tbody tr.is-batch-dimmed td input:not(.batch-row-checkbox),.product-collect .collect-variant-table tbody tr.is-batch-dimmed td .collect-variant-option-btn{pointer-events:auto;background:hsl(var(--card) / .88);color:hsl(var(--muted-foreground))}.product-collect-empty-hint{margin:0;padding:2rem 1rem;text-align:center;font-size:.9rem;color:hsl(var(--muted-foreground))}.task-id-cell{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;word-break:break-all}.task-col-task-id{max-width:240px}.task-col-url{max-width:260px;word-break:break-all}.task-record-thumb{width:40px;height:40px;-o-object-fit:cover;object-fit:cover;border-radius:4px;vertical-align:middle;border:1px solid hsl(var(--border))}.task-table .task-time{white-space:nowrap}@media (max-width: 768px){.product-collect-editor-block--row{grid-template-columns:1fr}.extension-intro-action,.extension-intro-action .btn{width:100%}}.product-collect-main{display:flex;flex-direction:column;gap:1rem;min-width:0}.product-collect-ai-widget{position:fixed;right:2.75rem;bottom:10rem;z-index:45;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;pointer-events:none}.product-collect-ai-widget>*{pointer-events:auto}.product-collect-ai-fab-wrap{position:relative;flex-shrink:0}.product-collect-ai-hint-bubble{position:absolute;right:calc(100% + .65rem);top:0;z-index:1;display:flex;align-items:flex-start;gap:.35rem;width:9.5rem;max-width:9.5rem;padding:.55rem .6rem;border:1px solid hsl(var(--primary) / .28);border-radius:12px;background:hsl(var(--card));box-shadow:0 6px 20px hsl(var(--foreground) / .12),0 0 0 1px hsl(var(--primary) / .06);pointer-events:auto;transform:translateY(-35%);animation:product-collect-ai-hint-in .35s ease-out}.product-collect-ai-hint-text{margin:0;flex:1;min-width:0;font-size:.78rem;line-height:1.4;font-weight:500;color:hsl(var(--foreground));white-space:normal;word-break:break-word;overflow-wrap:break-word}.product-collect-ai-hint-close{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;padding:0;border:none;border-radius:4px;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.product-collect-ai-hint-close:hover{background:hsl(var(--muted) / .55);color:hsl(var(--foreground))}.product-collect-ai-hint-tail{position:absolute;right:-5px;top:72%;width:10px;height:10px;background:hsl(var(--card));border-right:1px solid hsl(var(--primary) / .28);border-top:1px solid hsl(var(--primary) / .28);transform:translateY(-50%) rotate(45deg)}@keyframes product-collect-ai-hint-in{0%{opacity:0;transform:translateY(-35%) translate(8px)}to{opacity:1;transform:translateY(-35%) translate(0)}}.product-collect-ai-fab{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;border:none;border-radius:50%;background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 4px 16px hsl(var(--primary) / .35),0 2px 6px hsl(var(--foreground) / .1);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.product-collect-ai-fab:hover{transform:scale(1.06);box-shadow:0 6px 20px hsl(var(--primary) / .4),0 2px 8px hsl(var(--foreground) / .12)}.product-collect-ai-fab.has-hint{animation:product-collect-ai-fab-pulse 2.4s ease-in-out infinite}@keyframes product-collect-ai-fab-pulse{0%,to{box-shadow:0 4px 16px hsl(var(--primary) / .35),0 2px 6px hsl(var(--foreground) / .1),0 0 hsl(var(--primary) / .35)}50%{box-shadow:0 6px 22px hsl(var(--primary) / .45),0 2px 8px hsl(var(--foreground) / .12),0 0 0 8px hsl(var(--primary) / 0)}}.product-collect-ai-fab.is-open{background:hsl(var(--card));color:hsl(var(--foreground));border:1px solid hsl(var(--border));box-shadow:0 4px 18px hsl(var(--foreground) / .14)}.product-collect-ai-fab.is-open:hover{transform:scale(1.04)}.product-collect-ai-assistant{display:flex;flex-direction:column;gap:.65rem;width:380px;max-width:calc(100vw - 2.5rem);min-height:420px;max-height:min(560px,calc(100dvh - 7rem));padding:.85rem;border:1px solid hsl(var(--border));border-radius:14px;background:hsl(var(--card));box-shadow:0 16px 40px hsl(var(--foreground) / .14),0 4px 12px hsl(var(--foreground) / .08);animation:product-collect-ai-panel-in .22s ease-out}@keyframes product-collect-ai-panel-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.product-collect-ai-assistant-head{display:flex;align-items:flex-start;gap:.55rem;padding-bottom:.55rem;border-bottom:1px solid hsl(var(--border))}.product-collect-ai-assistant-head-text{flex:1;min-width:0}.product-collect-ai-assistant-close{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:6px;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.product-collect-ai-assistant-close:hover{background:hsl(var(--muted) / .6);color:hsl(var(--foreground))}.product-collect-ai-assistant-icon{width:1.15rem;height:1.15rem;margin-top:.15rem;color:hsl(var(--primary));flex-shrink:0}.product-collect-ai-assistant-title{margin:0;font-size:.95rem;font-weight:600;line-height:1.3}.product-collect-ai-assistant-sub{margin:.15rem 0 0;font-size:.75rem;color:hsl(var(--muted-foreground));line-height:1.4}.product-collect-ai-assistant-messages{flex:1 1 auto;min-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:.65rem;padding:.15rem .1rem}.product-collect-ai-msg{display:flex;flex-direction:column;gap:.35rem;max-width:100%}.product-collect-ai-msg--user{align-items:flex-end}.product-collect-ai-msg--assistant{align-items:flex-start}.product-collect-ai-msg-bubble{padding:.55rem .7rem;border-radius:10px;font-size:.82rem;line-height:1.5;word-break:break-word;white-space:pre-wrap}.product-collect-ai-msg--user .product-collect-ai-msg-bubble{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-bottom-right-radius:4px}.product-collect-ai-msg--assistant .product-collect-ai-msg-bubble{background:hsl(var(--muted) / .55);color:hsl(var(--foreground));border:1px solid hsl(var(--border));border-bottom-left-radius:4px}.product-collect-ai-msg-bubble--loading{display:inline-flex;align-items:center;gap:.4rem}.product-collect-ai-msg-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .55rem}.product-collect-ai-msg-hint{font-size:.72rem;color:hsl(var(--muted-foreground))}.product-collect-ai-msg.is-applied .product-collect-ai-msg-hint{color:hsl(var(--primary))}.product-collect-ai-assistant-suggestions{display:flex;flex-wrap:wrap;gap:.35rem}.product-collect-ai-suggestion{padding:.28rem .55rem;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--background));color:hsl(var(--muted-foreground));font-size:.72rem;line-height:1.35;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.product-collect-ai-suggestion:hover:not(:disabled){border-color:hsl(var(--primary) / .45);color:hsl(var(--foreground));background:hsl(var(--primary) / .06)}.product-collect-ai-suggestion:disabled{opacity:.55;cursor:not-allowed}.product-collect-ai-assistant-form{display:flex;gap:.45rem;align-items:flex-end;padding-top:.35rem;border-top:1px solid hsl(var(--border))}.product-collect-ai-assistant-input{flex:1;min-width:0;min-height:4.5rem;max-height:8rem;padding:.55rem .65rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:.82rem;line-height:1.45;resize:vertical}.product-collect-ai-assistant-input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .12)}.product-collect-ai-assistant-send{flex-shrink:0;width:2.5rem;height:2.5rem;padding:0;display:inline-flex;align-items:center;justify-content:center}@media (max-width: 640px){.product-collect-ai-widget{right:2rem;bottom:10rem}.product-collect-ai-hint-bubble{right:0;top:auto;bottom:calc(100% + .65rem);width:9rem;max-width:9rem;transform:none;animation:product-collect-ai-hint-in-mobile .35s ease-out}@keyframes product-collect-ai-hint-in-mobile{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.product-collect-ai-hint-tail{right:1.15rem;top:auto;bottom:-5px;transform:rotate(135deg)}.product-collect-ai-assistant{width:calc(100vw - 1.5rem);max-height:min(72vh,calc(100dvh - 5.5rem))}.product-collect-ai-fab{width:3.15rem;height:3.15rem}}.product-collect-ai-preview-dialog{max-height:min(88vh,720px);overflow:hidden;display:flex!important;flex-direction:column}.product-collect-ai-preview-header{flex-shrink:0}.product-collect-ai-preview-body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:.15rem .1rem}.product-collect-ai-preview-field-label{margin:0 0 .45rem;font-size:.82rem;font-weight:600;color:hsl(var(--foreground))}.product-collect-ai-preview-diff{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.product-collect-ai-preview-col{display:flex;flex-direction:column;gap:.35rem;min-width:0;padding:.55rem .65rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--muted) / .35)}.product-collect-ai-preview-col--after{border-color:hsl(var(--primary) / .35);background:hsl(var(--primary) / .06)}.product-collect-ai-preview-col-tag{font-size:.68rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.product-collect-ai-preview-col--after .product-collect-ai-preview-col-tag{color:hsl(var(--primary))}.product-collect-ai-preview-text{margin:0;font-family:inherit;font-size:.8rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;color:hsl(var(--foreground))}.product-collect-ai-preview-html{font-size:.82rem;line-height:1.55;color:hsl(var(--foreground));word-break:break-word}.product-collect-ai-preview-html p{margin:0 0 .5rem}.product-collect-ai-preview-html ul,.product-collect-ai-preview-html ol{margin:0 0 .5rem;padding-left:1.2rem}.product-collect-ai-preview-footer{flex-shrink:0;margin-top:.25rem;padding-top:.75rem;border-top:1px solid hsl(var(--border));background:hsl(var(--background))}.product-collect-ai-msg-btns{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.product-collect-ai-applied-tag{font-size:.72rem;font-weight:600;color:hsl(var(--primary))}@media (max-width: 640px){.product-collect-ai-preview-diff{grid-template-columns:1fr}}.image-process-dialog{max-height:min(90vh,800px);overflow-y:auto;background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;box-shadow:0 16px 40px hsl(var(--foreground) / .12),0 2px 8px hsl(var(--foreground) / .06)!important}.image-process-header{padding-bottom:.15rem;border-bottom:1px solid hsl(var(--border))}.image-process-body{display:flex;flex-direction:column;gap:.75rem}.image-process-section{padding:.75rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--background))}.image-process-tabs{display:flex;gap:.35rem;padding:.25rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--muted) / .5)}.image-process-tab{flex:1;padding:.45rem .65rem;border:1px solid transparent;border-radius:6px;background:hsl(var(--card));font-size:.82rem;font-weight:500;color:hsl(var(--foreground));cursor:pointer;transition:background .15s,color .15s,border-color .15s,box-shadow .15s}.image-process-tab:not(.is-active):hover:not(:disabled){background:hsl(var(--accent));border-color:hsl(var(--border))}.image-process-tab.is-active{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 1px 3px hsl(var(--primary) / .28)}.image-process-tab:disabled{opacity:.55;cursor:not-allowed}.image-process-form{display:flex;flex-direction:column;gap:.65rem}.image-process-field{display:flex;flex-direction:column;gap:.3rem;font-size:.78rem;font-weight:600;color:hsl(var(--foreground))}.image-process-field input[type=number],.image-process-field input[type=text],.image-process-field select{padding:.5rem .6rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--foreground));font-size:.85rem;font-weight:400;transition:border-color .15s,box-shadow .15s}.image-process-field input[type=number]:focus,.image-process-field input[type=text]:focus,.image-process-field select:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .15)}.image-process-field--color{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.45rem}.image-process-field--color input[type=color]{width:2.5rem;height:2rem;padding:0;border:1px solid hsl(var(--border));border-radius:6px;cursor:pointer;background:hsl(var(--card))}.image-process-color-text{flex:1;min-width:5rem}.image-process-check{display:flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:500;color:hsl(var(--foreground))}.image-process-presets{display:flex;flex-wrap:wrap;gap:.4rem}.image-process-preset{padding:.32rem .7rem;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--card));font-size:.78rem;font-weight:500;color:hsl(var(--foreground));cursor:pointer;transition:background .15s,border-color .15s,color .15s}.image-process-preset:not(.is-active):hover:not(:disabled){background:hsl(var(--accent));border-color:hsl(var(--primary) / .35)}.image-process-preset.is-active{border-color:hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.image-process-ratio-row{display:flex;align-items:flex-end;gap:.45rem}.image-process-ratio-row .image-process-field{flex:1}.image-process-ratio-sep{padding-bottom:.6rem;font-weight:700;color:hsl(var(--foreground))}.image-process-scope{display:flex;flex-direction:column;gap:.55rem;padding:.75rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--background))}.image-process-scope-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.image-process-scope-label{font-size:.8rem;font-weight:600;color:hsl(var(--foreground))}.image-process-scope-actions{display:flex;gap:.5rem}.image-process-scope-grid{display:flex;flex-wrap:wrap;gap:.45rem;max-height:160px;overflow-y:auto;padding:.35rem;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--card))}.image-process-scope-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;cursor:pointer}.image-process-scope-item input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.image-process-scope-item.is-disabled{opacity:.6;pointer-events:none}.image-process-scope-thumb{position:relative;width:56px;height:56px;border-radius:6px;overflow:hidden;border:2px solid hsl(var(--border));background:hsl(var(--muted) / .35);transition:border-color .15s,box-shadow .15s}.image-process-scope-item.is-selected .image-process-scope-thumb{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .2)}.image-process-scope-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-process-scope-badge{position:absolute;left:0;bottom:0;padding:.05rem .25rem;font-size:.55rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.image-process-scope-index{font-size:.65rem;color:hsl(var(--muted-foreground))}.image-process-scope-summary{margin:0;font-size:.78rem;color:hsl(var(--foreground))}.image-process-scope-summary strong{color:hsl(var(--primary));font-weight:700}.image-process-progress{display:flex;align-items:center;gap:.4rem;margin:0;padding:.55rem .65rem;font-size:.8rem;font-weight:500;color:hsl(var(--primary));border:1px solid hsl(var(--primary) / .25);border-radius:6px;background:hsl(var(--primary) / .08)}.image-process-footer{margin-top:0;padding-top:.85rem;border-top:1px solid hsl(var(--border))}.product-collect-drafts{display:flex;flex-direction:column;gap:.85rem}.product-collect-drafts-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.product-collect-drafts-title{margin:0;font-size:1.05rem;font-weight:600}.product-collect-drafts-hint{margin:.35rem 0 0;font-size:.82rem;line-height:1.45;color:hsl(var(--muted-foreground))}.product-collect-record-hint{margin:-.25rem 0 .75rem;font-size:.9rem;line-height:1.45;color:hsl(var(--muted-foreground))}.product-collect-drafts-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;padding:.65rem .75rem;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--muted) / .25)}.product-collect-drafts-toolbar-left,.product-collect-drafts-toolbar-right{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.product-collect-drafts-count{font-size:.78rem;color:hsl(var(--muted-foreground))}.product-collect-drafts-count strong{color:hsl(var(--primary));font-weight:700}.product-collect-drafts-empty{margin:0;padding:1.25rem .5rem;font-size:.88rem;color:hsl(var(--muted-foreground));text-align:center}.product-collect-drafts-table-wrap{overflow-x:auto}.product-collect-drafts-table{width:100%;border-collapse:collapse;font-size:.84rem}.product-collect-drafts-table th,.product-collect-drafts-table td{padding:.55rem .5rem;border-bottom:1px solid hsl(var(--border));text-align:left;vertical-align:middle}.product-collect-drafts-table thead th{font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .35)}.product-collect-drafts-table tbody tr.is-selected td{background:hsl(var(--primary) / .05)}.product-collect-drafts-col-check{width:2.5rem;text-align:center}.product-collect-drafts-thumb{width:44px;height:44px;border-radius:6px;overflow:hidden;border:1px solid hsl(var(--border));background:hsl(var(--muted) / .35)}.product-collect-drafts-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-collect-drafts-thumb-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.65rem;color:hsl(var(--muted-foreground))}.product-collect-drafts-col-title{font-weight:500;min-width:10rem}.product-collect-drafts-col-url{max-width:14rem;font-size:.78rem;color:hsl(var(--muted-foreground));word-break:break-all}.product-collect-drafts-col-time{white-space:nowrap;font-size:.78rem;color:hsl(var(--muted-foreground))}.product-collect-drafts-row-actions{display:flex;flex-wrap:wrap;gap:.35rem}@media (max-width: 768px){.product-collect-drafts-toolbar{flex-direction:column;align-items:stretch}.product-collect-drafts-toolbar-right{justify-content:flex-start}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 220 14% 96%;--foreground: 220 30% 14%;--card: 0 0% 100%;--card-foreground: 220 30% 14%;--popover: 0 0% 100%;--popover-foreground: 220 30% 14%;--primary: 32 90% 44%;--primary-foreground: 40 50% 98%;--secondary: 220 14% 92%;--secondary-foreground: 220 30% 14%;--muted: 220 14% 92%;--muted-foreground: 220 14% 38%;--accent: 220 14% 90%;--accent-foreground: 220 30% 14%;--destructive: 0 70% 48%;--destructive-foreground: 0 0% 100%;--success: 142 60% 35%;--success-foreground: 0 0% 100%;--warning: 38 85% 45%;--warning-foreground: 0 0% 100%;--info: 199 80% 45%;--info-foreground: 0 0% 100%;--border: 220 14% 76%;--input: 220 14% 76%;--ring: 32 90% 44%;--radius: .625rem;--layout-header-height: 3.5rem;--layout-sticky-gap: .75rem;--layout-sticky-offset: calc(var(--layout-header-height) + var(--layout-sticky-gap));--bg: hsl(var(--background));--bg-card: hsl(var(--card));--bg-hover: hsl(var(--accent));--text: hsl(var(--foreground));--text-muted: hsl(var(--muted-foreground));--font: "Noto Sans SC", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--accent-soft: hsl(var(--primary) / .12)}.dark{--background: 224 30% 8%;--foreground: 210 32% 94%;--card: 224 28% 11%;--card-foreground: 210 32% 94%;--popover: 224 28% 11%;--popover-foreground: 210 32% 94%;--primary: 34 92% 55%;--primary-foreground: 24 30% 10%;--secondary: 217 24% 16%;--secondary-foreground: 210 32% 94%;--muted: 217 24% 16%;--muted-foreground: 215 16% 60%;--accent: 32 20% 18%;--accent-foreground: 210 32% 94%;--destructive: 0 62% 50%;--destructive-foreground: 0 0% 100%;--success: 142 55% 48%;--success-foreground: 224 30% 8%;--warning: 38 85% 55%;--warning-foreground: 224 30% 8%;--info: 199 80% 55%;--info-foreground: 224 30% 8%;--border: 217 20% 30%;--input: 217 20% 30%;--ring: 34 92% 55%;--bg: hsl(var(--background));--bg-card: hsl(var(--card));--bg-hover: hsl(var(--accent));--text: hsl(var(--foreground));--text-muted: hsl(var(--muted-foreground));--accent-soft: hsl(var(--primary) / .18)}*{border-color:hsl(var(--border))}html{font-size:16px}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:.9375rem;line-height:1.6;font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}::-moz-selection{background-color:hsl(var(--primary) / .25);color:hsl(var(--foreground))}::selection{background-color:hsl(var(--primary) / .25);color:hsl(var(--foreground))}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:hsl(var(--border));border-radius:9999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground) / .5);background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent}::-moz-placeholder{color:hsl(var(--muted-foreground) / .6)}::placeholder{color:hsl(var(--muted-foreground) / .6)}.dark input[type=date]::-webkit-calendar-picker-indicator,.dark input[type=time]::-webkit-calendar-picker-indicator{filter:invert(.8)}::-webkit-input-placeholder{color:hsl(var(--muted-foreground) / .6)}.\!container{width:100%!important;margin-right:auto!important;margin-left:auto!important;padding-right:1.5rem!important;padding-left:1.5rem!important}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem}@media (min-width: 1400px){.\!container{max-width:1400px!important}.container{max-width:1400px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-32{bottom:-8rem}.-left-32{left:-8rem}.-right-32{right:-8rem}.-top-32{top:-8rem}.left-1\/2{left:50%}.left-2\.5{left:.625rem}.left-\[50\%\]{left:50%}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-8{margin-bottom:2rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[1px\]{height:1px}.h-full{height:100%}.min-h-\[40vh\]{min-height:40vh}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[100px\]{width:100px}.w-\[140px\]{width:140px}.w-\[1px\]{width:1px}.w-\[56px\]{width:56px}.w-\[72px\]{width:72px}.w-full{width:100%}.min-w-\[160px\]{min-width:160px}.min-w-\[180px\]{min-width:180px}.min-w-\[220px\]{min-width:220px}.max-w-\[1370px\]{max-width:1370px}.max-w-\[200px\]{max-width:200px}.max-w-\[280px\]{max-width:280px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.6}}.animate-pulse-soft{animation:pulse-soft 1.6s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-decimal{list-style-type:decimal}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-0\.5{row-gap:.125rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-\[hsl\(var\(--info\)\/0\.35\)\]{border-color:hsl(var(--info)/.35)}.border-\[hsl\(var\(--success\)\/0\.35\)\]{border-color:hsl(var(--success)/.35)}.border-\[hsl\(var\(--warning\)\/0\.35\)\]{border-color:hsl(var(--warning)/.35)}.border-border{border-color:hsl(var(--border))}.border-destructive\/30{border-color:hsl(var(--destructive) / .3)}.border-destructive\/40{border-color:hsl(var(--destructive) / .4)}.border-input{border-color:hsl(var(--input))}.border-transparent{border-color:transparent}.bg-\[hsl\(95_40\%_40\%\/0\.12\)\]{background-color:#5f8f3d1f}.bg-\[hsl\(var\(--info\)\/0\.1\)\]{background-color:hsl(var(--info)/.1)}.bg-\[hsl\(var\(--info\)\/0\.15\)\]{background-color:hsl(var(--info)/.15)}.bg-\[hsl\(var\(--success\)\/0\.1\)\]{background-color:hsl(var(--success)/.1)}.bg-\[hsl\(var\(--success\)\/0\.15\)\]{background-color:hsl(var(--success)/.15)}.bg-\[hsl\(var\(--warning\)\/0\.1\)\]{background-color:hsl(var(--warning)/.1)}.bg-\[hsl\(var\(--warning\)\/0\.15\)\]{background-color:hsl(var(--warning)/.15)}.bg-amber-500\/15{background-color:#f59e0b26}.bg-background{background-color:hsl(var(--background))}.bg-black\/60{background-color:#0009}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-card\/95{background-color:hsl(var(--card) / .95)}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive\/10{background-color:hsl(var(--destructive) / .1)}.bg-lime-500\/15{background-color:#84cc1626}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-orange-500\/15{background-color:#f9731626}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\/15{background-color:hsl(var(--primary) / .15)}.bg-secondary{background-color:hsl(var(--secondary))}.bg-stone-500\/15{background-color:#78716c26}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pt-0{padding-top:0}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.text-\[hsl\(var\(--info\)\)\]{color:hsl(var(--info))}.text-\[hsl\(var\(--success\)\)\]{color:hsl(var(--success))}.text-\[hsl\(var\(--warning\)\)\]{color:hsl(var(--warning))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/80{color:hsl(var(--foreground) / .8)}.text-lime-800{--tw-text-opacity: 1;color:rgb(63 98 18 / var(--tw-text-opacity, 1))}.text-muted{color:hsl(var(--muted))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-stone-700{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-200{animation-duration:.2s}#root{min-height:100vh}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-primary\/40:hover{border-color:hsl(var(--primary) / .4)}.hover\:bg-\[hsl\(var\(--info\)\/0\.2\)\]:hover{background-color:hsl(var(--info)/.2)}.hover\:bg-\[hsl\(var\(--success\)\/0\.2\)\]:hover{background-color:hsl(var(--success)/.2)}.hover\:bg-\[hsl\(var\(--warning\)\/0\.2\)\]:hover{background-color:hsl(var(--warning)/.2)}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-muted\/40:hover{background-color:hsl(var(--muted) / .4)}.hover\:bg-primary\/15:hover{background-color:hsl(var(--primary) / .15)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:-translate-y-0\.5{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-primary{color:hsl(var(--primary))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}@supports (backdrop-filter: var(--tw)){.supports-\[backdrop-filter\]\:bg-card\/60{background-color:hsl(var(--card) / .6)}}@media (min-width: 640px){.sm\:inline{display:inline}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-md{max-width:28rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:text-left{text-align:left}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:text-\[hsl\(var\(--info\)\)\]>svg{color:hsl(var(--info))}.\[\&\>svg\]\:text-\[hsl\(var\(--success\)\)\]>svg{color:hsl(var(--success))}.\[\&\>svg\]\:text-\[hsl\(var\(--warning\)\)\]>svg{color:hsl(var(--warning))}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}
