*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0f;color:#e0e0e0;line-height:1.6}.site{min-height:100vh}.header{position:fixed;top:0;left:0;right:0;background:#0a0a0ff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #222;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:100}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#00d4ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav{display:flex;gap:2rem}.nav a{color:#888;text-decoration:none;transition:color .2s}.nav a:hover{color:#fff}.header-right{display:flex;align-items:center;gap:1.5rem}.confidential-watermark{color:#444;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;font-style:italic;margin-right:1rem}.user-menu{display:flex;align-items:center;gap:1rem}.credit-badge{display:flex;align-items:center;gap:.5rem;background:#00d4ff1a;border:1px solid #00d4ff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem}.credit-icon{font-size:1rem}.user-email{color:#888;font-size:.875rem}.cta{display:flex;gap:1rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#00d4ff,#09f);color:#000}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #00d4ff4d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:#fff;border:1px solid #333}.btn-secondary:hover{border-color:#00d4ff;color:#00d4ff}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-full{width:100%;margin-top:1rem}.page{padding:8rem 2rem 4rem;max-width:1200px;margin:0 auto}.page h2{font-size:2.5rem;margin-bottom:.5rem}.page>.subtitle{color:#888;margin-bottom:2rem}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 4rem}.hero-content{max-width:800px}.hero h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight{background:linear-gradient(135deg,#00d4ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero .subtitle{font-size:1.25rem;color:#888;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem;justify-content:center}.supported-formats{text-align:center;padding:2rem;background:#00d4ff05;border-top:1px solid #222;border-bottom:1px solid #222}.supported-formats h3{color:#888;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.format-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}.format-tag{background:#111118;border:1px solid #333;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;color:#aaa}.format-note{color:#666;font-size:.875rem}.upload-page{max-width:800px}.credit-bar{background:#111118;border:1px solid #222;border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem}.credit-info{display:flex;gap:2rem}.credit-info span{color:#888;font-size:.875rem}.credit-info .total{color:#00d4ff;font-weight:600}.upload-card{background:#111118;border:1px solid #222;border-radius:12px;padding:2rem}.file-drop-zone{border:2px dashed #333;border-radius:8px;padding:3rem;text-align:center;transition:all .2s;margin-bottom:1.5rem}.file-drop-zone:hover{border-color:#00d4ff;background:#00d4ff05}.file-input{display:none}.file-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-icon{font-size:3rem}.file-label p{font-size:1.1rem;color:#fff}.file-types{color:#888;font-size:.875rem}.max-size{color:#666;font-size:.75rem}.file-list{margin-bottom:1.5rem;padding:1rem;background:#0a0a0f;border-radius:8px}.file-list h4{margin-bottom:1rem;color:#888;font-size:.875rem}.file-item{display:flex;justify-content:space-between;padding:.75rem;border-bottom:1px solid #222}.file-name{color:#fff}.file-size{color:#666;font-size:.875rem}.estimation-box{background:#0a0a0f;border:1px solid #333;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.estimation-box h4{color:#888;margin-bottom:1rem;font-size:.875rem;text-transform:uppercase}.estimation-details{display:flex;flex-direction:column;gap:.5rem}.est-row{display:flex;justify-content:space-between;padding:.5rem 0}.est-row.total{border-top:1px solid #333;margin-top:.5rem;padding-top:1rem;font-weight:600;color:#00d4ff}.insufficient-credits{background:#ffc1071a;border:1px solid #ffc107;color:#ffc107;padding:1rem;border-radius:6px;margin-top:1rem}.insufficient-credits a{color:#ffc107;text-decoration:underline}.job-status{background:#0a0a0f;border:1px solid #333;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.job-status.complete{border-color:#00d4ff;background:#00d4ff0d}.job-status.failed{border-color:#dc3545;background:#dc35450d}.error-message{background:#dc35451a;border:1px solid #dc3545;color:#dc3545;padding:1rem;border-radius:6px;margin-bottom:1rem}.purchase-page{max-width:1000px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.pricing-card{background:#111118;border:1px solid #222;border-radius:12px;padding:2rem;position:relative;text-align:center}.pricing-card.featured{border-color:#00d4ff;background:#00d4ff0d}.pricing-card .badge{position:absolute;top:-12px;right:50%;transform:translate(50%);background:#00d4ff;color:#000;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.pricing-card h3{font-size:1.5rem;margin-bottom:1rem}.price{font-size:3rem;font-weight:800;margin-bottom:1.5rem}.price span{font-size:1rem;font-weight:400;color:#888}.pricing-card ul{list-style:none;margin-bottom:2rem;text-align:left}.pricing-card li{padding:.5rem 0;color:#aaa}.pricing-card li:before{content:"✓ ";color:#00d4ff}.credit-packs{background:#111118;border:1px solid #222;border-radius:12px;padding:2rem}.credit-packs h3{margin-bottom:.5rem}.credit-packs>p{color:#888;margin-bottom:1.5rem}.pack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.pack-card{background:#0a0a0f;border:1px solid #333;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;position:relative}.pack-card.featured{border-color:#00d4ff}.pack-credits{font-size:1.25rem;font-weight:600}.pack-price{font-size:2rem;font-weight:800;color:#00d4ff}.pack-save{position:absolute;top:-10px;right:1rem;background:#28a745;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem}.login-page{display:flex;justify-content:center;align-items:center;min-height:80vh}.login-card{background:#111118;border:1px solid #222;border-radius:12px;padding:3rem;width:100%;max-width:420px;text-align:center}.login-card h2{margin-bottom:.5rem}.login-card>p{color:#888;margin-bottom:2rem}.form-group{margin-bottom:1rem;text-align:left}.form-group label{display:block;color:#aaa;font-size:.875rem;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;background:#0a0a0f;border:1px solid #333;border-radius:6px;color:#fff;font-size:1rem}.form-group input:focus{outline:none;border-color:#00d4ff}.toggle-form{margin-top:1.5rem;color:#888}.toggle-form a{color:#00d4ff;text-decoration:none}.footer{background:#050508;border-top:1px solid #222;padding:4rem;margin-top:4rem}.footer-content{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto 3rem}.footer-brand{max-width:300px}.footer-brand p{color:#666;margin-top:1rem}.footer-links{display:flex;gap:4rem}.footer-links h4{color:#fff;margin-bottom:1rem}.footer-links a{display:block;color:#666;text-decoration:none;padding:.25rem 0;transition:color .2s}.footer-links a:hover{color:#00d4ff}.footer-bottom{text-align:center;color:#666;padding-top:2rem;border-top:1px solid #222}.btn-google{background:#fff;color:#000;display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem;border-radius:6px;font-weight:600;cursor:pointer;border:1px solid #ddd;margin-bottom:1.5rem}.google-icon{font-weight:900;color:#4285f4}.divider{display:flex;align-items:center;text-align:center;color:#666;margin-bottom:1.5rem}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #222}.divider span{padding:0 1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.home-container{padding-bottom:4rem}.value-props{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:4rem auto;padding:0 2rem}.value-prop{background:#111118;border:1px solid #222;padding:2.5rem;border-radius:12px;text-align:center}.value-prop .icon{font-size:2.5rem;margin-bottom:1.5rem}.value-prop h3{margin-bottom:1rem;color:#fff}.value-prop p{color:#888;font-size:.95rem}.time-savings{background:linear-gradient(#00d4ff0d,#0099ff0d);padding:6rem 2rem;text-align:center}.savings-content{max-width:800px;margin:0 auto}.savings-content h2{font-size:2.5rem;margin-bottom:1.5rem}.savings-content p{font-size:1.25rem;color:#aaa;margin-bottom:2rem}.check-list{display:flex;flex-direction:column;gap:1rem;list-style:none;align-items:center}.check-list li{font-size:1.1rem;color:#00d4ff}.jobs-page{max-width:1000px}.jobs-list{background:#111118;border:1px solid #222;border-radius:12px;overflow:hidden;margin-top:2rem}table{width:100%;border-collapse:collapse;text-align:left}th{background:#0a0a0f;padding:1rem;color:#888;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #222}td{padding:1.25rem 1rem;border-bottom:1px solid #222}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.complete{background:#28a7451a;color:#28a745;border:1px solid #28a745}.status-badge.processing{background:#00d4ff1a;color:#00d4ff;border:1px solid #00d4ff}.status-badge.failed{background:#dc35451a;color:#dc3545;border:1px solid #dc3545}.status-badge.pending{background:#ffc1071a;color:#ffc107;border:1px solid #ffc107}.btn-small{padding:.4rem .8rem;font-size:.8rem;margin-right:.5rem}.purge-warning{color:#ffc107;font-size:.8rem;background:#ffc1071a;padding:.5rem 1rem;border-radius:4px}.active-job-info{margin-bottom:1.5rem}.status-banner{background:#00d4ff1a;border:1px solid #00d4ff;padding:1rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center;color:#00d4ff}.status-banner code{background:#0000004d;padding:.2rem .5rem;border-radius:4px;margin-left:.5rem}.job-stats-inline{display:flex;gap:1.5rem;align-items:center}.credit-estimate{font-weight:600;background:#ffffff1a;padding:.2rem .6rem;border-radius:4px}.action-buttons{display:flex;gap:1rem;margin-top:1.5rem}.action-buttons button{flex:1}.status-badge.preloading{background:#6c757d1a;color:#6c757d;border:1px solid #6c757d}.progress-info{display:flex;flex-direction:column;gap:.2rem}.steps-count{font-weight:600;color:#fff}.steps-remaining{font-size:.75rem;color:#00d4ff}.text-muted{color:#444}.btn-cancel-text{background:transparent;border:none;color:#ff4d4d;cursor:pointer;font-size:.875rem;padding:.5rem;text-decoration:underline}.btn-danger-text{background:transparent;border:none;color:#ff4d4d;cursor:pointer;text-decoration:underline}.btn-small.btn-danger-text{font-size:.8rem;margin-left:.5rem}.whitepaper-page,.rule707-page{background-color:#fff;min-height:100vh}.whitepaper-container{max-width:850px;margin:0 auto;padding:6rem 2rem;line-height:1.6;color:#333}.paper-header{border-bottom:2px solid #333;margin-bottom:3rem;padding-bottom:2rem}.paper-label{font-weight:700;letter-spacing:.1em;color:#666;font-size:.8rem;margin-bottom:1rem}.paper-header h1{font-size:2.5rem;margin:0 0 1rem;line-height:1.2}.paper-meta{display:flex;gap:2rem;font-size:.9rem;color:#666}.paper-section{margin-bottom:3rem}.paper-section h2{font-size:1.5rem;border-left:4px solid #007bff;padding-left:1rem;margin-bottom:1.5rem}.paper-section h3{font-size:1.2rem;margin:2rem 0 1rem}.tech-box{background:#f8f9fa;padding:2rem;border-radius:8px;margin:1.5rem 0;border:1px solid #dee2e6}.tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.tech-item{background:#fff;border:1px solid #eee;padding:1.5rem;border-radius:8px}.tech-item h3{margin-top:0;color:#007bff}.paper-footer{margin-top:5rem;padding-top:2rem;border-top:1px solid #eee;font-size:.8rem;color:#999;text-align:center}@media (max-width: 768px){.whitepaper-container{padding:2rem}.tech-grid{grid-template-columns:1fr}}body{margin:0;padding:0;background:#0a0a0f;color:#e0e0e0}
