.action-tile{--tile-bg-gradient:linear-gradient(120deg,#ff8a3d,#ff6a2b);--tile-bg:var(--tile-bg-gradient);--tile-shadow:0 14px 30px rgba(15,23,42,0.08);--tile-shadow-hover:0 18px 36px rgba(15,23,42,0.12);--tile-shadow-active:0 12px 22px rgba(15,23,42,0.12);--tile-shadow-dark:0 20px 42px rgba(0,0,0,0.55);--tile-icon-bg:rgba(255,255,255,0.32);position:relative;display:inline-flex;border-radius:26px;border:none;background:var(--tile-bg);color:inherit;box-shadow:var(--tile-shadow);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;overflow:hidden;isolation:isolate}.action-tile:after{content:"";background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.03));mix-blend-mode:soft-light}.action-tile:after,.action-tile__glow{position:absolute;inset:0;pointer-events:none;z-index:0}.action-tile__glow{background:radial-gradient(140px 140px at var(--mx,50%) var(--my,40%),rgba(255,255,255,.32),transparent 68%);opacity:0;transition:opacity .22s ease}.action-tile:focus-visible:not([data-disabled=true]) .action-tile__glow,.action-tile:hover:not([data-disabled=true]) .action-tile__glow{opacity:1}.action-tile:hover:not([data-disabled=true]){transform:translateY(-2px);box-shadow:var(--tile-shadow-hover)}.action-tile:active:not([data-disabled=true]){transform:translateY(-1px);box-shadow:var(--tile-shadow-active)}.action-tile__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:9999px;background:var(--tile-icon-bg);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 10px 20px rgba(15,23,42,.16);color:inherit}.action-tile__body{position:relative;z-index:1;display:flex;flex-direction:column;gap:.35rem}.action-tile[data-disabled=true]{transform:none;box-shadow:none;filter:grayscale(.12);opacity:.62;cursor:not-allowed}.action-tile[data-disabled=true] .action-tile__glow{display:none}.action-tile--gradient{--tile-bg:var(--tile-bg-gradient);--tile-shadow:var(--tile-shadow-gradient,var(--tile-shadow))}.action-tile--surface{--tile-bg:color-mix(in oklab,var(--card) 94%,var(--tile-surface-accent,rgba(15,23,42,0.14)) 12%);--tile-shadow:0 14px 30px rgba(15,23,42,0.12);--tile-shadow-hover:0 20px 38px rgba(15,23,42,0.18);--tile-shadow-active:0 12px 24px rgba(15,23,42,0.16);border:1px solid color-mix(in oklab,var(--tile-surface-accent,rgba(15,23,42,.18)) 28%,transparent)}.action-tile--surface:after{background:linear-gradient(180deg,rgba(255,255,255,.6),rgba(255,255,255,0))}.action-tile--surface .action-tile__icon{background:var(--tile-icon-surface-bg,rgba(15,23,42,.1));color:var(--tile-surface-icon,currentColor);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 4px 12px rgba(15,23,42,.12)}.action-tile--surface .action-tile__glow{background:radial-gradient(160px 160px at var(--mx,50%) var(--my,45%),color-mix(in oklab,var(--tile-surface-accent,rgba(99,102,241,.14)) 60%,transparent),transparent 72%)}[data-theme=dark] .action-tile{box-shadow:var(--tile-shadow-dark)}[data-theme=dark] .action-tile--surface{border-color:color-mix(in oklab,rgba(255,255,255,.34) 30%,transparent);--tile-bg:color-mix(in oklab,var(--card) 88%,var(--tile-surface-accent,rgba(99,102,241,0.25)) 20%);box-shadow:0 18px 44px rgba(0,0,0,.55)}.tile-tone-orange{--tile-bg-gradient:linear-gradient(120deg,#ff8a3d,#ff6a2b);--tile-shadow-gradient:0 16px 34px rgba(255,106,43,0.32);--tile-shadow-hover:0 22px 46px rgba(255,106,43,0.44);--tile-shadow-active:0 16px 32px rgba(255,106,43,0.35);--tile-surface-accent:rgba(255,122,60,0.22);--tile-icon-surface-bg:rgba(255,122,60,0.12);--tile-surface-icon:#d9480f}.tile-tone-red{--tile-bg-gradient:linear-gradient(120deg,#f87171,#b91c1c);--tile-shadow-gradient:0 16px 34px rgba(220,38,38,0.32);--tile-shadow-hover:0 22px 46px rgba(220,38,38,0.44);--tile-shadow-active:0 16px 32px rgba(220,38,38,0.35);--tile-surface-accent:rgba(248,113,113,0.22);--tile-icon-surface-bg:rgba(248,113,113,0.12);--tile-surface-icon:#b91c1c}.tile-tone-violet{--tile-bg-gradient:linear-gradient(130deg,#a855f7,#6366f1);--tile-shadow-gradient:0 16px 34px rgba(99,102,241,0.3);--tile-shadow-hover:0 22px 46px rgba(99,102,241,0.42);--tile-shadow-active:0 16px 32px rgba(79,70,229,0.35);--tile-surface-accent:rgba(99,102,241,0.24);--tile-icon-surface-bg:rgba(99,102,241,0.14);--tile-surface-icon:#4338ca}.tile-tone-slate{--tile-bg-gradient:linear-gradient(120deg,#475569,#1f2937);--tile-shadow-gradient:0 16px 34px rgba(15,23,42,0.34);--tile-shadow-hover:0 22px 46px rgba(15,23,42,0.42);--tile-shadow-active:0 16px 32px rgba(15,23,42,0.36);--tile-surface-accent:rgba(71,85,105,0.24);--tile-icon-surface-bg:rgba(71,85,105,0.16);--tile-surface-icon:#1e293b}@media (prefers-reduced-motion:reduce){.action-tile,.action-tile:after,.action-tile__glow{transition:none!important;animation:none!important}}.share-reveal{--share-width-collapsed:60px;--share-width-expanded:clamp(260px,34vw,320px);--share-radius-collapsed:9999px;--share-radius-expanded:28px;--share-bg-from:#ff8a3d;--share-bg-to:#ff6a2b;--share-bg:linear-gradient(120deg,var(--share-bg-from),var(--share-bg-to));--share-color:#ffffff;--share-border:none;--share-shadow:0 16px 36px rgba(255,106,43,0.36);--share-shadow-hover:0 20px 44px rgba(255,106,43,0.4);--share-highlight:rgba(255,255,255,0.32);--share-backdrop:none;--share-icon-filter:brightness(0) saturate(100%) invert(1) contrast(105%);position:relative;display:inline-flex;align-items:center;justify-content:flex-start;width:var(--share-width-collapsed);height:60px;padding:0;border-radius:var(--share-radius-collapsed);background:var(--share-bg);color:var(--share-color);border:var(--share-border);box-shadow:var(--share-shadow);backdrop-filter:var(--share-backdrop);-webkit-backdrop-filter:var(--share-backdrop);overflow:hidden;isolation:isolate;transition:width .28s ease,border-radius .28s ease,box-shadow .28s ease,padding .28s ease}.share-reveal:before{content:"";position:absolute;inset:0;background:radial-gradient(140px 140px at var(--mx,50%) var(--my,50%),var(--share-highlight),transparent 70%);opacity:0;transition:opacity .24s ease;pointer-events:none;z-index:0}.share-reveal__icon{position:relative;z-index:1;display:grid;place-items:center;width:60px;height:60px;flex-shrink:0;transition:transform .2s ease}.share-reveal__icon img,.share-reveal__icon svg{width:26px;height:26px}.share-reveal__icon-img{display:block;width:32px;height:32px;object-fit:contain;filter:var(--share-icon-filter);transition:filter .22s ease}.share-reveal__text{position:relative;z-index:1;display:flex;flex-direction:column;gap:.25rem;opacity:0;transform:translateX(-6px);max-width:0;margin-left:0;padding-right:0;overflow:hidden;transition:opacity .22s ease,transform .22s ease,max-width .28s ease}.share-reveal__label{font-size:15px;font-weight:600;line-height:1.3}.share-reveal__caption{font-size:13px;line-height:1.4;opacity:.9}.share-reveal:focus-visible,.share-reveal:hover,.share-reveal[data-expanded=true]{width:var(--share-width-expanded);border-radius:var(--share-radius-expanded);padding-inline:18px 20px;box-shadow:var(--share-shadow-hover);justify-content:flex-start}.share-reveal:focus-visible:before,.share-reveal:hover:before,.share-reveal[data-expanded=true]:before{opacity:1}.share-reveal:focus-visible .share-reveal__text,.share-reveal:hover .share-reveal__text,.share-reveal[data-expanded=true] .share-reveal__text{opacity:1;transform:translateX(0);max-width:220px;margin-left:14px;padding-right:6px}.share-reveal:focus-visible .share-reveal__icon,.share-reveal:hover .share-reveal__icon,.share-reveal[data-expanded=true] .share-reveal__icon{transform:translateX(2px)}.share-reveal[data-static=true]{width:var(--share-width-expanded);border-radius:var(--share-radius-expanded);padding-inline:18px 20px;justify-content:flex-start}.share-reveal[data-static=true]:before{opacity:0}.share-reveal[data-static=true] .share-reveal__text{opacity:1;transform:translateX(0);max-width:100%;margin-left:14px;padding-right:8px}.share-reveal[data-static=true] .share-reveal__icon{transform:none}.share-reveal.records-hub__share-cta{position:absolute;top:clamp(1.1rem,3vw,1.6rem);right:clamp(1.1rem,3vw,1.6rem);left:auto;z-index:5;--share-width-collapsed:60px;transform-origin:center right}.share-reveal--orange{--share-bg-from:#ff8a3d;--share-bg-to:#ff6a2b}.share-reveal--violet{--share-bg-from:#a855f7;--share-bg-to:#6366f1}.share-reveal--glass{--share-bg:linear-gradient(152deg,rgba(255,255,255,0.76),rgba(224,240,255,0.3)),radial-gradient(140% 120% at 14% -26%,rgba(255,255,255,0.6),transparent 68%),radial-gradient(150% 136% at 86% 126%,rgba(176,214,255,0.34),transparent 80%);--share-color:rgba(20,44,84,0.92);--share-border:1.2px solid rgba(214,230,255,0.7);--share-shadow:inset 0 1px 0 rgba(255,255,255,0.92),0 22px 48px rgba(96,146,224,0.2),0 12px 28px rgba(96,146,224,0.14);--share-shadow-hover:inset 0 1px 0 rgba(255,255,255,0.95),0 28px 56px rgba(96,146,224,0.24),0 16px 34px rgba(96,146,224,0.18);--share-highlight:rgba(255,255,255,0.45);--share-backdrop:blur(22px) saturate(170%);--share-icon-filter:none;--share-radius-expanded:9999px}[data-theme=dark] .share-reveal--glass{--share-bg:linear-gradient(168deg,rgba(16,30,52,0.86),rgba(10,22,40,0.72)),radial-gradient(160% 120% at 16% -28%,rgba(106,168,236,0.38),transparent 70%),radial-gradient(150% 136% at 84% 124%,rgba(62,120,196,0.32),transparent 82%);--share-color:rgba(226,240,255,0.92);--share-border:1.2px solid rgba(120,178,244,0.46);--share-shadow:inset 0 1px 0 rgba(255,255,255,0.16),0 26px 58px rgba(0,0,0,0.7),0 16px 36px rgba(4,12,28,0.58);--share-shadow-hover:inset 0 1px 0 rgba(255,255,255,0.18),0 32px 66px rgba(0,0,0,0.74),0 18px 40px rgba(4,12,28,0.62);--share-highlight:rgba(168,210,255,0.36);--share-backdrop:blur(22px) saturate(182%);--share-icon-filter:none}@media (hover:none){.share-reveal{width:100%;border-radius:var(--share-radius-expanded);padding-inline:18px 20px;justify-content:flex-start}.share-reveal__text{opacity:1;transform:none;max-width:100%;margin-left:14px;padding-right:6px}}.share-reveal-container{width:clamp(260px,34vw,320px);min-height:60px;display:flex;justify-content:flex-end}.share-reveal-container--floating{width:100%}.share-reveal-container--placeholder{opacity:0;pointer-events:none}@media (max-width:640px){.share-reveal-container{width:100%;justify-content:flex-start}}@media (min-width:640px){.share-reveal-container--floating{width:auto}}.add-resource-cta{min-height:60px;box-shadow:0 18px 40px rgba(255,106,43,.38);font-weight:600}.add-resource-cta .share-reveal__icon{width:54px;height:54px}.add-resource-cta .share-reveal__icon svg{width:24px;height:24px}.add-resource-cta .share-reveal__label{font-size:16px}.add-resource-cta .share-reveal__caption{font-size:13px;opacity:.9}@media (hover:hover){.add-resource-cta:not(:hover):not(:focus-visible):not([data-expanded=true]):not([data-static=true]){justify-content:center}}.add-resource-cta--disabled{color:rgba(255,255,255,.8);background:linear-gradient(120deg,rgba(148,163,184,.72),rgba(100,116,139,.68));box-shadow:none;cursor:default}.add-resource-cta--disabled .share-reveal__icon{opacity:.6}