.app-entry-screen{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;width:100%;min-height:100vh;min-height:100dvh;padding:32px 24px;overflow:auto;color:#2b2a2a;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,sans-serif;background:radial-gradient(circle at 78% 15%,rgba(239,107,80,.15),transparent 28%),linear-gradient(135deg,#242424,#342b28)}.app-entry-screen,.app-entry-screen *{box-sizing:border-box}.app-entry-card{display:flex;flex-direction:column;align-items:center;width:min(100%,460px);padding:52px;text-align:center;background:#fffdfb;border:1px solid rgba(255,255,255,.56);border-radius:24px;box-shadow:0 28px 80px #0a080747}.app-entry-brand,.app-entry-card h1,.app-entry-card h2,.app-entry-message,.app-entry-slow-message{margin:0}.app-entry-brand{margin-bottom:8px;font-size:48px;font-weight:720;line-height:1.08;letter-spacing:-.035em}.app-entry-card h1{font-size:42px;font-weight:720;line-height:1.08;letter-spacing:-.035em}.app-entry-card h2{margin-top:34px;font-size:20px;line-height:1.4}.app-entry-message{margin-top:34px;color:#6b635e;font-size:14px;line-height:1.7}.app-entry-progress{width:180px;height:4px;margin-top:22px;overflow:hidden;background:#eee8e4;border-radius:999px}.app-entry-progress>span{display:block;width:42%;height:100%;background:#ef6b50;border-radius:inherit;animation:app-entry-progress 1.4s ease-in-out infinite}.app-entry-slow-message{min-height:21px;margin-top:12px;color:#8b817b;font-size:13px;line-height:1.6}.app-entry-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin-top:28px}.app-entry-actions button{min-height:46px;padding:0 16px;border-radius:9px;font:inherit;font-weight:600;cursor:pointer}.app-entry-actions button:focus-visible{outline:3px solid rgba(65,111,214,.2);outline-offset:2px}.app-entry-primary{color:#fff;background:#ef6b50;border:1px solid #df5d43;box-shadow:0 5px 14px #ef6b5033}.app-entry-primary:hover{background:#df5d43}.app-entry-secondary{color:#514a46;background:#fffdfb;border:1px solid #ddd3cd}.app-entry-secondary:hover{background:#f8f3ef}@keyframes app-entry-progress{0%{transform:translate(-115%)}50%{transform:translate(170%)}to{transform:translate(345%)}}@media(max-width:560px){.app-entry-screen{padding:20px}.app-entry-card{padding:42px 28px;border-radius:20px}.app-entry-brand{font-size:40px}.app-entry-card h1{font-size:34px}.app-entry-actions{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.app-entry-progress>span{width:100%;animation:none;opacity:.72}}
