:root{--canvas:#f7f6f1;--surface:#fff;--ink:#172321;--muted:#52625f;--border:#d8dfdb;--primary:#176b63;--primary-dark:#0e4a45;--primary-soft:#e5f1ee;--attention:#8a4f0b;--attention-soft:#fff1d8;--danger:#a33a3a;--danger-soft:#fbe9e7;--focus:#6a4bc3;--shadow:0 8px 28px rgba(23,35,33,.08);--r:16px;--control:12px;--rail:224px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.state-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.detail-card{margin-top:18px}.review-fields .skip-action{order:5}.review-fields .reject-action{order:6}
*{box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font:400 1rem/1.5 system-ui,-apple-system,"Segoe UI",sans-serif}button,input,select{font:inherit;color:inherit}button,a{touch-action:manipulation}a{color:inherit}.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:10px 14px;background:var(--ink);color:#fff;border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}.prototype-banner{position:fixed;z-index:20;inset:0 0 auto var(--rail);height:40px;display:flex;align-items:center;gap:12px;padding:0 24px;background:#253b37;color:#fff;font-size:.82rem}.prototype-banner strong{padding:2px 8px;border:1px solid currentColor;border-radius:999px}.prototype-banner .text-button{margin-left:auto;color:#fff}.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:10;inset:0 auto 0 0;width:var(--rail);display:flex;flex-direction:column;padding:24px 16px;background:var(--surface);border-right:1px solid var(--border)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:700;line-height:1.1}.brand small{display:block;margin-top:6px;color:var(--muted);font-size:.72rem;font-weight:500}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:var(--primary-dark);color:#fff;font-size:.78rem;letter-spacing:.03em}.primary-nav{display:grid;gap:5px;margin-top:40px}.primary-nav a,.nav-button{min-height:44px;display:flex;align-items:center;gap:12px;padding:10px 12px;border:0;border-radius:12px;background:transparent;text-decoration:none;text-align:left;color:var(--muted)}.primary-nav a span,.nav-button span{width:20px;text-align:center}.primary-nav a:hover,.nav-button:hover:not(:disabled){background:var(--canvas);color:var(--ink)}.primary-nav a[aria-current="page"]{background:var(--primary-soft);color:var(--primary-dark);font-weight:700}.add-button{min-height:48px;margin-top:24px;border:0;border-radius:12px;background:var(--primary-dark);color:#fff;font-weight:700;box-shadow:var(--shadow)}.sidebar-foot{display:grid;gap:4px;margin-top:auto}.mobile-header,.mobile-nav,.mobile-add{display:none}main{min-height:100vh;margin-left:var(--rail);padding:88px clamp(24px,5vw,72px) 64px}.page{max-width:1120px;margin:auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.eyebrow{margin:0 0 5px;color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.page-head h1,h1{margin:0;font-size:clamp(1.75rem,3vw,2.45rem);line-height:1.15;letter-spacing:-.025em}.lede{max-width:650px;margin:10px 0 0;color:var(--muted);font-size:1.05rem}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.card{padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:0 2px 8px rgba(23,35,33,.025)}.card h2,.card h3{margin:0}.card h2{font-size:1.25rem}.card h3{font-size:1.08rem}.section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.section-head a,.text-button{border:0;background:none;color:var(--primary-dark);font-weight:700;text-decoration:underline;text-underline-offset:3px}.action-list,.record-list,.result-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.action-item,.record-item,.result-item{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--border);border-radius:12px;background:#fff}.action-item button,.record-item button,.result-item button{margin-left:auto}.item-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:12px;background:var(--primary-soft);color:var(--primary-dark);font-weight:800}.item-copy{min-width:0}.item-copy strong{display:block}.item-copy small,.muted{color:var(--muted)}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:.78rem;font-weight:700}.pill.attention{border-color:#e6c78f;background:var(--attention-soft);color:var(--attention)}.primary-button,.secondary-button,.quiet-button{min-height:44px;padding:10px 16px;border-radius:var(--control);font-weight:700}.primary-button{border:1px solid var(--primary-dark);background:var(--primary-dark);color:#fff}.secondary-button{border:1px solid var(--border);background:var(--surface)}.quiet-button{border:0;background:var(--primary-soft);color:var(--primary-dark)}button:disabled{opacity:.5;cursor:not-allowed}.hero-card{padding:28px;background:linear-gradient(135deg,#e5f1ee 0%,#f4eee4 100%);border:0}.hero-card .hero-row{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.metric{font-size:2rem;font-weight:750;line-height:1}.metric-label{display:block;margin-top:8px;color:var(--muted)}.tabs{display:flex;gap:6px;margin:0 0 18px;border-bottom:1px solid var(--border)}.tab{min-height:44px;padding:8px 13px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--muted);font-weight:700}.tab[aria-selected="true"]{border-color:var(--primary);color:var(--primary-dark)}.search-form{display:flex;gap:10px;margin:20px 0 24px}.search-form input,.field input,.field select{width:100%;min-height:48px;padding:10px 13px;border:1px solid #aebbb7;border-radius:12px;background:#fff}.search-form input{flex:1}.field{display:grid;gap:6px}.field label{font-weight:700}.source-card{background:#f1f3f1}.source-preview{margin-top:16px;padding:20px;border:1px dashed #9daba7;border-radius:12px;background:#fff}.source-preview p{margin:4px 0}.highlight{padding:2px 4px;outline:2px solid var(--attention);background:var(--attention-soft)}.review-fields{display:grid;gap:14px}.state-card{max-width:680px;padding:32px}.state-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:18px;border-radius:16px;background:var(--primary-soft);color:var(--primary-dark);font-size:1.4rem;font-weight:800}.state-card.error{border-color:#e7b4b0;background:var(--danger-soft)}.state-card.error .state-icon{background:#fff;color:var(--danger)}.status-strip{display:flex;gap:10px;align-items:flex-start;margin-bottom:18px;padding:12px 14px;border:1px solid #dfc18b;border-radius:12px;background:var(--attention-soft);color:#623c0f}.skeleton{position:relative;overflow:hidden;height:16px;border-radius:8px;background:#e4e9e6}.skeleton::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmer 1.4s infinite}.skeleton.wide{width:90%}.skeleton.mid{width:65%}.skeleton.card-height{height:120px}@keyframes shimmer{from{transform:translateX(-100%)}to{transform:translateX(100%)}}.scenario-panel{position:fixed;z-index:30;right:20px;top:52px;width:min(360px,calc(100vw - 32px));padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.scenario-panel h2{margin:0}.scenario-panel p:not(.eyebrow){color:var(--muted)}.scenario-panel label{display:block;margin:16px 0 6px;font-weight:700}.scenario-panel select{width:100%;min-height:44px;padding:8px;border:1px solid var(--border);border-radius:10px;background:#fff}.scenario-panel .secondary-button{width:100%;margin-top:14px}dialog{width:min(560px,calc(100% - 32px));padding:0;border:1px solid var(--border);border-radius:18px;color:var(--ink);box-shadow:0 24px 80px rgba(23,35,33,.22)}dialog::backdrop{background:rgba(23,35,33,.45)}dialog form{padding:24px}.dialog-head{display:flex;justify-content:space-between;gap:18px}.dialog-head h2{margin:0}.icon-button{display:grid;place-items:center;min-width:44px;height:44px;border:1px solid var(--border);border-radius:12px;background:#fff;font-weight:700}.help-steps{padding-left:22px}.help-steps li{margin-bottom:10px}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media(max-width:760px){body{padding-bottom:72px}.prototype-banner{position:relative;inset:auto;height:auto;min-height:42px;padding:8px 12px}.prototype-banner span{display:none}.sidebar{display:none}.mobile-header{display:flex;position:sticky;z-index:9;top:0;align-items:center;justify-content:space-between;padding:12px 16px;background:rgba(247,246,241,.96);border-bottom:1px solid var(--border)}.mobile-header .brand-mark{width:34px;height:34px}main{margin:0;padding:24px 16px 96px}.page-head{display:block;margin-bottom:22px}.page-head>.primary-button{width:100%;margin-top:18px}.grid.two,.grid.three{grid-template-columns:1fr}.hero-card{padding:22px}.hero-card .hero-row{display:block}.hero-card .primary-button{width:100%;margin-top:22px}.mobile-nav{display:grid;position:fixed;z-index:15;inset:auto 0 0;grid-template-columns:repeat(5,1fr);height:68px;padding:5px 4px env(safe-area-inset-bottom);background:#fff;border-top:1px solid var(--border)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:var(--muted);font-size:.68rem;font-weight:700}.mobile-nav a span{font-size:1.15rem}.mobile-nav a[aria-current="page"]{color:var(--primary-dark)}.mobile-add{display:block;position:fixed;z-index:16;right:18px;bottom:82px;width:52px;height:52px;border:0;border-radius:50%;background:var(--primary-dark);color:#fff;font-size:1.5rem;box-shadow:var(--shadow)}.action-item,.record-item,.result-item{align-items:flex-start;flex-wrap:wrap}.action-item button,.record-item button,.result-item button{width:100%;margin-left:0}.search-form{display:grid}.search-form button{width:100%}.tabs{overflow-x:auto}.scenario-panel{top:58px;right:16px}.card{padding:18px}.source-preview{padding:14px}}
@media(forced-colors:active){.primary-button,.add-button,.mobile-add{border:2px solid ButtonText}.primary-nav a[aria-current="page"],.mobile-nav a[aria-current="page"]{outline:2px solid Highlight}.pill,.highlight{border:2px solid CanvasText}.highlight{outline:none}}

/* Mobile containment: prevent long labels and flexible cards from widening the viewport. */
html,body{max-width:100%;overflow-x:hidden}
main,.page,.grid,.card,.hero-card,.hero-row,.section-head,.action-list,.action-item,.record-item,.result-item,.item-copy{min-width:0}
.page{width:100%}
.page h1,.page h2,.page h3,.page p,.item-copy{overflow-wrap:anywhere}
@media(max-width:760px){.app-shell,.page,.grid,.card,.hero-card,.hero-row,.section-head,.action-list,.action-item,.record-item,.result-item,.item-copy{max-width:100%}.section-head{flex-wrap:wrap}.section-head a{margin-left:0}.page-head h1{font-size:clamp(1.7rem,8vw,2.1rem)}}
.page-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.input-suffix{display:flex;align-items:stretch}.input-suffix input{min-width:0;border-radius:12px 0 0 12px}.input-suffix span{display:flex;align-items:center;padding:0 12px;border:1px solid #aebbb7;border-left:0;border-radius:0 12px 12px 0;background:var(--canvas);font-size:.88rem;color:var(--muted)}@media(max-width:760px){.page-head-actions{display:grid;margin-top:16px}.input-suffix{display:grid}.input-suffix input{border-radius:12px}.input-suffix span{padding:6px 2px;border:0;background:transparent}}

/* Product UI — clear hierarchy, calm family workspace */
:root{--canvas:#f5f7fb;--surface:#fff;--ink:#182033;--muted:#667085;--primary:#5b5bd6;--primary-dark:#3f3fa8;--primary-soft:#ededff;--border:#e3e7ef;--attention:#9a5b13;--attention-soft:#fff4df;--danger:#b42318;--danger-soft:#fff0ee;--focus:#7777e8;--rail:248px;--r:18px;--control:11px;--shadow:0 10px 30px rgba(24,32,51,.07)}
body{background:linear-gradient(180deg,#f9faff 0,#f5f7fb 320px);letter-spacing:-.005em}.sidebar{padding:28px 18px;background:#11182b;border:0;color:#fff}.sidebar .brand{color:#fff}.sidebar .brand small{color:#9ca6bd}.sidebar .brand-mark{background:linear-gradient(135deg,#7777e8,#4d8ce8);box-shadow:0 8px 22px rgba(91,91,214,.32)}.primary-nav{margin-top:48px}.primary-nav a,.nav-button{color:#aeb7ca}.primary-nav a:hover,.nav-button:hover:not(:disabled){background:#1b2540;color:#fff}.primary-nav a[aria-current="page"]{background:#293354;color:#fff}.add-button{background:#7777e8;box-shadow:none}.sidebar-foot .nav-button{color:#aeb7ca}main{padding-top:52px}.page{max-width:1180px}.page-head{margin-bottom:30px}.page-head h1,h1{font-weight:720;letter-spacing:-.045em}.lede{color:#697386}.eyebrow{color:#5b5bd6}.card{border-color:#e6e9f0;box-shadow:0 8px 30px rgba(24,32,51,.045)}.primary-button{border-color:#4f4fc0;background:#4f4fc0}.quiet-button{background:#ededff;color:#3f3fa8}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.summary-card{display:grid;gap:4px;padding:20px;text-align:left;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 6px 22px rgba(24,32,51,.04)}button.summary-card{cursor:pointer}.summary-card:hover{border-color:#b7b7ee}.summary-card span{font-size:2rem;font-weight:760;line-height:1;color:#34347f}.summary-card strong{font-size:1rem}.summary-card small{color:var(--muted)}.attention-card,.inbox-address,.review-card{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-bottom:20px;padding:24px 26px;border-radius:18px}.attention-card{background:linear-gradient(120deg,#eeeeff,#f6f1ff);border:1px solid #d8d8fa}.inbox-address{background:#182033;color:#fff}.inbox-address .eyebrow{color:#b8b8ff}.inbox-address p{margin:.35rem 0;color:#c9d0df}.inbox-address strong{font-size:clamp(1.05rem,2.2vw,1.45rem);word-break:break-all}.review-card{align-items:flex-start;background:#fffaf0;border:1px solid #efd5a8}.review-card>div,.review-card>form{flex:1}.document-list,.mail-list{display:grid;gap:0;margin:0;padding:0;list-style:none}.document-row,.mail-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:16px 4px;border-bottom:1px solid var(--border)}.document-row:last-child,.mail-row:last-child{border-bottom:0}.document-row small,.mail-row small{display:block;margin-top:3px;color:var(--muted)}.document-symbol{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eef1f7;color:#4d5770;font-size:.75rem;font-weight:800}.mail-status{width:10px;height:10px;border-radius:50%;background:#98a2b3}.mail-status.confirmed{background:#12b76a}.mail-status.needs_review{background:#f79009}.empty-message{display:grid;gap:5px;padding:28px;text-align:center;color:var(--muted)}.empty-message strong{color:var(--ink)}.auth-page{background:radial-gradient(circle at 20% 20%,#292f50,#11182b 58%);}.auth-intro .brand-mark{background:#7777e8}.auth-intro h1{font-size:clamp(2.2rem,4vw,3.6rem)}.auth-card{box-shadow:0 24px 70px rgba(4,8,20,.25)}
@media(max-width:760px){.summary-grid{grid-template-columns:1fr}.attention-card,.inbox-address,.review-card{display:grid}.summary-card{padding:17px}.document-row,.mail-row{grid-template-columns:auto 1fr}.document-row button,.mail-row .pill{grid-column:2}.sidebar{background:#11182b}.mobile-header{background:#11182b;color:#fff}.mobile-header .brand{color:#fff}}
.connection-heading{display:flex;align-items:center;gap:14px}.connection-heading h2{margin-bottom:6px}.connection-card .status-strip{margin:16px 0 0}.privacy-note{margin-top:18px}
.mobile-actions{display:flex;gap:8px}.auth-mode .sidebar,.auth-mode .mobile-header,.auth-mode .mobile-nav,.auth-mode .mobile-add{display:none}.auth-mode .prototype-banner{left:0}.auth-mode main{margin-left:0;padding:72px 24px 40px}.auth-page{width:min(980px,100%);min-height:calc(100dvh - 112px);display:grid;grid-template-columns:minmax(280px,.9fr) minmax(340px,1.1fr);align-items:center;gap:clamp(28px,7vw,88px);margin:auto}.auth-intro h1{max-width:560px;font-size:clamp(2.2rem,5vw,4rem);line-height:1.02;letter-spacing:-.045em}.auth-intro>p:not(.eyebrow){max-width:540px;color:var(--muted);font-size:1.08rem}.auth-intro ul{display:grid;gap:10px;padding-left:22px;color:var(--muted)}.auth-intro .brand-mark{width:52px;height:52px;margin-bottom:28px}.auth-card{padding:30px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:22px;padding:4px;border-radius:13px;background:var(--canvas)}.auth-tabs button{min-height:44px;border:0;border-radius:10px;background:transparent;font-weight:750}.auth-tabs button[aria-selected="true"]{background:#fff;color:var(--primary-dark);box-shadow:0 1px 5px rgba(23,35,33,.1)}.google-button{width:100%;min-height:48px;border:1px solid var(--border);border-radius:12px;background:#fff;font-weight:750}.google-button span{display:inline-grid;place-items:center;width:25px;height:25px;margin-right:9px;border-radius:50%;background:#f2f5f4;color:#3159a7}.divider{display:flex;align-items:center;gap:12px;margin:19px 0;color:var(--muted);font-size:.82rem}.divider::before,.divider::after{content:"";height:1px;flex:1;background:var(--border)}.auth-form{display:grid;gap:14px}.auth-form .primary-button,.full-button{width:100%}.field small{color:var(--muted)}.auth-boundary{margin:18px 0 0;color:var(--muted);font-size:.82rem}.auth-card .status-strip{margin:18px 0 10px}.invite-form,.category-form{display:grid;gap:14px;margin-top:24px;padding-top:22px;border-top:1px solid var(--border)}.invite-form h3{margin:0}.member-list{margin-top:18px}.access-options{display:grid;gap:12px;margin:18px 0;padding:18px;border:1px solid var(--border);border-radius:12px}.access-options legend{padding:0 7px;font-weight:750}.access-options label{display:flex;align-items:flex-start;gap:9px}.category-card{margin-top:18px}.category-list{display:flex;flex-wrap:wrap;gap:9px}.category-chip{padding:8px 12px;border:1px solid #bfd4cf;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-weight:700}.category-form{grid-template-columns:1fr auto;align-items:end}.category-form .secondary-button{margin-bottom:0}
.auth-provider-note{margin:8px 0 0;font-size:.82rem}.auth-error{border-color:#e7b4b0;background:var(--danger-soft);color:var(--danger)}.auth-boundary code{font-size:.78rem}
.operational-card{margin-top:18px;display:grid;gap:18px}.document-preview-dialog{width:min(1000px,calc(100% - 24px));height:min(900px,calc(100dvh - 24px));overflow:hidden}.preview-toolbar{height:64px!important;padding:10px 14px!important;display:flex;align-items:center;justify-content:space-between}.document-preview-dialog iframe,.document-preview-dialog img{display:block;width:100%;height:calc(100% - 64px);border:0;object-fit:contain;background:#eef2f0}.document-preview-dialog [hidden]{display:none!important}
@media(max-width:760px){.document-preview-dialog{inset:0;width:100%;max-width:none;height:100dvh;max-height:none;border:0;border-radius:0;margin:0}.preview-toolbar{position:sticky;top:0;background:#fff}.document-preview-dialog iframe,.document-preview-dialog img{height:calc(100dvh - 64px)}}
@media(max-width:760px){.auth-mode{padding-bottom:0}.auth-mode .prototype-banner span{display:inline}.auth-mode main{padding:62px 16px 30px}.auth-page{display:block;min-height:auto}.auth-intro{padding:26px 4px 28px}.auth-intro h1{font-size:2.45rem}.auth-intro ul{display:none}.auth-card{padding:20px}.category-form{grid-template-columns:1fr}.mobile-actions{display:flex}}
.auth-page{padding:clamp(24px,5vw,58px);border-radius:26px;background:radial-gradient(circle at 18% 15%,#2b335a,#11182b 62%)}.auth-intro,.auth-intro h1{color:#fff}.auth-intro>p:not(.eyebrow),.auth-intro ul{color:#cbd3e2}.auth-intro .eyebrow{color:#aaaaff}.auth-intro .quiet-button{background:rgba(255,255,255,.12);color:#fff}.auth-boundary{display:none}@media(max-width:760px){.auth-page{padding:22px;border-radius:20px}.auth-intro{padding-top:4px}}
.mode-switch{display:inline-grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:20px;padding:5px;border:1px solid var(--border);border-radius:14px;background:#fff}.mode-switch button{min-width:150px;min-height:44px;padding:8px 18px;border:0;border-radius:10px;background:transparent;font-weight:750}.mode-switch button[aria-selected="true"]{background:var(--primary-dark);color:#fff}.add-form{max-width:760px;display:grid;gap:18px}.add-form>h2,.add-form>p{margin-top:0}.category-overview{margin-top:20px}.category-overview .category-list{margin-bottom:8px}@media(max-width:760px){.mode-switch{display:grid;width:100%}.mode-switch button{min-width:0}.add-form{max-width:none}}
.storage-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(120deg,#ededff,#f7f7ff)}.storage-hero h2{margin:.2rem 0}.setup-guide{margin-top:18px}.setup-steps{display:grid;gap:0;margin:18px 0 24px;padding:0;list-style:none}.setup-steps li{display:grid;grid-template-columns:38px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.setup-steps li:last-child{border-bottom:0}.setup-steps li>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef1f7;color:#596275;font-weight:800}.setup-steps li.done>span{background:#e7f8ef;color:#087443}.setup-steps strong{display:block;margin:2px 0 4px}.setup-steps p{margin:0;color:var(--muted)}.storage-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.storage-actions a{text-decoration:none}.muted-card{margin-top:18px;background:#fafbfc}@media(max-width:760px){.storage-hero{display:grid}.storage-actions{display:grid}.storage-actions>*{width:100%;text-align:center}}
