@font-face{font-family:Manrope;src:url(/assets/manrope-400-BEIO-tX3.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/manrope-500-C3q1kWH5.ttf)format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/manrope-600-DBphNC1-.ttf)format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/manrope-700-DbNN7f-K.ttf)format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/space-grotesk-500-DnsmCY5X.ttf)format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/space-grotesk-700-Bx5ssXV-.ttf)format("truetype");font-style:normal;font-weight:700;font-display:swap}:root{--bg:#f5f7fa;--surface:#fff;--subtle:#eef1f5;--text:#101927;--muted:#526070;--line:#dde3ea;--primary:#173d7a;--active:#2459b3;--success:#21a66b;--warning:#f29b38;--error:#d94a55;--r14:14px;--r16:16px;--r18:18px;--r20:20px;--r24:24px;--s4:4px;--s8:8px;--s12:12px;--s16:16px;--s20:20px;--s24:24px;--button-h:52px;color:var(--text);background:var(--bg);font-family:Manrope,Arial,sans-serif}html,body{scrollbar-width:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}*{box-sizing:border-box}body{background:var(--bg);margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.app{max-width:430px;min-height:100dvh;padding:calc(env(safe-area-inset-top) + 16px) 16px calc(env(safe-area-inset-bottom) + 106px);background:var(--bg);margin:auto}.stack{gap:var(--s16);flex-direction:column;display:flex}.title{margin:0;font:700 32px/40px Space Grotesk,sans-serif}.h3{margin:0;font:700 24px/32px Space Grotesk,sans-serif}.muted{color:var(--muted);font-size:14px;line-height:20px}.card{background:var(--surface);border:1px solid var(--subtle);border-radius:var(--r20);padding:20px}.button{min-height:var(--button-h);border-radius:var(--r14);background:var(--primary);color:#fff;border:0;justify-content:center;align-items:center;gap:8px;padding:16px 20px;font-weight:600;display:inline-flex}.button:active{background:var(--active);transform:translateY(1px)}.button.secondary{background:var(--surface);color:var(--primary);border:1px solid var(--line)}.button.danger{background:var(--error)}.button:focus-visible,.nav button:focus-visible{outline-offset:2px;outline:3px solid #8eb2ef}.button:disabled{opacity:.45}.field{border:1px solid var(--line);border-radius:var(--r14);background:var(--surface);width:100%;color:var(--text);padding:14px 16px}.status{background:var(--subtle);border-radius:999px;gap:6px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.banner{border-radius:var(--r16);color:#176a47;background:#eaf8f1;padding:14px 16px}.banner.error{color:#9e2630;background:#fbecee}.nav{bottom:max(16px,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--subtle);border-radius:var(--r24);z-index:5;background:#ffffffed;grid-template-columns:repeat(4,1fr);width:min(100% - 32px,398px);padding:12px;display:grid;position:fixed;left:50%;transform:translate(-50%)}.nav button{color:var(--muted);background:0 0;border:0;place-items:center;gap:4px;padding:4px;font-size:11px;display:grid}.nav button.active{color:var(--active);font-weight:700}.top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.avatar{background:var(--active);color:#fff;border-radius:50%;place-items:center;width:44px;height:44px;font-weight:700;display:grid}.row{align-items:center;gap:12px;display:flex}.stats{background:var(--primary);color:#fff;border-radius:var(--r20);padding:20px}.stats .muted{color:#fff9}.numbers{justify-content:space-between;align-items:center;display:flex}.number{font:700 40px/48px Space Grotesk,sans-serif}.skeleton{border-radius:var(--r16);background:linear-gradient(90deg,#eef1f5,#fff,#eef1f5) 0 0/200% 100%;height:104px;animation:1.2s infinite loading}@keyframes loading{to{background-position:-200%}}.screen-center{text-align:center;place-content:center;gap:20px;min-height:70dvh;display:grid}.dots{justify-content:center;gap:16px;display:flex}.dot{background:var(--subtle);border-radius:50%;width:25px;height:25px}.dot.active{background:var(--active)}.segmented{border-radius:var(--r24);background:var(--subtle);gap:4px;padding:5px;display:flex}.segmented button{border-radius:var(--r20);background:0 0;border:0;flex:1;padding:10px}.segmented button.active{background:var(--active);color:#fff}.modal-backdrop{z-index:10;background:#10192766;place-items:end center;padding:16px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:24px;width:min(100%,430px);padding:20px}.toast{color:#fff;z-index:12;background:#101927;border-radius:14px;width:min(100% - 32px,398px);padding:14px 16px;position:fixed;bottom:105px;left:50%;transform:translate(-50%)}.offline{color:#934f00;background:#fff5e8}.task-link{width:100%;color:inherit;text-align:left;background:0 0;border:0;padding:0;display:block}.task-link:active{opacity:.72}.task-link p{margin-bottom:8px}.nav a{text-decoration:none}.card>button:not(.button):not(.task-link){background:var(--subtle);color:var(--primary);border-radius:var(--r14);border:0;padding:8px 12px}.settings-list{gap:0;margin-top:8px;display:grid}.setting-row{border-bottom:1px solid var(--subtle);justify-content:space-between;align-items:center;gap:16px;min-height:48px;display:flex}.setting-row:last-child{border-bottom:0}.setting-row span{gap:2px;display:grid}.setting-row small{color:var(--muted)}.setting-row input{width:22px;height:22px;accent-color:var(--active)}.attachment{gap:8px;margin-top:12px;display:grid}.attachment>button{justify-self:start}.attachment img{object-fit:cover;border-radius:var(--r14);background:var(--subtle);width:100%;max-height:220px;display:block}@media (width<=360px){.app{padding-left:12px;padding-right:12px}.title{font-size:28px;line-height:34px}.h3{font-size:22px}.card{padding:16px}.button{padding:14px 16px}.nav{width:calc(100% - 20px);padding:10px 6px}}.home-page{padding-top:calc(env(safe-area-inset-top) + 16px)}.home-header,.home-identity,.home-actions{align-items:center;display:flex}.home-header{justify-content:space-between;gap:12px;margin-bottom:26px}.home-identity{gap:16px;min-width:0}.home-identity-copy{gap:2px;min-width:0;display:grid}.home-identity-copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:17px;line-height:23px;overflow:hidden}.home-identity-copy small{color:var(--muted);font-size:11px}.home-actions{flex-shrink:0;gap:8px}.home-actions button{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--active);border-radius:14px;place-items:center;display:grid}.home-actions button:active,.home-task:active,.home-stat:active{transform:scale(.98)}.home-content{gap:16px;display:grid}.home-overview{color:#fff;background:#1d417c;border-radius:20px;min-height:168px;padding:20px}.home-overview>p{color:#fff9;margin:0 0 10px;font-size:16px;font-weight:600;line-height:20px}.home-overview-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-overview-counts{gap:0;min-width:0;display:grid}.home-overview-counts>div{align-items:center;gap:8px;min-height:48px;display:flex}.home-overview-counts strong{font:700 40px/48px Space Grotesk,sans-serif}.home-overview-counts span{white-space:nowrap;font-size:12px}.home-accent{border-radius:4px;flex-shrink:0;width:4px;height:20px}.home-accent.error{background:var(--error)}.home-accent.success{background:var(--success)}.home-progress{border-radius:50%;flex-shrink:0;place-items:center;width:96px;height:96px;display:grid}.home-progress span{width:74px;height:74px;color:var(--active);background:#fff;border-radius:50%;place-items:center;font-size:21px;font-weight:700;display:grid}.home-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.home-stat{text-align:left;border:0;border-radius:18px;align-content:center;gap:3px;height:80px;padding:12px 16px;display:grid}.home-stat strong{font:700 24px/32px Space Grotesk,sans-serif}.home-stat span{font-size:12px}.home-stat.done{color:var(--success);background:#eaf8f1}.home-stat.today{color:#e93146;background:#fcebf0}.home-stat.week{color:var(--warning);background:#fff5e8}.home-week{background:var(--subtle);border-radius:24px;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;padding:5px;display:grid;position:relative}.home-week-indicator{background:var(--active);pointer-events:none;border-radius:20px;width:calc(14.2857% - 1.42857px);transition:transform .26s;position:absolute;top:5px;bottom:5px;left:5px}.home-week button{z-index:1;height:48px;color:var(--text);background:0 0;border:0;border-radius:20px;align-content:center;justify-items:center;display:grid;position:relative}.home-week small{color:var(--muted);font-size:10px;font-weight:600}.home-week strong{font-size:16px;line-height:20px}.home-week button.selected{color:#fff}.home-week button.selected small{color:#fffa}@media (prefers-reduced-motion:reduce){.home-week-indicator{transition:none}}.home-task-list{gap:16px;display:grid}.home-task{border:1px solid var(--subtle);text-align:left;width:100%;min-height:106px;color:var(--text);background:#fff;border-radius:16px;align-items:flex-start;gap:12px;padding:16px;display:flex}.home-task-accent{background:var(--subtle);border-radius:4px;flex-shrink:0;align-self:stretch;width:5px}.home-task.overdue .home-task-accent{background:var(--error)}.home-task.soon .home-task-accent{background:var(--warning)}.home-task.planned .home-task-accent{background:var(--active)}.home-task.completed .home-task-accent,.home-task.done .home-task-accent{background:var(--success)}.home-task-copy{flex:1;gap:4px;min-width:0;display:grid}.home-task-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:20px;overflow:hidden}.home-task-copy small,.home-task-copy>span{color:var(--muted);font-size:12px;line-height:16px}.home-task.overdue .home-task-copy small{color:var(--error)}.home-task.soon .home-task-copy small{color:#d77917}.home-task.planned .home-task-copy small{color:var(--active)}.home-task.done .home-task-copy small{color:var(--success)}.home-task-copy>span{margin-top:6px}.home-task-icons{color:var(--active);gap:4px;display:flex}.home-task-icons svg{box-sizing:content-box;background:#eaf0fa;border-radius:4px;padding:4px}.home-task-icons .task-type-icon svg{box-sizing:border-box;background:0 0;padding:0}.home-task-icons .task-type-icon.group{color:#7557c7;background:#7557c71a}.home-empty{border:1px solid var(--subtle);background:#fff;border-radius:16px;gap:8px;padding:20px;display:grid}.home-empty>span{color:var(--muted);font-size:12px}.home-day-empty{text-align:center;border:0;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:24px;height:227px;padding:23px;display:flex}.home-day-empty .home-empty-check{width:81px;height:81px;color:var(--success);background:#eaf8f1;border-radius:50%;place-items:center;display:grid}.home-day-empty>div{gap:8px;display:grid}.home-day-empty strong{font-size:22px;font-weight:800;line-height:30px}.home-day-empty>div span{color:var(--muted);font-size:14px;line-height:19px}.home-task-list>.button{width:100%}@media (width<=360px){.home-identity{gap:8px}.home-actions button{width:40px;height:40px}.home-stat-grid{gap:8px}.home-stat{padding:10px}.home-overview-counts span{white-space:normal}.home-progress{width:80px;height:80px}.home-progress span{width:62px;height:62px}}.task-list-page{flex-direction:column;gap:16px;display:flex}.task-list-page .home-header{margin-bottom:0}.task-filter{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));height:58px;padding:7px;display:grid;position:relative;box-shadow:0 2px 5px #10192708}.task-filter-indicator{pointer-events:none;background:#eaf0fa;border-radius:12px;width:calc(25% - 3.5px);transition:transform .26s;position:absolute;top:7px;bottom:7px;left:7px}.task-filter button{z-index:1;color:var(--muted);background:0 0;border:0;border-radius:12px;font-size:12px;font-weight:600;position:relative}.task-filter button.active{color:var(--active)}@media (prefers-reduced-motion:reduce){.task-filter-indicator{transition:none}}.task-search-toggle{color:var(--muted);background:0 0;border:0;align-self:flex-start;align-items:center;gap:6px;padding:0 3px;font-size:12px;display:inline-flex}.task-list-cards{gap:10px;display:grid}.task-list-card{text-align:left;width:100%;min-height:106px;color:var(--text);background:#fff;border:1px solid #dde3ea;border-radius:16px;align-items:flex-start;gap:12px;padding:16px;display:flex}.task-list-card:active{transform:scale(.99)}.task-list-accent{background:#e6ebf1;border-radius:4px;flex-shrink:0;align-self:stretch;width:5px}.task-list-card.urgent .task-list-accent,.task-list-card.overdue .task-list-accent{background:var(--error)}.task-list-card.soon .task-list-accent{background:var(--warning)}.task-list-card.planned .task-list-accent{background:var(--active)}.task-list-card.done .task-list-accent{background:var(--success)}.task-list-copy{flex:1;gap:4px;min-width:0;display:grid}.task-list-copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:16px;line-height:20px;overflow:hidden}.task-list-copy small{color:var(--muted);font-size:12px;line-height:16px}.task-list-card.urgent .task-list-copy small,.task-list-card.overdue .task-list-copy small{color:var(--error)}.task-list-card.soon .task-list-copy small{color:#d77917}.task-list-card.planned .task-list-copy small{color:var(--active)}.task-list-card.done .task-list-copy small{color:var(--success)}.task-list-copy>span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:12px;line-height:16px;overflow:hidden}.task-list-icons{color:var(--active);flex-shrink:0;align-items:flex-start;gap:4px;display:flex}.task-list-icons>svg{box-sizing:content-box;background:#eaf0fa;border-radius:4px;padding:4px}.task-list-icons .done-icon{background:var(--success);color:#fff;border-radius:4px;place-items:center;width:24px;height:24px;display:grid}.task-type-icon{border-radius:4px;flex:none;place-items:center;width:24px;height:24px;padding:4px;display:inline-grid}.task-type-icon.personal{color:var(--active);background:#eaf0fa}.task-type-icon.group{color:#7557c7;background:#7557c71a}.task-detail-page{flex-direction:column;gap:16px;display:flex}.task-detail-bar{background:var(--surface);border:1px solid var(--subtle);border-radius:18px;justify-content:space-between;align-items:center;height:60px;padding:0 16px;display:flex}.task-detail-bar button{color:var(--active);background:0 0;border:0;align-items:center;gap:16px;padding:6px 0;display:inline-flex}.top-app-arrow{flex:none;place-items:center;width:24px;height:24px;display:grid}.top-app-arrow img{display:block}.task-detail-bar button span{color:var(--text);font:500 20px/28px Space Grotesk,sans-serif}.task-detail-bar button:disabled{opacity:.45}.task-detail-heading{gap:4px;display:grid}.task-detail-name{align-items:center;gap:16px;display:flex}.task-detail-name h1{overflow-wrap:anywhere;flex:1;min-width:0;margin:0;font:500 20px/28px Space Grotesk,sans-serif}.task-detail-file-icon{width:24px;height:24px;color:var(--active);background:#eaf0fa;border-radius:4px;place-items:center;display:grid}.task-detail-heading small{color:var(--muted);font-size:12px;font-weight:600;line-height:16px}.task-detail-heading.overdue small{color:var(--error)}.task-detail-heading.soon small{color:#d77917}.task-detail-heading.planned small{color:var(--active)}.task-detail-heading.done small{color:var(--success)}.task-detail-chips{flex-wrap:wrap;gap:8px;display:flex}.task-detail-chips span{background:var(--subtle);color:var(--active);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600}.task-detail-chips span.group{color:#7557c7}.task-detail-page .card{border-radius:16px;gap:16px;padding:16px;display:grid}.task-detail-body{gap:8px;font-size:16px;line-height:20px;display:grid}.task-detail-body p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.task-detail-attachments{gap:8px;min-width:0;max-width:100%;display:grid}.task-detail-files{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;max-width:100%;display:grid}.task-detail-images{scrollbar-width:none;gap:8px;max-width:100%;display:flex;overflow-x:auto}.task-detail-images::-webkit-scrollbar{display:none}.task-detail-images:empty{display:none}.task-detail-files .attachment{align-content:start;gap:6px;min-width:0;max-width:100%;margin:0;display:grid}.task-image-wrap{flex:0 0 100px;min-width:0}.task-file{background:var(--bg);color:var(--active);text-align:left;border:0;border-radius:16px;align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;padding:8px 10px;display:flex}.task-file>svg{flex:none}.task-file-copy{min-width:0;color:var(--text);flex:1;font-size:12px;line-height:16px;overflow:hidden}.task-file-name{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.task-file small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;line-height:13px;display:block;overflow:hidden}.task-file.file-xlsx{color:var(--success)}.task-file.file-pptx{color:var(--warning)}.task-file.file-video{color:#7557c7}.task-file.file-other{color:var(--muted)}.task-image{background:var(--subtle);border:0;border-radius:16px;place-items:center;width:100px;height:100px;padding:0;display:grid;overflow:hidden}.task-image img{object-fit:cover;width:100px;height:100px}.task-image .skeleton{width:100%;height:100%}.attachment-error{max-width:210px;color:var(--error);font-size:12px;line-height:16px}.attachment-viewer-backdrop{z-index:20;padding:env(safe-area-inset-top) 12px env(safe-area-inset-bottom);background:#101927b8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.attachment-viewer{background:var(--surface);border-radius:20px;flex-direction:column;gap:12px;width:min(100%,430px);min-height:240px;max-height:96dvh;padding:16px;display:flex;box-shadow:0 16px 50px #10192742}.attachment-viewer header{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.attachment-viewer header>div{gap:2px;min-width:0;display:grid}.attachment-viewer header strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.attachment-viewer header small{color:var(--muted);font-size:12px}.attachment-viewer header button{background:var(--subtle);color:var(--text);border:0;border-radius:10px;flex:none;place-items:center;width:36px;height:36px;display:grid}.attachment-viewer-content{background:var(--bg);border-radius:14px;place-items:center;min-height:160px;max-height:calc(96dvh - 160px);display:grid;overflow:auto}.attachment-viewer-content img,.attachment-viewer-content video{object-fit:contain;max-width:100%;max-height:calc(96dvh - 160px);display:block}.attachment-viewer-content iframe{border:0;width:100%;height:min(65dvh,680px);display:block}.attachment-viewer-content p{text-align:center;color:var(--muted);padding:20px}.attachment-viewer-download{flex:none;width:100%}.task-detail-extra{background:var(--surface);border:1px solid var(--subtle);border-radius:16px;gap:8px;padding:16px;font-size:16px;line-height:20px;display:grid}.task-detail-extra span{color:var(--muted)}.task-create-page{flex-direction:column;gap:16px;display:flex}.task-create-tabs{border:1px solid var(--subtle);background:#fff;border-radius:16px;gap:8px;padding:8px;display:flex;position:relative}.task-create-tabs-indicator{pointer-events:none;background:#eaf0fa;border-radius:12px;width:calc(50% - 12px);transition:transform .26s;position:absolute;top:8px;bottom:8px;left:8px}.task-create-tabs[data-columns="1"] .task-create-tabs-indicator{width:calc(100% - 16px)}.task-create-tabs button{z-index:1;height:40px;color:var(--muted);background:0 0;border:0;border-radius:12px;flex:1;font-size:12px;font-weight:600;position:relative}.task-create-tabs button.active{color:var(--active)}@media (prefers-reduced-motion:reduce){.task-create-tabs-indicator{transition:none}}.task-create-form{flex-direction:column;gap:8px;display:flex}.task-create-field{border:1px solid var(--subtle);min-height:80px;color:var(--muted);background:#fff;border-radius:14px;flex-direction:column;justify-content:center;gap:5px;padding:14px 16px;display:flex}.task-create-field>span{font-size:16px;line-height:20px}.task-create-field input:not([type=file]),.task-create-field textarea{color:var(--text);resize:vertical;background:0 0;border:0;outline:0;width:100%;padding:0;font-size:16px;line-height:20px}.task-create-field textarea{min-height:22px;max-height:140px}.task-create-field:focus-within{border-color:var(--active);box-shadow:0 0 0 2px #2459b320}.task-create-attachment{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;position:relative;overflow:hidden}.task-create-attachment>svg{box-sizing:content-box;color:var(--active);background:#eaf0fa;border-radius:12px;flex-shrink:0;padding:8px}.task-create-attachment span{flex:1}.task-create-attachment small{color:var(--text);margin-top:4px;font-size:16px;display:block}.task-create-attachment input{opacity:0;cursor:pointer;position:absolute;inset:0}.task-create-page>.card{min-width:0;overflow:hidden}.task-preview-fields{gap:16px;min-width:0;display:grid}.task-preview-fields>div{min-width:0}.task-preview-fields small{color:var(--muted);font-size:12px;line-height:16px;display:block}.task-preview-fields p{overflow-wrap:anywhere;white-space:pre-wrap;margin:4px 0 0;font-size:16px;line-height:20px}.task-preview-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.task-preview-row>div{min-width:0}.task-preview-row p:last-child{color:var(--active)}.task-preview-files{scrollbar-width:none;gap:8px;max-width:100%;margin-top:5px;display:flex;overflow-x:auto}.task-preview-files::-webkit-scrollbar{display:none}.task-preview-files span{text-overflow:ellipsis;white-space:nowrap;background:var(--bg);border-radius:999px;flex-shrink:0;align-items:center;gap:7px;max-width:160px;padding:9px 12px;font-size:12px;display:flex;overflow:hidden}.task-preview-files svg{color:var(--active);flex-shrink:0}.task-preview-files>span{max-width:200px}.task-preview-file-copy{text-overflow:ellipsis;gap:2px;min-width:0;display:grid;overflow:hidden}.task-preview-file-copy small{color:var(--muted);font-size:10px}.modal-backdrop.confirmation{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffab;place-items:center}.modal.confirmation{border:1px solid var(--subtle);border-radius:var(--r24);width:min(100%,358px);padding:24px;box-shadow:0 10px 30px #1019270d}.dialog-confirmation{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.dialog-confirmation>svg{color:var(--success)}.dialog-confirmation h2{margin:0;font:700 24px/32px Space Grotesk,sans-serif}.dialog-confirmation p{color:var(--muted);margin:0;font-size:16px;line-height:24px}.dialog-actions{gap:12px;width:100%;display:flex}.dialog-actions button{flex:1;min-width:0;min-height:48px;padding:12px 16px}.dialog-actions .button.secondary{border:0}.dialog-actions .button.confirm-success{background:var(--success)}.dialog-actions .button.confirm-success:active{background:#198454}.task-edit-tabs span{height:40px;color:var(--muted);opacity:.5;border-radius:12px;flex:1;place-items:center;font-size:12px;font-weight:600;display:grid}.task-edit-tabs span.active{color:var(--active);opacity:1;background:#eaf0fa}.task-edit-page .task-detail-bar button[aria-label=Удалить\ задание],.task-edit-page .dialog-confirmation>svg{color:var(--error)}.task-edit-page .task-create-form>.button.secondary{margin-top:7px}.task-edit-page .task-create-form>.button{height:52px;min-height:52px}.task-edit-attachments{background:var(--surface);border:1px solid var(--subtle);border-radius:14px;gap:16px;padding:16px;display:grid;overflow:hidden}.task-edit-attachments .task-create-attachment{cursor:pointer;align-items:center;gap:8px;min-height:40px;display:flex;position:relative}.task-edit-attachments .task-create-attachment>svg:first-child{box-sizing:content-box;color:var(--active);background:#e7eefa;border-radius:12px;flex-shrink:0;padding:9px}.task-edit-attachments .task-create-attachment>svg:nth-of-type(2){color:var(--active);flex-shrink:0}.task-edit-attachments .task-create-attachment span{min-width:0;color:var(--muted);flex:1;font-size:16px;line-height:20px}.task-edit-attachments .task-create-attachment small{color:var(--text);margin-top:4px;font-size:16px;line-height:20px;display:block}.task-edit-attachments .task-create-attachment input{opacity:0;cursor:pointer;position:absolute;inset:0}.task-edit-files{scrollbar-width:none;gap:8px;max-width:100%;display:flex;overflow-x:auto}.task-edit-files::-webkit-scrollbar{display:none}.task-edit-file{background:var(--bg);max-width:180px;color:var(--active);border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:8px 12px;display:flex}.task-edit-file.file-xlsx{color:var(--success)}.task-edit-file.file-pptx{color:var(--warning)}.task-edit-file.file-video{color:#7557c7}.task-edit-file.file-other{color:var(--muted)}.task-edit-file>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:95px;color:var(--text);font-size:12px;line-height:16px;overflow:hidden}.task-edit-file small{color:var(--muted);font-size:9px;line-height:13px;display:block}.task-edit-file button{color:var(--active);background:0 0;border:0;place-items:center;padding:0;display:grid}.task-create-new .task-create-field textarea{resize:none;white-space:nowrap;text-overflow:ellipsis;height:20px;min-height:20px;overflow:hidden}.task-create-new .task-create-field:focus-within textarea{white-space:pre-wrap;height:64px;overflow:auto}.task-create-new .task-edit-attachments{min-height:80px}.task-create-new .task-create-attachment{text-align:left;background:0 0;border:0;width:100%;padding:0}.task-create-new .task-create-attachment>span{display:block}.task-create-new .task-create-form>.button{height:52px;min-height:52px;margin-top:8px}.task-create-new .dialog-confirmation>svg{color:var(--active)}.task-create-new .dialog-actions button{white-space:nowrap;padding:12px 6px}.dialog-actions .button.danger{background:var(--error)}.calendar-page{flex-direction:column;gap:8px;display:flex;position:relative}.calendar-header{align-items:center;gap:16px;margin-bottom:8px;display:flex}.calendar-header h1{flex:1}.calendar-header button{color:var(--active);background:0 0;border:0;padding:8px 0;font-size:14px}.calendar-header .calendar-filter-toggle{border:1px solid var(--line);background:#fff;border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.calendar-filter-dismiss{z-index:6;position:fixed;inset:0}.calendar-filters{z-index:7;border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;gap:8px;width:198px;height:90px;padding:16px;display:flex;position:absolute;top:68px;right:16px;box-shadow:0 6px 16px #1019270d}.calendar-filters button{color:var(--text);white-space:nowrap;text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:16px;line-height:24px;display:flex}.calendar-checkbox{border:1.5px solid var(--muted);border-radius:2px;flex:none;place-items:center;width:18px;height:18px;display:grid}.calendar-filters button[aria-checked=true] .calendar-checkbox{background:var(--active);border-color:var(--active)}.calendar-filters button[aria-checked=true] .calendar-checkbox:after{content:"✓";color:#fff;font-size:13px;line-height:1}.calendar-month{border:1px solid var(--line);background:#fff;border-radius:20px;padding:16px}.calendar-month-head{justify-content:space-between;align-items:center;min-height:24px;margin-bottom:16px;display:flex}.calendar-month-head strong{font-size:18px;line-height:24px}.calendar-month-head>div{align-items:center;gap:4px;font-size:12px;display:flex}.calendar-month-head button{background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;display:grid}.calendar-month-head button img{width:24px;height:24px}.calendar-grid{flex-direction:column;gap:16px;display:flex}.calendar-weekdays,.calendar-days{grid-template-columns:repeat(7,minmax(0,1fr));place-items:center;display:grid}.calendar-weekdays{height:14px}.calendar-weekdays span{color:var(--muted);font-size:10px;font-weight:600;line-height:14px}.calendar-days{grid-auto-rows:24px;row-gap:24px}.calendar-days button{width:32px;height:32px;color:var(--text);background:0 0;border:0;border-radius:50%;place-items:center;padding:0;font-size:12px;font-weight:600;display:grid;position:relative}.calendar-days button.selected{background:var(--primary);color:#fff}.calendar-days button:focus-visible,.calendar-month-head button:focus-visible,.calendar-filters button:focus-visible{outline:2px solid var(--active);outline-offset:2px}.calendar-dot{border-radius:50%;width:5px;height:5px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.calendar-dot.done,.calendar-legend .done{background:var(--success)}.calendar-dot.soon,.calendar-legend .soon{background:var(--warning)}.calendar-dot.planned,.calendar-legend .planned{background:var(--active)}.calendar-dot.overdue,.calendar-legend .overdue{background:var(--error)}.calendar-dot.later,.calendar-legend .later{background:var(--muted)}.calendar-days button.selected .calendar-dot{background:#fff}.calendar-legend{background:#fff;border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:8px;padding:14px 16px;display:grid}.calendar-legend span{color:var(--muted);white-space:nowrap;align-items:center;gap:6px;font-size:10px;line-height:16px;display:flex}.calendar-legend i{border-radius:50%;width:8px;height:8px;display:block}.calendar-day-tasks{gap:8px;display:grid}.calendar-day-tasks>.button{width:100%}.calendar-day-tasks .task-list-card{min-height:106px}.calendar-empty{text-align:center;background:#fff;border-radius:24px;flex-direction:column;align-items:center;height:210px;padding:24px;display:flex}.calendar-empty-icon{background:#fcf8f4;border-radius:50%;place-items:center;width:81px;height:81px;margin-bottom:24px;display:grid}.calendar-empty-icon img{width:46px;height:46px}.calendar-empty.has-action{height:auto;min-height:227px;padding:16px}.calendar-empty.has-action .calendar-empty-icon{margin-bottom:12px}.calendar-empty.has-action strong{margin-bottom:2px}.calendar-empty.has-action .button{width:100%;min-height:44px;margin-top:12px;padding:10px 16px}.archive-page .calendar-empty{padding:16px}.archive-page .calendar-empty-icon{background:#eaf0fa;border-radius:50%;flex:none;width:81px;height:81px;margin-bottom:16px}.calendar-empty strong{margin-bottom:8px;font:700 24px/30px Space Grotesk,sans-serif}.calendar-empty span{color:var(--muted);font-size:14px;line-height:19px}.deadline-overlay{z-index:30;background:#10192733;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.task-deadline-field{border:1px solid var(--subtle);text-align:left;width:100%;padding-right:56px;position:relative}.task-deadline-field .task-deadline-value{color:var(--text);font-size:16px;line-height:20px}.task-deadline-field img{display:block;position:absolute;top:28px;right:16px}.task-deadline-field:focus-visible{outline:2px solid var(--active);outline-offset:2px}.deadline-sheet{scrollbar-width:none;background:var(--surface);width:min(100vw,430px);height:709px;max-height:100dvh;padding:34px 24px calc(34px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0;flex-direction:column;align-items:center;gap:16px;display:flex;overflow-y:auto;box-shadow:0 -8px 28px #1019270c}.deadline-sheet::-webkit-scrollbar{display:none}.deadline-handle{background:var(--subtle);cursor:pointer;border:0;border-radius:3px;width:44px;height:5px;min-height:5px;padding:0}.deadline-sheet h2{color:var(--text);white-space:nowrap;text-align:center;margin:0;font:700 24px/32px Space Grotesk,sans-serif}.deadline-calendar{border:1px solid var(--line);background:#fff;border-radius:22px;flex-direction:column;gap:16px;width:100%;min-height:319px;padding:16px;display:flex}.deadline-calendar-header{justify-content:space-between;align-items:center;height:24px;min-height:24px;display:flex}.deadline-calendar-header strong{font-size:18px;font-weight:700;line-height:24px}.deadline-calendar-header>div{align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}.deadline-calendar-header button{background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;display:grid}.deadline-calendar-header button img{display:block}.deadline-weekdays,.deadline-days{grid-template-columns:repeat(7,minmax(0,1fr));place-items:center;display:grid}.deadline-weekdays{height:14px;min-height:14px}.deadline-weekdays span{color:var(--muted);font-size:10px;font-weight:600;line-height:14px}.deadline-days{grid-auto-rows:24px;row-gap:24px}.deadline-days>button{width:32px;height:32px;color:var(--text);background:0 0;border:0;border-radius:50%;place-items:center;padding:0;font-size:12px;font-weight:600;line-height:16px;display:grid;position:relative}.deadline-days>button.selected{background:var(--primary);color:#fff}.deadline-days>button:focus-visible,.deadline-calendar-header button:focus-visible,.deadline-time button:focus-visible,.deadline-time input:focus-visible{outline:2px solid var(--active);outline-offset:2px}.deadline-event-dots{gap:2px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.deadline-event-dots i{background:var(--active);border-radius:50%;width:5px;height:5px}.deadline-event-dots i.done{background:var(--success)}.deadline-event-dots i.overdue{background:var(--error)}.deadline-event-dots i.soon{background:var(--warning)}.deadline-event-dots i.later{background:var(--muted)}.deadline-days>button.selected .deadline-event-dots i{background:#fff}.deadline-time{grid-template-columns:minmax(0,1fr) 9px minmax(0,1fr);align-items:center;gap:8px;width:100%;height:95px;min-height:95px;display:grid}.deadline-time-column{grid-template-rows:19px 41px 19px;justify-items:center;gap:8px;min-width:0;height:95px;display:grid}.deadline-time-column button{color:var(--muted);background:0 0;border:0;min-width:40px;padding:0;font-size:12px;line-height:19px}.deadline-time-column input{background:var(--subtle);color:var(--active);text-align:center;border:0;border-radius:999px;outline:0;width:100%;height:41px;padding:4px 8px;font:500 24px/33px Space Grotesk,sans-serif}.deadline-time-colon{color:var(--text);text-align:center;font:500 28px/38px Space Grotesk,sans-serif}.deadline-sheet>.button{width:100%;height:52px;min-height:52px;margin-top:8px}.deadline-error,.deadline-events-error{width:100%;color:var(--error);margin:0;font-size:12px;line-height:16px}.deadline-events-error{color:var(--muted)}@media (width<=360px){.deadline-sheet{padding-left:16px;padding-right:16px}.deadline-sheet h2{font-size:22px}.deadline-calendar{padding:12px}}.profile-page{flex-direction:column;gap:16px;display:flex}.profile-page>.h3{margin:0;font-size:24px;line-height:32px}.profile-summary{color:#fff;background:#173d7a;border-radius:24px;flex-direction:column;justify-content:space-between;gap:16px;min-height:162px;padding:20px;display:flex}.profile-person{align-items:center;gap:16px;min-width:0;display:flex}.profile-avatar{width:64px;height:64px;color:var(--text);background:#fff;border-radius:50%;flex:none;place-items:center;font-size:24px;font-weight:600;display:grid}.profile-person>div{gap:4px;min-width:0;display:grid}.profile-person strong{white-space:nowrap;text-overflow:ellipsis;font-size:20px;font-weight:500;line-height:28px;overflow:hidden}.profile-person small{color:#bfd1ff;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:16px;overflow:hidden}.profile-counts{justify-content:space-between;align-items:center;gap:4px;display:flex}.profile-counts span{white-space:nowrap;align-items:center;gap:8px;font-size:12px;font-weight:600;line-height:16px;display:flex}.profile-counts i{border-radius:50%;flex:none;width:10px;height:10px}.profile-counts i.done{background:var(--success)}.profile-counts i.active{background:var(--warning)}.profile-counts i.today{background:var(--error)}.profile-progress{background:var(--subtle);border-radius:6px;height:10px;overflow:hidden}.profile-progress span{background:var(--success);border-radius:6px;height:100%;display:block}.profile-links{gap:8px;display:grid}.profile-links button{border:1px solid var(--subtle);text-align:left;min-height:76px;color:var(--text);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.profile-links button>span{gap:8px;min-width:0;display:grid}.profile-links strong{font-size:16px;font-weight:600;line-height:20px}.profile-links small{color:var(--muted);font-size:12px;line-height:16px}.profile-links svg{color:var(--active);flex:none}.profile-links button:focus-visible{outline:2px solid var(--active);outline-offset:2px}@media (width<=360px){.profile-summary{padding:16px}.profile-counts span{gap:4px;font-size:10px}.profile-person strong{font-size:18px}}.settings-page{flex-direction:column;gap:16px;display:flex}.settings-hub{gap:16px;display:grid}.settings-hub section{gap:8px;display:grid}.settings-hub section>small{color:var(--muted);font-size:12px;font-weight:500;line-height:16px}.settings-hub-item{border:1px solid var(--subtle);text-align:left;width:100%;min-height:76px;color:var(--text);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.settings-hub-item>span{gap:8px;min-width:0;display:grid}.settings-hub-item strong{font-size:16px;font-weight:600;line-height:20px}.settings-hub-item small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:16px;overflow:hidden}.settings-hub-item svg{color:var(--active);flex:none}.settings-hub-item:focus-visible{outline:2px solid var(--active);outline-offset:2px}.settings-panel{gap:12px;display:grid}.consent-page{min-height:100dvh;padding-bottom:max(34px,env(safe-area-inset-bottom));flex-direction:column;justify-content:space-between;display:flex}.consent-content{flex-direction:column;gap:40px;display:flex}.consent-intro{flex-direction:column;gap:8px;display:flex}.consent-intro h1{margin:0;font:700 24px/32px Space Grotesk,sans-serif}.consent-intro h1 em{color:var(--error);font-style:normal}.consent-intro p{color:var(--muted);margin:0;font-size:16px;font-weight:600;line-height:24px}.consent-schedule{background:var(--surface);border:1px solid var(--line);border-radius:20px;flex-direction:column;gap:21px;padding:16px;display:flex}.consent-schedule h2{margin:0;font-size:16px;font-weight:600;line-height:20px}.consent-schedule-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 24px;display:grid}.consent-schedule-grid>div{white-space:nowrap;align-items:center;gap:8px;font-size:12px;font-weight:500;line-height:16px;display:flex}.consent-check{background:var(--success);flex:none;width:24px;height:24px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Icon/Check'%3e%3cpath%20id='Icon%20Vector%20/%20check'%20d='M9.5625%2015.1625L18.0375%206.6875C18.2375%206.4875%2018.4708%206.3875%2018.7375%206.3875C19.0042%206.3875%2019.2375%206.4875%2019.4375%206.6875C19.6375%206.8875%2019.7375%207.12917%2019.7375%207.4125C19.7375%207.67917%2019.6375%207.9125%2019.4375%208.1125L10.2625%2017.3125C10.0625%2017.5125%209.82917%2017.6125%209.5625%2017.6125C9.29583%2017.6125%209.0625%2017.5125%208.8625%2017.3125L4.5625%2013.0125C4.3625%2012.8125%204.2625%2012.5792%204.2625%2012.3125C4.27917%2012.0292%204.3875%2011.7875%204.5875%2011.5875C4.7875%2011.3875%205.02083%2011.2875%205.2875%2011.2875C5.57083%2011.2875%205.8125%2011.3875%206.0125%2011.5875L9.5625%2015.1625Z'%20fill='%232459B3'/%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Icon/Check'%3e%3cpath%20id='Icon%20Vector%20/%20check'%20d='M9.5625%2015.1625L18.0375%206.6875C18.2375%206.4875%2018.4708%206.3875%2018.7375%206.3875C19.0042%206.3875%2019.2375%206.4875%2019.4375%206.6875C19.6375%206.8875%2019.7375%207.12917%2019.7375%207.4125C19.7375%207.67917%2019.6375%207.9125%2019.4375%208.1125L10.2625%2017.3125C10.0625%2017.5125%209.82917%2017.6125%209.5625%2017.6125C9.29583%2017.6125%209.0625%2017.5125%208.8625%2017.3125L4.5625%2013.0125C4.3625%2012.8125%204.2625%2012.5792%204.2625%2012.3125C4.27917%2012.0292%204.3875%2011.7875%204.5875%2011.5875C4.7875%2011.3875%205.02083%2011.2875%205.2875%2011.2875C5.57083%2011.2875%205.8125%2011.3875%206.0125%2011.5875L9.5625%2015.1625Z'%20fill='%232459B3'/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.consent-actions{flex-direction:column;gap:8px;width:100%;margin-top:24px;display:flex}.consent-actions .button{width:100%}.consent-actions .button.secondary{border:0}.role-page{min-height:100dvh;padding-bottom:max(34px,env(safe-area-inset-bottom));flex-direction:column;justify-content:space-between;display:flex}.role-content{flex-direction:column;gap:40px;display:flex}.role-intro{flex-direction:column;gap:8px;display:flex}.role-intro h1{margin:0;font:700 24px/32px Space Grotesk,sans-serif}.role-intro p{color:var(--muted);margin:0;font-size:16px;font-weight:600;line-height:24px}.role-options{flex-direction:column;gap:24px;display:flex}.role-choice-list{flex-direction:column;gap:8px;display:flex}.role-choice{border:1px solid var(--subtle);background:var(--surface);text-align:left;width:100%;min-height:96px;color:var(--text);border-radius:16px;align-items:stretch;gap:12px;padding:16px;display:flex}.role-choice.selected{border:2px solid var(--subtle);background:var(--active);color:var(--surface);padding:15px}.role-choice:focus-visible{outline-offset:2px;outline:3px solid #8eb2ef}.role-choice:disabled{opacity:.65}.role-accent{background:var(--active);border-radius:3px;flex:none;width:5px}.role-choice.headman .role-accent{background:#7557c7}.role-choice.selected .role-accent{background:var(--surface)}.role-choice-copy{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.role-choice-copy strong{font-size:16px;font-weight:600;line-height:20px}.role-choice-copy small{color:var(--muted);font-size:12px;font-weight:500;line-height:16px}.role-choice.selected .role-choice-copy small{color:var(--surface)}.role-warning{color:#d97600;background:#f29b380d;border-radius:16px;align-items:center;min-height:64px;padding:16px 21px;font-size:12px;font-weight:600;line-height:16px;display:flex}.role-actions{width:100%;margin-top:24px}.role-actions .button{width:100%}.onboarding-page{flex-direction:column;align-items:center;min-height:max(100dvh,660px);padding:0;display:flex}.onboarding-indicator{width:139px;height:25px;margin-top:calc(40px + env(safe-area-inset-top));flex:none;display:block}.onboarding-content{text-align:center;flex-direction:column;align-items:center;gap:32px;width:min(296px,100% - 32px);margin-top:89px;display:flex}.onboarding-heading{flex-direction:column;align-items:center;gap:24px;display:flex}.onboarding-art{background:var(--subtle);border-radius:24px;flex:none;place-items:center;width:130px;height:130px;display:grid;overflow:hidden}.onboarding-alert{width:55.7143px;height:55.7143px;display:block}.onboarding-logo-clip{width:53.463px;height:70px;display:block;position:relative;overflow:hidden}.onboarding-logo-clip img{width:89px;max-width:none;height:89px;display:block;position:absolute;top:-12px;left:-17px}.onboarding-warning{width:130px;height:130px;display:block}.onboarding-content h1{white-space:nowrap;margin:0;font:700 32px/40px Space Grotesk,sans-serif}.onboarding-content h1 span{color:var(--error)}.onboarding-content h1:has(span){color:var(--primary)}.onboarding-content p{color:var(--muted);margin:0;font:500 16px/24px Space Grotesk,sans-serif}.onboarding-content.step-2 p,.onboarding-content.step-3 p{max-width:260px}.onboarding-actions{width:min(296px,100% - 32px);margin-top:auto;margin-bottom:max(34px,env(safe-area-inset-bottom));gap:8px;padding-top:24px;display:flex}.onboarding-actions button{border-radius:14px;justify-content:center;align-items:center;gap:8px;height:56px;font-size:16px;font-weight:600;line-height:20px;display:flex}.onboarding-next{background:var(--primary);color:#fff;border:0;flex:1}.onboarding-next img{filter:brightness(0)invert();width:24px;height:24px}.onboarding-back{border:2px solid var(--subtle);background:var(--surface);flex:none;width:56px}.onboarding-back img{filter:brightness(0);width:24px;height:24px;transform:rotate(180deg)}.onboarding-actions button:focus-visible{outline-offset:2px;outline:3px solid #8eb2ef}.entry-page{place-items:center;min-height:100dvh;padding:0;display:grid;position:relative}.entry-brand{flex-direction:column;align-items:center;gap:24px;width:230px;display:flex}.entry-logo-clip{width:190px;height:249px;position:relative;overflow:hidden}.entry-logo-clip img{width:317px;max-width:none;height:317px;display:block;position:absolute;top:-43.5px;left:-61px}.entry-brand-copy{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.entry-brand-copy h1{white-space:nowrap;color:#e93146;margin:0;font:700 48px/56px Space Grotesk,sans-serif}.entry-brand-copy h1 span{color:var(--primary)}.entry-brand-copy p{white-space:nowrap;color:var(--muted);margin:0;font:500 16px/24px Space Grotesk,sans-serif}.entry-loading{color:var(--muted);font-size:12px;position:absolute;bottom:48px}.entry-recovery{flex-direction:column;gap:8px;display:flex;position:absolute;bottom:34px;left:16px;right:16px}.entry-recovery .button{width:100%}
