*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#1d1d1f;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #e5e5e7;position:sticky;top:0;z-index:100}.header-content{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:12px;font-weight:600;font-size:18px;color:#1d1d1f;text-decoration:none}.logo-image{object-fit:contain;border-radius:4px}.brand-name{color:#1d1d1f}.nav{display:flex;align-items:center;gap:16px}.auth-buttons{display:flex;align-items:center;gap:12px}.login-btn,.logout-btn{padding:8px 16px;text-decoration:none;color:#007aff;font-weight:500;border-radius:8px;transition:all .2s ease}.login-btn:hover,.logout-btn:hover{background-color:#f5f5f7}.register-btn{padding:8px 16px;background:#007aff;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .2s ease}.register-btn:hover{background:#0056b3;transform:translateY(-1px)}.user-menu{display:flex;align-items:center;gap:16px}.user-name{font-weight:500;color:#1d1d1f}.footer{background:#f5f5f7;border-top:1px solid #e5e5e7;padding:48px 0 24px;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-bottom:32px}.footer-section h4{margin-bottom:16px;font-weight:600;color:#1d1d1f}.footer-section p{color:#6e6e73;font-size:14px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#6e6e73;text-decoration:none;font-size:14px;transition:color .2s ease}.footer-section ul li a:hover{color:#007aff}.footer-bottom{padding-top:24px;border-top:1px solid #e5e5e7;text-align:center}.footer-bottom p{color:#6e6e73;font-size:14px}.landing{padding-top:0}.hero{padding:80px 0 120px;text-align:center;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;margin-bottom:24px;color:#1d1d1f}.hero-subtitle{font-size:1.25rem;color:#6e6e73;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-button{padding:16px 32px;background:#007aff;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:16px;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.cta-button:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 8px 25px #007aff4d}.secondary-button{padding:16px 32px;background:transparent;color:#007aff;text-decoration:none;border:2px solid #007aff;border-radius:12px;font-weight:600;font-size:16px;transition:all .2s ease}.secondary-button:hover{background:#007aff;color:#fff;transform:translateY(-1px)}.features{padding:80px 0}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:48px;color:#1d1d1f}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.feature-card{padding:32px;background:white;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:transform .2s ease;text-align:center}.feature-card:hover{transform:translateY(-4px)}.feature-icon{width:64px;height:64px;background:#007aff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.feature-icon i{color:#fff;width:24px;height:24px}.faq{padding:80px 0;background:#f5f5f7}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:white;padding:32px;margin-bottom:16px;border-radius:16px;box-shadow:0 2px 10px #0000000d}.faq-item h3{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#1d1d1f}.faq-item p{color:#6e6e73;line-height:1.6}.dashboard{padding:40px 0;min-height:calc(100vh - 64px);background:#f8f9fa}.dashboard-header{margin-bottom:40px}.dashboard-header h1{font-size:2.5rem;font-weight:700;margin-bottom:8px;color:#1d1d1f}.dashboard-header p{color:#6e6e73;font-size:1.125rem}.dashboard-actions{margin-bottom:40px}.dashboard-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e5e7;background:#f5f5f7;padding:8px;border-radius:12px 12px 0 0}.tab-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:none;color:#6e6e73;font-size:1rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .3s ease;position:relative}.tab-button:hover{color:#007aff;background:rgba(0,122,255,.08)}.tab-button.active{color:#007aff;background:white;box-shadow:0 2px 8px #0000001a}.tab-button.active:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:3px;background:#007aff;border-radius:2px}.tab-button i{width:18px;height:18px}.api-keys-section{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000001a}.api-keys-section h2{color:#1d1d1f;font-size:2rem;font-weight:700;margin-bottom:1rem}.section-description{color:#6e6e73;font-size:1rem;margin-bottom:2rem;line-height:1.6}.api-keys-list{display:flex;flex-direction:column;gap:1rem}.api-key-card{background:white;border:1px solid #e5e5e7;border-radius:12px;padding:1.5rem;transition:all .3s ease}.api-key-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.api-key-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.api-key-info h3{color:#1d1d1f;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.api-key-details{display:flex;gap:1rem;align-items:center}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.usage-count{color:#6e6e73;font-size:.875rem}.api-key-actions{display:flex;gap:.5rem}.revoke-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.875rem;cursor:pointer;transition:background .3s ease}.revoke-button:hover:not(:disabled){background:#dc2626}.revoke-button:disabled{background:#d1d5db;cursor:not-allowed}.api-key-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding-top:1rem;border-top:1px solid #e5e5e7}.meta-item{display:flex;flex-direction:column;gap:.25rem}.meta-label{color:#6e6e73;font-size:.875rem;font-weight:500}.meta-value{color:#1d1d1f;font-size:.875rem}.api-key-success-modal{max-width:600px}.api-key-display{padding:1rem 0}.warning-text{background:#fef3cd;border:1px solid #f59e0b;border-radius:8px;padding:1rem;margin-bottom:1.5rem;color:#92400e;font-size:.875rem}.api-key-value{margin-bottom:2rem}.key-display{display:flex;align-items:center;gap:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.key-display code{flex:1;font-family:Monaco,Menlo,monospace;font-size:.875rem;background:none;word-break:break-all}.copy-key-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background .3s ease;white-space:nowrap}.copy-key-button:hover{background:#2563eb}.api-usage-info h3{color:#1d1d1f;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.code-example{background:#1e293b;border-radius:8px;padding:1rem;overflow-x:auto}.code-example pre{color:#e2e8f0;font-family:Monaco,Menlo,monospace;font-size:.875rem;margin:0;white-space:pre-wrap;word-break:break-word}.create-button{padding:16px 24px;background:#007aff;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.create-button:hover{background:#0056b3;transform:translateY(-1px)}.form-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.form-modal-content{background:white;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.form-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e5e5e7}.form-modal-header h2{font-size:1.5rem;font-weight:600;color:#1d1d1f}.close-button{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background-color .2s ease}.close-button:hover{background:#f5f5f7}.download-form{padding:24px}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#1d1d1f}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #d2d2d7;border-radius:8px;font-size:16px;transition:border-color .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.form-group small{display:block;margin-top:4px;color:#6e6e73;font-size:14px}.form-group textarea{resize:vertical;min-height:80px}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:24px;border-top:1px solid #e5e5e7}.cancel-button{padding:12px 24px;background:transparent;color:#6e6e73;border:1px solid #d2d2d7;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-button:hover{background:#f5f5f7}.submit-button{padding:12px 24px;background:#007aff;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-button:hover:not(:disabled){background:#0056b3}.submit-button:disabled{opacity:.6;cursor:not-allowed}.download-pages{margin-top:48px}.download-pages h2{font-size:2rem;font-weight:600;margin-bottom:24px;color:#1d1d1f}.pages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.page-card{background:white;padding:24px;border-radius:12px;box-shadow:0 2px 10px #00000014;transition:transform .2s ease}.page-card:hover{transform:translateY(-2px)}.page-card h3{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#1d1d1f}.page-url{color:#007aff;font-family:SF Mono,Monaco,monospace;font-size:14px;margin-bottom:8px}.page-size,.page-publisher{color:#6e6e73;font-size:14px;margin-bottom:4px}.page-date{color:#6e6e73;font-size:12px;margin-bottom:16px}.page-actions{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap}.view-button,.edit-button,.delete-button{padding:8px 12px;border:none;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;gap:4px;text-decoration:none}.edit-button{background:#f5f5f7;color:#1d1d1f;border:1px solid #d1d1d6}.edit-button:hover{background:#e5e5e7}.delete-button{background:#ff3b30;color:#fff}.delete-button:hover{background:#d70015}.delete-button:disabled{opacity:.6;cursor:not-allowed}.download-page{padding:60px 0;min-height:calc(100vh - 64px)}.download-content{max-width:600px;margin:0 auto;text-align:center}.download-header{margin-bottom:48px}.download-title{font-size:2.5rem;font-weight:700;margin-bottom:16px;color:#1d1d1f}.download-description{font-size:1.125rem;color:#6e6e73;line-height:1.6}.download-main{margin-bottom:48px}.download-card-container{margin-bottom:32px}.download-card{display:flex;align-items:center;background:linear-gradient(135deg,#007aff 0%,#0056b3 100%);color:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 4px 20px #007aff40;transition:all .3s ease;max-width:600px;margin:0 auto 16px;height:70px}.download-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #007aff66}.download-card-left{margin-right:16px}.file-icon{display:flex;align-items:center;justify-content:center}.file-icon svg{color:#fffffff2}.download-card-center{flex:1;text-align:left}.download-card-right{margin-left:16px}.download-action-button{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#ffffffe6;transition:all .2s ease}.download-action-button:hover{color:#fff;transform:scale(1.1)}.file-name{font-size:18px;font-weight:600;margin:0 0 2px;color:#fff;line-height:1.2}.file-subtitle{font-size:13px;margin:0;opacity:.85;color:#ffffffd9;line-height:1.2}.share-section{display:flex;justify-content:center;max-width:600px;margin:0 auto}.share-button{display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);color:#6e6e73;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.share-button:hover{background:rgba(0,0,0,.08);color:#1d1d1f;transform:translateY(-1px)}.download-info{display:flex;flex-direction:column;gap:12px;max-width:400px;margin:0 auto}.info-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5e5e7}.info-item:last-child{border-bottom:none}.info-label{font-weight:500;color:#6e6e73}.info-value{font-weight:500;color:#1d1d1f}.download-footer{margin-top:48px}.security-notice{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#f5f5f7;border-radius:8px;color:#6e6e73;font-size:14px}.security-notice i{width:16px;height:16px;color:#34c759}.not-found{padding:80px 0;text-align:center;min-height:calc(100vh - 64px);display:flex;align-items:center}.not-found-content h1{font-size:6rem;font-weight:700;color:#007aff;margin-bottom:16px}.not-found-content h2{font-size:2rem;font-weight:600;margin-bottom:16px;color:#1d1d1f}.not-found-content p{font-size:1.125rem;color:#6e6e73;margin-bottom:32px}.home-button{padding:16px 32px;background:#007aff;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .2s ease}.home-button:hover{background:#0056b3;transform:translateY(-1px)}.toast-container{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:12px}.toast{display:flex;align-items:center;justify-content:space-between;padding:16px;background:white;border-radius:12px;box-shadow:0 8px 30px #0000001f;max-width:400px;cursor:pointer;transition:all .3s ease;border-left:4px solid #007aff}.toast:hover{transform:translate(-4px)}.toast-success{border-left-color:#34c759}.toast-error,.toast-destructive{border-left-color:#ff3b30}.toast-warning{border-left-color:#ff9500}.toast-content{flex:1}.toast-title{font-weight:600;margin-bottom:4px;color:#1d1d1f}.toast-description{font-size:14px;color:#6e6e73;margin:0}.toast-close{background:none;border:none;cursor:pointer;font-size:20px;color:#6e6e73;padding:4px;border-radius:4px;transition:background-color .2s ease}.toast-close:hover{background:#f5f5f7}.loading{text-align:center;padding:40px;color:#6e6e73;font-size:1.125rem}.empty-state{text-align:center;padding:60px 20px;color:#6e6e73}.empty-state p{font-size:1.125rem}@media (max-width: 768px){.container{padding:0 16px}.header-content{height:56px}.hero{padding:60px 0 80px}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;align-items:center}.cta-button,.secondary-button{width:100%;max-width:300px;justify-content:center}.features{padding:60px 0}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:24px}.faq{padding:60px 0}.faq-item{padding:24px}.dashboard{padding:20px 0}.dashboard-header h1{font-size:2rem}.form-modal{padding:16px}.form-modal-content{max-height:95vh}.pages-grid{grid-template-columns:1fr}.download-page{padding:40px 0}.download-title{font-size:2rem}.download-button{flex-direction:column;gap:12px;padding:20px;min-width:250px}.download-text{align-items:center}.info-item{flex-direction:column;gap:4px;text-align:left}.toast-container{top:10px;right:10px;left:10px}.toast{max-width:none}.auth-buttons{gap:8px}.register-btn,.login-btn{padding:6px 12px;font-size:14px}}.login-page,.register-page{padding:80px 0;min-height:calc(100vh - 64px)}.auth-form-container{display:flex;justify-content:center;align-items:center;min-height:70vh}.auth-form{background:white;padding:48px;border-radius:16px;box-shadow:0 8px 40px #0000001a;width:100%;max-width:480px}.auth-form h1{font-size:2rem;font-weight:700;margin-bottom:8px;color:#1d1d1f;text-align:center}.auth-form>p{color:#6e6e73;text-align:center;margin-bottom:32px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.auth-submit-button{width:100%;padding:16px;background:#007aff;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;margin-top:8px}.auth-submit-button:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.auth-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-links{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e5e5e7}.auth-links p{color:#6e6e73;margin:0}.auth-links a{color:#007aff;text-decoration:none;font-weight:500}.auth-links a:hover{text-decoration:underline}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.download-button{min-width:200px;padding:16px}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}.auth-form{padding:32px 24px;margin:16px}.form-row{grid-template-columns:1fr;gap:0}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:white;border-radius:12px;padding:24px;width:100%;max-width:400px;box-shadow:0 20px 40px #0000001a;animation:modalAppear .2s ease-out}@keyframes modalAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{margin-bottom:20px;text-align:center}.modal-header h3{color:#1d1d1f;font-size:1.2rem;font-weight:600;margin-bottom:8px}.modal-header p{color:#86868b;font-size:.9rem}.modal-body{margin-bottom:24px}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.modal-actions .cancel-button{background:#f5f5f7;color:#1d1d1f;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-actions .cancel-button:hover:not(:disabled){background:#e5e5e7}.modal-actions .submit-button{background:#007aff;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-actions .submit-button:hover:not(:disabled){background:#0056b3}.modal-actions .submit-button:disabled,.modal-actions .cancel-button:disabled{opacity:.6;cursor:not-allowed}.features-page,.pricing-page,.support-page,.about-page,.contact-page,.privacy-page{min-height:calc(100vh - 64px);padding:60px 0}.page-header{text-align:center;margin-bottom:60px}.page-title{font-size:3rem;font-weight:700;margin-bottom:16px;color:#1d1d1f}.page-subtitle{font-size:1.25rem;color:#6e6e73;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-top:60px}.feature-card{background:#f5f5f7;padding:32px;border-radius:16px;text-align:center}.feature-icon{width:64px;height:64px;background:#007aff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#1d1d1f}.feature-card p{color:#6e6e73;line-height:1.6}.support-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:60px}.support-card{background:#f5f5f7;padding:32px;border-radius:16px;text-align:center}.support-icon{width:64px;height:64px;background:#007aff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff}.support-card h3{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#1d1d1f}.support-card p{color:#6e6e73;margin-bottom:24px;line-height:1.6}.support-button{background:#007aff;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.support-button:hover{background:#0056b3}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:60px;margin-top:60px}.contact-form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:8px;color:#1d1d1f}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid #e5e5e7;border-radius:8px;font-size:16px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#007aff}.submit-button{background:#007aff;color:#fff;border:none;padding:16px 32px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease}.submit-button:hover{background:#0056b3}.earning-page{min-height:calc(100vh - 64px);padding:20px 0;background-color:#f8f9fa}.ad-space{margin:20px 0;text-align:center}.ad-placeholder{background:#e9ecef;padding:40px;border-radius:8px;border:2px dashed #dee2e6;color:#6c757d;font-weight:500}.file-card{background:white;border-radius:16px;padding:32px;margin:20px 0;box-shadow:0 2px 20px #0000001a;text-align:center}.file-header h1{font-size:2rem;font-weight:600;margin-bottom:8px;color:#1d1d1f}.file-header h2{font-size:1.5rem;font-weight:500;margin-bottom:32px;color:#1d1d1f}.file-details{display:flex;justify-content:center;gap:40px;margin-bottom:32px;flex-wrap:wrap}.detail-item{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:80px}.detail-icon{font-size:1.5rem;background:#f8f9fa;padding:12px;border-radius:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.detail-label{font-weight:500;color:#6e6e73}.report-section{margin-top:24px}.report-button{background:transparent;border:1px solid #dc3545;color:#dc3545;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease}.report-button:hover{background:#dc3545;color:#fff}.instructions-card{background:#e8f4fd;border:2px solid #b3d9f7;border-radius:12px;padding:24px;margin:20px 0}.step{margin-bottom:16px;color:#1d1d1f;line-height:1.6}.step:last-child{margin-bottom:0}.upgrade-link{color:#007aff;text-decoration:none;font-weight:500}.upgrade-link:hover{text-decoration:underline}.generate-section{text-align:center;margin:40px 0}.generate-button{background:linear-gradient(135deg,#007aff 0%,#0056b3 100%);color:#fff;border:none;padding:20px 60px;border-radius:12px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 20px #007aff4d}.generate-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #007aff66}.generating-animation{display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px}.spinner-large{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #007aff;border-radius:50%;animation:spin 1s linear infinite}.generating-animation p{font-size:1.25rem;font-weight:600;color:#007aff}.progress-bar{width:300px;height:8px;background:#f3f3f3;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#007aff,#0056b3);border-radius:4px;animation:progress 3s ease-in-out}@keyframes progress{0%{width:0%}to{width:100%}}.about-section{background:white;border-radius:12px;padding:32px;margin:40px 0;box-shadow:0 2px 12px #0000000d}.about-section h3{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#1d1d1f}.about-section h4{font-size:1.25rem;font-weight:600;margin:24px 0 12px;color:#1d1d1f}.about-section p{color:#6e6e73;line-height:1.7;margin-bottom:16px}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007aff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.error-message{text-align:center;padding:60px 20px}.error-message h2{font-size:2rem;color:#dc3545;margin-bottom:16px}.error-message p{color:#6e6e73;font-size:1.1rem}.page-actions{display:flex;flex-direction:column;gap:20px;margin-top:20px}.link-actions{display:flex;flex-direction:column;gap:12px;padding:16px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.link-group{display:flex;flex-direction:column;gap:8px}.link-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6e6e73}.earning-label{color:#28a745}.copy-button{padding:10px 16px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:8px;justify-content:center}.copy-button.direct-link{background:#6c757d;color:#fff}.copy-button.direct-link:hover{background:#5a6268;transform:translateY(-1px)}.copy-button.earning-link{background:linear-gradient(135deg,#28a745 0%,#20c997 100%);color:#fff;font-weight:600}.copy-button.earning-link:hover{background:linear-gradient(135deg,#218838 0%,#1ca085 100%);transform:translateY(-1px);box-shadow:0 4px 12px #28a7454d}.management-actions{display:flex;gap:8px;flex-wrap:wrap}.management-actions button,.management-actions a{padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:6px;border:none;cursor:pointer;transition:all .2s ease}.view-button{background:#007aff;color:#fff}.view-button:hover{background:#0056b3}.edit-button{background:#ffc107;color:#212529}.edit-button:hover{background:#e0a800}.delete-button{background:#dc3545;color:#fff}.delete-button:hover{background:#c82333}.delete-button:disabled{background:#6c757d;cursor:not-allowed}.earning-statistics{margin:40px 0;padding:24px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:16px;border:1px solid #dee2e6}.earning-statistics h2{color:#28a745;margin-bottom:24px;font-size:24px;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:white;padding:20px;border-radius:12px;border:1px solid #e9ecef;display:flex;align-items:center;gap:16px;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-icon{font-size:32px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f8f9fa}.total-earnings .stat-icon{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.total-downloads .stat-icon{background:linear-gradient(135deg,#007aff,#0056b3);color:#fff}.avg-earning .stat-icon{background:linear-gradient(135deg,#ffc107,#e0a800);color:#fff}.conversion-rate .stat-icon{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.stat-content h3{margin:0 0 8px;font-size:14px;font-weight:600;color:#6e6e73;text-transform:uppercase;letter-spacing:.5px}.stat-value{margin:0 0 4px;font-size:28px;font-weight:700;color:#1d1d1f}.stat-desc{margin:0;font-size:12px;color:#8e8e93}.top-earning-pages{background:white;padding:24px;border-radius:12px;border:1px solid #e9ecef}.top-earning-pages h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1d1d1f}.top-pages-list{display:flex;flex-direction:column;gap:16px}.top-page-item{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f9fa;border-radius:8px;transition:background .2s ease}.top-page-item:hover{background:#e9ecef}.page-rank{font-size:20px;font-weight:700;color:#28a745;min-width:40px}.page-info{flex:1}.page-info h4{margin:0 0 4px;font-size:16px;font-weight:600;color:#1d1d1f}.page-slug{margin:0;font-size:12px;color:#8e8e93;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.page-stats{text-align:right}.earning-amount{font-size:18px;font-weight:700;color:#28a745;margin-bottom:2px}.download-count{font-size:12px;color:#8e8e93}.generating-animation{display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:20px;border:2px solid #007aff}.spinner-large{width:60px;height:60px;border:4px solid #e9ecef;border-top:4px solid #007aff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.generating-animation p{font-size:18px;font-weight:600;color:#007aff;margin:0}.progress-bar{width:200px;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#007aff 0%,#0056b3 100%);border-radius:4px;animation:progress 3s ease-in-out;transform-origin:left}@keyframes progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.generate-button{background:linear-gradient(135deg,#007aff 0%,#0056b3 100%);color:#fff;border:none;padding:20px 40px;font-size:20px;font-weight:700;border-radius:16px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 20px #007aff4d}.generate-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #007aff66;background:linear-gradient(135deg,#0056b3 0%,#003d82 100%)}.generate-button:active{transform:translateY(0);box-shadow:0 4px 20px #007aff4d}.generate-section{display:flex;justify-content:center;margin:40px 0}.get-link-section{display:flex;flex-direction:column;align-items:center;gap:24px;padding:32px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:20px;border:2px solid #28a745}.success-message{text-align:center}.success-icon{font-size:48px;margin-bottom:12px}.success-message p{margin:0 0 8px;font-size:18px;font-weight:600;color:#28a745}.success-desc{font-size:14px!important;color:#6e6e73!important;font-weight:400!important}.get-link-button{background:linear-gradient(135deg,#28a745 0%,#20c997 100%);color:#fff;border:none;padding:20px 40px;font-size:20px;font-weight:700;border-radius:16px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 20px #28a7454d}.get-link-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #28a74566;background:linear-gradient(135deg,#218838 0%,#1ca085 100%)}.get-link-button:active{transform:translateY(0);box-shadow:0 4px 20px #28a7454d}@media (max-width: 768px){.link-actions{gap:16px}.management-actions{justify-content:space-between}.management-actions button,.management-actions a{flex:1;justify-content:center}.stats-grid{grid-template-columns:1fr}.stat-card{padding:16px}.top-page-item{flex-direction:column;align-items:flex-start;gap:12px}.page-stats{text-align:left;width:100%}.generating-animation{padding:30px 20px}.generate-button{padding:16px 32px;font-size:18px}.progress-bar{width:150px}}
