body{background:#e5e7eb;margin:0;font-family:Roboto,Segoe UI,sans-serif;overflow-x:hidden}#app{box-sizing:border-box;flex-direction:column;width:100%;min-width:0;max-width:100%;min-height:100vh;display:flex;overflow-x:hidden}#app>*{box-sizing:border-box;flex:auto;width:100%;min-width:0}.route-loading{background:linear-gradient(#f8fafc 0%,#eef2ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.route-loading-card{background:#fff;border:1px solid #dbe6ff;border-radius:14px;flex-direction:column;align-items:center;gap:.85rem;padding:1.5rem 1.75rem;display:flex;box-shadow:0 10px 28px #2563eb14}.route-loading-spinner{border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;width:2rem;height:2rem;animation:.75s linear infinite route-loading-spin}.route-loading-text{color:#475569;margin:0;font-size:.92rem;font-weight:600}.route-load-error{text-align:center;color:#991b1b;background:#fef2f2;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}@keyframes route-loading-spin{to{transform:rotate(360deg)}}
