html{min-height:100%;background-color:var(--llamasee-startup-background, #f3f2f1);color:var(--llamasee-startup-text, #323130)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;background-color:var(--llamasee-startup-background, #f3f2f1);color:var(--llamasee-startup-text, #323130)}#root{min-height:100%;background-color:var(--llamasee-startup-background, #f3f2f1);color:var(--llamasee-startup-text, #323130)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--llamasee-startup-background, #f3f2f1);color:var(--llamasee-startup-text, #323130);min-height:100vh;overflow-x:hidden}.App{height:100vh;display:flex;align-items:center;justify-content:center;padding:.25rem;overflow:hidden}.container{max-width:1200px;width:100%;height:98vh;padding:.75rem;background:#000c;border-radius:20px;box-shadow:0 20px 40px #00000080;border:1px solid rgba(255,255,255,.1);overflow:hidden;display:flex;flex-direction:column}.main-content{display:flex;flex-direction:column;gap:.125rem;flex:1;overflow:hidden}.intro-section{text-align:center}.intro-section h2{font-size:1.25rem;color:#fff;margin-bottom:.375rem;font-weight:600}.description{font-size:var(--ls-font-size-caption);color:#b0b0b0;line-height:1.1;max-width:800px;margin:0 auto .125rem}.status-section{text-align:center;margin-top:.125rem}.status-section h3{font-size:1.1rem;color:#fff;margin-bottom:.25rem;font-weight:600}.testing-section{text-align:center;margin-top:.125rem}.testing-section h3{font-size:1.1rem;color:#fff;margin-bottom:.25rem;font-weight:600}.footer{text-align:center;margin-top:.125rem;padding-top:.125rem;border-top:1px solid rgba(255,255,255,.2);color:#b0b0b0;flex-shrink:0;font-size:var(--ls-font-size-caption)}@media(max-width:768px){.App{padding:.25rem}.container{padding:1rem;border-radius:15px;max-height:98vh}.intro-section h2{font-size:1.75rem;margin-bottom:.75rem}.description{font-size:.95rem;margin-bottom:1rem}.status-section h3{font-size:1.25rem;margin-bottom:.75rem}.main-content{gap:1rem}}@media(max-width:480px){.App{padding:.125rem}.container{padding:.75rem;border-radius:10px;max-height:99vh}.intro-section h2{font-size:1.5rem;margin-bottom:.5rem}.description{font-size:.9rem;margin-bottom:.75rem}.status-section h3{font-size:1.1rem;margin-bottom:.5rem}.main-content{gap:.75rem}.footer{margin-top:.5rem;padding-top:.5rem}}@media(max-width:320px){.App{padding:.0625rem}.container{padding:.5rem;max-height:99.5vh}.intro-section h2{font-size:1.25rem;margin-bottom:.5rem}.description{font-size:var(--ls-font-size-caption);margin-bottom:.5rem}.status-section h3{font-size:1rem;margin-bottom:.5rem}.main-content{gap:.5rem}}
