*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#1f2937;background:#f9fafb;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{font-family:Playfair Display,serif;color:#111827}h1{font-size:2.5rem;font-weight:700;line-height:1.2}h2{font-size:1.75rem}h2,h3{font-weight:600}h3{font-size:1.25rem}p{font-size:1rem;color:#6b7280}.webbtn{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(90deg,#1d4ed8,#3b82f6);color:#fff}.webbtn:hover{background:linear-gradient(90deg,#3b82f6,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px rgba(29,78,216,.3)}.webbtn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.cancel-button{background:#d1d5db;color:#1f2937}.cancel-button:hover{background:#e5e7eb}.input-field,input,textarea{font-family:Inter,sans-serif;font-size:.95rem;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#1f2937;width:100%;transition:all .2s ease}.input-field:focus,input:focus,textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.input-field::placeholder,input::placeholder,textarea::placeholder{color:#9ca3af}textarea{resize:vertical;min-height:120px}form{display:flex;flex-direction:column;gap:1rem}label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.card,.contact-card,.login-card,.signup-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 12px rgba(0,0,0,.05);padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover,.contact-card:hover,.login-card:hover,.signup-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.login-card,.signup-card{max-width:400px;margin:2rem auto}.contact-card{max-width:600px;margin:2rem auto;text-align:center}.contact-card h2{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1.5rem}.contact-card form{gap:1.5rem}.contact-card .contact-button{margin-top:1rem;border:2px solid #4f46e5}.contact-card a{color:#4f46e5;font-weight:500}.contact-card a:hover{color:#7c3aed;text-decoration:underline}.footer{padding:2rem 0}.Toastify__toast{border-radius:.5rem;font-family:Inter,sans-serif;font-size:.95rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.Toastify__toast--success{background:#15803d;color:#fff}.Toastify__toast--error{background:#dc2626;color:#fff}.Toastify__toast--info{background:#2563eb;color:#fff}a{color:#4f46e5;text-decoration:none;transition:color .2s ease,transform .2s ease}a:hover{color:#7c3aed;transform:translateY(-1px)}main{padding:2rem 0;flex-grow:1}.new-badge{background-color:#ef4444;font-weight:600;display:inline-block;line-height:1}.btn:focus,.buy-button:focus,.cancel-button:focus,.contact-button:focus,.download-receipt-btn:focus,.get-product-btn:focus,a:focus,button:focus,input:focus{outline:2px solid #4f46e5;outline-offset:2px}a,img{transition:all .3s ease-in-out}@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:31,41,55;--background-start-rgb:249,250,251;--background-end-rgb:255,255,255}body{color:rgb(var(--foreground-rgb));background:rgb(var(--background-start-rgb))}@media (min-width:768px){h1{font-size:3rem}h2{font-size:2rem}.product-detail h1{font-size:2.5rem}}@media (max-width:768px){.contact-card,.login-card,.signup-card{max-width:100%;margin:1rem;padding:1.5rem}.contact-card form input,.contact-card form textarea{padding:.5rem}.contact-card .contact-button{padding:.5rem 1rem;width:100%}main{padding-top:4.5rem}}@media (max-width:640px){.container{padding:0 .75rem}.contact-card{padding:1rem}.footer{padding:1.5rem .75rem}}@media (max-width:480px){.container{padding:0 .75rem}.input-field,input,textarea{padding:.5rem;font-size:.875rem}h1{font-size:1.75rem}h2{font-size:1.5rem}}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap");.navbar{background-color:#1a202c;padding:1rem 0;box-shadow:0 2px 4px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar .container{max-width:1200px;margin:0 auto;padding:0 1rem;justify-content:space-between}.nav-links,.navbar .container{display:flex;align-items:center}.nav-links{gap:1.5rem}.nav-link{color:#e2e8f0;text-decoration:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#63b3ed}.nav-link.active{color:#63b3ed;border-bottom:2px solid #63b3ed;padding-bottom:.25rem}.user-email{color:#a0aec0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sign-out-btn,.sign-up-btn,.user-email{font-family:Inter,sans-serif;font-size:.9rem}.sign-out-btn,.sign-up-btn{background-color:#3182ce;color:#fff;padding:.5rem 1rem;border-radius:.375rem;border:none;font-weight:500;cursor:pointer;transition:background-color .3s ease}.sign-out-btn:hover,.sign-up-btn:hover{background-color:#2b6cb0}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger svg{width:24px;height:24px;stroke:#e2e8f0}.footer{background:#1f2937;color:#fff;padding:3rem 1rem;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer .grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem}.footer h3{font-family:Playfair Display,serif;font-size:1.25rem;color:#fff;margin-bottom:1rem;letter-spacing:.025em}.f
ooter p,.footer .text-gray-400{font-family:Inter,sans-serif;font-size:.875rem;color:#9ca3af}.footer ul{list-style:none;padding:0}.footer ul li{margin-bottom:.5rem}.footer a{font-family:Inter,sans-serif;font-size:.875rem;color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer a:hover{color:#4f46e5}.footer .social-icons{display:flex;gap:1rem}.footer .social-icons a{background:#374151;width:2.25rem;height:2.25rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background-color .3s ease}.footer .social-icons a:hover{background:#4f46e5}.footer .social-icons svg{width:1.25rem;height:1.25rem}.footer .flex-wrap{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.footer .flex-wrap img{height:1.5rem;filter:grayscale(50%);transition:filter .3s ease}.footer .flex-wrap img:hover{filter:grayscale(0)}.footer .copyright{border-top:1px solid #374151;margin-top:2rem;padding-top:1.5rem;text-align:center}.footer .copyright p{font-family:Inter,sans-serif;font-size:.75rem;color:#9ca3af}.rating{display:flex;align-items:center;gap:.25rem}.rating .star{color:#d1d5db;font-size:1rem}.rating .star.filled{color:#f59e0b}@media (max-width:768px){.hamburger{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background-color:#1a202c;flex-direction:column;padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.nav-links.mobile-menu.open{display:flex}.nav-link,.sign-out-btn,.sign-up-btn,.user-email{width:100%;text-align:center;padding:.75rem 0}.sign-out-btn,.sign-up-btn{margin-top:.5rem}.footer{padding:2rem .75rem}.footer h3{font-size:1.125rem}.footer .social-icons a{width:2rem;height:2rem}.footer .social-icons svg{width:1rem;height:1rem}.footer .flex-wrap img{height:1.25rem}.footer .copyright p{font-size:.7rem}}@media (min-width:768px){.footer .grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.navbar .brand{font-size:1.25rem;max-width:75%}.hamburger svg{width:1.25rem;height:1.25rem}.nav-link,.sign-out-btn,.sign-up-btn{font-size:.9rem;padding:.6rem}.user-email{max-width:80px;font-size:.8rem}.footer{padding:1.5rem .75rem}.footer .grid{gap:1.5rem}.footer .flex-wrap img{height:1rem}}@media (max-width:480px){.navbar .container{padding:0 .5rem}.navbar .brand{font-size:1.125rem;max-width:70%}.nav-link,.sign-out-btn,.sign-up-btn{font-size:.85rem;padding:.4rem .6rem}.hamburger svg{width:1.125rem;height:1.125rem}.user-email{max-width:60px;font-size:.8rem}.footer{padding:1.25rem .5rem}.footer h3{font-size:1rem}.footer a,.footer p{font-size:.8rem}.footer .social-icons a{width:1.75rem;height:1.75rem}.footer .social-icons svg{width:.875rem;height:.875rem}.footer .flex-wrap img{height:.875rem}}.footer .social-icons a:focus,.footer a:focus,.hamburger:focus,.nav-link:focus,.navbar .brand:focus,.sign-out-btn:focus,.sign-up-btn:focus{outline:2px solid #4f46e5;outline-offset:2px}.nav-link:focus{background:rgba(79,70,229,.2)}.footer .social-icons a:focus{outline:2px solid #fff;border-radius:50%}@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");.product-card{border:1px solid #e5e7eb}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.product-card .image-container{height:12rem}.product-card .image-container img{object-fit:cover;transition:transform .3s ease}.product-card .image-container:hover img{transform:scale(1.05)}.product-card h4{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#111827}.product-card h4:hover{color:#4f46e5}.product-card p{font-family:Inter,sans-serif;font-size:.75rem}.product-card .buy-now-btn,.product-card .view-button{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:.25rem;border:none;cursor:pointer;transition:all .3s ease}.product-card .view-button{background:#10b981;color:#fff}.product-card .view-button:hover{background:#059669}.product-card .buy-now-btn{background:linear-gradient(90deg,#2563eb,#4f46e5);color:#fff}.product-card .buy-now-btn:hover{background:linear-gradient(90deg,#1d4ed8,#4338ca)}.hero{background:linear-gradient(90deg,#4f46e5,#7c3aed);padding:3rem 1rem}.hero h1{font-family:Playfair Display,serif;font-size:clamp(1.875rem,5vw,2.25rem);font-weight:700}.hero p{font-family:Inter,sans-serif;font-size:clamp(1rem,3vw,1.125rem)}.author-section h3{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.course-detail{background:linear-gradient(180deg,#f9fafb,#fff);padding:2rem 1rem}.course-detail h1{font-family:Playfair Display,serif;font-size:clamp(1.875rem,5vw,2.25rem);font-weight:700;color:#111827;line-height:1.2;margin-bottom:1rem}.course-detail p{font-family:Inter,sans-serif;font-size:clamp(1rem,3vw,1.125rem);color:#6b7280}.course-detail .image-container{max-width:200px;height:250px;margin:0 auto 2rem;border-radius:.75rem;overflow:hidden;background:#f3f4f6;aspect-ratio:4/3}.course-detail .image-container img{object-fit:contain;width:100%;height:100%;transition:transform .4s ease}.course-detail .image-container:hover img{transform:scale(1.05)}.course-content{display:flex;flex-direction:column;gap:2rem}.pdf-resources .pdf-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;margin-bottom:.75rem;transition:background .2s ease}.pdf-resources .pdf-item:hover{background:#f3f4f6}.pdf-resources .pdf-item i{font-size:1.25rem}.pdf-resources .pdf-item .fa-file-pdf{color:#dc2626}.pdf-resources .pdf-item .fa-file{color:#6b7280}.new-badge{background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;margin-left:.5rem}.pdf-resources ul{display:grid;grid-gap:.75rem;gap:.75rem}.pdf-resources li{cursor:pointer;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;transition:background .2s ease;display:flex;align-items:center}.pdf-resources li:hover{background:#e0e7ff}.pdf-resources li i.fa-folder{color:#4f46e5;margin-right:.75rem}.pdf-resources li span{flex:1 1;color:#374151}.pdf-resources li i.fa-chevron-right{color:#6b7280}.back-to-folders-btn,.course-detail .buy-now-btn,.course-detail .pdf-download-btn,.course-detail .pdf-view-btn,.course-detail .telegram-btn{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;border-radius:.375rem;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.course-detail .buy-now-btn,.course-detail .telegram-btn{background:linear-gradient(90deg,#2563eb,#4f46e5);color:#fff;padding:.75rem 1.5rem}.course-detail .buy-now-btn:hover,.course-detail .telegram-btn:hover{background:linear-gradient(90deg,#1d4ed8,#4338ca);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.course-detail .buy-now-btn i,.course-detail .telegram-btn i{margin-right:.5rem}.course-detail .pdf-download-btn,.course-detail .pdf-view-btn{padding:.5rem;background:#f3f4f6;border-radius:50%}.course-detail .pdf-download-btn:hover,.course-detail .pdf-view-btn:hover{background:#e5e7eb}.course-detail .pdf-download-btn i,.course-detail .pdf-view-btn i{color:#6b7280}.back-to-folders-btn{background:#6b7280;color:#fff;padding:.5rem 1rem;font-size:.875rem}.back-to-folders-btn:hover{background:#4b5563;transform:translateY(-2px)}.back-to-folders-btn i{margin-right:.5rem}.locked-content{text-align:center;padding:1.5rem;background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;margin-top:1rem}.locked-content p{font-family:Inter,sans-serif;font-size:1rem;color:#6b7280;margin-bottom:1rem}.locked-content p i{margin-right:.5rem;color:#dc2626}.course-detail .price,.product-card .price{font-size:1rem;font-weight:700;color:#4f46e5;margin-bottom:1rem;display:flex;align-items:center}.course-detail .price i,.product-card .price i{margin-right:.5rem}@media (min-width:640px){.pdf-resources ul,.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}.course-detail .image-container{max-width:250px;height:300px}.pdf-resources ul{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.course-detail h1,.hero h1{font-size:1.75rem}.course-detail .image-container{max-width:160px;height:200px}.product-card .image-container{height:10rem}.back-to-folders-btn,.course-detail .buy-now-btn,.course-detail .telegram-btn{padding:.5rem 1rem;font-size:.875rem}.course-detail .price,.product-card .price{font-size:.875rem}}@media (min-width:641px) and (max-width:1024px){.course-detail .image-container{max-width:180px;height:220px}.product-grid{grid-template-columns:repeat(3,1fr)}}.back-to-folders-btn:focus,.course-detail .buy-now-btn:focus,.course-detail .pdf-download-btn:focus,.course-detail .pdf-view-btn:focus,.course-detail .telegram-btn:focus,.product-card .buy-now-btn:focus,.product-card .view-button:focus{outline:2px solid #4f46e5;outline-offset:2px}.admin-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f7fafc}.admin-main{flex-grow:1;display:flex;justify-content:center;align-items:flex-start;padding:1.5rem 1rem}.admin-content{width:100%;max-width:1200px;margin:0 auto}.admin-title{font-size:1.5rem;font-weight:700;color:#2d3748;text-align:center;margin-bottom:1.5rem}.admin-tabs{display:flex;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;flex-wrap:wrap}.admin-tab{flex:1 1;padding:.5rem 1rem;text-align:center;text-transform:capitalize;color:#4a5568;font-size:.875rem;cursor:pointer;transition:all .2s ease}.admin-tab:hover{color:#4c51bf}.admin-tab-active{color:#4c51bf;border-bottom:2px solid #4c51bf;font-weight:600}.admin-form{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.admin-form-title{font-size:1.25rem;font-weight:600;color:#2d3748}.admin-form-group,.admin-form-title{margin-bottom:1rem}.admin-label{display:block;font-size:.875rem;font-weight:500;color:#4a5568;margin-bottom:.25rem}.admin-input,.admin-select{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;color:#2d3748;transition:border-color .2s ease}.admin-input:focus,.admin-select:focus{outline:none;border-color:#4c51bf;box-shadow:0 0 0 2px rgba(76,81,191,.2)}.admin-button{width:100%;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;text-align:center;transition:background-color .2s ease}.admin-button-primary{background-color:#4c51bf;color:#fff}.admin-button-primary:hover:not(:disabled){background-color:#434190}.admin-button-primary:disabled{background-color:#a0aec0;cursor:not-allowed}.admin-button-secondary{background-color:#718096;color:#fff;margin-top:.5rem}.admin-button-secondary:hover{background-color:#5a6276}.admin-button-small{padding:.25rem .75rem;font-size:.75rem}.admin-button-blue{background-color:#3182ce}.admin-button-blue:hover{background-color:#2b6cb0}.admin-button-red{background-color:#e53e3e}.admin-button-red:hover{background-color:#c53030}.admin-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.admin-card-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.admin-files-list{margin-top:1.5rem}.admin-files-title{font-size:1rem;font-weight:500;color:#2d3748;margin-bottom:.5rem}.admin-files{list-style:none;padding:0}.admin-file-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:#f7fafc;border-radius:.375rem;margin-bottom:.5rem}.admin-file-link{color:#4c51bf;text-decoration:none}.admin-file-link:hover{text-decoration:underline}.admin-file-actions{display:flex;gap:.5rem}.admin-table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table-header{padding:.75rem;background-color:#f7fafc;font-size:.75rem;font-weight:500;color:#4a5568;text-align:left;text-transform:uppercase}.admin-table-row{cursor:pointer}.admin-table-row:hover{background-color:#edf2f7}.admin-table-cell{padding:.75rem;font-size:.875rem;color:#2d3748;border-bottom:1px solid #e2e8f0}.admin-table-cell a{color:#4c51bf;text-decoration:none}.admin-table-cell a:hover{text-decoration:underline}.admin-no-data{text-align:center;color:#718096}.admin-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.admin-modal-content{background-color:#fff;padding:1.5rem;border-radius:.5rem;max-width:90%;width:500px;max-height:80vh;overflow-y:auto}.admin-modal-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.admin-modal-body{margin-bottom:1rem}.admin-modal-body p{font-size:.875rem;color:#2d3748;margin-bottom:.5rem}.admin-modal-body p strong{font-weight:600}.admin-modal-body a{color:#4c51bf;text-decoration:none}.admin-modal-body a:hover{text-decoration:underline}.spinner{border:2px solid #e2e8f0;border-top-color:#4c51bf;margin:0 auto}@media (max-width:640px){.admin-main{padding:1rem .5rem}.admin-title{font-size:1.25rem}.admin-tabs{flex-direction:column}.admin-tab{padding:.5rem;font-size:.75rem}.admin-card,.admin-form{padding:1rem}.admin-table-cell,.admin-table-header{padding:.5rem;font-size:.75rem}.admin-table-container{font-size:.75rem}.admin-file-item{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-file-actions{width:100%;justify-content:flex-end}.admin-modal-content{width:95%;padding:1rem}}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;700&display=swap");.container{max-width:1280px;margin:0 auto;padding:0 1rem}.btn,button{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;border-radius:.375rem;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary,.buy-button,.contact-button{background:linear-gradient(90deg,#4f46e5,#7c3aed);color:#fff}.btn-primary:hover,.buy-button:hover,.contact-button:hover{background:linear-gradient(90deg,#7c3aed,#4f46e5);transform:translateY(-2px);box-shadow:0 4px 12px rgba(79,70,229,.3)}.btn-primary:disabled,.buy-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#f3f4f6;color:#1f2937;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb;border-color:#4f46e5;transform:translateY(-2px)}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c;transform:translateY(-2px)}.btn-success{background:#15803d;color:#fff}.btn-success:hover{background:#166534;transform:translateY(-2px)}.btn-buy-now{background:linear-gradient(90deg,#1d4ed8,#3b82f6);color:#fff}.btn-buy-now:hover{background:linear-gradient(90deg,#3b82f6,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px rgba(29,78,216,.3)}.btn-view{background:linear-gradient(90deg,#047857,#10b981);color:#fff}.btn-view:hover{background:linear-gradient(90deg,#10b981,#047857);transform:translateY(-2px);box-shadow:0 4px 12px rgba(4,120,87,.3)}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}.product-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.product-card .image-container{position:relative;aspect-ratio:4/3;width:100%;overflow:hidden;background:#f3f4f6}.product-card img{object-fit:cover;width:100%;height:100%;transition:transform .4s ease}.product-card:hover img{transform:scale(1.05)}.product-card .content{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.product-card h3{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:#111827;margin-bottom:.5rem}.product-card p{font-size:.875rem;color:#6b7280;margin-bottom:.75rem;flex-grow:1}.product-card .price{font-size:1.125rem;font-weight:600;color:#4f46e5;margin-bottom:.75rem}.product-card button{margin-top:auto}.product-grid,.product-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:1.5rem;gap:1.5rem;width:100%;margin:0 auto}.product-detail{padding:3rem 0}.product-detail .product-container{background:#fff;border-radius:1rem;box-shadow:0 6px 20px rgba(0,0,0,.1);padding:2rem}.product-detail .image-container{max-width:200px;height:250px;margin:0 auto 2rem;border-radius:.75rem;overflow:hidden;background:#f3f4f6;aspect-ratio:4/3}.product-detail img{object-fit:contain;width:100%;height:100%;transition:transform .4s ease}.product-detail .image-container:hover img{transform:scale(1.05)}.product-detail .content{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.product-detail .features,.product-detail .meta{font-size:.95rem;color:#4b5563}.product-detail .features ul{padding-left:1.5rem}.product-detail .features li{margin-bottom:.5rem}.product-detail .price{font-size:2rem;font-weight:800;color:#4f46e5}.success-card{background:#fff;padding:2rem;border-radius:.5rem;border:1px solid #e5e7eb;max-width:100%;margin:0 auto}.success-card h1{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#15803d;text-align:center;margin-bottom:1rem}.success-card .greeting{font-family:Inter,sans-serif;font-size:1.125rem;color:#374151;text-align:center;margin-bottom:1.5rem}.success-card .greeting strong{font-weight:600}.success-card hr{border:0;border-top:1px solid #e5e7eb;margin:1.5rem 0}.success-card .details h2{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem}.success-card .details p{font-family:Inter,sans-serif;font-size:1rem;color:#6b7280;margin-bottom:.5rem}.success-card .details p span{font-weight:600;color:#374151}.success-card .total p{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:#4f46e5}.success-card .total p span{font-weight:600;color:#374151}.success-card .download-receipt-btn,.success-card .get-product-btn{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;border-radius:.375rem;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;margin:.5rem}.success-card .get-product-btn{background:#4f46e5;color:#fff}.success-card .get-product-btn:hover{background:#4338ca}.success-card .download-receipt-btn{background:#6b7280;color:#fff}.success-card .download-receipt-btn:hover{background:#4b5563}.success-card .download-receipt-btn i,.success-card .get-product-btn i{margin-right:.5rem}.spinner{width:2.5rem;height:2.5rem;border:2px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (min-width:1024px){.product-grid,.product-grid-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-detail .product-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.product-detail .image-container{max-width:250px;height:300px}}@media (min-width:768px){.product-detail .image-container{max-width:200px;height:250px}}@media (max-width:768px){.product-grid,.product-grid-container{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.product-card .image-container{height:120px}.product-card h3{font-size:.875rem}.product-card p{font-size:.75rem}.product-card .price{font-size:1rem}.product-card button{padding:.5rem;font-size:.75rem}.product-detail .image-container{max-width:180px;height:220px}.product-detail .product-container{padding:1.5rem}.success-card h1{font-size:1.75rem}.success-card .greeting{font-size:1rem}.success-card .details h2{font-size:1.25rem}.success-card .details p{font-size:.875rem}.success-card .total p{font-size:1rem}.success-card .download-receipt-btn,.success-card .get-product-btn{padding:.5rem 1rem;font-size:.875rem}}@media (max-width:640px){.product-grid,.product-grid-container{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-detail .image-container{max-width:160px;height:200px}.product-detail .product-container{padding:1rem}}@media (max-width:480px){.btn,.buy-button{padding:.5rem 1rem;font-size:.875rem}.product-detail .image-container{max-width:140px;height:180px}.success-card h1{font-size:1.5rem}.success-card .greeting{font-size:.875rem}.success-card .details h2{font-size:1.125rem}.success-card .details p{font-size:.75rem}.success-card .total p{font-size:.875rem}.success-card .download-receipt-btn,.success-card .get-product-btn{padding:.4rem 1.2rem;font-size:.75rem}}.pdf-view-page{padding:3rem 1rem}.pdf-view-page h1{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:800;color:#1f2937;line-height:1.2}.pdf-view-page .pdf-viewer{width:100%;height:900px;border:none;border-radius:.75rem;box-shadow:0 10px 20px rgba(0,0,0,.1);transition:transform .3s ease}.pdf-view-page .webbtn{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;background:linear-gradient(90deg,#4f46e5,#7c3aed);color:#fff;text-decoration:none;text-align:center;display:inline-block;transition:all .3s ease}.pdf-view-page .webbtn:hover{background:linear-gradient(90deg,#7c3aed,#4f46e5);transform:translateY(-2px);box-shadow:0 6px 12px rgba(79,70,229,.3)}.pdf-view-page .webbtn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width:1024px){.pdf-view-page .pdf-viewer{height:700px}}@media (max-width:640px){.pdf-view-page{padding:2rem 1rem}.pdf-view-page h1{font-size:2rem}.pdf-view-page .pdf-viewer{height:500px}.pdf-view-page .webbtn{padding:.5rem 1rem;font-size:.9rem}}@media (max-width:480px){.pdf-view-page h1{font-size:1.5rem}.pdf-view-page .pdf-viewer{height:400px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}