*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:Arial,sans-serif;color:#111827;background:#eef3fb}a{color:inherit;text-decoration:none}.header{width:calc(100% - 48px);max-width:1100px;margin:24px auto 0;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border:1px solid #e6ebf3;border-radius:18px;box-shadow:0 18px 45px #0f172a14}.logo{display:flex;align-items:center}.logo__text{padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;font-size:20px;font-weight:800;line-height:1;letter-spacing:-.03em;box-shadow:0 8px 20px #2563eb47}.nav{padding:4px;display:flex;align-items:center;gap:4px;background:#f3f6fb;border-radius:14px}.nav__link{padding:11px 16px;color:#334155;border-radius:11px;font-size:15px;font-weight:700;line-height:1;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.nav__link:hover{color:#1d4ed8;background-color:#fff;box-shadow:0 6px 16px #0f172a14}.nav__link_login{padding-left:42px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8V6.8C14 5.8 13.2 5 12.2 5H6.8C5.8 5 5 5.8 5 6.8V17.2C5 18.2 5.8 19 6.8 19H12.2C13.2 19 14 18.2 14 17.2V16' stroke='%23334155' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 12H20' stroke='%23334155' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 9L20 12L17 15' stroke='%23334155' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center;background-size:20px 20px}.page{flex:1}.footer{width:calc(100% - 48px);max-width:1100px;margin:0 auto 24px;padding:18px 4px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#64748b;border-top:1px solid #dbe3ef}.footer__copy{margin:0;font-size:14px;font-weight:700}.footer__nav{display:flex;align-items:center;gap:20px}.footer__link{color:#64748b;font-size:14px;font-weight:700;transition:color .2s ease}.footer__link:hover{color:#1d4ed8}
