:root{--primary-color: #9f1239;--primary-hover: #881337;--accent-color: #fbbf24;--text-color: #4a044e;--bg-color: #fff1f2;--white: #ffffff;--gray-50: #fff1f2;--gray-100: #ffe4e6;--gray-200: #fecdd3;--gray-500: #9f1239;--gray-800: #881337;--gray-900: #4c0519}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6}h1,h2,h3,h4,h5,h6,p,a,button,input,span,div{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none;padding:0;margin:0}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.font-bold{font-weight:700}.btn-primary{background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:0;font-weight:400;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease;display:inline-flex;justify-content:center;align-items:center}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 6px #9f123933}.input-field{width:100%;padding:.75rem;border:1px solid var(--gray-200);background-color:#fff;margin-top:.25rem;font-family:Lato,sans-serif}.input-field:focus{outline:2px solid var(--primary-color);border-color:transparent}.header[data-v-141b1d16]{position:sticky;top:0;z-index:50;background-color:#fffffff2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid var(--gray-200);height:80px;display:flex;align-items:center}.header-content[data-v-141b1d16]{display:flex;align-items:center;justify-content:space-between;width:100%}.logo a[data-v-141b1d16]{font-family:Playfair Display,serif;font-size:1.75rem;letter-spacing:.05em;font-weight:700;color:var(--gray-900);text-transform:uppercase}.highlight[data-v-141b1d16]{color:var(--primary-color);font-style:italic}.actions[data-v-141b1d16]{display:flex;align-items:center;gap:1.5rem}.icon-btn[data-v-141b1d16]{display:flex;align-items:center;color:var(--gray-900);padding:.5rem;transition:color .2s}.icon-btn[data-v-141b1d16]:hover{color:var(--primary-color)}.icon[data-v-141b1d16]{width:24px;height:24px;stroke-width:1.5px}.cart-btn[data-v-141b1d16]{position:relative}.badge[data-v-141b1d16]{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;padding:2px 6px;font-size:.7rem;font-weight:700;color:#fff;background-color:var(--primary-color);border-radius:50%;transform:translate(50%,-50%)}.flag-icon[data-v-141b1d16]{margin-left:.5rem;border-radius:2px;box-shadow:0 1px 2px #0000001a}.profile-menu[data-v-141b1d16]{position:relative}.dropdown[data-v-141b1d16]{position:absolute;right:0;top:100%;margin-top:.5rem;width:12rem;background-color:#fff;border-radius:0;box-shadow:0 10px 15px -3px #9f12391a,0 4px 6px -2px #9f12390d;border:1px solid var(--gray-100);z-index:100}.dropdown-header[data-v-141b1d16]{padding:.5rem 1rem;border-bottom:1px solid var(--gray-100);color:var(--gray-500);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.dropdown-item[data-v-141b1d16]{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:.9rem;color:var(--gray-900);text-align:left}.dropdown-item[data-v-141b1d16]:hover{background-color:var(--gray-50);color:var(--primary-color)}.dropdown-divider[data-v-141b1d16]{border-top:1px solid var(--gray-100)}.footer[data-v-85c8c86b]{background-color:#fff;border-top:1px solid var(--gray-200);margin-top:auto;padding:3rem 0}.footer-grid[data-v-85c8c86b]{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-grid[data-v-85c8c86b]{grid-template-columns:repeat(3,1fr)}}.footer-column h3[data-v-85c8c86b]{font-size:.875rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-column ul[data-v-85c8c86b]{display:flex;flex-direction:column;gap:1rem}.footer-column a[data-v-85c8c86b]{font-size:1rem;color:var(--gray-500);transition:color .2s}.footer-column a[data-v-85c8c86b]:hover{color:var(--gray-900)}.footer-bottom[data-v-85c8c86b]{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center}.footer-bottom p[data-v-85c8c86b]{font-size:1rem;color:var(--gray-400)}.cart-overlay[data-v-ea07780b]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;overflow:hidden}.cart-backdrop[data-v-ea07780b]{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#6b7280bf;transition:opacity .5s}.cart-panel-wrapper[data-v-ea07780b]{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;display:flex;justify-content:flex-end}.cart-panel[data-v-ea07780b]{pointer-events:auto;width:100%;max-width:28rem;background-color:#fff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;height:100%}.cart-content[data-v-ea07780b]{flex:1;overflow-y:auto;padding:1.5rem}.cart-header[data-v-ea07780b]{display:flex;align-items:flex-start;justify-content:space-between}.cart-header h2[data-v-ea07780b]{font-size:1.125rem;font-weight:500;color:var(--gray-900);margin:0}.close-btn[data-v-ea07780b]{padding:.5rem;color:var(--gray-400)}.close-btn[data-v-ea07780b]:hover{color:var(--gray-500)}.icon[data-v-ea07780b]{width:1.5rem;height:1.5rem}.cart-items-container[data-v-ea07780b]{margin-top:2rem}.cart-items-list[data-v-ea07780b]{display:flex;flex-direction:column;gap:1.5rem}.cart-item[data-v-ea07780b]{display:flex;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.item-image[data-v-ea07780b]{height:6rem;width:6rem;flex-shrink:0;overflow:hidden;border-radius:.375rem;border:1px solid var(--gray-200)}.item-image img[data-v-ea07780b]{height:100%;width:100%;object-fit:cover;object-position:center}.item-details[data-v-ea07780b]{margin-left:1rem;flex:1;display:flex;flex-direction:column}.item-header[data-v-ea07780b]{display:flex;justify-content:space-between;font-size:1rem;font-weight:500;color:var(--gray-900)}.item-header h3[data-v-ea07780b]{margin:0}.item-price[data-v-ea07780b]{margin-left:1rem}.item-variant[data-v-ea07780b]{margin-top:.25rem;font-size:.875rem;color:var(--gray-500)}.item-footer[data-v-ea07780b]{flex:1;display:flex;align-items:flex-end;justify-content:space-between;font-size:.875rem}.item-qty[data-v-ea07780b]{color:var(--gray-500)}.remove-btn[data-v-ea07780b]{font-weight:500;color:var(--primary-color)}.remove-btn[data-v-ea07780b]:hover{color:var(--primary-hover)}.empty-cart[data-v-ea07780b]{text-align:center;color:var(--gray-500);padding:1.5rem 0}.cart-summary[data-v-ea07780b]{border-top:1px solid var(--gray-200);padding:1.5rem}.summary-row[data-v-ea07780b]{display:flex;justify-content:space-between;font-size:1rem;font-weight:500;color:var(--gray-900)}.summary-note[data-v-ea07780b]{margin-top:.25rem;font-size:.875rem;color:var(--gray-500)}.summary-actions[data-v-ea07780b]{margin-top:1.5rem}.btn-checkout[data-v-ea07780b]{width:100%;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background-color:var(--primary-color);padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;box-shadow:0 1px 2px #0000000d}.btn-checkout[data-v-ea07780b]:hover{background-color:var(--primary-hover)}.continue-shopping[data-v-ea07780b]{margin-top:1.5rem;display:flex;justify-content:center;text-align:center;font-size:.875rem;color:var(--gray-500)}.btn-continue[data-v-ea07780b]{font-weight:500;color:var(--primary-color);margin-left:.25rem}.btn-continue[data-v-ea07780b]:hover{color:var(--primary-hover)}.sr-only[data-v-ea07780b]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.app-layout[data-v-8a079e04]{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.main-content[data-v-8a079e04]{flex-grow:1}.top-banner[data-v-8a079e04]{background-color:var(--primary-color);color:#fff;text-align:center;padding:.5rem;font-weight:700;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase}.hero[data-v-3e07376a]{position:relative;height:90vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg[data-v-3e07376a]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img[data-v-3e07376a]{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero-overlay[data-v-3e07376a]{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#4c05191a,#4c05194d);z-index:1}.hero-content[data-v-3e07376a]{position:relative;z-index:10;text-align:center;width:100%;position:absolute;bottom:10%}.magazine-title[data-v-3e07376a]{font-family:Playfair Display,serif;font-size:15vw;font-weight:400;line-height:.9;color:#fff;text-align:center;white-space:nowrap;mix-blend-mode:overlay;opacity:.9;letter-spacing:-.02em}.seo-subtitle[data-v-3e07376a]{color:#fff;font-family:Lato,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:1rem;margin-top:-1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.magazine-title[data-v-3e07376a]{font-size:20vw;white-space:normal}}.hero-buttons[data-v-3e07376a]{margin-top:2rem}.btn[data-v-3e07376a]{display:inline-flex;align-items:center;justify-content:center;padding:1rem 3rem;font-family:Playfair Display,serif;font-weight:700;font-size:1.125rem;text-transform:uppercase;letter-spacing:.1em;transition:all .3s ease}.btn-primary-hero[data-v-3e07376a]{background-color:#ffffffe6;color:var(--gray-900);border:1px solid white}.btn-primary-hero[data-v-3e07376a]:hover{background-color:#fff;transform:translateY(-2px)}.btn-white-text[data-v-3e07376a]{background-color:#fff;color:var(--primary-color)}.btn-white-text[data-v-3e07376a]:hover{background-color:var(--gray-100)}.section[data-v-3e07376a]{padding:6rem 0}.light-bg[data-v-3e07376a]{background-color:#fff}.section-label[data-v-3e07376a]{color:var(--primary-color);font-family:Lato,sans-serif;font-weight:700;text-transform:uppercase;font-size:.875rem;letter-spacing:.2em}.section-title[data-v-3e07376a]{font-size:2.5rem;color:var(--gray-900);margin-top:1rem}.section-desc[data-v-3e07376a]{font-size:1.25rem;color:var(--gray-500);margin-top:1rem;max-width:42rem;margin-left:auto;margin-right:auto;font-family:Playfair Display,serif;font-style:italic}.features-grid[data-v-3e07376a]{display:grid;grid-template-columns:repeat(1,1fr);gap:3rem;margin-top:4rem}@media (min-width: 640px){.features-grid[data-v-3e07376a]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid[data-v-3e07376a]{grid-template-columns:repeat(4,1fr)}}.feature-card[data-v-3e07376a]{padding:1.5rem;text-align:center}.icon-box[data-v-3e07376a]{color:var(--primary-color);margin-bottom:1.5rem;display:flex;justify-content:center}.icon-box .icon[data-v-3e07376a]{width:3rem;height:3rem;stroke-width:1px}.feature-card h3[data-v-3e07376a]{font-size:1.5rem;color:var(--gray-900);margin-bottom:1rem}.feature-card p[data-v-3e07376a]{color:var(--gray-500);line-height:1.6}.product-grid[data-v-3e07376a]{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 640px){.product-grid[data-v-3e07376a]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.product-grid[data-v-3e07376a]{grid-template-columns:repeat(3,1fr)}}.product-card[data-v-3e07376a]{position:relative}.product-image[data-v-3e07376a]{position:relative;aspect-ratio:4/5;width:100%;overflow:hidden;background-color:var(--gray-100)}.product-image img[data-v-3e07376a]{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-image:hover img[data-v-3e07376a]{transform:scale(1.05)}.product-overlay[data-v-3e07376a]{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#4c051933;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-image:hover .product-overlay[data-v-3e07376a]{opacity:1}.btn-quick-view[data-v-3e07376a]{background-color:#fff;color:var(--gray-900);padding:.75rem 1.5rem;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:700}.product-info[data-v-3e07376a]{margin-top:1.5rem;text-align:center}.product-info h3[data-v-3e07376a]{font-size:1.25rem;margin:0}.product-info h3 a[data-v-3e07376a]{color:var(--gray-900);transition:color .2s}.product-info h3 a[data-v-3e07376a]:hover{color:var(--primary-color)}.product-desc[data-v-3e07376a]{margin-top:.5rem;font-size:.9rem;color:var(--gray-500);font-style:italic}.product-price[data-v-3e07376a]{margin-top:.75rem;font-size:1.125rem;font-weight:700;color:var(--primary-color);font-family:Lato,sans-serif}.cta-section[data-v-3e07376a]{background-color:var(--primary-color);padding:6rem 0;background-image:linear-gradient(#9f1239e6,#9f1239e6),url(https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80);background-size:cover;background-position:center}.cta-content[data-v-3e07376a]{text-align:center;color:#fff}.cta-content h2[data-v-3e07376a]{font-size:3rem;line-height:1.2}.cta-sub[data-v-3e07376a]{display:block;margin-top:1rem;font-size:1.25rem;color:var(--gray-100);font-family:Lato,sans-serif}.cta-btn-wrapper[data-v-3e07376a]{margin-top:3rem}.narrow-container[data-v-3e07376a]{max-width:48rem;margin:0 auto}.faq-list[data-v-3e07376a]{display:flex;flex-direction:column;gap:1.5rem}.faq-item[data-v-3e07376a]{border-bottom:1px solid var(--gray-200);padding-bottom:1.5rem}.faq-item dt[data-v-3e07376a]{font-size:1.25rem;font-weight:700;color:var(--gray-900);display:flex;align-items:center;font-family:Playfair Display,serif}.faq-icon[data-v-3e07376a]{margin-right:.75rem;color:var(--primary-color);width:1.25rem;height:1.25rem}.faq-item dd[data-v-3e07376a]{margin-top:.75rem;color:var(--gray-500);line-height:1.6;padding-left:2rem}.border-top[data-v-3e07376a]{border-top:1px solid var(--gray-200)}.newsletter-form[data-v-3e07376a]{margin-top:2rem;display:flex;flex-direction:column;gap:0;align-items:center}@media (min-width: 640px){.newsletter-form[data-v-3e07376a]{flex-direction:row;max-width:24rem;margin-left:auto;margin-right:auto;border:1px solid var(--gray-200);padding:.25rem}.newsletter-form .input-field[data-v-3e07376a]{margin-top:0;border:none}.newsletter-form .btn-primary[data-v-3e07376a]{white-space:nowrap;padding:.75rem 1.5rem}}.disclaimer[data-v-3e07376a]{margin-top:1rem;font-size:.75rem;color:var(--gray-500);font-style:italic}.mb-8[data-v-3e07376a]{margin-bottom:2rem}.product-detail-page[data-v-49f143c0]{background-color:var(--bg-color);padding-bottom:4rem}.product-container[data-v-49f143c0]{padding-top:3rem}.product-layout[data-v-49f143c0]{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.product-layout[data-v-49f143c0]{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}.main-image[data-v-49f143c0]{width:100%;aspect-ratio:4/5;background-color:#fff;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.main-image img[data-v-49f143c0]{width:100%;height:100%;object-fit:cover;object-position:center}.product-title[data-v-49f143c0]{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-top:0;margin-bottom:.5rem}.rating[data-v-49f143c0]{display:flex;align-items:center;margin-bottom:1rem;color:var(--accent-color)}.star-icon[data-v-49f143c0]{width:1rem;height:1rem}.review-count[data-v-49f143c0]{margin-left:.5rem;font-size:.875rem;color:var(--gray-500);font-family:Lato,sans-serif}.product-price-section[data-v-49f143c0]{margin-top:.75rem;border-bottom:1px solid var(--gray-200);padding-bottom:1.5rem}.price[data-v-49f143c0]{font-size:2rem;color:var(--primary-color);font-family:Lato,sans-serif;font-weight:700}.product-desc-section[data-v-49f143c0]{margin-top:1.5rem}.desc-content[data-v-49f143c0]{color:var(--gray-800);font-size:1.1rem;line-height:1.6}.desc-long[data-v-49f143c0]{white-space:pre-line;font-size:.95rem;color:var(--gray-500);margin-top:1rem;font-style:italic}.product-options[data-v-49f143c0]{margin-top:2rem}.option-label[data-v-49f143c0]{font-size:.8rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1em}.options-grid[data-v-49f143c0]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.option-btn[data-v-49f143c0]{display:block;border:1px solid var(--gray-200);background:#fff;padding:1rem;text-align:center;font-size:.9rem;color:var(--gray-900);transition:all .2s}.option-btn[data-v-49f143c0]:hover{border-color:var(--primary-color)}.option-btn.selected[data-v-49f143c0]{border-color:var(--primary-color);background-color:var(--gray-50);color:var(--primary-color);font-weight:700}.size-section[data-v-49f143c0]{margin-top:1.5rem}.size-grid[data-v-49f143c0]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:200px}.size-btn[data-v-49f143c0]{display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);background:#fff;padding:.75rem;font-size:.9rem}.size-btn.selected[data-v-49f143c0]{border-color:var(--primary-color);background-color:var(--gray-50);color:var(--primary-color);font-weight:700}.action-section[data-v-49f143c0]{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}.add-to-cart-btn[data-v-49f143c0]{width:100%;background-color:var(--primary-color);color:#fff;padding:1rem 2rem;font-size:1.1rem;font-family:Playfair Display,serif;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:all .3s}.add-to-cart-btn[data-v-49f143c0]:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 10px #9f12394d}.disclaimer[data-v-49f143c0]{font-size:.75rem;color:var(--gray-500);text-align:center;margin:0 auto}.guarantees-section[data-v-49f143c0]{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.guarantee-title[data-v-49f143c0]{font-family:Playfair Display,serif;font-size:1.25rem;color:var(--gray-900);margin-bottom:1rem}.guarantee-list[data-v-49f143c0]{display:flex;flex-direction:column;gap:.75rem}.guarantee-list li[data-v-49f143c0]{display:flex;align-items:center;font-size:.95rem;color:var(--gray-800)}.check[data-v-49f143c0]{color:var(--primary-color);margin-right:.75rem;font-size:1.2rem}.how-to-use-section[data-v-49f143c0]{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.section-title-small[data-v-49f143c0]{font-family:Playfair Display,serif;font-size:1.25rem;color:var(--gray-900);margin-bottom:.75rem}.how-to-desc[data-v-49f143c0]{font-size:.95rem;color:var(--gray-500);margin-bottom:1.5rem;line-height:1.6}.usage-steps[data-v-49f143c0]{display:flex;flex-direction:column;gap:1.5rem}.usage-steps li[data-v-49f143c0]{display:flex;align-items:flex-start}.step-number[data-v-49f143c0]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:var(--primary-color);color:#fff;border-radius:50%;font-family:Playfair Display,serif;font-weight:700;margin-right:1rem;flex-shrink:0}.step-text strong[data-v-49f143c0]{display:block;color:var(--gray-900);margin-bottom:.25rem;font-family:Playfair Display,serif}.step-text p[data-v-49f143c0]{font-size:.9rem;color:var(--gray-500)}.admin-layout[data-v-57c7f183]{min-height:100vh;display:flex;background-color:var(--gray-100)}.login-container[data-v-57c7f183]{display:flex;justify-content:center;align-items:center;width:100%;height:100vh}.login-box[data-v-57c7f183]{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-title[data-v-57c7f183]{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:var(--gray-900)}.error-msg[data-v-57c7f183]{color:#ef4444;margin-top:.5rem;font-size:.875rem;text-align:center}.full-width[data-v-57c7f183]{width:100%;margin-top:1.5rem}.sidebar[data-v-57c7f183]{background-color:var(--gray-800);color:#fff;width:16rem;padding:1.5rem 1rem;display:none}@media (min-width: 768px){.sidebar[data-v-57c7f183]{display:block}}.sidebar-title[data-v-57c7f183]{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.nav-menu[data-v-57c7f183]{display:flex;flex-direction:column;gap:.5rem}.nav-item[data-v-57c7f183]{display:block;width:100%;text-align:left;padding:.5rem 1rem;border-radius:.25rem;color:var(--gray-200);transition:background-color .2s}.nav-item[data-v-57c7f183]:hover{background-color:var(--gray-700)}.nav-item.active[data-v-57c7f183]{background-color:var(--gray-700);color:#fff}.main-content[data-v-57c7f183]{flex:1;padding:2rem}.page-title[data-v-57c7f183]{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem}.dashboard-grid[data-v-57c7f183]{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.dashboard-grid[data-v-57c7f183]{grid-template-columns:repeat(3,1fr)}}.card[data-v-57c7f183]{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.card-label[data-v-57c7f183]{color:var(--gray-500);font-size:.875rem;font-weight:500;margin-bottom:.5rem}.card-value[data-v-57c7f183]{font-size:1.875rem;font-weight:700;color:var(--gray-900)}.card-title[data-v-57c7f183]{font-size:1.125rem;font-weight:500;color:var(--gray-900);margin-bottom:1rem}.max-w-2xl[data-v-57c7f183]{max-width:42rem}.table-container[data-v-57c7f183]{background-color:#fff;box-shadow:0 1px 3px #0000001a;border-radius:.5rem;overflow:hidden}.data-table[data-v-57c7f183]{width:100%;border-collapse:collapse}.data-table th[data-v-57c7f183]{background-color:var(--gray-50);padding:.75rem 1.5rem;text-align:left;font-size:.75rem;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.data-table td[data-v-57c7f183]{padding:1rem 1.5rem;white-space:nowrap;font-size:.875rem;color:var(--gray-500);border-top:1px solid var(--gray-200)}.font-medium[data-v-57c7f183]{font-weight:500;color:var(--gray-900)}.status-badge[data-v-57c7f183]{display:inline-flex;padding:.125rem .5rem;font-size:.75rem;font-weight:600;border-radius:9999px;background-color:#d1fae5;color:#065f46}.form-group[data-v-57c7f183]{margin-top:1rem}.form-group label[data-v-57c7f183]{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.25rem}.form-actions[data-v-57c7f183]{margin-top:1.5rem}.chart-card[data-v-57c7f183]{padding:2rem}.bar-chart[data-v-57c7f183]{display:flex;justify-content:space-around;align-items:flex-end;height:200px;border-bottom:1px solid var(--gray-200);padding-bottom:.5rem;margin-bottom:.5rem}.chart-bar[data-v-57c7f183]{width:10%;background-color:var(--primary-color);border-radius:4px 4px 0 0;transition:height .3s ease;opacity:.8}.chart-bar[data-v-57c7f183]:hover{opacity:1}.chart-labels[data-v-57c7f183]{display:flex;justify-content:space-around;color:var(--gray-500);font-size:.8rem}.policy-page[data-v-976d559b]{padding:4rem 1rem}.policy-container[data-v-976d559b]{max-width:56rem;margin:0 auto}.policy-title[data-v-976d559b]{font-size:1.875rem;font-weight:800;color:var(--gray-900);margin-bottom:2rem}.policy-content[data-v-976d559b]{color:var(--gray-500);line-height:1.6}.last-updated[data-v-976d559b]{margin-bottom:2rem;font-style:italic}.section[data-v-976d559b]{margin-bottom:2rem}.section h3[data-v-976d559b]{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.section p[data-v-976d559b]{margin-bottom:1rem}
