@import "https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--purple:#4b2c8b;--purple-light:#6b4eab;--purple-dark:#3a1f6e;--gold:#d4af37;--gold-light:#e8cc6e;--gold-dark:#b8960e;--cyan:#00b4d8;--cyan-light:#48cae4;--coral:#ff8c1a;--coral-hover:#e67a00;--sage:#4a7c7e;--emerald:#50c878;--white:#fff;--off-white:#f8f9fa;--gray-lightest:#f1f3f5;--gray-light:#dee2e6;--gray:#6c757d;--gray-dark:#495057;--text:#212529;--text-light:#495057;--red:#dc3545;--radius:12px;--shadow:0 4px 20px #00000014;--shadow-hover:0 8px 30px #00000026;--transition:all .3s ease}html{-webkit-font-smoothing:antialiased;font-size:18px}body{background-color:var(--white);color:var(--text);min-height:100vh;font-family:Lora,Georgia,Times New Roman,serif;line-height:1.7}img{max-width:100%;display:block}a{color:var(--purple);text-decoration:none}a:hover{color:var(--purple-light)}.loading-screen{min-height:100vh;color:var(--gray);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1.1rem;display:flex}.loading-spinner{border:3px solid var(--gray-light);border-top-color:var(--purple);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-container{background:linear-gradient(135deg, var(--purple-dark) 0%, var(--purple) 60%, var(--purple-light) 100%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-card{background:var(--white);border-radius:var(--radius);width:100%;max-width:460px;padding:3rem 2.5rem;box-shadow:0 20px 60px #00000040}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{color:var(--purple);margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.auth-subtitle{color:var(--gray);font-size:1.05rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-light);letter-spacing:.02em;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.85rem;font-weight:600}.form-group input{border:2px solid var(--gray-light);transition:var(--transition);background:var(--off-white);color:var(--text);border-radius:8px;padding:.9rem 1rem;font-family:Inter,sans-serif;font-size:1rem}.form-group input:focus{border-color:var(--purple);background:var(--white);outline:none;box-shadow:0 0 0 3px #4b2c8b1a}.form-error{color:var(--red);text-align:center;background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:.75rem 1rem;font-size:.95rem}.btn-primary{background:var(--cyan);color:var(--white);cursor:pointer;transition:var(--transition);letter-spacing:.02em;border:none;border-radius:8px;padding:1rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700}.btn-primary:hover{background:#0096b7;transform:translateY(-1px);box-shadow:0 4px 12px #00b4d84d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{color:var(--purple);border:2px solid var(--purple);cursor:pointer;transition:var(--transition);background:0 0;border-radius:8px;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.btn-secondary:hover{background:var(--purple);color:var(--white)}.forgot-link{text-align:center;color:var(--gray);font-family:Inter,sans-serif;font-size:.95rem;display:block}.forgot-link:hover{color:var(--purple)}.dashboard{background:var(--white);min-height:100vh}.dashboard-header{background:linear-gradient(135deg, var(--purple-dark) 0%, var(--purple) 100%);color:var(--white);padding:1.5rem 2rem}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.header-title{color:var(--gold-light);font-size:1.5rem;font-weight:700}.header-subtitle{color:#ffffffb3;font-family:Inter,sans-serif;font-size:.9rem}.btn-signout{color:var(--white);cursor:pointer;transition:var(--transition);background:0 0;border:1px solid #ffffff4d;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.85rem;display:flex}.btn-signout:hover{background:#ffffff1a;border-color:#ffffff80}.dashboard-main{max-width:1200px;margin:0 auto;padding:2.5rem 2rem}.welcome-section{margin-bottom:2.5rem}.welcome-section h2{color:var(--purple);margin-bottom:.4rem;font-size:1.7rem}.welcome-section p{color:var(--gray);font-size:1.05rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);cursor:pointer;border:1px solid var(--gray-lightest);overflow:hidden}.product-card.unlocked:hover{box-shadow:var(--shadow-hover);border-color:var(--purple-light);transform:translateY(-4px)}.product-card.locked{cursor:default}.product-card.locked.has-sales-link{cursor:pointer}.product-card.locked.has-sales-link:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.product-image-wrapper{aspect-ratio:16/10;background:linear-gradient(135deg, var(--purple-dark), var(--purple));position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.product-image.grayscale{filter:grayscale()}.product-image-placeholder{width:100%;height:100%;color:var(--white);justify-content:center;align-items:center;font-size:3rem;font-weight:700;display:flex}.product-image-placeholder.grayscale{filter:grayscale();background:linear-gradient(135deg,#666,#999)!important}.lock-overlay{color:var(--gold);filter:drop-shadow(0 2px 8px #0000004d);background:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-info{padding:1.5rem}.product-name{color:var(--text);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.product-description{color:var(--gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.2rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.product-cta{color:var(--coral);align-items:center;gap:.3rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;display:inline-flex}.product-locked-label{color:var(--gray);align-items:center;gap:.3rem;font-family:Inter,sans-serif;font-size:.95rem;display:inline-flex}.product-locked-label.has-link{color:var(--coral);font-weight:700}.product-page{background:var(--white);min-height:100vh}.product-header{background:linear-gradient(135deg, var(--purple-dark) 0%, var(--purple) 100%);color:var(--white);padding:1.5rem 2rem 2.5rem}.btn-back{color:var(--gold-light);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;margin-bottom:1rem;padding:0;font-family:Inter,sans-serif;font-size:.95rem;display:inline-flex}.btn-back:hover{color:var(--white)}.product-page-title{color:var(--gold-light);margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.product-page-description{color:#ffffffd9;max-width:700px;font-size:1.15rem;line-height:1.7}.product-content-list{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;padding:2.5rem 2rem;display:flex}.empty-content{text-align:center;color:var(--gray);padding:3rem;font-size:1.15rem}.content-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--gray-lightest);padding:1.75rem}.content-item-header{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.content-icon{width:48px;height:48px;color:var(--purple);background:#4b2c8b14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.content-meta{flex:1}.content-title{color:var(--text);margin-bottom:.3rem;font-size:1.15rem;font-weight:700}.content-description{color:var(--gray);margin-bottom:.5rem;font-size:.95rem}.content-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:4px;padding:.25rem .65rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;display:inline-block}.content-badge.video{color:var(--gold-dark);background:#d4af3726}.content-badge.audio{color:var(--purple);background:#4b2c8b1a}.content-badge.pdf{color:var(--red);background:#dc35451a}.content-badge.ebook{color:#1b7a3d;background:#50c8781f}.content-badge.text{background:var(--gray-lightest);color:var(--gray)}.content-embed{margin-bottom:1rem}.video-wrapper{background:#000;border-radius:8px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.btn-download{background:var(--gold);color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;display:inline-flex}.btn-download:hover{background:var(--gold-dark);transform:translateY(-1px);box-shadow:0 4px 12px #d4af374d}.btn-download:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (width<=768px){html{font-size:17px}.auth-card{padding:2rem 1.5rem}.dashboard-header{padding:1rem 1.25rem}.header-title{font-size:1.25rem}.btn-signout span{display:none}.dashboard-main{padding:1.5rem 1.25rem}.products-grid{grid-template-columns:1fr;gap:1.25rem}.welcome-section h2{font-size:1.4rem}.product-header{padding:1rem 1.25rem 1.5rem}.product-page-title{font-size:1.6rem}.product-content-list{padding:1.5rem 1.25rem}.content-item{padding:1.25rem}}@media (width<=480px){.products-grid{grid-template-columns:1fr}.auth-header h1{font-size:1.5rem}}.header-actions{align-items:center;gap:.5rem;display:flex}.btn-admin{background:var(--gold);color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;display:flex}.btn-admin:hover{background:var(--gold-dark)}.dashboard-banner{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 0}.dashboard-banner-img{border-radius:var(--radius);width:100%;box-shadow:var(--shadow)}.admin-layout{background:var(--off-white);min-height:100vh;display:flex}.admin-sidebar{background:var(--purple-dark);width:240px;color:var(--white);flex-direction:column;flex-shrink:0;display:flex}.admin-logo{border-bottom:1px solid #ffffff1a;padding:1.5rem}.admin-logo h2{color:var(--gold-light);font-family:Inter,sans-serif;font-size:1.1rem}.admin-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem 0;display:flex}.admin-nav-link{color:#ffffffb3;transition:var(--transition);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;text-decoration:none;display:flex}.admin-nav-link:hover,.admin-nav-link.active{color:var(--white);background:#ffffff1a}.admin-sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem 0}.admin-main{flex:1;overflow-y:auto}.admin-page{max-width:1000px;padding:2rem}.admin-page-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-page-header h1{color:var(--text);font-family:Inter,sans-serif;font-size:1.5rem}.admin-loading{justify-content:center;align-items:center;padding:4rem;display:flex}.admin-count{color:var(--gray);font-family:Inter,sans-serif;font-size:.85rem}.admin-btn-primary{background:var(--purple);color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;display:inline-flex}.admin-btn-primary:hover{background:var(--purple-light)}.admin-btn-primary:disabled{opacity:.6;cursor:not-allowed}.admin-btn-secondary{background:var(--white);color:var(--text);border:1px solid var(--gray-light);cursor:pointer;transition:var(--transition);border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;display:inline-flex}.admin-btn-secondary:hover{background:var(--gray-lightest)}.admin-btn-small{background:var(--purple);color:var(--white);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;display:inline-flex}.admin-btn-icon{color:var(--gray);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.3rem;display:flex}.admin-btn-icon:hover{color:var(--purple);background:#4b2c8b14}.admin-btn-icon.danger:hover{color:var(--red);background:#dc354514}.admin-product-list{flex-direction:column;gap:.75rem;display:flex}.admin-product-item{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-lightest);overflow:hidden}.admin-product-row{cursor:pointer;transition:var(--transition);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.admin-product-row:hover{background:var(--off-white)}.admin-product-info{align-items:center;gap:1rem;display:flex}.admin-product-thumb{object-fit:cover;border-radius:8px;width:48px;height:48px}.admin-product-info h3{color:var(--text);margin-bottom:.1rem;font-family:Inter,sans-serif;font-size:.95rem}.admin-product-slug{color:var(--gray);font-family:Inter,sans-serif;font-size:.8rem}.admin-product-actions{align-items:center;gap:.5rem;display:flex}.admin-order-badge{background:var(--gray-lightest);color:var(--gray);border-radius:4px;padding:.15rem .5rem;font-family:Inter,sans-serif;font-size:.75rem}.admin-content-section{border-top:1px solid var(--gray-lightest);background:var(--off-white);padding:1rem 1.25rem}.admin-content-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.admin-content-header h4{color:var(--text);font-family:Inter,sans-serif;font-size:.9rem}.admin-content-list{flex-direction:column;gap:.5rem;display:flex}.admin-content-item{background:var(--white);border:1px solid var(--gray-lightest);border-radius:6px;justify-content:space-between;align-items:center;padding:.6rem .75rem;display:flex}.admin-content-info{align-items:center;gap:.75rem;display:flex}.admin-content-title{color:var(--text);font-family:Inter,sans-serif;font-size:.85rem}.admin-content-actions{gap:.25rem;display:flex}.admin-empty{color:var(--gray);text-align:center;padding:1.5rem;font-family:Inter,sans-serif;font-size:.9rem}.admin-modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.admin-modal-header{border-bottom:1px solid var(--gray-lightest);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.admin-modal-header h2{color:var(--text);font-family:Inter,sans-serif;font-size:1.1rem}.admin-modal-body{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.admin-modal-footer{border-top:1px solid var(--gray-lightest);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.admin-form-group{flex-direction:column;gap:.35rem;display:flex}.admin-form-group label{color:var(--text-light);text-transform:uppercase;letter-spacing:.03em;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600}.admin-form-group input,.admin-form-group textarea,.admin-form-group select{border:1px solid var(--gray-light);color:var(--text);transition:var(--transition);border-radius:6px;padding:.65rem .85rem;font-family:Inter,sans-serif;font-size:.9rem}.admin-form-group input:focus,.admin-form-group textarea:focus,.admin-form-group select:focus{border-color:var(--purple);outline:none;box-shadow:0 0 0 3px #4b2c8b1a}.admin-hint{color:var(--gray);font-family:Inter,sans-serif;font-size:.75rem;font-style:italic;font-weight:400}.admin-upload-row{gap:.5rem;display:flex}.admin-upload-row input{flex:1}.admin-upload-btn{background:var(--off-white);border:1px solid var(--gray-light);cursor:pointer;white-space:nowrap;transition:var(--transition);border-radius:6px;align-items:center;gap:.4rem;padding:.65rem 1rem;font-family:Inter,sans-serif;font-size:.85rem;display:inline-flex}.admin-upload-btn:hover{background:var(--gray-lightest)}.admin-image-preview{border:1px solid var(--gray-lightest);border-radius:8px;max-width:200px;margin-top:.5rem}.admin-banner-preview{border:1px solid var(--gray-lightest);border-radius:8px;max-width:100%;margin-top:.5rem}.admin-settings-section{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-lightest);padding:2rem}.admin-settings-section h2{color:var(--text);margin-bottom:.25rem;font-family:Inter,sans-serif;font-size:1.15rem}.admin-help-text{color:var(--gray);margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.9rem}.admin-table-wrapper{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-lightest);overflow:hidden}.admin-table{border-collapse:collapse;width:100%;font-family:Inter,sans-serif;font-size:.9rem}.admin-table th{text-align:left;background:var(--off-white);text-transform:uppercase;letter-spacing:.03em;color:var(--gray);border-bottom:1px solid var(--gray-lightest);padding:.85rem 1.25rem;font-size:.8rem}.admin-table td{border-bottom:1px solid var(--gray-lightest);color:var(--text);padding:.85rem 1.25rem}.admin-user-id{color:var(--gray);font-family:monospace;font-size:.8rem}.admin-product-tags{flex-wrap:wrap;gap:.35rem;display:flex}.admin-tag{color:var(--purple);background:#4b2c8b14;border-radius:4px;padding:.15rem .5rem;font-size:.8rem;font-weight:500}@media (width<=768px){.admin-layout{flex-direction:column}.admin-sidebar{flex-direction:row;align-items:center;width:100%;padding:0}.admin-logo{border-bottom:none;border-right:1px solid #ffffff1a;padding:.75rem 1rem}.admin-logo h2{font-size:.9rem}.admin-nav{flex-direction:row;padding:0;overflow-x:auto}.admin-nav-link{white-space:nowrap;padding:.75rem 1rem;font-size:.8rem}.admin-sidebar-footer{display:none}.admin-page{padding:1.25rem}.btn-admin span{display:none}}
