:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #142137; background: #f6f8fc; }
* { box-sizing: border-box; } body { margin: 0; line-height: 1.55; } [hidden] { display: none !important; }
header { height: 86px; padding: 0 6%; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid #e3eaf3; }
.brand { display: flex; gap: 10px; align-items: center; color: #142137; text-decoration: none; font-size: 25px; font-weight: 700; letter-spacing: -.7px; }.header-label { font-size: 13px; color: #5b6a7e; }
main { max-width: 1100px; margin: 65px auto; padding: 0 30px; display: grid; grid-template-columns: 1fr 450px; gap: 75px; align-items: start; }
.eyebrow { font-size: 11px; font-weight: 650; letter-spacing: 1.3px; color: #2464b6; margin: 0 0 14px; } h1 { font-size: 43px; line-height: 1.15; letter-spacing: -1.6px; margin: 0 0 20px; font-weight: 650; } .intro > p:not(.eyebrow) { color: #586980; max-width: 420px; }
ol { list-style: none; padding: 0; margin: 32px 0; } li { display: flex; align-items: center; gap: 13px; margin-bottom: 17px; font-size: 14px; } li span { width: 27px; height: 27px; display: grid; place-items: center; color: #2368c6; background: #e8f0fc; border-radius: 50%; font-size: 12px; font-weight: 600; }.aside { font-size: 13px; }
.store-card { margin-top: 27px; padding: 20px; background: #fff; border: 1px solid #dce5f0; border-radius: 12px; max-width: 420px; }
.store-heading { display: flex; align-items: center; gap: 13px; }.store-heading img { flex: 0 0 auto; }.store-heading h2 { margin: 0; font-size: 16px; letter-spacing: -.2px; }.store-heading p { margin: 3px 0 0; color: #63738a; font-size: 12px; }
.store-action { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 46px; margin-top: 17px; padding: 11px 12px; border: 1px solid #216bce; border-radius: 8px; background: #216bce; color: #fff; font-size: 13px; font-weight: 600; line-height: 1.5; text-decoration: none; }.store-action:hover { background: #1958ad; }.store-action:disabled { opacity: 1; background: #f2f5fa; border-color: #dce5f0; color: #586980; cursor: default; }.store-soon { font-size: 10px; font-weight: 600; color: #586980; background: #e4eaf3; border-radius: 20px; padding: 3px 8px; white-space: nowrap; }
.card { background: white; border: 1px solid #dce5f0; border-radius: 15px; padding: 30px; box-shadow: 0 14px 50px #1c3d6810; } h2 { font-size: 21px; letter-spacing: -.4px; margin: 0 0 8px; } h3 { font-size: 14px; margin: 0; } p { margin: 0 0 12px; }.muted { color: #5c6d82; font-size: 14px; margin-bottom: 26px; }
label { display: block; font-size: 13px; font-weight: 600; margin: 17px 0 7px; } input, select { width: 100%; padding: 11px 12px; border: 1px solid #bfcddf; border-radius: 8px; font: inherit; font-size: 14px; color: #142137; background: #fff; } button { font: inherit; cursor: pointer; } button:disabled,select:disabled { opacity: .55; cursor: default; } .primary { width: 100%; margin-top: 23px; border: 0; border-radius: 8px; background: #216bce; color: #fff; padding: 12px; font-size: 14px; font-weight: 600; }.primary:hover:not(:disabled) { background: #1958ad; }
:focus-visible { outline: 3px solid #91bffd; outline-offset: 3px; } .small { font-size: 11px; color: #65768c; margin: 17px 0 0; }.account-top { display: flex; align-items: start; gap: 15px; justify-content: space-between; }.account-top .eyebrow { margin-bottom: 5px; }.account-top p { font-size: 13px; overflow-wrap: anywhere; }.text-button { border: 0; background: none; color: #195db8; font-size: 12px; padding: 2px 0; white-space: nowrap; }
.extension-status { color: #52647d; background: #f2f6fc; padding: 10px; border-radius: 7px; font-size: 12px; margin-top: 14px; }.next-step { margin: 22px 0; }.next-step h2 { font-size: 17px; }.next-step p { font-size: 13px; color: #52647d; }.list-heading { display: flex; justify-content: space-between; margin-bottom: 12px; }.account { border-top: 1px solid #e5ebf4; padding: 13px 0; }.account strong { display: block; font-size: 14px; }.account p { font-size: 12px; color: #52647d; margin: 4px 0 0; }.account .healthy { color: #18724d; }.account .attention { color: #a4432c; }
#message { color: #a83732; font-size: 13px; overflow-wrap: anywhere; margin: 18px 0 0; }#message:empty { display: none; }#loading { font-size: 14px; color: #52647d; } footer { max-width: 1040px; margin: 35px auto; padding: 0 30px; display: flex; gap: 24px; flex-wrap: wrap; font-size: 12px; color: #667890; }footer span { margin-right: auto; }a { color: #2464b6; }
@media(max-width: 850px) { main { grid-template-columns: 1fr; gap: 30px; margin: 35px auto; max-width: 580px; }h1 { font-size: 35px; }.intro ol,.intro .aside { display: none; } header { padding: 0 24px; }.card { padding: 24px; } }
