@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Patrick+Hand&display=swap";.navbar{z-index:50;padding:1rem 0;position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{font-size:1.5rem;font-weight:700}.nav-actions{align-items:center;gap:1.5rem;display:flex}.user-info{align-items:center;gap:1rem;display:flex}.credit-pill{background:var(--accent-light);color:var(--accent);cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;display:flex}.user-profile{border:1.5px solid var(--text-primary);border-radius:var(--radius-manus);cursor:pointer;background:#fff;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.main{padding-top:8.5rem;padding-bottom:5rem}.page-header{text-align:center;margin-bottom:4rem}.page-header h1{margin-bottom:1rem;font-size:3.5rem}.highlight{color:var(--accent);z-index:1;position:relative}.highlight:after{content:"";background:var(--accent-light);z-index:-1;border-radius:10px;width:110%;height:30%;position:absolute;bottom:0;left:-5%;transform:rotate(-2deg)}.app-card{cursor:pointer;flex-direction:column;gap:1rem;display:flex}.app-icon{background:var(--accent-light);color:var(--accent);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.price-tag{background:#f1f1f1;border-radius:4px;padding:.2rem .6rem;font-size:.9rem;font-weight:700}.card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.status-unlocked{color:#2e7d32;align-items:center;gap:.4rem;font-weight:600;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-container{background:#fff;width:100%;max-width:800px;max-height:90vh;padding:0;position:relative;overflow-y:auto}.close-btn{cursor:pointer;z-index:10;background:#fff;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:1rem;right:1.5rem}.modal-content{grid-template-columns:1fr 1fr;height:100%;display:grid}.modal-visual{background:#f1f1f1;height:400px;overflow:hidden}.modal-visual img{object-fit:crop;width:100%;height:100%}.video-placeholder{background:#000;width:100%;height:100%}.modal-info{flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.modal-info h2{font-size:2rem}.description{color:var(--text-secondary);line-height:1.6}.features-highlight{background:var(--bg-primary);border-radius:12px;flex-direction:column;gap:1rem;padding:1rem;display:flex}.feature{align-items:center;gap:1rem;display:flex}.feature strong{display:block}.feature span{color:var(--text-secondary);font-size:.85rem}.modal-actions{margin-top:1rem}.footer-note{color:#999;text-align:center;font-size:.75rem}.checkout-view{max-width:600px;margin:0 auto}.package-grid{margin-top:3rem}.package-card{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;display:flex}.package-card.featured{border-width:3px;border-color:var(--accent)}.badge{background:var(--accent);color:#fff;border-radius:50px;padding:.4rem 1rem;font-size:.8rem;font-weight:700}.pkg-credits{font-size:4rem;font-weight:800;line-height:1}.pkg-credits span{color:var(--text-secondary);font-size:1.2rem;font-weight:400;display:block}.pkg-details ul{text-align:left;flex-direction:column;gap:.5rem;list-style:none;display:flex}.pkg-details li{align-items:center;gap:.5rem;display:flex}.pkg-price{margin:1.5rem 0}.pkg-price .monthly{font-size:2.5rem;font-weight:700}.total-label{color:var(--text-secondary)}.cancel-action{text-align:center;margin-top:2rem}.plain-button{cursor:pointer;background:0 0;border:none;text-decoration:underline}.dash-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.dash-stats{gap:2rem;display:flex}.stat-card{border-radius:var(--radius-manus);background:#fff;border:1.5px solid #000;flex-direction:column;padding:1rem 2rem;display:flex}.stat-card .label{color:var(--text-secondary);font-size:.85rem}.stat-card .value{font-size:2rem;font-weight:700}.section-title{border-bottom:1px solid #ddd;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.resource-bar{margin:.5rem 0}.resource-bar .label{margin-bottom:.2rem;font-size:.75rem;display:block}.resource-bar .bar{background:#eee;border-radius:4px;height:8px}.resource-bar .fill{background:var(--accent);border-radius:4px;height:100%}.quick-action,.buy-more{text-align:center;margin-top:4rem}.footer-site{color:#999;text-align:center;border-top:1px solid #eee;margin-top:5rem;padding:2rem 0}.full-width{border-radius:12px;justify-content:center;width:100%}.auth-overlay{z-index:200;background:#fffefcf2}.auth-modal{text-align:center;width:100%;max-width:440px;padding:3.5rem 3rem}.auth-header .logo{margin-bottom:2rem;font-size:1.2rem}.auth-header h2{margin-bottom:.5rem;font-size:1.8rem}.auth-header p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:.95rem}.auth-body{flex-direction:column;gap:1.5rem;display:flex}.google-btn{border:2px solid var(--text-primary);border-radius:var(--radius-manus);cursor:pointer;transition:var(--transition);background:#fff;justify-content:center;align-items:center;gap:1rem;padding:.8rem 1.5rem;font-weight:600;display:flex}.google-btn:hover{background:var(--bg-primary);transform:translateY(-2px)}.divider{color:#999;align-items:center;gap:1rem;font-size:.8rem;display:flex}.divider:before,.divider:after{content:"";background:#eee;flex:1;height:1px}.form-group input{background:#f9f9f9;border:1.5px solid #eee;border-radius:8px;width:100%;margin-bottom:1rem;padding:.8rem 1rem}.auth-footer{color:#999;margin-top:2rem;font-size:.75rem}.loader{border:2px solid #ccc;border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.modal-content{grid-template-columns:1fr}.modal-visual{height:200px}.dash-header{flex-direction:column;align-items:flex-start;gap:2rem}.dash-stats{gap:1rem;width:100%}.stat-card{flex:1;padding:1rem}}.checkout-fields input,.checkout-fields select{color:#000;background:#fff;border:1.5px solid #000;border-radius:8px;width:100%;padding:.8rem 1rem;transition:border-color .2s}.checkout-fields input:focus,.checkout-fields select:focus{border-color:var(--accent);outline:none}.checkout-fields input::placeholder{color:#777;font-style:italic}.checkout-fields select{appearance:auto;font-weight:500}:root{--bg-primary:#fdfcf9;--bg-secondary:#fff;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--accent:#5e17eb;--accent-light:#5e17eb1a;--border-color:#d1d1d1;--radius-manus:20px 15px 25px 18px / 18px 25px 15px 20px;--shadow-manus:10px 10px 0px #0000000d;--font-main:"Outfit", sans-serif;--font-manus:"Patrick Hand", cursive;--transition:.3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden}.manus-title{font-family:var(--font-manus);font-weight:400}.manus-card{background:var(--bg-secondary);border:2px solid var(--text-primary);border-radius:var(--radius-manus);box-shadow:var(--shadow-manus);transition:var(--transition);padding:1.5rem;position:relative;overflow:hidden}.manus-card:hover{transform:translate(-4px,-4px);box-shadow:14px 14px #00000014}.manus-button{background:var(--text-primary);color:#fff;border-radius:var(--radius-manus);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.manus-button:hover{background:var(--accent);transform:scale(1.05)}.manus-button.secondary{color:var(--text-primary);border:2px solid var(--text-primary);background:0 0}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #0000001a}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}@keyframes scribble{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scribble{animation:.5s ease-out forwards scribble}
