.sticker-builder-v2{background:#fff;border-radius:12px;max-width:100%;width:100%;margin:auto;box-shadow:0 2px 8px #0000001a;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.step-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;border-bottom:1px solid #e5e7eb;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;transition:background-color .15s ease}@media (hover: hover){.step-header:hover{background-color:#f9fafb}}@media (max-width: 768px){.step-header{padding:14px}}.step-header-left{display:flex;align-items:center;gap:10px;min-width:0}.step-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.step-check{width:20px;height:20px;border-radius:50%;background:#22c55e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-check svg{width:12px;height:12px;stroke:#fff;stroke-width:3;fill:none}.step-title{font-weight:600;font-size:1.5rem;color:#1f2937;white-space:nowrap}.step-summary{font-size:1.25rem;color:#6b7280;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.step-chevron{color:#9ca3af;transition:transform .2s ease;flex-shrink:0}.step-chevron.active{transform:rotate(180deg)}.step-content{padding:0 20px 20px;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.radio-option{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;touch-action:manipulation;transition:background-color .15s ease}.radio-option:hover,.radio-option.selected{background-color:#f3f4f6}.radio-circle{width:18px;height:18px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease}.radio-circle.selected{border-color:#1f2937}.radio-dot{width:10px;height:10px;border-radius:50%;background:#1f2937}.radio-label{font-size:1.4rem;color:#374151;flex:1}.radio-badge{display:inline-flex;align-items:center;padding:2px 8px;background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;font-size:.75rem;font-weight:600;border-radius:9999px;white-space:nowrap}.size-help-link{font-size:.875rem;color:#6b7280;text-decoration:underline;cursor:pointer;background:none;border:none;font-family:inherit;touch-action:manipulation}.size-help-link:hover{color:#374151}.custom-size-container{background:#f9fafb;border-radius:8px;padding:16px;margin-top:8px}.custom-size-row{display:flex;gap:12px;margin-bottom:8px}.custom-size-field{flex:1}.custom-size-field label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:4px}.custom-size-field input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;font-family:inherit;outline:none;transition:border-color .15s ease}.custom-size-field input:focus{border-color:#1f2937}.custom-size-warning{color:#dc2626;font-size:1.1rem;margin-top:4px}.step-continue-btn{display:block;width:100%;margin-top:16px;padding:14px 20px;background:#1f2937;border:none;border-radius:8px;font-size:1.5rem;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;touch-action:manipulation;transition:background-color .15s ease}.step-continue-btn:hover{background:#374151}.step-continue-btn:disabled{opacity:.5;cursor:not-allowed}.qty-grid{display:grid;gap:0}.qty-row{display:grid;grid-template-columns:auto 60px 1fr 80px;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;touch-action:manipulation;transition:background-color .15s ease}.qty-row:hover,.qty-row.selected{background-color:#f3f4f6}.qty-value{font-weight:500;font-size:1.4rem;color:#1f2937}.qty-price{font-weight:500;font-size:1.4rem;color:#1f2937;text-align:right}.qty-savings{color:#16a34a;font-weight:600;font-size:1.25rem;text-align:right}.qty-dropdown{width:100%;padding:14px;border:2px solid #e5e7eb;border-radius:10px;font-size:16px;font-family:inherit;background:#fff;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;touch-action:manipulation;transition:border-color .15s ease}.qty-dropdown:focus{border-color:#16a34a;outline:none}.artwork-toggle-container{display:flex;gap:8px;margin-bottom:16px}.artwork-toggle-btn{flex:1;padding:12px 16px;border:2px solid #d1d5db;border-radius:8px;background:#fff;font-size:1.4rem;font-weight:500;color:#374151;cursor:pointer;font-family:inherit;text-align:center;touch-action:manipulation;transition:all .15s ease}.artwork-toggle-btn.active{border-color:#1f2937;background:#f3f4f6}.artwork-hint{font-size:12px;font-style:italic;color:#6b7280}.artwork-tooltip{position:relative;display:inline-flex;align-items:center;margin-left:4px}.artwork-tooltip .tooltip-icon{width:16px;height:16px;border-radius:50%;border:1px solid #9ca3af;display:flex;align-items:center;justify-content:center;font-size:11px;color:#9ca3af;cursor:help}.artwork-tooltip .tooltip-text{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-style:normal;white-space:nowrap;z-index:10;margin-bottom:6px}@media (hover: hover){.artwork-tooltip:hover .tooltip-text{display:block}}.artwork-tooltip.tooltip-active .tooltip-text{display:block}.upload-zone{border:2px dashed #d1d5db;border-radius:8px;padding:24px;text-align:center;cursor:pointer;transition:all .15s ease;touch-action:manipulation}.upload-zone:hover{border-color:#9ca3af;background:#f9fafb}.upload-zone.dragging{border-color:#1f2937;background:#f3f4f6}.upload-zone-icon{width:40px;height:40px;margin:0 auto 8px;color:#9ca3af}.upload-zone-text{font-size:.875rem;color:#6b7280}.upload-zone-hint{font-size:1rem;color:#9ca3af;margin-top:4px}.uploaded-file{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-top:8px}.uploaded-file-name{font-size:.875rem;color:#374151;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uploaded-file-remove{background:none;border:none;color:#9ca3af;cursor:pointer;padding:2px;font-family:inherit}.instructions-toggle{display:flex;align-items:center;gap:6px;font-size:1.4rem;font-weight:500;color:#1f2937;background:none;border:none;cursor:pointer;padding:8px 0;font-family:inherit;touch-action:manipulation}.instructions-toggle .plus-icon{display:inline-block;transition:transform .2s ease;font-size:1.2em}.instructions-toggle .plus-icon.open{transform:rotate(45deg)}.instructions-textarea{width:100%;min-height:80px;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:16px;font-family:inherit;resize:vertical;outline:none;transition:border-color .15s ease;margin-top:8px;box-sizing:border-box}.instructions-textarea:focus{border-color:#1f2937}.promo-input-group{display:flex;gap:8px}.promo-input{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;font-family:inherit;outline:none;transition:border-color .15s ease}.promo-input:focus{border-color:#1f2937}.promo-apply-btn{padding:12px 20px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;font-weight:600;font-family:inherit;cursor:pointer;touch-action:manipulation;transition:all .15s ease;white-space:nowrap}.promo-apply-btn:hover{background:#e5e7eb}.promo-apply-btn:disabled{opacity:.5;cursor:not-allowed}.promo-status{margin-top:8px;font-size:.875rem}.promo-status.success{color:#16a34a}.promo-status.error{color:#dc2626}.checkout-section{background:#f9fafb;border-top:1px solid #e5e7eb;padding:20px}.checkout-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.checkout-label{font-weight:600;font-size:1.5rem;color:#374151}.checkout-value{font-weight:700;font-size:1.5rem;color:#1f2937}.checkout-unit{font-size:1.1rem;font-weight:500;color:#6b7280;margin-left:4px}.checkout-discount-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.checkout-discount-label{font-weight:500;font-size:1.25rem;color:#16a34a}.checkout-discount-value{font-weight:600;font-size:1.25rem;color:#16a34a}.checkout-total-row{display:flex;justify-content:space-between;align-items:baseline;border-top:2px solid #e5e7eb;padding-top:10px;margin-top:10px;margin-bottom:16px}.checkout-total-label,.checkout-total-value{font-weight:700;font-size:1.5rem;color:#1f2937}.checkout-original-price{text-decoration:line-through;color:#9ca3af;margin-right:8px}.checkout-btn{display:block;width:100%;padding:14px 24px;border:none;border-radius:8px;font-weight:700;font-size:1.75rem;background:#22c55e;color:#fff;cursor:pointer;font-family:inherit;touch-action:manipulation;transition:background-color .15s ease}.checkout-btn:hover{background:#16a34a}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-note{font-size:13px;color:#6b7280;text-align:center;font-weight:500;margin-top:12px}.checkout-note-divider{color:#d1d5db;margin:0 6px}.ks-badge-grid{display:flex;flex-wrap:wrap;gap:6px;margin:.75rem 0 0}.ks-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:4px;background:#f8f9fa;border:1px solid #e5e7eb;color:#4b5563;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.04em;height:28px}.ks-badge svg{width:14px;height:14px;stroke:#4b5563;fill:none;stroke-width:1.5}.shipping-trust{display:flex;flex-wrap:wrap;gap:1rem;margin-top:16px;margin-bottom:1.5rem}.shipping-trust-item{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#6b7280}.shipping-trust-check{color:#4b5563}.product-image-square-container{aspect-ratio:1 / 1;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;max-width:500px}.product-image-square-container img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.order-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}@media (max-width: 990px){.order-page-grid{grid-template-columns:1fr;padding:1rem}}.left-column{display:flex;flex-direction:column}@media (max-width: 990px){.left-column{order:1}.left-column .product-image-square-container{order:-1;max-width:100%;margin-bottom:1.5rem}}@media (min-width: 991px){.left-column .product-image-square-container{order:2;margin-top:1.5rem}}.product-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;line-height:1.2}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal-content{background:#fff;max-width:560px;width:100%;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:24px;position:relative;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:12px;right:16px;font-size:28px;background:none;border:none;color:#9ca3af;cursor:pointer;line-height:1;padding:4px}.modal-close:hover{color:#374151}.modal-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:12px}.modal-text{font-size:.9375rem;color:#4b5563;line-height:1.6}.progress-tracker{display:none;padding:12px 20px;border-bottom:1px solid #e5e7eb}@media (max-width: 768px){.progress-tracker{display:block}}.progress-track{height:3px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-bottom:6px}.progress-fill{height:100%;background:#16a34a;transition:width .3s ease;border-radius:2px}.progress-label{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.loading-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#1f2937;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:.875rem;color:#6b7280}.error-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.error-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:8px}.error-text{font-size:.875rem;color:#6b7280}.error-link{color:#2563eb;text-decoration:underline;margin-top:12px;font-size:.875rem}.retry-btn{margin-top:16px;padding:10px 20px;background:#1f2937;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-family:inherit}.retry-btn:hover{background:#374151}.hidden-mobile{display:block}.shown-mobile{display:none}@media (max-width: 640px){.hidden-mobile{display:none!important}.shown-mobile{display:block!important}}.proof-page-shell{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif}.proof-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb}.proof-header-logo-link{display:flex;align-items:center}.proof-header-logo{height:40px}.proof-header-store-link{font-size:14px;font-weight:500;color:#6b7280;text-decoration:none;transition:color .15s ease}.proof-header-store-link:hover{color:#1f2937}.proof-main{flex:1;padding:24px 16px 48px;max-width:800px;width:100%;margin:0 auto}@media (min-width: 640px){.proof-main{padding:40px 24px 64px}}.proof-footer{padding:24px;text-align:center;font-size:12px;color:#9ca3af;border-top:1px solid #e5e7eb;background:#fff}.proof-page-content{display:flex;flex-direction:column;gap:24px}.proof-page-header{text-align:center;margin-bottom:8px}.proof-page-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 8px}@media (min-width: 640px){.proof-page-title{font-size:1.75rem}}.proof-page-subtitle{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5}.proof-cards-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 640px){.proof-cards-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}}.proof-card{background:#fff;border-radius:12px;border:2px solid #e5e7eb;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.proof-card--approved{border-color:#86efac;box-shadow:0 0 0 1px #86efac}.proof-card--changes_requested,.proof-card--rejected{border-color:#fbbf24;box-shadow:0 0 0 1px #fbbf24}.proof-card-image-container{position:relative;background:#f9fafb;cursor:pointer;overflow:hidden}.proof-card-image-placeholder{aspect-ratio:1 / 1;background:linear-gradient(135deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:400% 400%;animation:shimmer 1.5s ease infinite}@keyframes shimmer{0%{background-position:100% 100%}to{background-position:0% 0%}}.proof-card-image{width:100%;display:block;opacity:0;transition:opacity .3s ease}.proof-card-image.loaded{opacity:1}.proof-card-zoom-hint{position:absolute;bottom:0;left:0;right:0;padding:8px;text-align:center;font-size:12px;color:#fff;background:linear-gradient(transparent,#00000080);opacity:0;transition:opacity .2s ease}.proof-card-image-container:hover .proof-card-zoom-hint{opacity:1}.proof-card-details{padding:16px 16px 8px}.proof-card-product-name{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 4px}.proof-card-specs{font-size:.8125rem;color:#6b7280;margin:0 0 2px}.proof-card-qty{font-size:.8125rem;color:#9ca3af;margin:0}.proof-card-actions{padding:8px 16px;display:flex;flex-direction:column;gap:4px}.proof-radio-option{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background-color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.proof-radio-option:hover,.proof-radio-option.selected{background-color:#f3f4f6}.proof-radio-option input[type=radio]{display:none}.proof-radio-circle{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease}.proof-radio-option.selected .proof-radio-circle{border-color:#1f2937}.proof-radio-dot{width:10px;height:10px;border-radius:50%}.approve-dot{background:#22c55e}.reject-dot{background:#f59e0b}.proof-radio-label{font-size:.9375rem;font-weight:500;color:#374151;flex:1}.proof-radio-icon{width:20px;height:20px;flex-shrink:0}.approve-icon{color:#22c55e;opacity:.4}.proof-radio-option.selected .approve-icon{opacity:1}.reject-icon{color:#f59e0b;opacity:.4}.proof-radio-option.selected .reject-icon{opacity:1}.proof-card-comment{padding:0 16px 16px}.proof-comment-textarea{width:100%;min-height:72px;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:16px;font-family:inherit;resize:vertical;outline:none;transition:border-color .15s ease;box-sizing:border-box;color:#374151}.proof-comment-textarea:focus{border-color:#1f2937}.proof-comment-textarea::-moz-placeholder{color:#9ca3af}.proof-comment-textarea::placeholder{color:#9ca3af}.proof-admin-message{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:16px}.proof-admin-message-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.proof-admin-avatar{width:36px;height:36px;border-radius:50%;background:#1f2937;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.proof-admin-name{font-size:.875rem;font-weight:600;color:#1f2937}.proof-admin-time{font-size:.75rem;color:#9ca3af}.proof-admin-message-text{font-size:.9375rem;color:#374151;line-height:1.6;margin:0}.proof-submit-section{text-align:center;padding-top:8px}.proof-submit-btn{display:inline-block;width:100%;max-width:400px;padding:16px 32px;background:#1f2937;border:none;border-radius:10px;font-size:1.125rem;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;touch-action:manipulation;transition:background-color .15s ease,opacity .15s ease}.proof-submit-btn:hover:not(:disabled){background:#374151}.proof-submit-btn:disabled{opacity:.4;cursor:not-allowed}.proof-submit-hint{font-size:.8125rem;color:#9ca3af;margin-top:10px}.proof-error-container{text-align:center;padding:60px 20px}.proof-error-icon{font-size:48px;margin-bottom:16px}.proof-error-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 8px}.proof-error-text{font-size:.9375rem;color:#6b7280;margin:0 0 20px}.proof-error-link{color:#2563eb;text-decoration:underline;font-size:.9375rem}.proof-retry-btn{padding:12px 24px;background:#1f2937;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;font-family:inherit}.proof-retry-btn:hover{background:#374151}.proof-fullscreen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;cursor:pointer}.proof-fullscreen-close{position:absolute;top:16px;right:20px;font-size:36px;color:#fff;background:none;border:none;cursor:pointer;line-height:1;z-index:101}.proof-fullscreen-close:hover{color:#d1d5db}.proof-fullscreen-image{max-width:90vw;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:8px;cursor:default}.proof-confirmation{text-align:center;padding:40px 20px}.proof-confirmation-icon{width:72px;height:72px;margin:0 auto 20px}.proof-confirmation-icon svg{width:100%;height:100%}.proof-confirmation-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 8px}@media (min-width: 640px){.proof-confirmation-title{font-size:1.75rem}}.proof-confirmation-subtitle{font-size:1rem;color:#6b7280;margin:0 0 32px;line-height:1.5}.proof-confirmation-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;max-width:600px;margin:0 auto 32px}.proof-confirmation-card{text-align:center}.proof-confirmation-image-wrap{position:relative;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;background:#f9fafb}.proof-confirmation-image{width:100%;display:block}.proof-stamp{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-15deg);padding:8px 20px;font-size:1.25rem;font-weight:900;letter-spacing:.1em;border:3px solid;border-radius:8px;opacity:.85;white-space:nowrap;pointer-events:none}.proof-stamp--approved{color:#22c55e;border-color:#22c55e;background:#f0fdf4e6}.proof-stamp--changes{color:#f59e0b;border-color:#f59e0b;background:#fffbebe6}.proof-confirmation-card-label{font-size:.875rem;font-weight:500;color:#374151;margin-top:8px}.proof-confirmation-link{display:inline-block;padding:14px 32px;background:#1f2937;color:#fff;border-radius:10px;font-weight:700;font-size:1rem;text-decoration:none;transition:background-color .15s ease}.proof-confirmation-link:hover{background:#374151;color:#fff}*,: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:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,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}.visible{visibility:visible}.block{display:block}.flex{display:flex}.grid{display:grid}.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)}body{font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}*{-webkit-tap-highlight-color:transparent}
