:root{--bg: #f3f5f8;--card: #ffffff;--text: #0d2b55;--muted: #5f718b;--border: #d8e0ea;--blue: #0e63d6;--blue-soft: #eaf4ff;--info-bg: #eaf8fc;--info-border: #74d7e8;--shadow: 0 4px 14px rgba(18, 33, 62, .08);--radius-xl: 22px;--radius-lg: 18px;--radius-md: 14px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit}button,input{font:inherit}.page{min-height:100vh;display:flex;justify-content:center;padding:24px 14px 40px}.screen{width:100%;max-width:380px}.logo-wrap{text-align:center;margin:36px 0 18px}.logo{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:26px;font-weight:500}.logo-badge{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1;font-weight:400}.card{background:var(--card);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:24px 18px 20px}.eyebrow{text-align:center;color:#445a77;font-size:16px;font-weight:500;margin:0 0 8px}.title{text-align:center;color:var(--text);font-size:28px;line-height:1.2;font-weight:700;margin:0 0 20px}.title-left-space{margin-top:0}.description{text-align:center;color:#506684;font-size:16px;line-height:1.4;margin:0 0 20px}.field{width:100%;height:60px;border:2px solid #d2dbe7;border-radius:14px;background:#fff;padding:0 16px;font-size:18px;color:#70839d;outline:none;margin-bottom:14px;transition:border-color .2s ease,box-shadow .2s ease}.field:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0e63d61f}.field::placeholder{color:#98a8bc}.btn{width:100%;height:64px;border:none;border-radius:14px;background:#e9edf2;color:#9aa8b8;font-size:18px;font-weight:600;cursor:not-allowed;transition:background .2s ease,color .2s ease,transform .1s ease}.btn-active{background:var(--blue);color:#fff;cursor:pointer}.btn-active:active{transform:translateY(1px)}.error-message{margin:0 0 14px;color:#d92d20;font-size:14px;line-height:1.4}.footer-note{text-align:center;color:#61748e;font-size:14px;line-height:1.4;margin:28px auto 0;max-width:90%}.footer-link{display:block;text-align:center;margin-top:18px;color:#1c6fe5;font-size:16px;font-weight:600;text-decoration:none}.period{text-align:center;color:#5b6f88;font-size:15px;font-weight:500;margin:0 0 8px}.bulletin-title{font-size:24px;margin:0 0 18px}.bulletin-card{padding-top:28px}.alert{display:flex;align-items:center;gap:12px;border:2px solid #5cc7d6;background:#e9f7fb;border-radius:14px;padding:14px;margin:0 0 22px}.alert-icon{flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:#12b9d8;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.alert-text{color:#163259;font-size:15px;line-height:1.4;font-weight:500}.info-list{margin-top:6px}.row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:baseline;padding:12px 0}.label{color:#5c6f87;font-size:15px;line-height:1.2}.value{color:var(--text);font-size:16px;line-height:1.2;font-weight:500;text-align:right;word-break:break-word}.divider{width:36%;height:2px;background:#e5ebf2;margin:10px auto 14px;border-radius:999px}@media (min-width: 768px){.page{padding:40px 20px 60px}.card{padding:32px 32px 28px}.bulletin-card{padding-top:34px}.field,.btn{height:60px}}
