.home-application-card{box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.home-application-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.15),0 4px 12px rgba(0,0,0,.1);transform:translateY(-4px)}.home-executive-app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,352px));grid-gap:16px;gap:16px}.home-executive-app-card,.home-library-app-card{border:1px solid var(--ant-color-border);border-radius:8px;cursor:pointer}.home-executive-app-card{height:154px}.home-library-app-card{height:142px}.home-executive-app-card .ant-card-body,.home-library-app-card .ant-card-body{height:100%;box-sizing:border-box}.home-executive-app-icon{width:32px;height:32px;border-radius:9px;background:var(--brand-rail-active);display:inline-flex;align-items:center;justify-content:center;color:#35575f;flex:0 0 auto}.home-executive-app-description{font-size:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-app-library-card{border-style:dashed;background:rgba(255,255,255,.76)}.home-app-library-dots{font-size:32px;font-weight:700;letter-spacing:2px;line-height:1;color:#35575f}.home-app-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:14px;gap:14px;padding-top:8px}@media (max-width:820px){.home-executive-app-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (max-width:520px){.home-executive-app-grid{grid-template-columns:1fr}}.home-new-perspective-card{transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.home-new-perspective-card:hover{border-color:var(--ant-color-primary)!important;box-shadow:0 8px 24px rgba(0,0,0,.14),0 4px 12px rgba(0,0,0,.08)!important;transform:translateY(-4px)}.home-collection-stack-wrap{position:relative;padding-right:7px;padding-bottom:8px}.home-collection-card-shell{position:relative;width:224px;height:260px;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.home-collection-card-shell-selected .home-collection-stack-edge{border-color:rgba(82,196,26,.55);box-shadow:0 2px 8px rgba(0,0,0,.08),0 0 14px rgba(82,196,26,.18)}.home-collection-stack-edge{position:absolute;inset:0;border:1px solid rgba(25,49,56,.16);border-radius:8px;background:rgba(255,255,255,.72);box-shadow:0 2px 8px rgba(0,0,0,.08)}.home-collection-stack-edge-one{transform:translate(7px,8px)}.home-collection-card-shell>.perspective-card,.home-collection-card-shell>div:not(.home-collection-card-overlay):not(.home-collection-stack-edge):not(.home-empty-collection-front){position:relative;z-index:2}.home-collection-card-overlay{position:absolute;left:0;right:0;bottom:0;z-index:4;padding:10px;border-radius:0 0 8px 8px;background:linear-gradient(180deg,rgba(25,49,56,0),rgba(25,49,56,.9))}.home-empty-collection-front{position:relative;z-index:2;width:224px;height:260px;border:1px solid var(--ant-color-border);border-radius:8px;background:rgba(255,255,255,.82);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#35575f}.home-collection-expanded-panel{width:calc(100% + 96px);margin:16px -48px 0;padding:18px 48px 40px;box-sizing:border-box;border-top:1px solid rgba(25,49,56,.16);border-bottom:1px solid rgba(25,49,56,.12);background:linear-gradient(180deg,rgba(255,255,255,.62) 0,rgba(255,255,255,.62) calc(100% - 1px),#fff calc(100% - 1px),#fff);box-shadow:inset 0 5px 7px -8px rgba(25,49,56,.28)}.home-collection-root-badge{position:absolute;top:8px;left:8px;z-index:5;padding:2px 8px;border-radius:999px;background:#193138;color:white;font-size:11px;font-weight:600}.home-collection-empty-state{min-height:120px;border:1px dashed var(--ant-color-border);border-radius:10px;background:rgba(255,255,255,.54)}