@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;opacity:.8}.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%}.lock-overlay{color:var(--gold-light);background:#4b2c8ba6;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-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}}
