:root{--primary-color: #1155cc;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-light: #666666;--bg-color: #ffffff;--bg-secondary: #f8f9fa;--border-color: #e5e7eb;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:var(--text-primary);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:2rem;flex:1;display:flex;flex-direction:column}.header{text-align:center;padding:2rem 0;animation:fadeInDown .8s ease-out}.logo-container{display:inline-block;animation:float 3s ease-in-out infinite}.logo{height:80px;width:auto;max-width:100%;filter:drop-shadow(var(--shadow-md));transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.main-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem;padding:2rem 0}.hero{text-align:center;max-width:900px;margin:0 auto;padding:3rem 0;animation:fadeInUp 1s ease-out .2s both}.hero-brand{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.hero-wordmark{font-family:Nunito Sans,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;font-size:52px;font-weight:500;letter-spacing:.08em;text-transform:lowercase;color:var(--text-primary)}.hero-symbol{height:46px;width:auto;max-width:100%;filter:drop-shadow(var(--shadow-sm));flex-shrink:0}.hero-tagline{margin-top:1rem;font-family:Nunito Sans,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.status{width:100%;max-width:575px;animation:fadeInUp 1s ease-out .4s both}.status-card{background:var(--bg-color);border-radius:20px;padding:3rem 2rem;box-shadow:var(--shadow-lg);text-align:center;border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease}.status-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.status-title{font-size:1.75rem;color:var(--text-secondary);font-weight:600;margin-bottom:.75rem}.status-message{font-size:1.125rem;color:var(--text-secondary)}.tqdm-status{margin-top:1rem;background:var(--bg-secondary);border-radius:14px;padding:1.25rem 1.5rem;border:1px solid var(--border-color);text-align:left;font-family:IBM Plex Mono,SFMono-Regular,Menlo,Consolas,monospace}.tqdm-line{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.tqdm-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--text-secondary)}.tqdm-bar{flex:1;height:12px;border-radius:999px;background:#dde2eb;box-shadow:inset 0 1px 3px #00000014;overflow:hidden}.tqdm-progress{height:100%;width:65%;border-radius:inherit;background:linear-gradient(120deg,#ffffff59,#fff0),var(--primary-color);background-size:200% 100%;animation:tqdmSweep 2.5s ease-in-out infinite}.tqdm-percent{font-size:.9rem;font-weight:600;color:var(--text-primary)}.tqdm-meta{display:flex;justify-content:center;align-items:center;text-align:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.tqdm-meta .status-message{display:block;width:100%;font-size:.95rem;color:var(--text-secondary)}.footer{text-align:center;padding:2rem 0;color:var(--text-light);font-size:.875rem;animation:fadeIn 1s ease-out .6s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes tqdmSweep{0%{width:30%;background-position:0% 50%}50%{width:80%;background-position:100% 50%}to{width:92%;background-position:0% 50%}}@media(max-width:768px){.logo{height:60px}.hero-symbol{height:34px}.hero-wordmark{font-size:34px}.hero-tagline{font-size:1.1rem;letter-spacing:.12em}.status-card{padding:2rem 1.5rem}.status-title{font-size:1.5rem}.main-content{gap:3rem}}@media(max-width:480px){.container{padding:1rem}.hero-symbol{height:26px}.hero-wordmark{font-size:26px}.hero-tagline{font-size:1rem;letter-spacing:.08em}.status-title{font-size:1.25rem}.status-message{font-size:1rem}}
