@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{--app-bg: #0d1f2d;--app-bg-strong: #060F30;--app-card: #FFFFFF;--app-card-soft: #E8EFFF;--app-text: #0d1f2d;--app-muted: #64748b;--app-muted-dark: rgba(255, 255, 255, .78);--app-accent: #1244D9;--app-accent-2: #8250C3;--app-success: #10b981;--app-warning: #f59e0b;--app-danger: #dc2626;--radius-hero: 24px;--radius-card: 20px;--radius-control: 12px;--radius-modal: 18px;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--app-text);background:var(--app-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;min-height:100dvh;margin:0;padding:0;background:var(--app-bg)}body{min-width:320px;padding-top:env(safe-area-inset-top);color:var(--app-text);background:var(--app-bg)}*,*:before,*:after{box-sizing:border-box}*{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}button,input,select,textarea{font:inherit}button{padding:0;border:none;background:none;cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:0}.app-shell{position:relative;width:min(100%,760px);min-height:100dvh;margin:0 auto;padding:calc(24px + env(safe-area-inset-top)) 16px calc(30px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:32px;background:var(--app-bg);color:#fff}.centered{justify-content:center}.notice{border-radius:14px;border:1px solid rgba(16,185,129,.28);padding:12px 14px;background:#fff;color:#047857;box-shadow:0 14px 34px #0d1f2d38;font-size:15px;line-height:20px;font-weight:700}.notice.error,.error{border-color:#dc26263d;background:#fff7f7;color:var(--app-danger)}.welcomeSection{position:relative;margin-top:20px;padding:24px 20px;border-radius:var(--radius-hero);border:1px solid rgba(255,255,255,.22);background:#fffffff5;box-shadow:0 8px 32px #0000001f;color:var(--app-text);cursor:pointer}.welcomeSection:focus-visible{outline:2px solid #ffffff;outline-offset:4px}.welcomeContent{display:flex;align-items:center;justify-content:space-between;gap:20px}.greeting{min-width:0;display:flex;flex:1;flex-direction:column;gap:12px}.greetingHeader{display:flex;align-items:center;gap:10px}.greetingText{color:var(--app-bg);font-size:14px;line-height:18px;font-weight:700;text-transform:uppercase}.greetingIcon{font-size:20px}.welcomeTitle{margin:0;color:#1a1a2e;font-size:28px;line-height:1.2;font-weight:700}.userName{color:var(--app-bg)}.welcomeSubtitle{margin:0;color:#6b7280;font-size:16px;line-height:1.5;font-weight:500}.userAvatar,.defaultAvatar{display:flex;align-items:center;justify-content:center}.defaultAvatar{width:104px;height:104px;flex-shrink:0;border-radius:50%;border:4px solid rgba(255,255,255,.3);background:var(--app-bg-strong);box-shadow:0 4px 16px #164e4247;color:#fff;font-size:48px;font-weight:700}.blocks,.blockStart,.contentStack{display:flex;flex-direction:column}.blocks{gap:32px}.pageStack{display:flex;flex-direction:column;gap:16px}.pageHeader{border-radius:var(--radius-card);padding:16px;background:#fff;color:var(--app-text);box-shadow:0 14px 34px #0d1f2d29;display:flex;flex-direction:column;gap:10px}.blockStart{gap:12px}.blockHeader{display:flex;flex-direction:column;gap:8px;padding:0 4px}.blockHeaderRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.blockHeaderText{display:flex;flex-direction:column;gap:8px}.blockStartHead{margin:0;color:#fff;font-size:24px;line-height:1.15;font-weight:700}.blockStartSubtitle{margin:0;color:var(--app-muted-dark);font-size:16px;line-height:1.4;font-weight:500}.notifyButton{position:relative;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center}.notifyButton:hover{border-color:#fff9;background:#fff3;transform:translateY(-1px)}.actionButtons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.actionButtonsSingle{grid-template-columns:1fr}.actionButton{position:relative;min-height:132px;width:100%;padding:18px 18px 20px;border-radius:var(--radius-card);border:3px solid rgba(255,255,255,.2);background:var(--app-bg-strong);color:#fff;text-align:left;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.actionButton:hover{border-color:#ffffff70;transform:translateY(-1px)}.actionButtonPrimary:hover,.actionButtonPrimary.active{background:var(--app-accent-2)}.actionButtonGold:hover,.actionButtonGold.active{background:#8250c3}.actionButtonBlue:hover,.actionButtonBlue.active{background:#2563eb}.actionButtonAmber:hover,.actionButtonAmber.active{background:var(--app-warning)}.actionTitle{color:#fff;font-size:18px;line-height:22px;font-weight:700;display:flex;align-items:center;gap:8px}.actionDescription{color:#ffffffbf;font-size:14px;line-height:19px;font-weight:500}.newBadge,.badge{width:fit-content;border-radius:12px;padding:4px 9px;border:1px solid rgba(255,255,255,.35);background:#ffffff24;color:#fff;font-size:12px;line-height:1;font-weight:700;white-space:nowrap}.badgeDark{position:absolute;top:12px;right:12px;z-index:1;border-color:#13273f1f;background:#e8efff;color:var(--app-bg)}.panel,.card,.profileCard,.summaryCard,.formCard{border-radius:var(--radius-card);background:#fff;color:var(--app-text);box-shadow:0 14px 34px #0d1f2d29}.panel,.profileCard,.formCard{padding:16px}.panel,.contentStack{gap:12px}.panel{display:flex;flex-direction:column}.sectionTitle{margin:0;color:var(--app-text);font-size:22px;line-height:1.15;font-weight:700}.sectionSubtitle{margin:0;color:var(--app-muted);font-size:14px;line-height:1.4;font-weight:500}.list{display:flex;flex-direction:column;gap:10px}.card{position:relative;padding:14px;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(19,39,63,.1);box-shadow:0 8px 22px #08142012}.card>.row{padding-right:96px}.cardActions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.iconButton{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px;padding:0;border:none;border-radius:0;background:transparent;color:#7c8798;line-height:0}.iconButton:hover{color:#13273f;background:transparent;transform:none}.iconButton:focus-visible{outline:2px solid rgba(19,39,63,.22);outline-offset:2px}.iconButton svg{display:block;flex:0 0 auto}.iconButtonDanger{color:var(--app-danger)}.iconButtonDanger:hover{color:#b91c1c}.row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cardTitle{margin:0 0 4px;color:var(--app-text);font-size:16px;line-height:21px;font-weight:700}.subtle{margin:0;color:var(--app-muted);font-size:13px;line-height:18px;font-weight:500}.profileCard{display:flex;flex-direction:column;gap:12px}.profileHeader{border-radius:var(--radius-card);padding:16px;background:#fff;color:var(--app-text);display:flex;flex-direction:column;gap:4px}.profileGrid,.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric{border-radius:14px;border:1px solid rgba(19,39,63,.1);padding:12px;background:var(--app-card-soft)}.metric-value{color:var(--app-text);font-size:26px;line-height:32px;font-weight:700}.metric-label{margin-top:2px;color:var(--app-muted);font-size:12px;line-height:16px;font-weight:600}.field{display:flex;flex-direction:column;gap:6px;color:var(--app-text);font-size:14px;line-height:18px;font-weight:700}.input,.select,.textarea{width:100%;min-width:0;min-height:44px;border:1px solid rgba(19,39,63,.15);border-radius:var(--radius-control);padding:11px 12px;color:var(--app-text);background:#f7f9fc;outline:none;font-size:14px;line-height:20px;font-weight:500}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--app-bg) 50%),linear-gradient(135deg,var(--app-bg) 50%,transparent 50%);background-position:calc(100% - 18px) 19px,calc(100% - 13px) 19px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:34px}.textarea{min-height:86px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:var(--app-accent-2);background:#fff;box-shadow:0 0 0 3px #2f7f6b24}.accessGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.accessDropdown{position:relative;min-width:0;display:flex;flex-direction:column;gap:6px}.accessDropdownLabel{color:var(--app-text);font-size:14px;line-height:18px;font-weight:700}.accessDropdownButton{width:100%;min-height:44px;border:1px solid rgba(19,39,63,.15);border-radius:var(--radius-control);padding:11px 38px 11px 12px;background:#f7f9fc;color:var(--app-text);display:flex;align-items:center;justify-content:flex-start;position:relative;text-align:left;font-size:14px;line-height:20px;font-weight:600}.accessDropdownButton span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accessDropdownButton:hover,.accessDropdownButton:focus-visible{border-color:var(--app-accent-2);background:#fff;box-shadow:0 0 0 3px #2f7f6b24;outline:none}.accessDropdownButton:disabled{cursor:default;color:var(--app-muted);background:#eef2f4;box-shadow:none}.accessDropdownArrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--app-bg);transition:transform .18s ease}.accessDropdownArrowOpen{transform:translateY(-50%) rotate(180deg)}.offerPriceGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(108px,140px) auto;align-items:end;gap:10px}.offerPriceGrid .field:last-child{grid-column:1 / -1}.offerPriceSwitch{min-height:44px;border:1px solid rgba(19,39,63,.15);border-radius:var(--radius-control);padding:8px 10px 8px 14px;background:#f7f9fc;color:var(--app-text);display:inline-flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;line-height:20px;font-weight:700;white-space:nowrap}.offerPriceSwitch:hover,.offerPriceSwitch:focus-visible{border-color:var(--app-accent-2);background:#fff;box-shadow:0 0 0 3px #2f7f6b24;outline:none}.offerPriceSwitchTrack{width:38px;height:22px;border-radius:999px;padding:2px;background:#13273f2e;display:inline-flex;align-items:center;justify-content:flex-start;transition:background .18s ease}.offerPriceSwitchThumb{width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0d1f2d2e;transition:transform .18s ease}.offerPriceSwitchActive{border-color:var(--app-bg);background:#2f7f6b1a;color:var(--app-bg)}.offerPriceSwitchActive .offerPriceSwitchTrack{background:var(--app-bg)}.offerPriceSwitchActive .offerPriceSwitchThumb{transform:translate(16px)}.accessDropdownPanel{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;max-height:230px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;border:1px solid rgba(19,39,63,.18);border-radius:var(--radius-control);padding:10px;background:#fff;box-shadow:0 14px 34px #0d1f2d29}.accessDropdownSection{color:var(--app-muted);font-size:12px;line-height:16px;font-weight:700}.accessDropdownItem{min-width:0;display:flex;align-items:flex-start;gap:9px;color:var(--app-text);font-size:14px;line-height:18px;font-weight:600;cursor:pointer}.accessDropdownItemGroup{border-radius:10px;padding:7px 8px;background:#13273f0f;font-weight:700}.accessDropdownItemAll{border-radius:10px;padding:7px 8px;background:#2f7f6b1a;color:var(--app-bg);font-weight:800}.accessDropdownItem input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;margin:1px 0 0;flex:0 0 16px;border-radius:4px;border:1px solid rgba(19,39,63,.28);background:#fff;cursor:pointer}.accessDropdownItem input:disabled{cursor:default}.accessDropdownItem input:checked{border-color:var(--app-bg);background:var(--app-bg)}.accessDropdownHint{margin:0;color:var(--app-muted);font-size:12px;line-height:16px;font-weight:600}.accessPicker{min-width:0;border:1px solid rgba(19,39,63,.1);border-radius:16px;padding:12px;background:var(--app-card-soft);display:flex;flex-direction:column;gap:12px}.accessPickerHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.accessPickerTitle{margin:0 0 4px;color:var(--app-text);font-size:15px;line-height:20px;font-weight:700}.accessPickerSubtitle{margin:0;color:var(--app-muted);font-size:12px;line-height:16px;font-weight:600}.accessPickerSection{display:flex;flex-direction:column;gap:8px}.accessPickerLabel{color:var(--app-muted);font-size:12px;line-height:16px;font-weight:700}.checkList{display:flex;flex-direction:column;gap:8px}.checkItem{min-width:0;display:flex;align-items:flex-start;gap:9px;color:var(--app-text);font-size:14px;line-height:18px;font-weight:600;cursor:pointer}.checkItemGroup{border-radius:10px;padding:7px 8px;background:#13273f0f;font-weight:700}.checkItemReadOnly{cursor:default;opacity:.72}.checkItem input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;margin:1px 0 0;flex:0 0 16px;border-radius:4px;border:1px solid rgba(19,39,63,.28);background:#fff;cursor:pointer}.checkItem input:disabled{cursor:default}.checkItem input:checked{border-color:var(--app-bg);background:var(--app-bg)}.errorText{margin:0;color:var(--app-danger);font-size:13px;line-height:18px;font-weight:700}.button,.secondary-button,.danger-button{width:100%;min-height:44px;border-radius:var(--radius-control);padding:12px 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:20px;font-weight:700;text-align:center}.button{background:var(--app-bg-strong);color:#fff}.button:hover{background:var(--app-bg)}.secondary-button{border:1px solid rgba(19,39,63,.18);background:#fff;color:var(--app-bg)}.danger-button{border:1px solid rgba(220,38,38,.2);background:#fff7f7;color:var(--app-danger)}.button:disabled,.secondary-button:disabled,.danger-button:disabled{background:#c2cefe;color:#6b7280;cursor:not-allowed}.compactLink{width:fit-content;color:var(--app-bg);font-size:14px;line-height:18px;font-weight:700}.footerSpacer{height:2px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb{background:#ffffff6b;border-radius:3px}@media(max-width:620px){.app-shell{width:100%;padding-left:14px;padding-right:14px;gap:26px}.welcomeContent{align-items:center}.welcomeTitle{font-size:26px}.welcomeSubtitle{font-size:15px}.defaultAvatar{width:86px;height:86px;font-size:40px}.grid,.profileGrid,.accessGrid,.offerPriceGrid{grid-template-columns:1fr}.row{flex-direction:column;align-items:stretch}}@media(max-width:430px){.app-shell{padding-top:calc(16px + env(safe-area-inset-top));padding-bottom:calc(24px + env(safe-area-inset-bottom));gap:24px}.welcomeSection{margin-top:10px;padding:18px 16px}.welcomeContent{gap:14px}.greeting{gap:8px}.greetingText{font-size:12px;line-height:16px}.greetingIcon{font-size:18px}.welcomeTitle{font-size:23px;line-height:1.15}.welcomeSubtitle{font-size:14px;line-height:1.35}.defaultAvatar{width:72px;height:72px;border-width:3px;font-size:34px}.blocks{gap:24px}.pageStack{gap:14px}.pageHeader{border-radius:18px;padding:14px}.blockStart{gap:10px}.blockStartHead{font-size:22px}.blockStartSubtitle{font-size:14px}.notifyButton{width:38px;height:38px;font-size:13px}.actionButtons{grid-template-columns:1fr 1fr;gap:8px}.actionButton{min-height:116px;padding:14px 12px;border-width:2px;border-radius:18px}.actionTitle{font-size:15px;line-height:19px}.actionDescription{font-size:12px;line-height:16px}.newBadge,.badge{padding:4px 8px;font-size:11px}.panel,.profileCard,.formCard{padding:14px}.panel,.card,.profileCard,.summaryCard,.formCard{border-radius:18px}.sectionTitle{font-size:20px}.sectionSubtitle,.subtle{font-size:13px}.button,.secondary-button,.danger-button{min-height:42px;font-size:15px}}@media(max-width:375px){.app-shell{padding-left:12px;padding-right:12px;gap:22px}.welcomeSection{padding:18px 14px}.welcomeTitle{font-size:22px}.actionButton{min-height:112px}}@media(max-width:340px){.welcomeContent{flex-direction:column;text-align:center}.userAvatar{order:-1}.greeting{align-items:center}.greetingHeader{justify-content:center}.actionButtons{grid-template-columns:1fr}.actionButton{min-height:104px}.blockStartHead{font-size:20px}.welcomeSubtitle,.blockStartSubtitle{font-size:13px}.defaultAvatar{width:64px;height:64px;font-size:30px}}
