.ProfileOverview-module-scss-module__KPL-fG__profile{flex-direction:column;gap:20px;width:min(1200px,100%);margin:0 auto;display:flex}.ProfileOverview-module-scss-module__KPL-fG__profile__header{flex-direction:column;gap:8px;display:flex}.ProfileOverview-module-scss-module__KPL-fG__profile__title{letter-spacing:-.02em;color:var(--color-text);font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.08}.ProfileOverview-module-scss-module__KPL-fG__profile__subtitle{color:var(--color-text-muted);font-size:16px;line-height:1.4}.ProfileOverview-module-scss-module__KPL-fG__profile__grid{grid-template-columns:280px minmax(0,1fr);gap:24px;display:grid}.ProfileOverview-module-scss-module__KPL-fG__profile__sidebar{flex-direction:column;gap:14px;display:flex}@keyframes ProfileOverview-module-scss-module__KPL-fG__profileCardAuraSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.ProfileOverview-module-scss-module__KPL-fG__profileCard{text-align:center;box-shadow:var(--neo-shadow-sm);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:24px 18px;display:flex;position:relative;overflow:hidden}.ProfileOverview-module-scss-module__KPL-fG__profileCard:after{content:"";filter:blur(12px);pointer-events:none;will-change:transform;background:radial-gradient(circle at 22% 22%,#7ab92933 0%,#7ab92900 56%),radial-gradient(circle at 72% 42%,#f7941d2e 0%,#f7941d00 54%),radial-gradient(circle at 52% 86%,#00539b29 0%,#00539b00 62%);border-radius:50%;width:500px;height:500px;animation:8s linear infinite ProfileOverview-module-scss-module__KPL-fG__profileCardAuraSpin;position:absolute;inset:50% -30px -36px 50%;transform:translate(-50%,-50%)}@media screen and (min-width:768px){.ProfileOverview-module-scss-module__KPL-fG__profileCard:after{width:250px;height:250px}.ProfileOverview-module-scss-module__KPL-fG__profileCard{flex-direction:column}}.ProfileOverview-module-scss-module__KPL-fG__profileCard__avatar{display:none}@media screen and (min-width:768px){.ProfileOverview-module-scss-module__KPL-fG__profileCard__avatar{background:linear-gradient(135deg,var(--nbcom-blue),#0a6fc4);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:72px;height:72px;font-size:24px;font-weight:700;line-height:1;display:inline-flex;overflow:hidden}}.ProfileOverview-module-scss-module__KPL-fG__profileCard__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.ProfileOverview-module-scss-module__KPL-fG__profileCard__avatarImageWrap{width:100%;height:100%;display:block}.ProfileOverview-module-scss-module__KPL-fG__profileCard__name{color:var(--color-text);font-size:20px;font-weight:700;line-height:1.2}.ProfileOverview-module-scss-module__KPL-fG__profileCard__position{color:var(--color-text-muted);font-size:14px;font-weight:600;line-height:1.3}.ProfileOverview-module-scss-module__KPL-fG__profileCard__meta{color:var(--color-text-muted);font-size:13px;line-height:1.3}.ProfileOverview-module-scss-module__KPL-fG__profileNav{flex-direction:column;gap:8px;display:flex}.ProfileOverview-module-scss-module__KPL-fG__profileNav__entry{border-radius:16px;flex-direction:column;gap:8px;display:flex}.ProfileOverview-module-scss-module__KPL-fG__profileNav__item{width:100%;color:var(--color-text);cursor:pointer;box-shadow:var(--neo-shadow-sm);background:#ffffffdb;border:none;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.ProfileOverview-module-scss-module__KPL-fG__profileNav__itemLabel{display:inline-block}.ProfileOverview-module-scss-module__KPL-fG__profileNav__itemUnreadDot{background:#dc2626;border-radius:999px;flex:none;width:8px;height:8px;margin-left:10px}.ProfileOverview-module-scss-module__KPL-fG__profileNav__item:hover:not(:disabled){background:#fffffff5;border-color:#00539b38}.ProfileOverview-module-scss-module__KPL-fG__profileNav__item--active{color:var(--nbcom-blue)}.ProfileOverview-module-scss-module__KPL-fG__profileNav__item:disabled{opacity:.58;cursor:not-allowed}.ProfileOverview-module-scss-module__KPL-fG__profileNav__panel{flex-direction:column;gap:12px;display:flex}.ProfileOverview-module-scss-module__KPL-fG__profile__content{flex-direction:column;gap:14px;display:flex}.ProfileOverview-module-scss-module__KPL-fG__profile__state{color:var(--color-text-muted);font-size:14px;font-weight:500;line-height:1.4}.ProfileOverview-module-scss-module__KPL-fG__profile__stateBlock{align-items:center;gap:12px;display:flex}.ProfileOverview-module-scss-module__KPL-fG__profile__retry{color:var(--nbcom-blue);cursor:pointer;background:#ffffffe6;border:1px solid #00539b33;border-radius:10px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.ProfileOverview-module-scss-module__KPL-fG__profile__retry:disabled{opacity:.64;cursor:not-allowed}.ProfileOverview-module-scss-module__KPL-fG__profileStub{background:#ffffffe6;border:1px solid #00539b24;border-radius:16px;flex-direction:column;gap:8px;min-height:220px;padding:20px;display:flex}.ProfileOverview-module-scss-module__KPL-fG__profileStub__title{color:var(--color-text);font-size:20px;font-weight:700;line-height:1.2}.ProfileOverview-module-scss-module__KPL-fG__profileStub__text{color:var(--color-text-muted);max-width:560px;font-size:14px;line-height:1.45}@media (max-width:991px){.ProfileOverview-module-scss-module__KPL-fG__profile__grid{grid-template-columns:1fr;gap:16px}.ProfileOverview-module-scss-module__KPL-fG__profile__sidebar{gap:10px}}@media (max-width:767px){.ProfileOverview-module-scss-module__KPL-fG__profile{gap:16px}.ProfileOverview-module-scss-module__KPL-fG__profile__title{font-size:30px}.ProfileOverview-module-scss-module__KPL-fG__profile__subtitle{font-size:15px}.ProfileOverview-module-scss-module__KPL-fG__profile__stateBlock{flex-direction:column;align-items:flex-start;gap:8px}}
.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton{aspect-ratio:85.595/53.975;text-align:left;cursor:pointer;perspective:1600px;width:100%;max-width:430px;transform-style:preserve-3d;background:0 0;border:0;border-radius:28px;padding:0;display:block;position:relative}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton:focus-visible{outline-offset:4px;outline:2px solid #1376d185}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton--inactive{cursor:default;pointer-events:none;opacity:.5}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton--flipped .InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFaceFront{transform:rotateY(180deg)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton--flipped .InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFaceBack{transform:rotateY(360deg)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace{border-radius:inherit;backface-visibility:hidden;color:#f8fbff;border:1px solid #ffffff2e;flex-direction:column;transition:transform .82s cubic-bezier(.22,1,.36,1),box-shadow .3s;display:flex;position:absolute;inset:0;overflow:hidden;box-shadow:5px 5px 10px #bebebe,-10px -10px 10px #fff}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--blue{background:radial-gradient(circle at 15% 20%,#ffffff38,#0000 28%),radial-gradient(circle at 85% 15%,#72b8ff52,#0000 25%),linear-gradient(145deg,#0d2347 0%,#123f84 42%,#0a63b5 70%,#0f2f6d 100%)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--graphite{background:radial-gradient(circle at 75% 18%,#b0c5e72e,#0000 30%),radial-gradient(circle at 20% 82%,#5c8acc42,#0000 36%),linear-gradient(148deg,#182130 0%,#24364f 46%,#1a2b44 100%)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--gold{background:radial-gradient(circle at 18% 18%,#fff7d642,#0000 32%),radial-gradient(circle at 84% 82%,#ffd17833,#0000 36%),linear-gradient(150deg,#eeca89 0%,#c7983a 30%,#daaa4f 62%,#c28d32 100%)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--silver{color:#14253d;background:radial-gradient(circle at 12% 20%,#ffffff70,#0000 34%),radial-gradient(circle at 85% 18%,#bacadc6b,#0000 28%),linear-gradient(150deg,#e9eff5 0%,#b9c5d2 36%,#d8e1ea 72%,#9cacbc 100%);border-color:#ffffff61}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--platinum{color:#12243d;background:radial-gradient(circle at 15% 18%,#ffffff75,#0000 33%),radial-gradient(circle at 82% 82%,#cddbe961,#0000 34%),linear-gradient(148deg,#f2f6fb 0%,#cfd9e5 32%,#e6edf5 64%,#b8c5d4 100%);border-color:#ffffff6b}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--green{background:radial-gradient(circle at 15% 22%,#d9ffe23d,#0000 30%),radial-gradient(circle at 82% 14%,#66eba457,#0000 30%),linear-gradient(150deg,#0f3f34 0%,#0f7f5e 36%,#1ca877 66%,#0d5d46 100%)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--orange{background:radial-gradient(circle at 12% 18%,#ffe2c752,#0000 32%),radial-gradient(circle at 86% 82%,#ffa05d47,#0000 36%),linear-gradient(150deg,#5f2712 0%,#a54a1e 32%,#de7233 64%,#8d3817 100%)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--silver .InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand:not(.InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand--volume),.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--platinum .InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand:not(.InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand--volume){color:#123154;--brand-emboss-highlight:#ffffffeb;--brand-emboss-shadow:#12315433;--brand-emboss-shadow-deep:#12315421;--brand-emboss-stroke:#1231541f}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--silver .InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand.InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand--volume,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--platinum .InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand.InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand--volume{color:#fff;--brand-emboss-highlight:#000;--brand-emboss-shadow:#06122747;--brand-emboss-shadow-deep:#0612275c;--brand-emboss-stroke:#ffffff2e}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--silver .InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontRate,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--platinum .InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontRate,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--silver .InvestmentRoundBankCard-module-scss-module__dWb86a__card__roundTitle,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--platinum .InvestmentRoundBankCard-module-scss-module__dWb86a__card__roundTitle{color:#12263f;text-shadow:none}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__icon{margin-left:auto;margin-right:20px}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--silver .InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontRateLabel,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--platinum .InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontRateLabel,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--silver .InvestmentRoundBankCard-module-scss-module__dWb86a__card__roundLabel,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--platinum .InvestmentRoundBankCard-module-scss-module__dWb86a__card__roundLabel{color:#12263f9e}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--silver .InvestmentRoundBankCard-module-scss-module__dWb86a__card__term,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFace--platinum .InvestmentRoundBankCard-module-scss-module__dWb86a__card__term{color:#163150;background:#ffffffa8;box-shadow:inset 0 1px #ffffffc7}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFaceFront{justify-content:space-between;transform:rotateY(0)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFaceBack{justify-content:space-between;transform:rotateY(180deg)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontTopRow,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontBottomRow{z-index:2;justify-content:space-between;align-items:center;gap:12px;padding:4px 20px;display:flex;position:relative}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontBottomRow--withImage{width:100%;position:absolute;bottom:8%;left:0}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__customImageWrap{z-index:1;line-height:0;position:absolute;inset:0;overflow:hidden}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__customImage{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontTopRow{align-items:flex-start}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontRound{flex-direction:column;display:flex}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand{letter-spacing:3px;text-transform:uppercase;opacity:.92;border-radius:0 24px 24px 0;font-size:8px;font-weight:800}@media screen and (min-width:460px){.InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand{font-size:12px}}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__brand--volume{--brand-emboss-highlight:#000;--brand-emboss-shadow:#06122747;--brand-emboss-shadow-deep:#0612275c;--brand-emboss-stroke:#ffffff2e;-webkit-text-stroke:.35px var(--brand-emboss-stroke);text-shadow:-.8px -.8px 0 var(--brand-emboss-highlight),-.4px -.4px 0 #ffffffe6,.7px .7px 0 var(--brand-emboss-shadow),1.2px 1.2px 0 var(--brand-emboss-shadow-deep),0 4px 10px #040c1e33;filter:drop-shadow(0 1px 3px #040c1e1f)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontRate{letter-spacing:-.03em;text-shadow:0 4px 16px #040c1e47;font-size:clamp(28px,4.4vw,34px);font-weight:800;line-height:1}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__rateBlock{flex-direction:column;align-items:flex-end;gap:4px;display:inline-flex}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontRateLabel{letter-spacing:.1em;text-transform:uppercase;color:#f8fbff9e;font-size:11px;font-weight:600;line-height:1}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__roundBlock{flex-direction:column;gap:4px;max-width:70%;display:flex}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__roundLabel{letter-spacing:.1em;text-transform:uppercase;color:#f8fbff9e;font-size:11px;font-weight:600;line-height:1}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__roundTitle{white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.02em;font-size:clamp(22px,3.6vw,34px);font-weight:700;line-height:1.1;overflow:hidden}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__term{letter-spacing:.08em;text-transform:uppercase;background:#ffffff24;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700;box-shadow:inset 0 1px #ffffff47}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__magneticStrip{z-index:2;background:linear-gradient(#0f0f13 0%,#1b1c20 44%,#0c0d10 100%);margin:24px 0 18px;padding:16px 18px 14px;position:relative;box-shadow:inset 0 1px #ffffff0a,inset 0 -1px #ffffff05}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__progressHeader{letter-spacing:.08em;text-transform:uppercase;color:#f8fbffdb;justify-content:space-between;align-items:center;gap:12px;margin-bottom:0;font-size:11px;line-height:1.25;display:flex}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__progressTrack{background:#ffffff1a;border-radius:999px;height:10px;margin-top:10px;display:block;position:relative;overflow:hidden;box-shadow:inset 0 2px 8px #00000057}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__progressFill{height:100%;width:var(--progress-width,0%);border-radius:inherit;background:var(--color-gray);transition:width .3s;display:block;box-shadow:0 0 16px #7fd0ff57,0 0 10px #f0c26b29}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__backDetails{z-index:2;gap:12px;padding:0 16px 16px;display:flex;position:relative}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__backDetailItem{border-radius:14px;flex-direction:column;gap:4px;width:100%;padding:12px;display:flex}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__backDetailLabel{text-transform:uppercase;letter-spacing:.1em;color:#fff;font-size:11px;font-weight:600;line-height:1.2}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__backDetailValue{letter-spacing:4px;color:#fff;font-size:15px;font-weight:800;line-height:1.2}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__label{position:relative}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__labelValue{letter-spacing:2px;color:#fff;font-size:11px;font-weight:800;line-height:1.2;position:absolute;top:-22px;left:50%;transform:translate(-50%)}@media (hover:hover) and (pointer:fine){.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton:not(.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton--inactive):hover .InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFaceFront,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton:not(.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton--inactive):focus-visible .InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFaceFront{transform:rotateY(180deg)}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton:not(.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton--inactive):hover .InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFaceBack,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton:not(.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton--inactive):focus-visible .InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFaceBack{transform:rotateY(360deg)}}@media (max-width:767px){.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton{aspect-ratio:1.586}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankFaceBack{padding-top:0}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontRate{font-size:32px}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__frontRateLabel,.InvestmentRoundBankCard-module-scss-module__dWb86a__card__roundLabel{font-size:10px}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__roundTitle{font-size:20px}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__term{font-size:11px}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__progressHeader{font-size:10px}.InvestmentRoundBankCard-module-scss-module__dWb86a__card__backDetails{padding:0 14px 14px}}@media screen and (max-width:980px){.InvestmentRoundBankCard-module-scss-module__dWb86a__card__bankButton{max-width:400px}}
.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__details{flex-direction:column;align-self:stretch;gap:14px;padding-bottom:72px;display:flex;position:relative}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__details--withoutAction{padding-bottom:0}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__status{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;width:fit-content;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__status--active{color:#3f6f08;background:#7ab92929}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__status--filling{color:#0a4c82;background:#00539b1f}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__status--completed{color:#334155;background:#0f172a1a}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__specs{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media screen and (min-width:768px){.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__specs{gap:20px}}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__specItem{border-radius:12px;flex-direction:column;gap:4px;padding:11px 0;display:flex}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__specLabel{letter-spacing:-.2px;color:var(--color-text-muted);font-size:10px;font-weight:600;line-height:1.2}@media screen and (min-width:768px){.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__specLabel{letter-spacing:1px;font-size:12px}}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__specValue{letter-spacing:1px;color:var(--color-text);font-size:20px;font-weight:800;line-height:1.2}@media screen and (min-width:768px){.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__specValue{font-size:22px}}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__announcement{border-radius:18px;justify-content:center;align-items:center;min-height:170px;padding:24px;display:flex;box-shadow:inset 0 1px #ffffffa8}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__announcementTitle{letter-spacing:.02em;text-transform:uppercase;text-align:center;color:#1f4f83;text-shadow:0 1px #ffffffc2;margin:0;font-size:clamp(22px,3.4vw,30px);font-weight:800;line-height:1.12}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__action{isolation:isolate;color:#0f172a99;width:240px;max-height:48px;box-shadow:var(--neo-shadow-xs);opacity:.86;pointer-events:auto;border-radius:12px;justify-content:center;align-items:center;padding:12px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .3s,color .3s,opacity .24s,box-shadow .24s;display:inline-flex;position:absolute;bottom:0;right:0;overflow:hidden}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__action:before{content:"";border-radius:inherit;background:var(--action-background);opacity:0;z-index:0;transition:opacity .44s ease-in-out;position:absolute;inset:0}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__actionLabel{z-index:1;position:relative}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__action:hover{opacity:1}:is(.investment-round-card:hover .InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__action,.investment-round-card:focus-within .InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__action){border-color:var(--action-border-color);color:var(--action-color);opacity:1;box-shadow:2px 2px 4px #c5c5c561,-6px -6px 12px #fff}.investment-round-card:hover .InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__action:before{opacity:1}.investment-round-card:focus-within .InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__action:before{opacity:1}@media (max-width:767px){.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__details{padding-bottom:0}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__action{opacity:1;width:100%;max-height:40px;color:var(--action-color);position:relative;box-shadow:2px 2px 4px #c5c5c561,-6px -6px 12px #fff}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__action:before{opacity:1}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__announcement{min-height:132px;padding:18px}.InvestmentRoundCardDetails-module-scss-module__IVWsoq__card__announcementTitle{font-size:22px}}
.InvestmentRoundCard-module-scss-module__uJu8Rq__card{--action-background:linear-gradient(145deg,#0d2347 0%,#123f84 42%,#0a63b5 70%,#0f2f6d 100%);--action-color:#f8fbff;--action-border-color:#ffffff38;will-change:transform;border-radius:24px;flex-direction:column;gap:18px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:2px 2px 6px #c5c5c561,-6px -6px 12px #fff}.InvestmentRoundCard-module-scss-module__uJu8Rq__card--inactive{opacity:.7}.InvestmentRoundCard-module-scss-module__uJu8Rq__card--inactive .InvestmentRoundCard-module-scss-module__uJu8Rq__card__bankButton--inactive{opacity:1}.InvestmentRoundCard-module-scss-module__uJu8Rq__card--blue{--action-background:linear-gradient(145deg,#0d2347 0%,#123f84 42%,#0a63b5 70%,#0f2f6d 100%);--action-color:#f8fbff;--action-border-color:#ffffff38}.InvestmentRoundCard-module-scss-module__uJu8Rq__card--graphite{--action-background:linear-gradient(148deg,#182130 0%,#24364f 46%,#1a2b44 100%);--action-color:#f8fbff;--action-border-color:#ffffff38}.InvestmentRoundCard-module-scss-module__uJu8Rq__card--gold{--action-background:linear-gradient(150deg,#5c4212 0%,#8b6623 30%,#c6993d 62%,#6f4f16 100%);--action-color:#fff7e5;--action-border-color:#ffe7b057}.InvestmentRoundCard-module-scss-module__uJu8Rq__card--silver{--action-background:linear-gradient(150deg,#e9eff5 0%,#b9c5d2 36%,#d8e1ea 72%,#9cacbc 100%);--action-color:#12263f;--action-border-color:#ffffff8c}.InvestmentRoundCard-module-scss-module__uJu8Rq__card--platinum{--action-background:linear-gradient(148deg,#f2f6fb 0%,#cfd9e5 32%,#e6edf5 64%,#b8c5d4 100%);--action-color:#12243d;--action-border-color:#ffffff94}.InvestmentRoundCard-module-scss-module__uJu8Rq__card--green{--action-background:linear-gradient(150deg,#0f3f34 0%,#0f7f5e 36%,#1ca877 66%,#0d5d46 100%);--action-color:#f2fff8;--action-border-color:#b1f9da52}.InvestmentRoundCard-module-scss-module__uJu8Rq__card--orange{--action-background:linear-gradient(150deg,#5f2712 0%,#a54a1e 32%,#de7233 64%,#8d3817 100%);--action-color:#fff2e9;--action-border-color:#ffcfaf59}.InvestmentRoundCard-module-scss-module__uJu8Rq__card__layout{grid-template-columns:minmax(0,430px) minmax(280px,1fr);align-items:center;gap:48px;display:grid}.InvestmentRoundCard-module-scss-module__uJu8Rq__card__bankCardWrap{position:relative}.InvestmentRoundCard-module-scss-module__uJu8Rq__card__detailsSlot{min-width:0}.InvestmentRoundCard-module-scss-module__uJu8Rq__card__mobileAnnouncementOverlay{display:none}@media (max-width:980px){.InvestmentRoundCard-module-scss-module__uJu8Rq__card{border-radius:18px;padding:18px}.InvestmentRoundCard-module-scss-module__uJu8Rq__card__layout{grid-template-columns:1fr;gap:28px 16px}}@media (max-width:767px){.InvestmentRoundCard-module-scss-module__uJu8Rq__card{padding:16px}.InvestmentRoundCard-module-scss-module__uJu8Rq__card__detailsSlot--announcement{display:none}.InvestmentRoundCard-module-scss-module__uJu8Rq__card__mobileAnnouncementOverlay{color:#f8fbff;letter-spacing:.06em;text-transform:uppercase;text-shadow:0 3px 14px #0f172a52;pointer-events:none;z-index:2;background:linear-gradient(#0f172a0d 0%,#0f172a38 100%);border-radius:28px;justify-content:center;align-items:center;padding:18px;font-size:clamp(28px,9vw,40px);font-weight:800;line-height:1;display:flex;position:absolute;inset:0}}
.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard,.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__data{box-shadow:var(--neo-shadow-xs);border-radius:16px;flex-direction:column;gap:10px;padding:18px;display:flex}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__data{box-shadow:var(--neo-inset);border:1px solid #00539b0d}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__title{color:var(--color-text);margin:0;font-size:18px;font-weight:700;line-height:1.25}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__rows{flex-direction:column;gap:8px;margin:0;display:flex}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__row{border-bottom:1px solid #e6ebf2;grid-template-columns:minmax(150px,1fr) minmax(0,1fr);align-items:start;gap:12px;padding:8px 0;display:grid}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__row:last-child{border-bottom:0;padding-bottom:0}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__label{color:#6b7280;margin:0;font-size:14px;line-height:1.4}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__value{color:var(--color-text);word-break:break-word;text-align:right;margin:0;font-size:14px;font-weight:600;line-height:1.4}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__qrImageWrap{aspect-ratio:1;width:100%;display:block;position:relative}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__qrImage{object-fit:contain;box-shadow:var(--neo-shadow-xs);background:#fff;border-radius:12px}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__note{color:var(--color-text-muted);margin:-5px 0 0;font-size:12px;font-weight:300;line-height:1.4}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__actions{flex-direction:column;gap:8px;display:flex}@media (max-width:767px){.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard{padding:14px}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__row{grid-template-columns:1fr;gap:4px}.RoundPaymentCard-module-scss-module__x86N1q__roundPaymentCard__value{text-align:left}}
.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator{box-shadow:var(--neo-shadow-xs);border-radius:16px;flex-direction:column;gap:14px;padding:16px;display:flex}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__header{flex-direction:column;gap:4px;display:flex}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__title{color:var(--color-text);font-size:16px;font-weight:700;line-height:1.2}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__subtitle{color:var(--color-text-muted);font-size:13px;line-height:1.35}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__control{border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__labelRow{flex-direction:column;gap:8px;display:flex}@media screen and (min-width:450px){.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__labelRow{flex-direction:row;justify-content:space-between;align-items:baseline}}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__label{color:var(--color-text);font-size:13px;font-weight:700;line-height:1.2}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__hint{color:var(--color-text-muted);white-space:nowrap;font-size:11px;font-weight:500;line-height:1.2}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__amountValue{color:var(--nbcom-blue);text-align:right;width:100%;box-shadow:var(--neo-inset);background-color:#0000;border:1px solid #00539b33;border-radius:8px;padding:10px 22px 10px 8px;font-size:18px;font-weight:700;line-height:1.2}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__amount{flex-direction:column;gap:20px;padding-right:0;display:flex}@media screen and (min-width:600px){.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__amount{flex-direction:row;align-items:center;gap:40px;padding-right:40px}}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__amountWrap{color:var(--nbcom-blue);width:120px;min-width:120px;font-size:18px;font-weight:700;line-height:1.2;display:inline-block;position:relative}@media screen and (max-width:600px){.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__amountWrap{width:100%}}@media screen and (min-width:768px){.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__amountWrap{min-width:135px}}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__amountWrap:after{content:"₽";width:15px;height:20px;color:var(--nbcom-blue);background-color:#fff;align-items:center;font-size:18px;font-weight:700;line-height:1.2;display:flex;position:absolute;top:12px;right:5px}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__slider{appearance:none;background:var(--slider-track-background,#00539b29);width:100%;height:8px;box-shadow:var(--neo-inset);border-radius:999px;outline:none;margin:0}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__slider:disabled{opacity:.45;cursor:not-allowed}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__slider::-webkit-slider-thumb{appearance:none;background:var(--slider-thumb-background,var(--nbcom-blue));width:18px;height:18px;box-shadow:0 0 0 4px var(--slider-thumb-shadow,#00539b2e);cursor:pointer;border:2px solid #fff;border-radius:50%}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__slider::-moz-range-thumb{background:var(--slider-thumb-background,var(--nbcom-blue));width:18px;height:18px;box-shadow:0 0 0 4px var(--slider-thumb-shadow,#00539b2e);cursor:pointer;border:2px solid #fff;border-radius:50%}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__resultGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__resultItem{box-shadow:var(--neo-inset);border:1px solid #00539b0f;border-radius:10px;flex-direction:column;gap:4px;padding:10px;display:flex}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__resultLabel{color:var(--color-text-muted);font-size:11px;font-weight:600;line-height:1.2}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__resultValue{color:var(--color-text);font-size:15px;font-weight:700;line-height:1.2}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__summary{color:var(--color-text-muted);font-size:13px;font-weight:500;line-height:1.42}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__summary span{color:var(--color-text);font-weight:700}@media (max-width:767px){.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator{gap:12px;padding:14px}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__resultGrid{grid-template-columns:1fr}.RoundInvestmentCalculator-module-scss-module__-FRTcG__calculator__amountValue{font-size:16px}}
.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card{--action-background:linear-gradient(145deg,#0d2347 0%,#123f84 42%,#0a63b5 70%,#0f2f6d 100%);--action-color:#f8fbff;--action-border-color:#ffffff38;--slider-track-background:#0a63b52e;--slider-thumb-background:#0a63b5;--slider-thumb-shadow:#0a63b533;border:none;border-radius:16px;flex-direction:column;gap:14px;padding:18px;display:flex;position:relative;box-shadow:2px 2px 6px #c5c5c561,-6px -6px 12px #fff}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card{border-radius:20px;gap:18px;padding:24px}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card--blue{--action-background:linear-gradient(145deg,#0d2347 0%,#123f84 42%,#0a63b5 70%,#0f2f6d 100%);--action-color:#f8fbff;--action-border-color:#ffffff38;--slider-track-background:#0a63b52e;--slider-thumb-background:#0a63b5;--slider-thumb-shadow:#0a63b533}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card--graphite{--action-background:linear-gradient(148deg,#182130 0%,#24364f 46%,#1a2b44 100%);--action-color:#f8fbff;--action-border-color:#ffffff38;--slider-track-background:#24364f3d;--slider-thumb-background:#24364f;--slider-thumb-shadow:#24364f3d}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card--gold{--action-background:linear-gradient(150deg,#5c4212 0%,#8b6623 30%,#c6993d 62%,#6f4f16 100%);--action-color:#fff7e5;--action-border-color:#ffe7b057;--slider-track-background:#c6993d47;--slider-thumb-background:#c6993d;--slider-thumb-shadow:#c6993d47}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card--silver{--action-background:linear-gradient(150deg,#e9eff5 0%,#b9c5d2 36%,#d8e1ea 72%,#9cacbc 100%);--action-color:#12263f;--action-border-color:#ffffff8c;--slider-track-background:#9cacbc52;--slider-thumb-background:#8f9fb0;--slider-thumb-shadow:#8f9fb047}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card--platinum{--action-background:linear-gradient(148deg,#f2f6fb 0%,#cfd9e5 32%,#e6edf5 64%,#b8c5d4 100%);--action-color:#12243d;--action-border-color:#ffffff94;--slider-track-background:#b8c5d457;--slider-thumb-background:#9fb0c2;--slider-thumb-shadow:#9fb0c24d}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card--green{--action-background:linear-gradient(150deg,#0f3f34 0%,#0f7f5e 36%,#1ca877 66%,#0d5d46 100%);--action-color:#f2fff8;--action-border-color:#b1f9da52;--slider-track-background:#1ca87742;--slider-thumb-background:#1ca877;--slider-thumb-shadow:#1ca87742}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card--orange{--action-background:linear-gradient(150deg,#5f2712 0%,#a54a1e 32%,#de7233 64%,#8d3817 100%);--action-color:#fff2e9;--action-border-color:#ffcfaf59;--slider-track-background:#de723342;--slider-thumb-background:#de7233;--slider-thumb-shadow:#de723347}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__overview{grid-template-columns:1fr;align-items:center;gap:28px;display:grid}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__overview{grid-template-columns:minmax(0,430px) minmax(280px,1fr);gap:48px}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__summary{flex-direction:column;gap:14px;display:flex}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__status{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;width:fit-content;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__status--active{color:#3f6f08;background:#7ab92929}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__status--filling{color:#0a4c82;background:#00539b1f}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__status--completed{color:#334155;background:#0f172a1a}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__title{letter-spacing:-.02em;color:var(--color-text);font-size:24px;font-weight:700;line-height:1.14}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__title{font-size:clamp(24px,3.4vw,32px)}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding-left:20px;display:grid;position:relative}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specs:before{content:"";background:var(--slider-thumb-background);z-index:0;width:2px;position:absolute;top:22px;bottom:22px;left:10px}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specs:before{display:none}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specItem{z-index:1;border-radius:12px;flex-direction:column;gap:4px;padding:11px 12px;display:flex;position:relative}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specItem{z-index:auto}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__timeline,.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__timelineLast{width:20px;height:20px;position:absolute;top:50%;left:-20px;transform:translateY(-50%)}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__timeline:before,.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__timelineLast:before{content:"";background:var(--slider-thumb-background);z-index:0;width:2px;display:none;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__timeline:after,.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__timelineLast:after{content:"";background:var(--action-background);border:1px solid var(--action-border-color);box-shadow:0 6px 14px var(--slider-thumb-shadow);z-index:1;border-radius:50%;position:absolute;inset:0}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__timeline:before,.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__timelineLast:before{display:block}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__timeline:before{height:80px}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__timelineLast:before{height:40px}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specItem--fullWidth{grid-column:auto}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specItem--fullWidth{grid-column:span 2}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specLabel{letter-spacing:1px;color:var(--color-text-muted);font-size:12px;font-weight:600;line-height:1.4}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specLabelWithHint{pointer-events:auto;align-items:center;gap:6px;display:inline-flex}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specTooltip{pointer-events:auto}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specValue{letter-spacing:1px;color:var(--color-text);font-size:20px;font-weight:800;line-height:1.2}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__specValue{font-size:22px}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__payment{grid-template-columns:1fr;gap:14px;display:grid}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__payment{grid-template-columns:minmax(260px,320px) minmax(0,1fr)}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__paymentAction{max-width:300px;margin-left:auto}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__paymentActionDesktop{display:none}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__paymentActionDesktop{display:block}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__paymentActionMobile{display:block}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__paymentActionMobile{display:none}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__contractState{background:linear-gradient(160deg,#fffffff5,#e6f1ffb3);border:1px solid #00539b2e;border-radius:14px;padding:16px}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__contractStateTitle{color:#0a4c82;margin:0;font-size:18px;font-weight:700;line-height:1.2}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__contractStateDescription{color:var(--color-text);margin:8px 0 0;font-size:14px;font-weight:500;line-height:1.45}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__action{border:1px solid var(--action-border-color);background:var(--action-background);width:100%;color:var(--action-color);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:12px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 20px #00539b33}@media screen and (min-width:768px){.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__action{width:auto}}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__action:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 22px #00539b33}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__action:disabled{color:#0f172a8f;box-shadow:none;cursor:not-allowed;background:#0f172a2e}.InvestmentRoundDetailsCard-module-scss-module__P6y3RW__card__note{color:#8a5b00;background:#ffbf5733;border:1px solid #ffbf576b;border-radius:10px;padding:12px;font-size:13px;font-weight:500;line-height:1.4}
.LandingTheme-module-scss-module__AGCWlq__theme{--home-surface:#e2eaf5;--home-surface-soft:#eef3fa;--home-border:#ffffffad;--home-border-strong:#ffffffe0;--neo-shadow-lg:16px 16px 32px #9cadc45c,-14px -14px 28px #fffffff0;--neo-shadow-md:8px 8px 14px #00000038,-8px -8px 22px #fff;--neo-shadow-sm:2px 2px 6px #00000029,-7px -7px 16px #ffffffeb;--neo-shadow-xs:1px 1px 4px #0000001f,-1px -1px 4px #ffffffeb;--neo-inset:inset 6px 6px 12px #a7b5c742,inset -6px -6px 12px #fffffff2;--neo-card:linear-gradient(145deg,#f8fbff 0%,#edf3fb 100%);--neo-card-muted:linear-gradient(145deg,#f3f8fe 0%,#e7eef8 100%);--neo-card-accent:linear-gradient(145deg,#e8f1fb 0%,#d9e7f7 100%)}.LandingTheme-module-scss-module__AGCWlq__section{border:1px solid var(--home-border);border-radius:20px;width:100%;max-width:1200px;margin:0 auto;padding:20px 8px;position:relative;overflow:hidden}.LandingTheme-module-scss-module__AGCWlq__sectionTitle{letter-spacing:-.03em;color:var(--color-text);margin:0;font-size:clamp(30px,4.1vw,42px);font-weight:700;line-height:1.04}.LandingTheme-module-scss-module__AGCWlq__cardTitle{color:var(--color-text);margin:0 0 20px;font-size:clamp(20px,2.3vw,22px);font-weight:700;line-height:1.15}.LandingTheme-module-scss-module__AGCWlq__cardDescription{color:var(--color-text-muted);margin:0;font-size:16px;line-height:1.5}.LandingTheme-module-scss-module__AGCWlq__note{color:var(--color-text);background:#00539b14;border:1px solid #00539b24;border-radius:14px;margin:18px 0 0;padding:14px 16px;font-size:14px;font-weight:500;line-height:1.45}@media (max-width:920px){.LandingTheme-module-scss-module__AGCWlq__theme{--neo-shadow-lg:10px 10px 20px #a0b0c53d,-10px -10px 20px #ffffffd6;--neo-shadow-md:8px 8px 16px #a0b0c538,-8px -8px 16px #ffffffd6;--neo-shadow-sm:5px 5px 10px #a0b0c533,-5px -5px 10px #ffffffd1;--neo-inset:inset 4px 4px 8px #a8b6c733,inset -4px -4px 8px #ffffffdb}.LandingTheme-module-scss-module__AGCWlq__section{border-radius:20px;padding:24px}}@media (max-width:640px){.LandingTheme-module-scss-module__AGCWlq__section{border-radius:16px;padding:20px 16px}.LandingTheme-module-scss-module__AGCWlq__cardTitle{margin-bottom:6px;font-size:20px}.LandingTheme-module-scss-module__AGCWlq__cardDescription{font-size:14px}}
.PageHeader-module-scss-module__8pqHya__pageHeader{flex-direction:column;gap:8px;width:min(1200px,100%);margin:0 auto;display:flex}.PageHeader-module-scss-module__8pqHya__pageHeader__title{letter-spacing:-.02em;color:var(--color-text);margin:0;font-size:clamp(26px,3.6vw,34px);font-weight:700;line-height:1.08}.PageHeader-module-scss-module__8pqHya__pageHeader__subtitle{max-width:640px;color:var(--color-text-muted);margin:0;font-size:15px;line-height:1.4}.PageHeader-module-scss-module__8pqHya__pageHeader--catalog{gap:10px}.PageHeader-module-scss-module__8pqHya__pageHeader--catalog .PageHeader-module-scss-module__8pqHya__pageHeader__title{letter-spacing:-.03em;font-size:clamp(30px,4.2vw,44px);line-height:1.05}.PageHeader-module-scss-module__8pqHya__pageHeader--catalog .PageHeader-module-scss-module__8pqHya__pageHeader__subtitle{font-size:16px}@media (max-width:767px){.PageHeader-module-scss-module__8pqHya__pageHeader--catalog .PageHeader-module-scss-module__8pqHya__pageHeader__title{font-size:30px}.PageHeader-module-scss-module__8pqHya__pageHeader--catalog .PageHeader-module-scss-module__8pqHya__pageHeader__subtitle{font-size:15px}}
.Tooltip-module-scss-module__Na4a8G__tooltip{pointer-events:auto;align-items:center;display:inline-flex;position:relative}.Tooltip-module-scss-module__Na4a8G__tooltip__trigger{width:18px;height:18px;color:inherit;cursor:help;opacity:.3;background:#0f172a14;border:1px solid;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.Tooltip-module-scss-module__Na4a8G__tooltip__trigger:focus-visible{outline-offset:2px;outline:2px solid #0a63b575}.Tooltip-module-scss-module__Na4a8G__tooltip__content{color:#f8fbff;opacity:0;visibility:hidden;pointer-events:none;z-index:20;background:#0f172af5;border-radius:10px;width:min(280px,78vw);padding:8px 10px;font-size:12px;font-weight:500;line-height:1.4;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,6px);box-shadow:0 8px 20px #0f172a3d}.Tooltip-module-scss-module__Na4a8G__tooltip__content:after{content:"";border:6px solid #0000;border-top-color:#0f172af5;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Tooltip-module-scss-module__Na4a8G__tooltip:hover .Tooltip-module-scss-module__Na4a8G__tooltip__content,.Tooltip-module-scss-module__Na4a8G__tooltip:focus-within .Tooltip-module-scss-module__Na4a8G__tooltip__content{opacity:1;visibility:visible;transform:translate(-50%)}
.HomeGreetingCalculationSection-module-scss-module__ULtzsa__calculationGrid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:14px;margin-top:24px;display:grid}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__formulaCard,.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleCard{border:1px solid var(--home-border-strong);box-shadow:var(--neo-shadow-sm);border-radius:18px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__formulaCard{box-shadow:var(--neo-shadow-sm);align-content:center;gap:12px;display:grid;overflow:hidden}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__formulaCard:after{content:"";filter:blur(32px);pointer-events:none;background:radial-gradient(circle at 22% 22%,#7ab92933 0%,#7ab92900 56%),radial-gradient(circle at 72% 42%,#f7941d2e 0%,#f7941d00 54%),radial-gradient(circle at 52% 86%,#00539b29 0%,#00539b00 62%);border-radius:50%;width:150px;height:150px;position:absolute;inset:auto -30px -36px auto}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__formulaLabel{letter-spacing:.07em;text-transform:uppercase;color:#00539bb8;margin:0;font-size:12px;font-weight:700}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__formulaValue{letter-spacing:-.02em;color:var(--color-text);margin:0;font-size:clamp(24px,3vw,28px);font-weight:800;line-height:1.12}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleCard{gap:14px;display:grid}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleList{gap:8px;display:grid}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleRow{box-shadow:var(--neo-inset);background:#f8f8f8;border-radius:12px;justify-content:space-between;gap:16px;padding:10px 12px;display:flex}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleRow dt,.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleRow dd{margin:0;font-size:14px;font-weight:600;line-height:1.34}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleRow dd{text-align:right;color:var(--color-text)}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleRowAccent{background:linear-gradient(145deg,#ffefdbd6 0%,#f5debde6 100%)}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleRowAccentStrong{background:linear-gradient(145deg,#e9f7d6db 0%,#cfe8aee6 100%)}@media (max-width:920px){.HomeGreetingCalculationSection-module-scss-module__ULtzsa__calculationGrid{grid-template-columns:1fr}}@media (max-width:640px){.HomeGreetingCalculationSection-module-scss-module__ULtzsa__formulaCard,.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleCard{padding:18px}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleRow{flex-direction:column;gap:4px}.HomeGreetingCalculationSection-module-scss-module__ULtzsa__exampleRow dd{text-align:left}}
.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsWrap{box-shadow:var(--neo-inset);border:1px solid #f3f3f3;border-radius:18px;margin-top:22px;padding:8px}.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsTable{border-collapse:collapse;width:100%;font-size:15px}.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsTable tr:not(:last-child){border-bottom:1px solid #00539b24}.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsTable th,.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsTable td{text-align:left;vertical-align:top;padding:15px 14px}.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsTable th{width:34%;color:var(--color-text);font-weight:700}.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsTable td{color:var(--color-text-muted);font-weight:500}@media (max-width:920px){.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsTable th,.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsTable td{width:100%;padding:10px 12px;display:block}.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsTable th{padding-bottom:2px}.HomeGreetingConditionsSection-module-scss-module__vbZiCa__conditionsTable td{padding-top:0;padding-bottom:12px}}
.HomeGreetingFinalSection-module-scss-module__Kr9uMW__final{border-color:#ffffffb3;gap:16px;display:grid}.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalTitle,.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalRound,.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalLead{color:#173e67}.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalRound{letter-spacing:-.02em;margin:0;font-size:30px;font-weight:800;line-height:1}.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalText{color:#14365ad1;margin:0;font-size:16px;font-weight:500;line-height:1.5}.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalDetails{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:40px;display:grid}.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalDetails p{color:#14365ad6;box-shadow:var(--neo-inset);border:1px solid #ffffffd1;border-radius:12px;margin:0;padding:14px;font-size:14px;line-height:1.45}.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalLead{letter-spacing:-.02em;margin:4px 0 0;font-size:clamp(24px,3.1vw,34px);font-weight:800;line-height:1.08}.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalConfidential{color:#14365aa8;margin:0;font-size:13px;font-weight:500;line-height:1.4}@media (max-width:920px){.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalDetails{grid-template-columns:1fr}}@media (max-width:640px){.HomeGreetingFinalSection-module-scss-module__Kr9uMW__finalRound{font-size:24px}}
.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback{width:100%;max-width:1200px;box-shadow:var(--neo-shadow-sm);border:1px solid #ffffffd1;border-radius:20px;gap:18px;margin:0 auto;padding:28px;display:grid}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__header{gap:10px;display:grid}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__badge{letter-spacing:.04em;text-transform:uppercase;color:#00539bd1;border-radius:999px;width:fit-content;margin:0;padding:7px 12px;font-size:12px;font-weight:700;line-height:1;display:inline-flex;box-shadow:inset 2px 2px 5px #a4b2c42e,inset -2px -2px 5px #ffffffe6}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__title{letter-spacing:-.02em;color:var(--color-text);margin:0;font-size:clamp(28px,4vw,40px);font-weight:800;line-height:1.04}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__description{max-width:64ch;color:var(--color-text-muted);margin:0;font-size:16px;line-height:1.5}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__form{box-shadow:var(--neo-shadow-xs);border:1px solid #ffffffd6;border-radius:16px;gap:12px;padding:18px;display:grid}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__successPlaceholder{box-shadow:var(--neo-inset);color:#166534;background:#f0fdf49e;border-radius:16px;margin:0;padding:18px;font-size:15px;font-weight:600;line-height:1.45}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__field{gap:8px;display:grid}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__label{color:var(--color-text);font-size:13px;font-weight:700;line-height:1.2}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__textarea{resize:vertical;width:100%;min-height:120px;color:var(--color-text);border:1px solid #00539b29;border-radius:12px;padding:12px 14px;font-size:14px;line-height:1.45;box-shadow:inset 4px 4px 8px #a9b7c82e,inset -4px -4px 8px #ffffffe6}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__textarea:focus{outline-offset:0;outline:2px solid #00539b33}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__textarea:disabled{opacity:.72;cursor:not-allowed}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__counter{color:#13253b94;justify-self:end;margin:0;font-size:12px;font-weight:600;line-height:1}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__error,.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__success{margin:0;font-size:13px;font-weight:500;line-height:1.35}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__error{color:#b91c1c}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__success{color:#166534}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__submit{color:#f8fbff;cursor:pointer;background:linear-gradient(145deg,#0c3f72 0%,#0a5ba6 100%);border:0;border-radius:12px;justify-content:center;align-items:center;width:fit-content;padding:11px 16px;font-size:14px;font-weight:700;line-height:1;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 20px #0934613d}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #09346147}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__submit:disabled{opacity:.66;cursor:not-allowed;box-shadow:none}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackFloatingButton{z-index:80;color:#0f4275;cursor:pointer;background:#fff;border:1px solid #ffffffe6;border-radius:14px;justify-content:center;align-items:center;padding:12px 16px;font-size:14px;font-weight:700;line-height:1;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:20px;right:20px;box-shadow:10px 10px 20px #9cadc357,-8px -8px 18px #ffffffe6}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackFloatingButton:hover{transform:translateY(-1px);box-shadow:12px 12px 22px #9cadc361,-9px -9px 18px #ffffffeb}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackModal{z-index:90;background:#0f172a73;justify-content:center;align-items:center;height:100dvh;padding:20px;display:flex;position:fixed;inset:0}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackModal__content{background:#fff;border:1px solid #ffffffd6;border-radius:18px;gap:14px;width:min(620px,100%);max-height:calc(100dvh - 40px);padding:22px;display:grid;position:relative;overflow-y:auto;box-shadow:0 24px 42px #0f172a42}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackModal__close{width:30px;height:30px;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:28px;line-height:1;position:absolute;top:10px;right:10px}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackModal__title{color:var(--color-text);margin:0;font-size:24px;font-weight:700;line-height:1.1}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackModal__description{color:var(--color-text-muted);margin:0;font-size:14px;line-height:1.45}@media (max-width:920px){.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback{border-radius:18px;padding:24px}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__title{font-size:clamp(24px,7vw,34px)}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__submit{width:100%}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackFloatingButton{bottom:14px;right:14px}}@media (max-width:640px){.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback{border-radius:16px;padding:18px 16px}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__description{font-size:15px}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__form{padding:14px}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedback__successPlaceholder{padding:14px;font-size:14px}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackModal{padding:12px}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackModal__content{max-height:calc(100dvh - 24px);padding:18px 14px}.SupportFeedbackForm-module-scss-module__kmmh-W__supportFeedbackFloatingButton{border-radius:12px;padding:11px 14px;font-size:13px}}
.HomeGreetingHeroSection-module-scss-module__J3sjtq__hero{border:1px solid var(--home-border-strong);box-shadow:var(--neo-shadow-sm);padding:36px}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroGrid{grid-template-columns:minmax(0,.8fr) minmax(300px,.6fr);align-items:stretch;gap:32px;padding:10px 20px;display:grid;position:relative}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroContent{flex-direction:column;gap:18px;display:flex}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroSubtitle{letter-spacing:.03em;text-transform:uppercase;color:#00539bb8;margin:0;font-size:14px;font-weight:600}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroTitle{letter-spacing:-.03em;color:var(--color-text);margin:0;font-size:clamp(36px,4.8vw,54px);font-weight:700;line-height:1}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroAccent{letter-spacing:.02em;text-transform:uppercase;width:fit-content;color:var(--nbcom-blue);box-shadow:var(--neo-shadow-sm);background:linear-gradient(145deg,#f3f7fc 0%,#e4ecf6 100%);border:1px solid #ffffffdb;border-radius:999px;margin:0;padding:9px 14px;font-size:13px;font-weight:700;display:inline-flex}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroDescription{max-width:640px;color:var(--color-text-muted);margin:0;font-size:17px;line-height:1.52}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroActions{flex-wrap:wrap;gap:12px;display:flex}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroButtonPrimary,.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroButtonSecondary{border:1px solid #ffffffe0;border-radius:12px;justify-content:center;align-items:center;padding:12px 20px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s,color .2s;display:inline-flex}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroButtonPrimary{color:#fff;background:linear-gradient(145deg,#0f356b 0%,#0d5aa8 100%);border:1px solid #c5def96b;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 22px #07234652}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroButtonSecondary{color:#0a4c82;box-shadow:var(--neo-shadow-sm);background:linear-gradient(145deg,#f4f7fc 0%,#e4ecf6 100%)}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroButtonPrimary:hover,.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroButtonSecondary:hover{transform:translateY(-1px)}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroButtonPrimary:hover{box-shadow:0 12px 22px #103a744d}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroButtonSecondary:hover{background:linear-gradient(145deg,#f8fbff 0%,#e8f0fa 100%)}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroPanel{box-shadow:var(--neo-inset);border:1px solid #0000000a;border-radius:20px;flex-direction:column;justify-content:space-between;gap:18px;padding:24px;display:flex}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroPanelLabel{color:var(--color-text);margin:0;font-size:16px;font-weight:700;line-height:1.3}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroPanelList{gap:8px;margin:0;padding:0;list-style:none;display:grid}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroPanelList li{color:var(--color-text);padding-left:16px;font-size:16px;font-weight:800;position:relative}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroPanelList li:before{content:"";background:var(--nbcom-blue);border-radius:50%;width:7px;height:7px;position:absolute;top:5px;left:0}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroPanelList li:first-child:before{background-color:var(--nbcom-green)}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroPanelList li:nth-child(2):before{background-color:var(--nbcom-orange)}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroBars{border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:8px;height:78px;padding:10px;display:grid}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroBar{box-shadow:var(--neo-inset);border-radius:10px 10px 4px 4px;display:block}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroBar:first-child{background-color:var(--color-gray);height:38%}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroBar:nth-child(2){background-color:var(--nbcom-green);height:55%}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroBar:nth-child(3){background-color:var(--nbcom-orange);height:75%}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroBar:nth-child(4){background-color:var(--nbcom-blue);height:100%}@media (max-width:1180px){.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroGrid{grid-template-columns:minmax(0,1fr) minmax(280px,.86fr)}}@media (max-width:920px){.HomeGreetingHeroSection-module-scss-module__J3sjtq__hero{padding:28px 24px}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroGrid{grid-template-columns:1fr}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroDescription{font-size:16px}}@media (max-width:640px){.HomeGreetingHeroSection-module-scss-module__J3sjtq__hero{padding:22px 16px}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroTitle{font-size:clamp(30px,10vw,40px)}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroActions{flex-direction:column}.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroButtonPrimary,.HomeGreetingHeroSection-module-scss-module__J3sjtq__heroButtonSecondary{width:100%}}
.HomeGreetingHowItWorksSection-module-scss-module__hi5BgG__stepsList{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:12px;margin:24px 0 0;padding:0;list-style:none;display:grid}.HomeGreetingHowItWorksSection-module-scss-module__hi5BgG__stepsItem{border:1px solid var(--home-border-strong);min-height:192px;box-shadow:var(--neo-shadow-sm);border-radius:20px;grid-template-rows:auto auto 1fr;gap:10px;padding:24px 18px 20px;display:grid;position:relative}.HomeGreetingHowItWorksSection-module-scss-module__hi5BgG__stepLabel{letter-spacing:.02em;width:50px;min-width:50px;height:50px;color:var(--color-secondary);background:linear-gradient(#122235 0%,#0a1321 100%);border-radius:16px;justify-content:center;align-items:center;margin:0;font-size:14px;font-weight:800;display:inline-flex}@media (max-width:1180px){.HomeGreetingHowItWorksSection-module-scss-module__hi5BgG__stepsList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:920px){.HomeGreetingHowItWorksSection-module-scss-module__hi5BgG__stepsList{grid-template-columns:1fr;gap:10px}.HomeGreetingHowItWorksSection-module-scss-module__hi5BgG__stepsItem{gap:20px;min-height:0;padding:20px 16px 16px;display:flex}}
.HomeGreetingIntroSection-module-scss-module__Zi3TXa__introHero{width:100%;max-width:100%;box-shadow:var(--neo-shadow-sm);aspect-ratio:1168/620;background-color:#050d18;border:1px solid #c5daf357;border-radius:16px;align-items:flex-end;padding:7%;display:flex;position:relative;overflow:hidden}.HomeGreetingIntroSection-module-scss-module__Zi3TXa__introContent{z-index:1;gap:14px;max-width:min(560px,100%);display:grid;position:relative}.HomeGreetingIntroSection-module-scss-module__Zi3TXa__introHeroImage{object-fit:cover}.HomeGreetingIntroSection-module-scss-module__Zi3TXa__introButton{color:#f8fbff;background:linear-gradient(145deg,#0f356b 0%,#0d5aa8 100%);border:1px solid #c5def96b;border-radius:12px;justify-content:center;align-items:center;width:fit-content;margin-top:8px;padding:12px 20px;font-size:15px;font-weight:700;line-height:1;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 22px #07234652}.HomeGreetingIntroSection-module-scss-module__Zi3TXa__introButton:hover{transform:translateY(-1px);box-shadow:0 14px 26px #07234657}@media (max-width:920px){.HomeGreetingIntroSection-module-scss-module__Zi3TXa__introHero{align-items:flex-end;padding:24px}}@media (max-width:640px){.HomeGreetingIntroSection-module-scss-module__Zi3TXa__introHero{padding:18px 16px}.HomeGreetingIntroSection-module-scss-module__Zi3TXa__introButton{width:100%}}
.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsList{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;margin:24px 0 0;list-style:none;display:grid;position:relative}@media screen and (min-width:920px){.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsList{padding:0 20px}}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem{--mechanics-item-shadow-raised:var(--neo-shadow-sm);--mechanics-item-shadow-flat:0 0 0 #0000,0 0 0 #fff0;--mechanics-item-shadow-pressed:var(--neo-inset);--mechanics-item-transition-duration:1.2s;--mechanics-item-transition-easing:cubic-bezier(.22,1,.36,1);isolation:isolate;min-height:192px;transition:transform var(--mechanics-item-transition-duration)var(--mechanics-item-transition-easing),border-color var(--mechanics-item-transition-duration)var(--mechanics-item-transition-easing),box-shadow var(--mechanics-item-transition-duration)var(--mechanics-item-transition-easing);z-index:1;border-radius:20px;gap:10px;padding:24px 20px 20px 0;display:flex;position:relative}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem:after{content:"";z-index:-1;background-color:#000;width:4px;height:130%;display:block;position:absolute;top:49px;left:39px}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem:first-child:after{background:linear-gradient(-180deg,#fff 0%,#000 10% 100%);top:5px}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem:last-child:after{content:"";z-index:-1;background:linear-gradient(#000 0% 60%,#fff 100%);width:4px;height:45px;position:absolute;top:49px}@media screen and (min-width:920px){.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem:after{display:none}}@media screen and (min-width:1180px){.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem{flex-direction:column}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem:after{content:"";z-index:-1;background-color:#000;width:100%;height:4px;display:block;position:absolute;top:49px}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem:not(:last-child):after{width:100%}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem:first-child:after{background:linear-gradient(90deg,#fff 0%,#000 10% 100%);width:110%;top:49px;left:-20px}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem:last-child:after{content:"";z-index:-1;background:linear-gradient(90deg,#000 0% 40%,#fff 100%);width:40px;height:4px;position:absolute;top:49px}}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__stepLabel{letter-spacing:.02em;width:50px;min-width:50px;height:50px;color:var(--color-secondary);background:linear-gradient(#122235 0%,#0a1321 100%);border-radius:50%;justify-content:center;align-items:center;margin:0;font-size:14px;font-weight:800;display:inline-flex}@media (max-width:1180px){.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsList{grid-template-columns:repeat(2,minmax(0,1fr))}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsList:before{display:none}}@media (max-width:920px){.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsList{grid-template-columns:1fr;gap:10px}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsList:before{background:linear-gradient(#00539b52 0%,#00539b24 100%);width:2px;height:auto;display:block;inset:10px auto 12px 18px}.HomeGreetingMechanicsSection-module-scss-module__fv3I9G__mechanicsItem{min-height:0;padding:20px 16px 16px}}
.HomeGreetingPayoutSection-module-scss-module__B2MwCq__payoutGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.HomeGreetingPayoutSection-module-scss-module__B2MwCq__payoutCard{--payout-card-shadow-raised:var(--neo-shadow-sm);--payout-card-shadow-flat:0 0 0 #0000,0 0 0 #fff0;--payout-card-shadow-pressed:var(--neo-inset);--payout-card-transition-duration:.28s;--payout-card-transition-easing:cubic-bezier(.22,1,.36,1);isolation:isolate;border:1px solid var(--home-border-strong);box-shadow:var(--payout-card-shadow-raised);transition:transform var(--payout-card-transition-duration)var(--payout-card-transition-easing),border-color var(--payout-card-transition-duration)var(--payout-card-transition-easing),box-shadow var(--payout-card-transition-duration)var(--payout-card-transition-easing);border-radius:18px;gap:12px;padding:22px;display:grid;position:relative;overflow:hidden}.HomeGreetingPayoutSection-module-scss-module__B2MwCq__payoutCard:after{content:"";filter:blur(32px);pointer-events:none;background:radial-gradient(circle at 22% 22%,#7ab92933 0%,#7ab92900 56%),radial-gradient(circle at 72% 42%,#f7941d2e 0%,#f7941d00 54%),radial-gradient(circle at 52% 86%,#00539b29 0%,#00539b00 62%);border-radius:50%;width:150px;height:150px;position:absolute;inset:auto -30px -36px auto}@media (max-width:920px){.HomeGreetingPayoutSection-module-scss-module__B2MwCq__payoutGrid{grid-template-columns:1fr}}@media (max-width:640px){.HomeGreetingPayoutSection-module-scss-module__B2MwCq__payoutCard{padding:18px}}
.UserInnForm-module-scss-module__Ju_zra__form{background:#ffffffeb;border:1px solid #00539b24;border-radius:14px;flex-direction:column;gap:12px;padding:18px;display:flex}.UserInnForm-module-scss-module__Ju_zra__form__title{color:var(--color-text);font-size:18px;font-weight:700;line-height:1.2}.UserInnForm-module-scss-module__Ju_zra__form__field{flex-direction:column;gap:6px;display:flex}.UserInnForm-module-scss-module__Ju_zra__form__label{color:var(--color-text);font-size:13px;font-weight:600;line-height:1.2}.UserInnForm-module-scss-module__Ju_zra__form__field input{width:100%;color:var(--color-text);background:#fff;border:1px solid #00539b33;border-radius:10px;padding:10px 12px;font-size:14px;line-height:1.2}.UserInnForm-module-scss-module__Ju_zra__form__field input:disabled{color:#13253bd6;cursor:not-allowed;background:#f4f8fcd9}.UserInnForm-module-scss-module__Ju_zra__form__field input:focus{outline-offset:0;outline:2px solid #00539b33}.UserInnForm-module-scss-module__Ju_zra__form__hint{color:#13253b9e;font-size:12px;line-height:1.2}.UserInnForm-module-scss-module__Ju_zra__form__error{color:#bf233f;font-size:12px;line-height:1.2}.UserInnForm-module-scss-module__Ju_zra__form__success{color:#1d7f34;font-size:13px;line-height:1.25}.UserInnForm-module-scss-module__Ju_zra__form__submit{background:var(--nbcom-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:10px 14px;font-size:14px;font-weight:600;line-height:1.2;display:inline-flex}.UserInnForm-module-scss-module__Ju_zra__form__submit:disabled{opacity:.64;cursor:not-allowed}
.AppFooter-module-scss-module__ilSw1q__footer{color:#fff;margin-top:auto;padding-top:120px}.AppFooter-module-scss-module__ilSw1q__footer__inner{justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:18px 24px;display:flex}.AppFooter-module-scss-module__ilSw1q__footer__link{color:#fff;text-underline-offset:3px;font-size:14px;font-weight:500;text-decoration:underline;text-decoration-thickness:1px;transition:opacity .2s}.AppFooter-module-scss-module__ilSw1q__footer__link:hover{opacity:.78}
.HomeGreetingPortalSection-module-scss-module__0LZsua__portalGrid{grid-template-columns:minmax(0,2.1fr) minmax(280px,.9fr);gap:14px;margin-top:24px;display:grid}.HomeGreetingPortalSection-module-scss-module__0LZsua__portalList{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:12px;margin:0;padding:0;list-style:none;display:grid}.HomeGreetingPortalSection-module-scss-module__0LZsua__portalItem,.HomeGreetingPortalSection-module-scss-module__0LZsua__statusCard{border:1px solid var(--home-border-strong);box-shadow:var(--neo-shadow-sm);border-radius:18px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s}.HomeGreetingPortalSection-module-scss-module__0LZsua__portalItem{grid-template-rows:auto auto 1fr;gap:10px;min-height:206px;display:grid}.HomeGreetingPortalSection-module-scss-module__0LZsua__portalStep{letter-spacing:.04em;text-transform:uppercase;color:#0f3f73;width:fit-content;box-shadow:var(--neo-shadow-sm);border-radius:999px;margin:0;padding:6px 10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.HomeGreetingPortalSection-module-scss-module__0LZsua__statusCard{box-shadow:var(--neo-inset);flex-direction:column;gap:10px;display:flex}.HomeGreetingPortalSection-module-scss-module__0LZsua__statusLabel{color:#00539bbd;margin:0;font-size:13px;font-weight:700;line-height:1.35}.HomeGreetingPortalSection-module-scss-module__0LZsua__statusMain{letter-spacing:-.02em;color:var(--color-text);margin:0;font-size:25px;font-weight:800;line-height:1.06}.HomeGreetingPortalSection-module-scss-module__0LZsua__statusText{color:var(--color-text);margin:0;font-size:15px;font-weight:500;line-height:1.38}.HomeGreetingPortalSection-module-scss-module__0LZsua__statusAction{color:#f8fbff;background:linear-gradient(135deg,#0b3d70 0%,#0b62ad 100%);border:1px solid #ffffff4d;border-radius:10px;justify-content:center;align-items:center;margin-top:4px;padding:10px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 16px #103a743d}.HomeGreetingPortalSection-module-scss-module__0LZsua__statusAction:hover{transform:translateY(-1px);box-shadow:0 10px 18px #103a7447}@media (max-width:1180px){.HomeGreetingPortalSection-module-scss-module__0LZsua__portalList{grid-template-columns:1fr}.HomeGreetingPortalSection-module-scss-module__0LZsua__portalItem{min-height:0}}@media (max-width:920px){.HomeGreetingPortalSection-module-scss-module__0LZsua__portalGrid{grid-template-columns:1fr}}@media (max-width:640px){.HomeGreetingPortalSection-module-scss-module__0LZsua__portalItem,.HomeGreetingPortalSection-module-scss-module__0LZsua__statusCard{padding:18px}.HomeGreetingPortalSection-module-scss-module__0LZsua__statusAction{width:100%}}
.AppHeader-module-scss-module__l93LbG__header{z-index:120;isolation:isolate;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;position:fixed;top:0;left:0;right:0}.AppHeader-module-scss-module__l93LbG__header__inner{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;position:relative}.AppHeader-module-scss-module__l93LbG__header__logo{color:var(--color-text);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.AppHeader-module-scss-module__l93LbG__header__logo svg{width:120px}@media screen and (min-width:768px){.AppHeader-module-scss-module__l93LbG__header__logo svg{width:150px}}.AppHeader-module-scss-module__l93LbG__header__logoBadge{background:linear-gradient(135deg,var(--nbcom-green),var(--nbcom-blue));color:#fff;letter-spacing:.05em;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:inline-flex}.AppHeader-module-scss-module__l93LbG__header__logoText{letter-spacing:-.02em;font-size:20px;font-weight:700}.AppHeader-module-scss-module__l93LbG__header__menuButton,.AppHeader-module-scss-module__l93LbG__header__profileButton{display:none}.AppHeader-module-scss-module__l93LbG__header__menuButton{width:36px;height:36px;color:var(--color-text);cursor:pointer;box-shadow:var(--neo-shadow-sm);background:#fffffff5;border:none;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background .2s,border-color .2s}.AppHeader-module-scss-module__l93LbG__header__menuButton:hover{background:#fff;border-color:#00539b3d}.AppHeader-module-scss-module__l93LbG__header__nav{--active-indicator-left:0px;--active-indicator-width:0px;--active-indicator-opacity:0;align-items:center;gap:22px;padding-bottom:4px;display:flex;position:relative}.AppHeader-module-scss-module__l93LbG__header__link{z-index:1;color:var(--color-text-muted);padding-bottom:0;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.AppHeader-module-scss-module__l93LbG__header__link:hover,.AppHeader-module-scss-module__l93LbG__header__link--active{color:var(--color-text)}.AppHeader-module-scss-module__l93LbG__header__navIndicator{left:var(--active-indicator-left);width:var(--active-indicator-width);background:linear-gradient(90deg,var(--nbcom-blue),#0a6fc4);height:2px;opacity:var(--active-indicator-opacity);pointer-events:none;border-radius:999px;transition:left .28s cubic-bezier(.22,1,.36,1),width .28s cubic-bezier(.22,1,.36,1),opacity .18s;position:absolute;bottom:0}.AppHeader-module-scss-module__l93LbG__header__profileButton{border:1px solid var(--color-border);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;overflow:hidden;box-shadow:0 6px 18px #00539b1f}.AppHeader-module-scss-module__l93LbG__header__profileAvatar{width:100%;height:100%;display:block;position:relative}.AppHeader-module-scss-module__l93LbG__header__profileAvatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.AppHeader-module-scss-module__l93LbG__header__profileInitials{letter-spacing:.04em;color:var(--color-text);font-size:12px;font-weight:700}.AppHeader-module-scss-module__l93LbG__header__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;z-index:220;background:#0b16275c;width:100vw;height:100dvh;transition:opacity .2s,visibility .2s;position:fixed;inset:0}.AppHeader-module-scss-module__l93LbG__header__overlay--visible{opacity:1;visibility:visible;pointer-events:auto}.AppHeader-module-scss-module__l93LbG__header__drawer{z-index:230;border-right:1px solid var(--color-border);background-color:#fff;background-image:none;flex-direction:column;gap:24px;width:min(300px,100vw - 24px);height:100dvh;max-height:100dvh;padding:20px 16px 12px;transition:transform .22s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 28px 56px #0f172a2e}.AppHeader-module-scss-module__l93LbG__header__drawer--open{transform:translate(0)}.AppHeader-module-scss-module__l93LbG__header__drawerHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.AppHeader-module-scss-module__l93LbG__header__drawerUser{flex-direction:column;gap:2px;min-width:0;display:flex}.AppHeader-module-scss-module__l93LbG__header__drawerName{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.AppHeader-module-scss-module__l93LbG__header__drawerLogin{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.AppHeader-module-scss-module__l93LbG__header__drawerClose{width:32px;height:32px;color:var(--color-text);cursor:pointer;box-shadow:var(--neo-shadow-sm);background:#fff;border:none;border-radius:8px;padding:0;line-height:1}.AppHeader-module-scss-module__l93LbG__header__drawerNav{flex-direction:column;gap:6px;height:100%;display:flex}.AppHeader-module-scss-module__l93LbG__header__drawerLink{color:var(--color-text);box-shadow:var(--neo-shadow-sm);border:1px solid #0000;border-radius:12px;align-items:center;padding:12px 14px;font-size:16px;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:flex}.AppHeader-module-scss-module__l93LbG__header__drawerLink:hover{color:var(--color-text);background:#00539b0f;border-color:#00539b29}.AppHeader-module-scss-module__l93LbG__header__bottomLink{color:#fff;text-align:center;text-underline-offset:4px;background-color:#000;width:100%;margin-top:auto;padding-top:10px;padding-bottom:10px;position:absolute;bottom:0;left:0}.AppHeader-module-scss-module__l93LbG__header__drawerLink--active{color:var(--nbcom-blue)}@media (min-width:768px){.AppHeader-module-scss-module__l93LbG__header__overlay,.AppHeader-module-scss-module__l93LbG__header__drawer{display:none}}@media (max-width:767px){.AppHeader-module-scss-module__l93LbG__header__inner{grid-template-columns:40px 1fr 40px;align-items:center;gap:12px;max-width:none;padding:12px 16px;display:grid}.AppHeader-module-scss-module__l93LbG__header__logo{justify-self:center;gap:8px}.AppHeader-module-scss-module__l93LbG__header__logoBadge{border-radius:8px;width:30px;height:30px;font-size:12px}.AppHeader-module-scss-module__l93LbG__header__logoText{font-size:18px}.AppHeader-module-scss-module__l93LbG__header__nav{display:none}.AppHeader-module-scss-module__l93LbG__header__menuButton,.AppHeader-module-scss-module__l93LbG__header__profileButton{display:inline-flex}}
.HomeGreetingProgramSection-module-scss-module__VKvmTG__programGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.HomeGreetingProgramSection-module-scss-module__VKvmTG__programCard{--program-card-shadow-raised:var(--neo-shadow-sm);--program-card-shadow-flat:0 0 0 #0000,0 0 0 #fff0;--program-card-shadow-pressed:var(--neo-inset);--program-card-transition-duration:ms;--program-card-transition-easing:cubic-bezier(.22,1,.36,1);isolation:isolate;border:1px solid var(--home-border-strong);box-shadow:var(--program-card-shadow-raised);transition:transform var(--program-card-transition-duration)var(--program-card-transition-easing),border-color var(--program-card-transition-duration)var(--program-card-transition-easing),box-shadow var(--program-card-transition-duration)var(--program-card-transition-easing);border-radius:18px;gap:14px;padding:22px;display:grid;position:relative;overflow:hidden}.HomeGreetingProgramSection-module-scss-module__VKvmTG__programCard:after{content:"";filter:blur(32px);pointer-events:none;background:radial-gradient(circle at 22% 22%,#7ab92933 0%,#7ab92900 56%),radial-gradient(circle at 72% 42%,#f7941d2e 0%,#f7941d00 54%),radial-gradient(circle at 52% 86%,#00539b29 0%,#00539b00 62%);border-radius:50%;width:150px;height:150px;position:absolute;inset:auto -30px -36px auto}.HomeGreetingProgramSection-module-scss-module__VKvmTG__programIcon{width:44px;height:44px;color:var(--nbcom-gold);background:var(--nbcom-black);box-shadow:var(--neo-shadow-xs);border:1px solid #000;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.HomeGreetingProgramSection-module-scss-module__VKvmTG__programIcon svg{width:22px;height:22px}@media (max-width:920px){.HomeGreetingProgramSection-module-scss-module__VKvmTG__programGrid{grid-template-columns:1fr}}@media (max-width:640px){.HomeGreetingProgramSection-module-scss-module__VKvmTG__programCard{padding:18px}}
.ProfileInvestments-module-scss-module__o0wZlG__investments{flex-direction:column;gap:14px;display:flex}.ProfileInvestments-module-scss-module__o0wZlG__investments__title{letter-spacing:-.02em;color:var(--color-text);font-size:28px;font-weight:700;line-height:1.08}.ProfileInvestments-module-scss-module__o0wZlG__investments__state{color:var(--color-text-muted);font-size:14px;line-height:1.4}.ProfileInvestments-module-scss-module__o0wZlG__investments__stateBlock{align-items:center;gap:12px;display:flex}.ProfileInvestments-module-scss-module__o0wZlG__investments__retry{color:var(--nbcom-blue);cursor:pointer;background:#ffffffe6;border:1px solid #00539b33;border-radius:10px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:600;line-height:1.2;display:inline-flex}.ProfileInvestments-module-scss-module__o0wZlG__investments__list{flex-direction:column;gap:14px;list-style:none;display:flex}.ProfileInvestments-module-scss-module__o0wZlG__investmentsStub{box-shadow:var(--neo-shadow-sm);border-radius:20px;flex-direction:column;align-items:flex-start;gap:12px;padding:24px 28px;display:flex}.ProfileInvestments-module-scss-module__o0wZlG__investmentsStub__title{color:var(--color-text);font-size:24px;font-weight:700;line-height:1.2}.ProfileInvestments-module-scss-module__o0wZlG__investmentsStub__text{max-width:620px;color:var(--color-text-muted);margin-bottom:10px;font-size:15px;line-height:1.45}.ProfileInvestments-module-scss-module__o0wZlG__investmentsStub__action{color:#fff;box-shadow:var(--neo-shadow-sm);background:linear-gradient(145deg,#0f356b 0%,#0d5aa8 100%);border-radius:10px;justify-content:center;align-items:center;padding:10px 16px;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard{color:inherit;box-shadow:var(--neo-shadow-sm);background:#ffffffe0;border-radius:16px;grid-template-columns:1fr 2fr 1fr;grid-template-areas:"identity identity status""metrics metrics metrics";align-items:center;gap:14px;padding:18px 20px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard:hover{border-color:#00539b2e;transform:translateY(-1px);box-shadow:0 12px 26px #0f172a14}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__identity{flex-direction:column;grid-area:identity;gap:4px;min-width:0;display:flex}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__name{color:var(--color-text);margin-bottom:4px;font-size:14px;font-weight:700;line-height:1.1}@media screen and (min-width:768px){.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__name{font-size:18px}}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__code{color:var(--color-text-muted);font-size:12px;font-weight:500;line-height:1.2}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__metrics{grid-area:metrics;justify-content:space-between;align-items:center;gap:12px;display:flex}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__metric{flex-direction:column;gap:4px;min-width:100px;display:flex}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__metricLabel{color:var(--color-text-muted);font-size:12px;font-weight:500;line-height:1.2}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__metricValue{color:var(--color-text);white-space:nowrap;font-size:16px;font-weight:700;line-height:1.1}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__status{white-space:nowrap;border-radius:999px;grid-area:status;justify-content:center;justify-self:end;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;line-height:1.2;display:inline-flex}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__status--active{color:#00a45f;background:#2499601f}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__status--filling{color:var(--nbcom-blue);background:#00539b1a}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__status--completed{color:#5d6779;background:#0f172a14}@media (max-width:1536px){.ProfileInvestments-module-scss-module__o0wZlG__investments__title{font-size:34px}}@media (max-width:1199px){.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard{grid-template-columns:1fr;align-items:flex-start;padding:16px}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__metricValue{font-size:20px}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__status{justify-self:flex-start}}@media (max-width:991px){.ProfileInvestments-module-scss-module__o0wZlG__investments__title{display:none}}@media (max-width:600px){.ProfileInvestments-module-scss-module__o0wZlG__investments__title{font-size:28px}.ProfileInvestments-module-scss-module__o0wZlG__investmentsStub{padding:18px}.ProfileInvestments-module-scss-module__o0wZlG__investmentsStub__title{font-size:20px}.ProfileInvestments-module-scss-module__o0wZlG__investmentsStub__text{font-size:14px}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__code{font-size:10px}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__metricLabel,.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__status{font-size:11px}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__metricValue{font-size:18px}.ProfileInvestments-module-scss-module__o0wZlG__investmentsCard__metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ProfileInvestments-module-scss-module__o0wZlG__investments__stateBlock{flex-direction:column;align-items:flex-start;gap:8px}}
.DeleteContractButton-module-scss-module__FojRTG__deleteContractButton{flex-direction:column;gap:8px;margin-top:10px;display:flex}.DeleteContractButton-module-scss-module__FojRTG__deleteContractButton__control{color:#dc2626;cursor:pointer;width:100%;box-shadow:var(--neo-shadow-sm);background:#fff;border:1px solid #ef444433;border-radius:12px;justify-content:center;align-items:center;padding:10px 14px;font-size:14px;font-weight:600;line-height:1.2;transition:background-color .15s,color .15s,opacity .15s;display:inline-flex}.DeleteContractButton-module-scss-module__FojRTG__deleteContractButton__control:hover:not(:disabled){background-color:#fef2f2}.DeleteContractButton-module-scss-module__FojRTG__deleteContractButton__control:disabled{opacity:.65;cursor:not-allowed}.DeleteContractButton-module-scss-module__FojRTG__deleteContractButton__error{color:#dc2626;margin:0;font-size:13px;line-height:1.35}
.UserInvoiceForm-module-scss-module__GcIEFq__form{box-shadow:var(--neo-shadow-sm);border-radius:14px;flex-direction:column;gap:12px;padding:18px;display:flex}.UserInvoiceForm-module-scss-module__GcIEFq__form__title{color:var(--color-text);font-size:18px;font-weight:700;line-height:1.2}.UserInvoiceForm-module-scss-module__GcIEFq__form__field{flex-direction:column;gap:6px;display:flex}.UserInvoiceForm-module-scss-module__GcIEFq__form__label{color:var(--color-text);font-size:13px;font-weight:600;line-height:1.2}.UserInvoiceForm-module-scss-module__GcIEFq__form__field input{width:100%;box-shadow:var(--neo-inset);color:var(--color-text);background:#fff;border:1px solid #00539b03;border-radius:10px;padding:10px 12px;font-size:14px;line-height:1.2}.UserInvoiceForm-module-scss-module__GcIEFq__form__field input:read-only{color:#13253bd6;cursor:default;background:#f4f8fcd9}.UserInvoiceForm-module-scss-module__GcIEFq__form__field input:focus{outline-offset:0;outline:2px solid #00539b33}.UserInvoiceForm-module-scss-module__GcIEFq__form__hint{color:#13253b9e;font-size:12px;line-height:1.2}.UserInvoiceForm-module-scss-module__GcIEFq__form__error,.UserInvoiceForm-module-scss-module__GcIEFq__form__errorBlock{color:#bf233f;font-size:12px;line-height:1.2}.UserInvoiceForm-module-scss-module__GcIEFq__form__success{color:#1d7f34;font-size:13px;line-height:1.25}.UserInvoiceForm-module-scss-module__GcIEFq__form__submit{box-shadow:var(--neo-shadow-sm);color:#fff;cursor:pointer;background:linear-gradient(145deg,#0f356b 0%,#0d5aa8 100%);border:none;border-radius:10px;justify-content:center;align-items:center;margin-top:20px;padding:10px 14px;font-size:14px;font-weight:600;line-height:1.2;display:inline-flex}.UserInvoiceForm-module-scss-module__GcIEFq__form__submit:disabled{opacity:.64;cursor:not-allowed}
.HomeGreetingTrustSection-module-scss-module__-H9jaa__trustSection{border-color:var(--home-border-strong)}.HomeGreetingTrustSection-module-scss-module__-H9jaa__trustGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.HomeGreetingTrustSection-module-scss-module__-H9jaa__trustCard{border:1px solid var(--home-border-strong);box-shadow:var(--neo-shadow-sm);border-radius:18px;align-content:start;gap:12px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;position:relative;overflow:hidden}.HomeGreetingTrustSection-module-scss-module__-H9jaa__trustCard:after{content:"";filter:blur(32px);pointer-events:none;background:radial-gradient(circle at 22% 22%,#7ab92933 0%,#7ab92900 56%),radial-gradient(circle at 72% 42%,#f7941d2e 0%,#f7941d00 54%),radial-gradient(circle at 52% 86%,#00539b29 0%,#00539b00 62%);border-radius:50%;width:150px;height:150px;position:absolute;inset:auto -30px -36px auto}.HomeGreetingTrustSection-module-scss-module__-H9jaa__trustNumber{letter-spacing:.02em;width:50px;min-width:50px;height:50px;color:var(--color-secondary);background:linear-gradient(#122235 0%,#0a1321 100%);border-radius:16px;justify-content:center;align-items:center;margin:0;font-size:14px;font-weight:800;display:inline-flex}@media (max-width:1180px){.HomeGreetingTrustSection-module-scss-module__-H9jaa__trustGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.HomeGreetingTrustSection-module-scss-module__-H9jaa__trustGrid{grid-template-columns:1fr}.HomeGreetingTrustSection-module-scss-module__-H9jaa__trustCard{gap:20px;padding:18px;display:flex}}
.ProfileMessages-module-scss-module__v6dHsW__messages{flex-direction:column;gap:14px;display:flex}.ProfileMessages-module-scss-module__v6dHsW__messages__title{letter-spacing:-.02em;color:var(--color-text);font-size:28px;font-weight:700;line-height:1.08}.ProfileMessages-module-scss-module__v6dHsW__messages__state{color:var(--color-text-muted);font-size:14px;line-height:1.4}.ProfileMessages-module-scss-module__v6dHsW__messages__stateBlock{align-items:center;gap:12px;display:flex}.ProfileMessages-module-scss-module__v6dHsW__messages__retry{color:var(--nbcom-blue);cursor:pointer;background:#ffffffe6;border:1px solid #00539b33;border-radius:10px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:600;line-height:1.2;display:inline-flex}.ProfileMessages-module-scss-module__v6dHsW__messages__list{flex-direction:column;gap:10px;list-style:none;display:flex}.ProfileMessages-module-scss-module__v6dHsW__messagesCard{box-shadow:var(--neo-shadow-sm);background:#ffffffe6;border:1px solid #0000;border-radius:14px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.ProfileMessages-module-scss-module__v6dHsW__messagesCard--new{border-color:#dc262647}.ProfileMessages-module-scss-module__v6dHsW__messagesCard__meta{color:var(--color-text-muted);font-size:12px;font-weight:700;line-height:1.2}.ProfileMessages-module-scss-module__v6dHsW__messagesCard__body{font-size:14px}.ProfileMessages-module-scss-module__v6dHsW__messagesStub{box-shadow:var(--neo-shadow-sm);border-radius:16px;flex-direction:column;gap:8px;padding:20px;display:flex}.ProfileMessages-module-scss-module__v6dHsW__messagesStub__title{color:var(--color-text);font-size:20px;font-weight:700;line-height:1.2}.ProfileMessages-module-scss-module__v6dHsW__messagesStub__text{color:var(--color-text-muted);font-size:14px;line-height:1.45}@media (max-width:991px){.ProfileMessages-module-scss-module__v6dHsW__messages__title{display:none}}
.ContractPayment-module-scss-module__HGtZzq__payment{grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:18px;width:min(100%,1200px);margin:0 auto;display:grid}.ContractPayment-module-scss-module__HGtZzq__payment__summaryColumn,.ContractPayment-module-scss-module__HGtZzq__payment__detailsColumn{flex-direction:column;gap:14px;display:flex}.ContractPayment-module-scss-module__HGtZzq__payment__title{letter-spacing:-.02em;color:var(--color-text);margin:0 0 40px;font-size:28px;font-weight:700;line-height:1.15}.ContractPayment-module-scss-module__HGtZzq__payment__card{box-shadow:var(--neo-shadow-xs);border-radius:16px;flex-direction:column;gap:12px;padding:18px;display:flex}.ContractPayment-module-scss-module__HGtZzq__payment__cardTitle{color:var(--color-text);margin:0;font-size:18px;font-weight:700;line-height:1.25}.ContractPayment-module-scss-module__HGtZzq__payment__rows{flex-direction:column;gap:8px;margin:0;display:flex}.ContractPayment-module-scss-module__HGtZzq__payment__row{border-bottom:1px solid #e6ebf2;grid-template-columns:minmax(130px,1fr) minmax(0,1fr);align-items:start;gap:12px;padding:8px 0;display:grid}.ContractPayment-module-scss-module__HGtZzq__payment__row:last-child{border-bottom:0;padding-bottom:0}.ContractPayment-module-scss-module__HGtZzq__payment__label{color:#6b7280;margin:0;font-size:14px;line-height:1.4}.ContractPayment-module-scss-module__HGtZzq__payment__value{color:var(--color-text);word-break:break-word;text-align:right;white-space:nowrap;margin:0;font-size:14px;font-weight:600;line-height:1.4}.ContractPayment-module-scss-module__HGtZzq__payment__row--total .ContractPayment-module-scss-module__HGtZzq__payment__label,.ContractPayment-module-scss-module__HGtZzq__payment__row--total .ContractPayment-module-scss-module__HGtZzq__payment__value{color:var(--nbcom-blue);font-size:18px;font-weight:700}.ContractPayment-module-scss-module__HGtZzq__payment__qrImage{background:#fff;border:1px solid #dbe3ee;border-radius:12px;width:100%;height:auto;display:block}.ContractPayment-module-scss-module__HGtZzq__payment__offerCard{box-shadow:var(--neo-inset);border:1px solid #dbe3ee52;gap:14px}.ContractPayment-module-scss-module__HGtZzq__payment__deleteActionMobile{display:none}.ContractPayment-module-scss-module__HGtZzq__payment__profileLink{background:linear-gradient(135deg,var(--nbcom-blue),#0a6fc4);color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;padding:12px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 26px #00539b33}.ContractPayment-module-scss-module__HGtZzq__payment__profileLink:hover{transform:translateY(-1px);box-shadow:0 14px 28px #00539b3d}.ContractPayment-module-scss-module__HGtZzq__payment__offerList{flex-direction:column;gap:10px;margin:0;padding-left:18px;display:flex}.ContractPayment-module-scss-module__HGtZzq__payment__offerItem{color:var(--color-text);font-size:14px;line-height:1.45}.ContractPayment-module-scss-module__HGtZzq__payment__state,.ContractPayment-module-scss-module__HGtZzq__payment__note{color:var(--color-text-muted);margin:0;font-size:14px;line-height:1.4}.ContractPayment-module-scss-module__HGtZzq__payment__errorBlock{align-items:center;gap:12px;display:flex}.ContractPayment-module-scss-module__HGtZzq__payment__retry{color:var(--nbcom-blue);cursor:pointer;background:#ffffffdb;border:1px solid #00539b33;border-radius:10px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}@media (max-width:960px){.ContractPayment-module-scss-module__HGtZzq__payment{grid-template-columns:1fr}.ContractPayment-module-scss-module__HGtZzq__payment__title{font-size:24px}.ContractPayment-module-scss-module__HGtZzq__payment__deleteActionDesktop{display:none}.ContractPayment-module-scss-module__HGtZzq__payment__deleteActionMobile{display:block}}@media (max-width:767px){.ContractPayment-module-scss-module__HGtZzq__payment__card{padding:14px}.ContractPayment-module-scss-module__HGtZzq__payment__row{grid-template-columns:1fr;gap:4px}.ContractPayment-module-scss-module__HGtZzq__payment__value{text-align:left}.ContractPayment-module-scss-module__HGtZzq__payment__row--total .ContractPayment-module-scss-module__HGtZzq__payment__label,.ContractPayment-module-scss-module__HGtZzq__payment__row--total .ContractPayment-module-scss-module__HGtZzq__payment__value{font-size:16px}.ContractPayment-module-scss-module__HGtZzq__payment__errorBlock{flex-direction:column;align-items:flex-start;gap:8px}}
.HomeGreeting-module-scss-module__jca8Ja__home{flex-direction:column;flex:1;gap:24px;padding:24px 16px 38px;display:flex}@media (max-width:920px){.HomeGreeting-module-scss-module__jca8Ja__home{padding:18px 12px 30px}}
.InvestmentRoundDetails-module-scss-module__AtsxSa__details__state{color:var(--color-text-muted);font-size:14px;font-weight:500;line-height:1.4}.InvestmentRoundDetails-module-scss-module__AtsxSa__details__stateBlock{align-items:center;gap:12px;display:flex}.InvestmentRoundDetails-module-scss-module__AtsxSa__details__retry{color:var(--nbcom-blue);cursor:pointer;background:#ffffffdb;border:1px solid #00539b33;border-radius:10px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.InvestmentRoundDetails-module-scss-module__AtsxSa__details__retry:disabled{opacity:.64;cursor:not-allowed}@media (max-width:767px){.InvestmentRoundDetails-module-scss-module__AtsxSa__details__stateBlock{flex-direction:column;align-items:flex-start;gap:8px}}
.InvestmentsCatalog-module-scss-module__FY23bG__catalog{flex-direction:column;gap:22px;width:min(1200px,100%);margin:0 auto;display:flex}.InvestmentsCatalog-module-scss-module__FY23bG__catalog__grid{flex-direction:column;gap:20px;display:flex}.InvestmentsCatalog-module-scss-module__FY23bG__catalog__controls{gap:10px;display:flex}.InvestmentsCatalog-module-scss-module__FY23bG__catalog__control{color:var(--color-text-muted);flex-direction:column;gap:6px;font-size:12px;font-weight:600;display:flex}.InvestmentsCatalog-module-scss-module__FY23bG__catalog__control select{color:var(--color-text);background:#ffffffe0;border:1px solid #00539b2e;border-radius:10px;padding:10px 12px;font-size:14px;font-weight:500}.InvestmentsCatalog-module-scss-module__FY23bG__catalog__state{color:var(--color-text-muted);font-size:14px;font-weight:500}.InvestmentsCatalog-module-scss-module__FY23bG__catalog__stateBlock{align-items:center;gap:12px;display:flex}.InvestmentsCatalog-module-scss-module__FY23bG__catalog__retry{color:var(--nbcom-blue);cursor:pointer;background:#fffc;border:1px solid #00539b38;border-radius:10px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}@media (max-width:767px){.InvestmentsCatalog-module-scss-module__FY23bG__catalog{gap:16px}.InvestmentsCatalog-module-scss-module__FY23bG__catalog__grid{gap:14px}.InvestmentsCatalog-module-scss-module__FY23bG__catalog__controls{flex-direction:column}.InvestmentsCatalog-module-scss-module__FY23bG__catalog__stateBlock{flex-direction:column;align-items:flex-start;gap:8px}}
.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline{border-radius:20px;flex-direction:column;width:min(1200px,100%);margin:0 auto;padding:14px 0;display:flex}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__viewport{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%;overflow:hidden}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__viewportWrap{width:100%;position:relative}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__viewport::-webkit-scrollbar{width:0;height:0;display:none}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__edgeHintLeft,.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__edgeHintRight{pointer-events:none;opacity:0;z-index:2;width:28px;transition:opacity .22s;position:absolute;top:0;bottom:0}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__edgeHintLeft{background:linear-gradient(90deg,var(--home-surface)0%,#f4f7fc00 100%);left:0}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__edgeHintRight{background:linear-gradient(270deg,var(--home-surface)0%,#f4f7fc00 100%);right:0}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__content{flex-direction:column;gap:12px;width:1150px;min-width:1150px;margin:0 auto;padding:0 5px;display:flex}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__track{height:8px;box-shadow:var(--neo-inset);background:#00539b1a;border-radius:999px;display:block;position:relative;overflow:hidden}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__trackFill{border-radius:inherit;height:100%;clip-path:inset(0 calc(100% - var(--journey-progress-percent,0%))0 0 round 999px);transition:clip-path .42s,background .9s cubic-bezier(.22,1,.36,1);animation:.62s cubic-bezier(.22,1,.36,1) InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline-progress-enter;position:absolute;inset:0}@keyframes InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline-progress-enter{0%{clip-path:inset(0 100% 0 0 round 999px)}to{clip-path:inset(0 calc(100% - var(--journey-progress-percent,0%))0 0 round 999px)}}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__steps{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:0;padding-bottom:5px;padding-left:10px;list-style:none;display:grid}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__step{color:#9ca9b8;opacity:0;animation:.42s cubic-bezier(.22,1,.36,1) forwards InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline-step-enter;animation-delay:var(--journey-step-delay,0s);align-content:start;gap:8px;transition:color .26s;display:flex;transform:translateY(8px)}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__stepDot{opacity:.38;background:currentColor;border-radius:999px;width:14px;height:14px;transition:opacity .26s,box-shadow .26s;display:inline-flex}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__stepTitle{margin:0;font-size:13px;font-weight:600;line-height:1.35;transition:color .26s}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__step--completed,.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__step--current{color:var(--journey-step-color)}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__step--completed .InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__stepDot,.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__step--current .InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__stepDot{opacity:1}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__step--current .InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__stepDot{box-shadow:0 0 0 6px #00539b1f}@keyframes InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline-step-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline{border-radius:16px;padding:0}}@media (max-width:1180px){.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__viewport{overflow-x:auto}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__edgeHintLeft,.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__edgeHintRight{opacity:1}}@media (prefers-reduced-motion:reduce){.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__step{opacity:1;animation:none;transform:none}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__trackFill,.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__step,.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__stepDot,.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__stepTitle{transition-duration:.01ms!important}.InvestorJourneyTimeline-module-scss-module__NpeTvW__timeline__trackFill{animation:none}}
.ProfileRequisites-module-scss-module__tLTDnq__requisites{flex-direction:column;gap:14px;display:flex}.ProfileRequisites-module-scss-module__tLTDnq__requisites__header{flex-direction:column;gap:6px;display:flex}.ProfileRequisites-module-scss-module__tLTDnq__requisites__title{color:var(--color-text);font-size:24px;font-weight:700;line-height:1.2}.ProfileRequisites-module-scss-module__tLTDnq__requisites__subtitle{color:var(--color-text-muted);font-size:14px;line-height:1.4}.ProfileRequisites-module-scss-module__tLTDnq__requisites__content{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;display:grid}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList{box-shadow:var(--neo-shadow-sm);background:#ffffffeb;border-radius:14px;flex-direction:column;gap:12px;padding:18px;display:flex}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__innBlock{box-shadow:var(--neo-inset);background:#00539b0d;border:1px solid #00539b03;border-radius:12px;flex-direction:column;padding:12px;display:flex}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__innHeadRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__innValue{color:var(--color-text);word-break:break-word;font-size:14px;line-height:1.35}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__addInnButton{color:var(--nbcom-blue);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:7px 0;font-size:13px;font-weight:600;line-height:1.2;display:inline-flex}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__headRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__single{grid-column:1/-1}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__title{color:var(--color-text);font-size:18px;font-weight:700;line-height:1.2}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__refresh{color:var(--nbcom-blue);cursor:pointer;background:#fffffff2;border:1px solid #00539b33;border-radius:10px;justify-content:center;align-items:center;padding:7px 12px;font-size:13px;font-weight:600;line-height:1.2;display:inline-flex}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__refresh:disabled{opacity:.64;cursor:not-allowed}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__state{color:var(--color-text-muted);font-size:14px;line-height:1.4}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__error{color:#b91c1c;font-size:14px;line-height:1.4}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__stateBlock{align-items:center;gap:12px;display:flex}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__retry{color:var(--nbcom-blue);cursor:pointer;background:#fffffff2;border:1px solid #00539b33;border-radius:10px;justify-content:center;align-items:center;padding:7px 12px;font-size:13px;font-weight:600;line-height:1.2;display:inline-flex}.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__items{flex-direction:column;gap:10px;list-style:none;display:flex}.ProfileRequisites-module-scss-module__tLTDnq__requisiteCard{box-shadow:var(--neo-inset);background:#00539b0d;border:1px solid #00539b03;border-radius:12px;flex-direction:column;gap:4px;padding:12px;display:flex}.ProfileRequisites-module-scss-module__tLTDnq__requisiteCard__header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:2px;display:flex;position:relative}.ProfileRequisites-module-scss-module__tLTDnq__requisiteCard__idLabel{color:var(--color-text-muted);font-size:13px;font-weight:700;line-height:1.2}.ProfileRequisites-module-scss-module__tLTDnq__requisiteCard__deleteButton{color:#b91c1c;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:16px;line-height:1;transition:background-color .2s,opacity .2s;display:inline-flex;position:absolute;top:0;right:0}.ProfileRequisites-module-scss-module__tLTDnq__requisiteCard__deleteButton svg{width:18px;height:18px}.ProfileRequisites-module-scss-module__tLTDnq__requisiteCard__deleteButton:hover:not(:disabled){background:#b91c1c1a}.ProfileRequisites-module-scss-module__tLTDnq__requisiteCard__deleteButton:disabled{opacity:.6;cursor:not-allowed}.ProfileRequisites-module-scss-module__tLTDnq__requisiteCard__line{color:var(--color-text);font-size:14px;line-height:1.35}.ProfileRequisites-module-scss-module__tLTDnq__requisitesModal{z-index:90;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ProfileRequisites-module-scss-module__tLTDnq__requisitesModal__backdrop{cursor:pointer;background:#0f172a73;border:0;position:absolute;inset:0}.ProfileRequisites-module-scss-module__tLTDnq__requisitesModal__content{z-index:1;background:#f7fbff;border-radius:14px;width:min(560px,100%);max-height:calc(100dvh - 40px);padding:12px;position:relative;overflow-y:auto;box-shadow:0 24px 44px #0f172a40}.ProfileRequisites-module-scss-module__tLTDnq__requisitesModal__close{width:28px;height:28px;color:var(--color-text);cursor:pointer;background:#0f172a14;border:0;border-radius:8px;justify-content:center;align-items:center;font-size:18px;line-height:1;display:inline-flex;position:absolute;top:20px;right:20px}@media (max-width:991px){.ProfileRequisites-module-scss-module__tLTDnq__requisites__content{grid-template-columns:1fr}}@media (max-width:767px){.ProfileRequisites-module-scss-module__tLTDnq__requisitesList__stateBlock{flex-direction:column;align-items:flex-start;gap:8px}.ProfileRequisites-module-scss-module__tLTDnq__requisitesModal{padding:12px}.ProfileRequisites-module-scss-module__tLTDnq__requisitesModal__content{max-height:calc(100dvh - 24px)}}
.page-module-scss-module__rnsZ2a__contractPage{flex:1;padding:28px 24px 40px;display:flex}.page-module-scss-module__rnsZ2a__contractPage__content{flex-direction:column;gap:16px;width:100%;margin:0 auto;display:flex}.page-module-scss-module__rnsZ2a__contractPage__backLink{width:fit-content;color:var(--nbcom-blue);align-items:center;gap:8px;padding:6px 0;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.page-module-scss-module__rnsZ2a__contractPage__stub{color:var(--color-text);background:#ffffffe6;border:1px solid #00539b29;border-radius:16px;padding:18px;font-size:14px;line-height:1.5}.page-module-scss-module__rnsZ2a__contractPage__error{background:#fef2f2e6;border:1px solid #b91c1c33;border-radius:14px;flex-direction:column;gap:8px;padding:16px;display:flex}@media (max-width:767px){.page-module-scss-module__rnsZ2a__contractPage{padding:16px 12px 24px}}
.page-module-scss-module__IAhMJa__profile{flex-direction:column;flex:1;padding:28px 24px 40px;display:flex}@media (max-width:767px){.page-module-scss-module__IAhMJa__profile{padding:16px 12px 24px}}
