.message-wrapper{width:100%;display:flex;flex-direction:row}.message-wrapper .message{display:flex;padding:15px;max-width:920px;flex-direction:column}.message-wrapper .message img{max-width:320px;height:auto}.message-wrapper .message li{margin:0}.message-wrapper .message li>p{margin:0;display:inline}.message-wrapper .message h2{margin-bottom:10px;margin-top:10px}.message-wrapper .message ul,.message-wrapper .message ol{margin-bottom:10px;padding-left:25px}.message-wrapper .message li{margin-bottom:10px}.message-wrapper .message p{margin-bottom:0;margin-top:0}.message-wrapper .message .message-action{white-space:"break-spaces";text-align:left}.message-wrapper.is--divider{width:80%;border-bottom:1px solid #1c1c20;margin-left:auto;margin-right:auto}.message-wrapper.is--user{justify-content:flex-end}.message-wrapper.is--user .message{background:#1c1c20;color:#fff}.message-wrapper.is--andr{justify-content:flex-end}.message-wrapper.is--andr .message{background:#ffeff1}.message-wrapper.is--assistant{justify-content:flex-start}.message-wrapper.is--assistant p{margin-bottom:15px}.andr-assistant{max-width:960px!important}.andr-assistant .inner-section{background:#fff;border:1px solid #ff3b52;padding:10px;justify-content:center;margin:auto}.andr-assistant .inner-section .title{color:#ff3b52;font-size:20px;font-weight:600}.andr-assistant .inner-section input,.andr-assistant .inner-section input:focus{border:none!important;outline:none!important;box-shadow:none!important;flex:1;min-width:0;background:#fff!important}.andr-assistant .inner-section .ant-input{background:#fff!important}.andr-assistant .inner-section .ant-input::placeholder{color:#6f6a67b8}.andr-assistant .inner-section button{display:flex;flex-direction:row;align-items:center}.andr-assistant .inner-section button>span{display:flex}.andr-assistant .inner-section.is--loading{background:#fff}.andr-assistant .inner-section.is--loading .ant-btn[disabled],.andr-assistant .inner-section.is--loading .ant-btn:disabled,.andr-assistant .inner-section.is--loading .ant-btn-primary[disabled],.andr-assistant .inner-section.is--loading .ant-btn-primary:disabled{background:#ff3b524d!important;border-color:#ff3b526b!important;color:#fff!important;opacity:1!important;box-shadow:none!important}.andr-assistant .recommendations-list{justify-content:center;align-items:center;gap:10px}.andr-assistant .conversation{scrollbar-width:none!important;scrollbar-color:#f0f0ec transparent;display:flex;flex-direction:column;gap:15px;overflow-y:auto;position:relative;max-height:calc(100dvh - 242px);height:70dvh;padding-bottom:15px}.andr-assistant .conversation::-webkit-scrollbar{width:2px}.andr-assistant .conversation::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.andr-assistant .conversation::-webkit-scrollbar-track{background:transparent}.andr-assistant .conversation:before{content:"";position:sticky;top:0;left:0;right:0;min-height:72px;background:linear-gradient(to bottom,#fffc,#fff0);pointer-events:none;z-index:2}.andr-assistant .conversation .inner-wrapper{margin-top:auto}.andr-assistant .conversation .is--loader{display:flex;flex-direction:column;gap:6px;align-items:stretch;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;padding:10px 12px;margin:10px 0 15px;background:#1c1c2005;border:1px solid rgba(28,28,32,.06);border-radius:12px}.andr-assistant .conversation .is--loader .loader-head{display:flex;align-items:center;gap:8px}.andr-assistant .conversation .is--loader .loader-pulse-dot{width:10px;height:10px;border-radius:50%;background:#ff3b52;animation:loaderPulse 1.1s ease-in-out infinite}.andr-assistant .conversation .is--loader .loader-label{color:#1c1c20;font-size:13px;font-weight:500;line-height:1.15}.andr-assistant .conversation .is--loader .loader-track{width:100%;height:3px;border-radius:999px;background:#0000000f;overflow:hidden}.andr-assistant .conversation .is--loader .loader-track-bar{display:block;width:100%;height:100%;border-radius:999px;background:linear-gradient(90deg,#ff3b5299,#ff3b52);animation:loaderFill 1.45s ease-in-out infinite;transform-origin:left center}@keyframes loaderPulse{0%,to{opacity:.55;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}@keyframes loaderFill{0%{transform:scaleX(0)}70%{transform:scaleX(1)}to{transform:scaleX(1)}}.andr-assistant.is--compact{width:250px;max-width:250px!important;transition:width .3s ease,max-width .3s ease}.andr-assistant.is--compact .inner-section{padding:2px}.andr-assistant.is--compact input{font-size:14px}.andr-assistant.is--compact button{font-size:14px;padding:0 16px;height:34px}.andr-assistant.is--compact.is--expanded{width:560px;max-width:560px!important}.andr-side-rail{position:relative;width:89px;min-width:89px;height:100%;transition:width .6s cubic-bezier(.075,.82,.165,1);z-index:1;overflow:hidden;display:flex;align-items:stretch;background-color:#fff}.andr-side-rail.is--open{width:525px;min-width:525px}.andr-side-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:25px 25px 25px 50px;background:#fff;height:100%;transform:translate(100%);opacity:0;transition:transform .6s cubic-bezier(.075,.82,.165,1),opacity .25s ease-out}.andr-side-container .side-header,.andr-side-container .side-content,.andr-side-container .side-bottom{opacity:0;transform:translate(8px);transition:opacity .25s ease-out,transform .25s ease-out}.andr-side-rail.is--open .andr-side-container{transform:translate(0);opacity:1}.andr-side-rail.is--open .andr-side-container .side-header,.andr-side-rail.is--open .andr-side-container .side-content,.andr-side-rail.is--open .andr-side-container .side-bottom{opacity:1;transform:translate(0);transition-delay:.18s}.andr-side-rail .button-close{position:absolute;right:12px;top:31px;z-index:12}.andr-side-rail.is--open .button-close{right:450px}.andr-side-container .side-content{display:flex;flex-direction:column;gap:15px;flex:1;min-height:0}.andr-side-container .andr-assistant{display:flex;flex-direction:column;flex:1;min-height:0;max-width:100%!important}.andr-side-container .andr-assistant .conversation{flex:1;max-height:none;height:auto}.andr-side-container .andr-assistant .inner-section{margin-top:auto;margin-bottom:0;align-self:stretch;width:100%}.workspace-list{width:100%;max-height:420px;overflow-y:auto}.workspace-list .workspace-item:hover{cursor:pointer}.workspace-list .workspace-item:hover h4{color:#ff3b52!important}.workspace-list .workspace-item h4{margin-bottom:0!important;font-size:16px!important}.workspace-list .workspace-item .pin-item{opacity:.3;transition:"opacity 0.2s ease";cursor:"pointer";font-size:18;display:"flex";align-items:"center";justify-content:"center";min-width:20}.workspace-list .workspace-item .pin-item.is--pinned{color:#ff3b52;opacity:1}.help-section{display:grid;gap:10px;margin-top:10px;padding:15px;background:#f0f0ec}.help-section .help-section__header{border:none;background:transparent;padding:0;display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px;text-align:left;cursor:pointer}.help-section .help-section__header .help__title{display:inline-flex;font-weight:600;width:100%}.help-section .help-section__description{margin:0;color:#6f6a67;font-size:14px}.help-section .help-section__footer{display:flex}.initiative-create-modal-root .ant-modal-wrap{padding:15px!important;overflow:auto}.initiative-create-modal-root .ant-modal{margin:0 auto!important;max-width:calc(100vw - 30px)!important;max-height:calc(100vh - 30px)!important}.initiative-create-modal-root .ant-modal-content{max-height:calc(100vh - 30px)!important;overflow:hidden}.initiative-create-modal-root--recommendation .ant-modal-wrap{padding:15px!important;overflow:hidden!important;display:flex;align-items:center;justify-content:center}.initiative-create-modal-root--recommendation .ant-modal{margin:0!important;height:min(900px,90vh)!important;max-height:min(900px,90vh)!important}.initiative-create-modal-root--recommendation .ant-modal-content{height:100%!important;max-height:100%!important;overflow:hidden!important}.initiative-create-modal-root--recommendation .ant-modal-body{height:100%!important;min-height:0!important;overflow:hidden!important;padding:0!important;display:flex;flex-direction:column}.initiative-create-modal .initiative-create-modal__header{display:flex;align-items:center;gap:15px;margin-bottom:2px}.initiative-create-modal .initiative-create-modal__title-block{display:flex;flex-direction:column;gap:2px}.initiative-create-modal .initiative-create-modal__title-block h1{margin:0;line-height:1.05}.initiative-create-modal .initiative-create-modal__intro-copy{margin:0;color:#6f6a67;font-size:16px;line-height:1.25}.initiative-create-modal .initiative-create-modal__meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center;font-size:12px;line-height:1.4;color:#6f6a67}.initiative-create-modal .initiative-create-modal__meta-separator{color:#a59e99}.initiative-create-modal .initiative-create-modal__step{display:flex;flex-direction:column;gap:15px}.initiative-create-modal .initiative-create-modal__step-body{background:#fff;border-radius:10px 10px 10px 0;padding:15px}.initiative-create-modal .initiative-create-modal__step-body--type{display:flex;flex-direction:column;gap:15px}.initiative-create-modal .initiative-create-modal__entry-tabs{display:inline-flex;width:100%;background:#f0f0ec;border-radius:10px 10px 10px 0;padding:4px}.initiative-create-modal .initiative-create-modal__entry-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;color:#1c1c20cc;background:transparent;font-size:14px;line-height:1;padding:10px;cursor:pointer;font-weight:500;width:50%;border-radius:10px 10px 10px 0;transition:background .24s ease-in-out,color .24s ease-in-out}.initiative-create-modal .initiative-create-modal__entry-tab.is--active{background-color:#1c1c20;background-image:radial-gradient(circle at 85% 30%,rgba(255,59,82,.15),transparent 55%);color:#fff}.initiative-create-modal .initiative-create-modal__entry-tab-icon{width:14px;height:14px;display:inline-block}.initiative-create-modal .initiative-create-modal__entry-list{display:flex;flex-direction:column;gap:12px}.initiative-create-modal .initiative-create-modal__entry-card{--rec-accent-glow: rgba(28, 28, 32, .04);--rec-tag-bg: rgba(255, 255, 255, .65);width:100%;border:0;background:linear-gradient(155deg,#f8f8f4,#fbfbf8);padding:16px;display:flex;align-items:center;justify-content:flex-start;gap:14px;text-align:left;cursor:pointer;transition:background .32s ease-in-out,box-shadow .32s ease-in-out;isolation:isolate;position:relative;overflow:hidden}.initiative-create-modal .initiative-create-modal__entry-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 95% 10%,var(--rec-accent-glow),transparent 58%)}.initiative-create-modal .initiative-create-modal__entry-card>*{position:relative;z-index:1}.initiative-create-modal .initiative-create-modal__entry-card:not(.is--selected):hover{background:radial-gradient(circle at 92% 8%,var(--rec-accent-glow),transparent 48%),linear-gradient(155deg,#fdfdfc,#fafaf7);box-shadow:inset 0 0 0 1px #1c1c200a}.initiative-create-modal .initiative-create-modal__entry-card:not(.is--selected):hover .initiative-create-modal__entry-card-arrow{background-color:#1c1c2024;color:#1c1c20}.initiative-create-modal .initiative-create-modal__entry-card.is--selected{background:radial-gradient(circle at 88% 14%,#ff3b5233,#ff3b5200 58%),linear-gradient(100deg,#251d22,#2a1e23 54%,#372026)}.initiative-create-modal .initiative-create-modal__entry-card.is--selected:before{opacity:0}.initiative-create-modal .initiative-create-modal__entry-card.is--selected .initiative-create-modal__entry-card-arrow{background-color:#ff3b52;color:#fff}.initiative-create-modal .initiative-create-modal__entry-card.is--selected .initiative-create-modal__entry-card-copy strong{color:#fff}.initiative-create-modal .initiative-create-modal__entry-card.is--selected .initiative-create-modal__entry-card-copy p{color:#ffffffd1}.initiative-create-modal .initiative-create-modal__entry-card.is--selected:hover{background:radial-gradient(circle at 88% 14%,#ff3b521a,#ff3b5200 58%),linear-gradient(100deg,#251d22,#2a1e23 54%,#372026)}.initiative-create-modal .initiative-create-modal__entry-card--fans{--rec-accent-glow: rgba(34, 197, 94, .08);--rec-tag-bg: rgba(34, 197, 94, .14)}.initiative-create-modal .initiative-create-modal__entry-card--music{--rec-accent-glow: rgba(59, 130, 246, .08);--rec-tag-bg: rgba(59, 130, 246, .12)}.initiative-create-modal .initiative-create-modal__entry-card--comms{--rec-accent-glow: rgba(139, 92, 246, .08);--rec-tag-bg: rgba(139, 92, 246, .14)}.initiative-create-modal .initiative-create-modal__entry-card--live{--rec-accent-glow: rgba(245, 158, 11, .09);--rec-tag-bg: rgba(245, 158, 11, .14)}.initiative-create-modal .initiative-create-modal__entry-card-icon{width:48px;height:48px;max-width:48px;min-width:48px;border-radius:10px 10px 10px 0!important;flex:0 0 48px}.initiative-create-modal .initiative-create-modal__entry-card-icon .andr-bucket-icon__glyph{width:22px;height:22px}.initiative-create-modal .initiative-create-modal__entry-card-copy{flex:1 1 auto;min-width:0}.initiative-create-modal .initiative-create-modal__entry-card-copy strong{color:#1c1c20;display:block;font-size:17px;line-height:1.2;margin-bottom:4px}.initiative-create-modal .initiative-create-modal__entry-card-copy p{overflow:hidden;text-overflow:ellipsis;color:#6f6a67;margin:0;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.initiative-create-modal .initiative-create-modal__entry-card-side{display:inline-flex;align-items:center;gap:15px;margin-left:auto}.initiative-create-modal .initiative-create-modal__entry-card-arrow{width:38px;height:38px;border-radius:50%;background:#1c1c2014;color:#1c1c2094;display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;transition:background .24s ease-in-out,color .24s ease-in-out}.initiative-create-modal .initiative-create-modal__entry-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px}.initiative-create-modal .initiative-create-modal__manual-row{border:0;background:transparent;width:auto;padding:0;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.initiative-create-modal .initiative-create-modal__manual-row-left{color:#6f6a67;font-weight:500}.initiative-create-modal .initiative-create-modal__manual-row-right{color:#a59e99;font-size:16px}.initiative-create-modal .initiative-create-modal__entry-footer-actions{margin-left:auto;display:inline-flex;gap:10px;align-items:center}.initiative-create-modal .initiative-create-modal__field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.initiative-create-modal .initiative-create-modal__field--full{grid-column:1/-1}.initiative-create-modal .field{display:flex;flex-direction:column;gap:5px}.initiative-create-modal .field label{font-size:13px;font-weight:600}.initiative-create-modal .ant-input:not(textarea),.initiative-create-modal .ant-input-affix-wrapper,.initiative-create-modal .ant-picker,.initiative-create-modal .ant-input-number,.initiative-create-modal .ant-select .ant-select-selector,.initiative-create-modal .ant-input-outlined,.initiative-create-modal .ant-input-affix-wrapper-outlined,.initiative-create-modal .ant-picker-outlined,.initiative-create-modal .ant-input-number-outlined{width:100%;border-radius:10px 10px 10px 0!important;border-color:#f0f0ec!important;box-shadow:none!important;overflow:hidden;min-height:38px}.initiative-create-modal .ant-input-number{display:flex;align-items:center;height:38px}.initiative-create-modal .ant-input-number-input-wrap,.initiative-create-modal .ant-picker-input{display:flex;align-items:center;height:100%;width:100%}.initiative-create-modal .ant-input:not(textarea){height:38px}.initiative-create-modal .ant-select .ant-select-selector,.initiative-create-modal .ant-picker{height:38px!important}.initiative-create-modal .ant-input-number-input{height:100%!important}.initiative-create-modal .ant-input-number-handler-wrap{height:38px}.initiative-create-modal .ant-input-number-handler{height:19px!important}.initiative-create-modal .ant-select,.initiative-create-modal .ant-input-textarea{width:100%}.initiative-create-modal .ant-input-textarea textarea{border-radius:15px 15px 15px 0!important;border-color:#f0f0ec!important;box-shadow:none!important}@media (max-width: 768px){.initiative-create-modal .initiative-create-modal__entry-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}.initiative-create-modal .initiative-create-modal__entry-tab{font-size:14px;padding:15px 10px}.initiative-create-modal .initiative-create-modal__field-grid{grid-template-columns:1fr}.initiative-create-modal .initiative-create-modal__field--full{grid-column:auto}}.initiative-create-modal.is--recommendation>div:first-child{height:100%;max-height:100%;min-height:0;display:flex;flex-direction:column}.initiative-create-modal.is--recommendation .ant-modal-wrap{padding:15px!important}.initiative-create-modal.is--recommendation.ant-modal{margin:0 auto!important;height:min(900px,90vh);max-height:min(900px,90vh)}.initiative-create-modal.is--recommendation .ant-modal-content{padding:0!important;background:#fcfcfa!important;overflow:hidden;height:100%;max-height:100%;display:flex;flex-direction:column}.initiative-create-modal.is--recommendation.ant-modal.has--copilot-dock{max-width:min(1360px,100vw - 15px)!important;width:min(1360px,100vw - 15px)!important;height:min(900px,90vh);max-height:min(900px,90vh)}.initiative-create-modal.is--recommendation.ant-modal.has--copilot-dock .ant-modal-content{height:100%;max-height:100%;overflow:hidden}.initiative-create-modal.is--recommendation .ant-modal-body{padding:0!important;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.initiative-create-modal.is--recommendation .ant-modal-close{top:18px;inset-inline-end:18px!important;width:36px;height:36px;z-index:20;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.16)}.initiative-create-modal.is--recommendation .ant-modal-close .ant-modal-close-icon{color:#fff;font-size:16px}.initiative-create-modal.is--recommendation.has--copilot-dock .ant-modal-close{inset-inline-end:440px!important}.initiative-create-modal.is--recommendation .initiative-create-modal__recommendation-hero{padding:28px 36px 26px;background-color:#1c1c20;background-image:radial-gradient(circle at 85% 30%,rgba(255,59,82,.15),transparent 55%);color:#fffffff5;border-bottom:1px solid rgba(255,255,255,.08)}.initiative-create-modal.is--recommendation .initiative-create-modal__hero-eyebrow{color:#ff586c;text-transform:uppercase;font-size:12px;letter-spacing:.18em;font-weight:700;margin-bottom:14px}.initiative-create-modal.is--recommendation .initiative-create-modal__hero-title{margin:0 0 15px;font-size:40px;line-height:1.18;color:#fffffff5;max-width:calc(100% - 72px)}.initiative-create-modal.is--recommendation .initiative-create-modal__hero-meta{margin-bottom:15px;padding:15px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#f2eef1eb;font-size:14px;font-weight:500}.initiative-create-modal.is--recommendation .initiative-create-modal__hero-dot{color:#ffffff47}.initiative-create-modal.is--recommendation .initiative-create-modal__hero-why{margin:0;color:#eee9eceb;font-size:15px;line-height:1.5}.initiative-create-modal.is--recommendation .initiative-create-modal__hero-why strong{color:#fff}.initiative-create-modal.is--recommendation .initiative-create-modal__header{display:none}.initiative-create-modal.is--recommendation .initiative-create-modal__step{padding:24px 36px 20px;gap:18px;flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:none!important;scrollbar-color:#f0f0ec transparent}.initiative-create-modal.is--recommendation .initiative-create-modal__step::-webkit-scrollbar{width:2px}.initiative-create-modal.is--recommendation .initiative-create-modal__step::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.initiative-create-modal.is--recommendation .initiative-create-modal__step::-webkit-scrollbar-track{background:transparent}.initiative-create-modal.is--recommendation .initiative-create-modal__recommended-chat-title{font-size:15px;text-transform:uppercase;letter-spacing:.14em;color:#4a4747;font-weight:700;display:inline-flex;align-items:center;gap:8px}.initiative-create-modal.is--recommendation .initiative-create-modal__recommended-chat-title:before{content:"";width:6px;height:6px;border-radius:50%;background:#ff3b52;flex:0 0 6px}.initiative-create-modal.is--recommendation .initiative-create-modal__plan-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.initiative-create-modal.is--recommendation .initiative-create-modal__plan-header h3{margin:0;font-size:30px;color:#262529;display:inline-flex;align-items:baseline;gap:10px}.initiative-create-modal.is--recommendation .initiative-create-modal__plan-header h3 span{color:#87817e;text-transform:uppercase;letter-spacing:.11em;font-size:12px;font-weight:700}.initiative-create-modal.is--recommendation .initiative-create-modal__plan-header p{margin:0;color:#827c79;font-size:14px}.initiative-create-modal.is--recommendation .initiative-create-modal__field-grid{background:transparent;border-radius:0;padding:0}.initiative-create-modal.is--recommendation .modal__footer{padding-top:12px;justify-content:flex-end}@media (max-width: 1280px){.initiative-create-modal.is--recommendation .initiative-create-modal__step{padding-right:20px;padding-left:20px}}@media (max-height: 860px){.initiative-create-modal.is--recommendation.ant-modal{height:min(900px,90vh);max-height:min(900px,90vh)}}.initiative-create-modal__details-layout{display:flex;flex:1 1 0;min-height:0;overflow:hidden;height:100%;max-height:100%}.initiative-create-modal__left-pane{flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;border-right:1px solid rgb(219,217.04,212.76)}.initiative-create-modal__left-pane .initiative-create-modal__recommendation-hero{flex:0 0 auto}.initiative-create-modal__details-main{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;overflow:hidden;box-sizing:border-box}.initiative-create-modal__details-main .initiative-create-modal__step{min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.initiative-create-modal__details-main .initiative-create-modal__step-body{flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:none!important;scrollbar-color:#f0f0ec transparent;padding-bottom:8px}.initiative-create-modal__details-main .initiative-create-modal__step-body::-webkit-scrollbar{width:2px}.initiative-create-modal__details-main .initiative-create-modal__step-body::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.initiative-create-modal__details-main .initiative-create-modal__step-body::-webkit-scrollbar-track{background:transparent}.initiative-create-modal__details-main .initiative-create-modal__step .modal__footer{flex:0 0 auto;margin-top:0;padding-bottom:2px}.initiative-create-modal__copilot-pane{width:390px;flex:0 0 390px;background:#fff;position:relative;z-index:5;min-height:0;display:flex;flex-direction:column;gap:8px;padding:18px 16px 12px;overflow:hidden}.initiative-create-modal__recommended-chat-subtitle{margin:0 0 6px;font-size:12px;color:#8a8480;line-height:1.35;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.initiative-create-modal__copilot-pane .andr-assistant{max-width:none!important;height:100%;flex:1 1 auto;display:grid;grid-template-rows:minmax(0,1fr) auto;align-items:stretch;min-height:0;overflow:hidden;border-radius:0!important}.initiative-create-modal__copilot-pane .andr-assistant .conversation{max-height:100%!important;height:100%!important;min-height:0;margin-bottom:0;padding-bottom:10px;gap:4px;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.initiative-create-modal__copilot-pane .andr-assistant .conversation:before{min-height:24px;background:linear-gradient(to bottom,#ffffffeb,#fff0)}.initiative-create-modal__copilot-pane .andr-assistant .conversation.is--empty:before{display:none}.initiative-create-modal__copilot-pane .andr-assistant .message-wrapper .message{padding:10px 12px;max-width:none}.initiative-create-modal__copilot-pane .andr-assistant .inner-section{margin:0;padding:6px 8px;position:relative;z-index:2;background:#fff}.initiative-create-modal__copilot-pane .andr-assistant .inner-section input{font-size:15px}.initiative-create-modal__copilot-pane .andr-assistant .inner-section .ant-btn{min-width:42px;height:38px}@media (max-width: 1360px){.initiative-create-modal__details-layout{display:flex;flex-direction:row;overflow:hidden}.initiative-create-modal__left-pane{border-right:none;border-bottom:none;flex:1 1 auto;min-width:0}.initiative-create-modal__copilot-pane{display:flex;width:clamp(300px,32vw,390px);flex:0 0 clamp(300px,32vw,390px);min-height:0;max-height:none;border-top:none;border-left:1px solid rgb(219,217.04,212.76)}}.initiative-create-modal__helper-content{display:flex;flex-direction:column;gap:15px}.initiative-create-modal__helper-content .label{display:block;font-size:12px;color:#6f6a67}.initiative-create-modal__helper-content .value{font-weight:600;font-size:18px;color:#1c1c20}.initiative-create-modal__helper-content .hint{display:block;font-size:12px;line-height:1.4;color:#6f6a67}.initiative-create-modal__summary-overview,.initiative-create-modal__summary-windows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.initiative-create-modal__summary-item{display:flex;flex-direction:column;gap:4px}.initiative-create-modal__summary-item--full{grid-column:1/-1}@media (max-width: 768px){.initiative-create-modal__summary-overview,.initiative-create-modal__summary-windows{grid-template-columns:1fr}}.andr-bucket-tabs{display:flex;flex-direction:column;gap:25px;min-height:0}.andr-bucket-tabs.is--full-height{flex:1 1 auto;height:100%;min-height:0}.andr-bucket-tabs__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:15px;padding-bottom:10px;border-bottom:2px solid #f0f0ec}.andr-bucket-tabs__tab-list{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap;min-width:0}.andr-bucket-tabs__actions{margin-left:auto;display:flex;align-items:center;flex-shrink:0}.andr-bucket-tabs__tab{border:none;background:none;color:#a59e99;padding:5px 10px;font-weight:700;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;gap:10px}.andr-bucket-tabs__tab:hover{background:#f0f0ec}.andr-bucket-tabs__tab.is-active{background:#1c1c20;color:#fff}.andr-bucket-tabs__content{min-height:0}.andr-bucket-tabs.is--full-height .andr-bucket-tabs__content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.andr-bucket-tabs.is--full-height .andr-bucket-tabs__content>*{min-height:0;height:100%}.initiative-popup .initiative-popup__header{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;min-width:0;margin-bottom:10px;padding-bottom:10px;padding-right:56px}.initiative-popup .initiative-popup__header h2{display:block;width:100%;margin:0;font-size:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.initiative-popup .initiative-popup__title-row{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}.initiative-popup .initiative-popup__title-row>div{min-width:0;flex:1 1 auto;overflow:hidden}.initiative-popup .initiative-popup__icon{flex:0 0 auto}.initiative-popup .initiative-popup__meta-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#6f6a67}.initiative-popup .initiative-popup__meta-row .initiative-category-label{font-weight:600}.initiative-popup .initiative-popup__overview{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:15px}.initiative-popup .initiative-popup__planned-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:15px;background:#ffffffb8;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border-radius:12px 12px 12px 0}.initiative-popup .initiative-popup__planned-overlay-card{max-width:420px;padding:15px;background:#fffffff5;text-align:center}.initiative-popup .initiative-popup__planned-overlay-title{font-size:18px;font-weight:600;color:#1c1c20;margin-bottom:5px}.initiative-popup .initiative-popup__planned-overlay-text{font-size:14px;line-height:1.5;color:#6f6a67}.initiative-popup .initiative-popup__overview-left{display:flex;flex-direction:column;background:#f0f0ec;overflow:hidden}.initiative-popup .initiative-popup__metric-card{display:flex;flex-direction:column;padding:15px;border-bottom:1px solid rgba(0,0,0,.06);background:#f0f0ec}.initiative-popup .initiative-popup__metric-card .metric-label{font-size:18px;font-weight:500}.initiative-popup .initiative-popup__metric-card .metric-value{font-size:32px;font-weight:600}.initiative-popup .initiative-popup__metric-card .metric-baseline{margin-top:4px;font-size:12px;line-height:1.2;color:#6f6a67}.initiative-popup .initiative-popup__metric-card .metric-change{margin-top:auto;justify-content:space-between;align-items:flex-end;gap:10px;color:#1c1c20;font-size:12px}.initiative-popup .initiative-popup__metric-card .metric-change span:first-child{display:flex;align-items:flex-end;min-width:0}.initiative-popup .initiative-popup__metric-card:last-child{border-bottom:none}.initiative-popup .initiative-popup__metric-card.is--primary{background:#1c1c20;color:#fff}.initiative-popup .initiative-popup__metric-card.is--primary .metric-change{color:#f8f8f4}.initiative-popup .initiative-popup__metric-card.is--primary .initiative-popup__verdict-chip,.initiative-popup .initiative-popup__metric-card.is--primary .metric-verdict-chip{background:#ffffff1f;border-color:#ffffff24;color:#ffffffe6}.initiative-popup .initiative-popup__metric-card.is--primary .initiative-popup__verdict-chip.is--positive-strong,.initiative-popup .initiative-popup__metric-card.is--primary .initiative-popup__verdict-chip.is--positive,.initiative-popup .initiative-popup__metric-card.is--primary .initiative-popup__verdict-chip.is--positive-soft,.initiative-popup .initiative-popup__metric-card.is--primary .metric-verdict-chip.is--positive-strong,.initiative-popup .initiative-popup__metric-card.is--primary .metric-verdict-chip.is--positive,.initiative-popup .initiative-popup__metric-card.is--primary .metric-verdict-chip.is--positive-soft{color:#22c55e;background:#2ecc7129;border-color:#2ecc713d}.initiative-popup .initiative-popup__metric-card.is--primary .initiative-popup__verdict-chip.is--negative-strong,.initiative-popup .initiative-popup__metric-card.is--primary .initiative-popup__verdict-chip.is--negative,.initiative-popup .initiative-popup__metric-card.is--primary .initiative-popup__verdict-chip.is--negative-soft,.initiative-popup .initiative-popup__metric-card.is--primary .metric-verdict-chip.is--negative-strong,.initiative-popup .initiative-popup__metric-card.is--primary .metric-verdict-chip.is--negative,.initiative-popup .initiative-popup__metric-card.is--primary .metric-verdict-chip.is--negative-soft{color:#ff3b52;background:#ff3b5229;border-color:#ff3b523d}.initiative-popup .initiative-popup__metric-card.is--primary .initiative-popup__verdict-chip.is--stable,.initiative-popup .initiative-popup__metric-card.is--primary .initiative-popup__verdict-chip.is--neutral,.initiative-popup .initiative-popup__metric-card.is--primary .metric-verdict-chip.is--stable,.initiative-popup .initiative-popup__metric-card.is--primary .metric-verdict-chip.is--neutral{color:#fff;background:#ffffff4d;border-color:#ffffff4d}.initiative-popup .initiative-popup__overview-right{display:flex;flex-direction:column;gap:10px}.initiative-popup .initiative-popup__info-card{background:#fff;padding:15px;border:1px solid rgba(0,0,0,.05)}.initiative-popup .initiative-popup__info-card .info-title{font-size:16px;font-weight:600;margin-bottom:5px}.initiative-popup .initiative-popup__info-card .info-description{font-size:12px;color:#6f6a67;margin-bottom:10px}.initiative-popup .initiative-popup__info-card .info-value{display:flex;font-size:24px;font-weight:600}.initiative-popup .initiative-popup__info-value-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.initiative-popup .initiative-popup__impact-meta{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.initiative-popup .initiative-popup__evidence-meta{margin-top:5px;font-size:12px;line-height:1.5;color:#6f6a67}.initiative-popup .initiative-popup__stats-details{margin-top:5px}.initiative-popup .initiative-popup__stats-details summary{cursor:pointer;font-size:12px;color:#6f6a67;font-weight:500}.initiative-popup .initiative-popup__window-context{margin-bottom:10px;font-size:12px;line-height:1.4;color:#6f6a67}.initiative-popup .initiative-popup__next-step{margin-top:10px;font-size:12px;line-height:1.4;color:#6f6a67}.initiative-popup .initiative-popup__evidence-explainer{margin-top:5px;font-size:12px;line-height:1.5;color:#6f6a67}.initiative-popup .initiative-popup__evidence-debug{margin-top:5px;padding:5px;border:1px dashed rgba(0,0,0,.12);border-radius:6px 6px 6px 0;background:#f8f8f4;font-size:11px;line-height:1.4;color:#6f6a67}.initiative-popup .initiative-popup__verdict-chip,.initiative-popup .metric-verdict-chip{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:7px 12px;border-radius:10px 10px 10px 0;font-size:12px;font-weight:600;line-height:1;white-space:nowrap;border:1px solid transparent;transition:all .2s ease;background:#0000000f;color:#6f6a67}.initiative-popup .initiative-popup__verdict-chip.is--positive-strong,.initiative-popup .metric-verdict-chip.is--positive-strong{color:#22c55e;background:#2ecc7124;border-color:#2ecc7152}.initiative-popup .initiative-popup__verdict-chip.is--positive,.initiative-popup .metric-verdict-chip.is--positive{color:#22c55e;background:#2ecc711a;border-color:#2ecc713d}.initiative-popup .initiative-popup__verdict-chip.is--positive-soft,.initiative-popup .metric-verdict-chip.is--positive-soft{color:#22c55e;background:#2ecc7114;border-color:#2ecc7129}.initiative-popup .initiative-popup__verdict-chip.is--negative-strong,.initiative-popup .metric-verdict-chip.is--negative-strong{color:#ff3b52;background:#ff3b5224;border-color:#ff3b5252}.initiative-popup .initiative-popup__verdict-chip.is--negative,.initiative-popup .metric-verdict-chip.is--negative{color:#ff3b52;background:#ff3b521a;border-color:#ff3b523d}.initiative-popup .initiative-popup__verdict-chip.is--negative-soft,.initiative-popup .metric-verdict-chip.is--negative-soft{color:#ff3b52;background:#ff3b5214;border-color:#ff3b5229}.initiative-popup .initiative-popup__verdict-chip.is--stable,.initiative-popup .metric-verdict-chip.is--stable,.initiative-popup .initiative-popup__verdict-chip.is--neutral,.initiative-popup .metric-verdict-chip.is--neutral{color:#6f6a67;background:#f3f3f3;border-color:#d9d9d9}.initiative-popup .initiative-popup__initiative{background:#fff;padding:15px}.initiative-popup .initiative-popup__initiative-card p{font-size:14px;color:#6f6a67;line-height:1.5}.initiative-popup .initiative-popup__helper{margin-top:10px}.initiative-popup .initiative-popup__section-title{font-size:16px;font-weight:600;margin-top:15px;margin-bottom:5px}.initiative-popup .initiative-popup__section-title:first-child{margin-top:0}.initiative-popup .initiative-popup__attributes-section{margin-top:15px;display:flex;flex-direction:column;gap:10px}.initiative-popup .initiative-popup__edit-button{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important;height:auto!important;min-width:0!important;color:#a59e99!important;font-weight:600;line-height:1}.initiative-popup .initiative-popup__edit-button.ant-btn-text:not(:disabled):not(.ant-btn-disabled):hover,.initiative-popup .initiative-popup__edit-button.ant-btn-text:not(:disabled):not(.ant-btn-disabled):focus,.initiative-popup .initiative-popup__edit-button.ant-btn-text:not(:disabled):not(.ant-btn-disabled):active,.initiative-popup .initiative-popup__edit-button:hover,.initiative-popup .initiative-popup__edit-button:focus,.initiative-popup .initiative-popup__edit-button:active{background:transparent!important;border-color:transparent!important;box-shadow:none!important;color:#6f6a67!important}.initiative-popup .initiative-popup__attributes{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.initiative-popup .initiative-popup__attribute{display:flex;flex-direction:column;gap:5px;padding:10px;background:#f8f8f4}.initiative-popup .initiative-popup__attribute .label{font-size:12px;color:#6f6a67}.artist-context-modal .artist-context-modal__header h1{font-weight:600!important}.artist-context-modal .artist-context-modal__title-row{display:flex;align-items:center;gap:10px;border-bottom:1px solid #f0f0ec;padding-bottom:10px;margin-bottom:15px;justify-content:space-between}.artist-context-modal .artist-context-modal__title-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.artist-context-modal .artist-context-modal__meta-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#6f6a67}.artist-context-modal .artist-context-modal__step-dots{display:flex;align-items:center;gap:12px;flex-shrink:0}.artist-context-modal .artist-context-modal__step-dot{width:30px;height:12px;border-radius:999px;background:#0000001f}.artist-context-modal .artist-context-modal__step-dot.is--active{background:#1c1c20}.artist-context-modal .artist-context-modal__description{font-size:16px;margin-bottom:25px;max-width:980px}.artist-context-modal .artist-context-modal__body.is--review{scrollbar-width:none!important;scrollbar-color:#f0f0ec transparent;max-height:min(62vh,720px);overflow-y:auto;padding-right:4px}.artist-context-modal .artist-context-modal__body.is--review::-webkit-scrollbar{width:2px}.artist-context-modal .artist-context-modal__body.is--review::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.artist-context-modal .artist-context-modal__body.is--review::-webkit-scrollbar-track{background:transparent}.artist-context-modal .artist-context-modal__intro{display:grid;grid-template-columns:280px 1fr;gap:15px}.artist-context-modal .artist-context-modal__artist-card,.artist-context-modal .artist-context-modal__panel,.artist-context-modal .artist-context-modal__slot,.artist-context-modal .artist-context-modal__review-block{background:#fff;border-radius:10px 10px 10px 0}.artist-context-modal .artist-context-modal__artist-card h3,.artist-context-modal .artist-context-modal__panel h3,.artist-context-modal .artist-context-modal__slot h3,.artist-context-modal .artist-context-modal__review-block h3{font-size:30px!important}.artist-context-modal .artist-context-modal__artist-card{overflow:hidden;background:#f0f0ec}.artist-context-modal .artist-context-modal__artist-image{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#f0f0ec}.artist-context-modal .artist-context-modal__artist-placeholder{width:100%;aspect-ratio:1/1;background:linear-gradient(135deg,#ff3b521f,#0000000a)}.artist-context-modal .artist-context-modal__artist-copy{padding:15px;display:flex;flex-direction:column;gap:6px}.artist-context-modal .artist-context-modal__artist-title{font-size:20px;font-weight:600;color:#6f6a67}.artist-context-modal .artist-context-modal__title{font-size:30px;line-height:30px;font-weight:600!important}.artist-context-modal .artist-context-modal__body-copy{padding:25px;display:flex;flex-direction:column;justify-content:space-between;gap:15px}.artist-context-modal .artist-context-modal__body-copy h3{margin:0;font-size:44px;line-height:1;letter-spacing:-.03em}.artist-context-modal .artist-context-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.artist-context-modal .artist-context-modal__slot{padding:15px}.artist-context-modal .artist-context-modal__slot-title,.artist-context-modal .artist-context-modal__section-title{font-size:16px;font-weight:600;margin-bottom:10px}.artist-context-modal .artist-context-modal__field-label{display:inline-block;font-size:14px;font-weight:600;margin-bottom:8px}.artist-context-modal .artist-context-modal__goal-descriptions{background:#f0f0ec}.artist-context-modal .artist-context-modal__goal-description-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px;margin-top:15px;border-radius:18px;background:#ffffffb8;border:1px solid rgba(0,0,0,.05);cursor:pointer}.artist-context-modal .artist-context-modal__goal-description-list{display:flex;flex-direction:column;gap:10px}.artist-context-modal .artist-context-modal__goal-description-item{font-size:15px;line-height:1.45}.artist-context-modal .artist-context-modal__chip-group{display:flex;flex-wrap:wrap;gap:10px}.artist-context-modal .artist-context-modal__chip{border:none;border-radius:15px 15px 15px 0;padding:10px 15px;background:#f0f0ec;color:#1c1c20;font-family:DM Sans;font-size:14px;cursor:pointer;transition:background .3s ease,color .3s ease,transform .3s ease}.artist-context-modal .artist-context-modal__chip:hover{background:#f8f8f4}.artist-context-modal .artist-context-modal__chip.is--active{background:#ff3b52;color:#fff}.artist-context-modal .artist-context-modal__goal-chip-label{display:inline-flex;align-items:center;gap:10px;min-width:0;color:#1c1c20}.artist-context-modal .artist-context-modal__goal-chip-label img{filter:brightness(0) invert(0)}.artist-context-modal .artist-context-modal__reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.artist-context-modal .artist-context-modal__reference-card{padding:15px;min-height:320px}.artist-context-modal .artist-context-modal__reference-label{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:6px 6px 6px 0;padding:10px 15px;background:#f0f0ec;font-size:14px;font-weight:600;margin-bottom:15px}.artist-context-modal .artist-context-modal__reference-label.is--filled{background:#ff3b52;color:#fff}.artist-context-modal .artist-context-modal__reference-remove{border:none;background:transparent;color:inherit;cursor:pointer;padding:0}.artist-context-modal .artist-context-modal__review-section{display:flex;flex-direction:column;gap:10px}.artist-context-modal .artist-context-modal__review-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:10px}.artist-context-modal .artist-context-modal__review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.artist-context-modal .artist-context-modal__review-block{padding:15px}.artist-context-modal .artist-context-modal__review-tile{border-radius:10px 10px 10px 0;padding:5px 10px;background:#f0f0ec;margin-bottom:10px;display:inline-flex;align-items:center;gap:15px}.artist-context-modal .artist-context-modal__select .ant-select-selector{border-radius:10px 10px 10px 0/10px 10px 10px 0px!important}.artist-context-modal .artist-context-modal__select .ant-select-selector .ant-select-prefix{color:#6f6a67;margin-right:8px}.artist-context-modal .artist-context-modal__select.has-value .ant-select-selector{background:#ff3b52!important;color:#fff!important}.artist-context-modal .artist-context-modal__select.has-value .ant-select-selection-item,.artist-context-modal .artist-context-modal__select.has-value .ant-select-selection-placeholder,.artist-context-modal .artist-context-modal__select.has-value .ant-select-arrow,.artist-context-modal .artist-context-modal__select.has-value .ant-select-clear,.artist-context-modal .artist-context-modal__select.has-value .ant-select-prefix{color:#fff!important}.artist-context-modal .artist-context-modal__select.has-value img{filter:brightness(0) invert(1)}.artist-context-modal .artist-context-modal__review-pill-row{display:flex;flex-wrap:wrap;gap:10px}.artist-context-modal .artist-context-modal__review-pill{border-radius:10px 10px 10px 0;padding:10px 15px;background:#f0f0ec;color:#1c1c20;line-height:14px;font-size:14px}.artist-context-modal .artist-context-modal__edit-button{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important;height:auto!important;min-width:0!important;color:#a59e99!important;font-weight:600;line-height:1}.artist-context-modal .artist-context-modal__edit-button.ant-btn-text:not(:disabled):not(.ant-btn-disabled):hover,.artist-context-modal .artist-context-modal__edit-button.ant-btn-text:not(:disabled):not(.ant-btn-disabled):focus,.artist-context-modal .artist-context-modal__edit-button.ant-btn-text:not(:disabled):not(.ant-btn-disabled):active,.artist-context-modal .artist-context-modal__edit-button:hover,.artist-context-modal .artist-context-modal__edit-button:focus,.artist-context-modal .artist-context-modal__edit-button:active{background:transparent!important;border-color:transparent!important;box-shadow:none!important;color:#6f6a67!important}.artist-context-modal .artist-context-modal__save-error{margin-top:15px}.fan-capture-link-modal .fan-capture-link-modal__header{display:flex;align-items:center;gap:10px}.fan-capture-link-modal .fan-capture-link-modal__tab{display:grid;gap:15px}.fan-capture-link-modal .fan-capture-link-modal__metrics{padding:0;width:100%;background:#f0f0ec}.fan-capture-link-modal .fan-capture-link-modal__metrics .metrics-block__item:not(:first-child):before{display:none}.fan-capture-link-modal .fan-capture-link-modal__metric{display:grid;gap:5px;padding:15px;min-width:240px;align-content:center;border-radius:15px 15px 15px 0;width:100%}.fan-capture-link-modal .fan-capture-link-modal__metric.is-secondary{background:#f0f0ec;border-radius:0 15px 15px 0}.fan-capture-link-modal .fan-capture-link-modal__metric strong{color:#fff;font-family:Outfit;font-size:43px;font-style:normal;font-weight:600;line-height:normal}.fan-capture-link-modal .fan-capture-link-modal__metric.is-secondary strong{color:#1c1c20}.fan-capture-link-modal .fan-capture-link-modal__metric-label{color:#a59e99;font-family:DM Sans;font-size:17px;font-weight:700;line-height:normal}.fan-capture-link-modal .fan-capture-link-modal__metric-delta{color:#6f6a67;font-size:17px;line-height:normal}.fan-capture-link-modal .fan-capture-link-modal__url-preview{display:grid;grid-template-columns:1fr auto;gap:15px;align-items:start;margin-top:10px}.fan-capture-link-modal .fan-capture-link-modal__url-preview>div{display:grid;gap:5px}.fan-capture-link-modal .fan-capture-link-modal__url-preview button{min-width:220px}.fan-capture-link-modal .fan-capture-link-modal__domain-tab-button{width:auto!important;min-width:0!important;height:42px;justify-self:end}.fan-capture-link-modal .fan-capture-link-modal__copy-link{display:inline;padding:0;border:none;background:transparent;color:inherit;font:inherit;font-weight:500;cursor:pointer;text-align:left;word-break:break-all}.fan-capture-link-modal .fan-capture-link-modal__copy-link:hover,.fan-capture-link-modal .fan-capture-link-modal__copy-link:focus{color:#6f6a67}.fan-capture-link-modal .fan-capture-link-modal__pixel-list{display:grid;padding-top:10px!important;padding-bottom:10px!important}.fan-capture-link-modal .fan-capture-link-modal__pixel-row{display:grid;grid-template-columns:auto 100px;gap:10px;align-items:center;border-bottom:1px solid #f0f0ec;height:42px;padding-bottom:10px;margin-bottom:10px}.fan-capture-link-modal .fan-capture-link-modal__pixel-row:last-child{border:none;margin-bottom:0;padding-bottom:0}.fan-capture-link-modal .fan-capture-link-modal__pixel-label{font-weight:600;display:flex;align-items:center;gap:15px}.fan-capture-link-modal .fan-capture-link-modal__pixel-actions{display:inline-flex;flex-direction:row;align-items:center;gap:15px;justify-content:flex-end}.fan-capture-link-modal .fan-capture-link-modal__pixel-actions .fan-capture-link-modal__pixel-actions__setup{width:100%}.fan-capture-link-modal .fan-capture-link-modal__pixel-editor-description{margin:0 0 10px;color:#6f6a67;line-height:1.4}.fan-capture-link-modal .fan-capture-link-modal__pixel-editor-link{margin-top:10px!important}.fan-capture-link-modal .fan-capture-link-modal__consent-toggle{position:relative;display:flex;justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:10px;padding-top:2px}.fan-capture-link-modal .fan-capture-link-modal__consent-toggle-line{position:absolute;top:12px;left:40px;right:40px;border-top:2px solid #f0f0ec;z-index:0}.fan-capture-link-modal .fan-capture-link-modal__consent-option{border:none;background:transparent;padding:0;width:96px;display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center;cursor:pointer;position:relative;z-index:1}.fan-capture-link-modal .fan-capture-link-modal__consent-option-circle{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;line-height:1;color:#f0f0ec}.fan-capture-link-modal .fan-capture-link-modal__consent-option-circle .is--checked{color:#a59e99;font-size:26px;margin-top:-2px;margin-bottom:2px}.fan-capture-link-modal .fan-capture-link-modal__consent-option-circle .circle{width:22px;height:22px;margin-bottom:4px;border-radius:50%;background:#f0f0ec}.fan-capture-link-modal .fan-capture-link-modal__consent-option-label{font-size:16px;font-weight:600;color:#1c1c20}.fan-capture-link-modal .fan-capture-link-modal__consent-description{margin:0 0 15px;text-align:center;padding:0 25px;display:flex;flex-direction:column;gap:15px}.fan-capture-link-modal .fan-capture-link-modal__consent-description .description{font-weight:700;font-size:16px}.fan-capture-link-modal .fan-capture-link-modal__consent-description .summary{font-size:14px;color:#a59e99;white-space:pre}.fan-capture-link-modal .fan-capture-link-modal__policy-row{display:grid;grid-template-columns:1fr 1fr 48px;gap:10px;align-items:center;margin-bottom:15px}.fan-capture-link-modal .fan-capture-link-modal__policy-row:first-child{margin-bottom:10px}.fan-capture-link-modal .fan-capture-link-modal__policy-row:last-child{margin:0}.fan-capture-link-modal .fan-capture-link-modal__domains{display:grid;gap:10px}.fan-capture-link-modal .fan-capture-link-modal__domains-header p{margin:5px 0 0;color:#a59e99}.fan-capture-link-modal .fan-capture-link-modal__domain-create{display:grid;grid-template-columns:1fr auto;gap:10px}.fan-capture-link-modal .fan-capture-link-modal__domain-create-toggle{display:flex;justify-content:flex-end;padding-top:10px}.fan-capture-link-modal .fan-capture-link-modal__domain-modal-content{display:grid;gap:15px}.fan-capture-link-modal .fan-capture-link-modal__domain-modal-copy{margin:0;color:#a59e99;line-height:1.5}.fan-capture-link-modal .fan-capture-link-modal__domain-steps{display:grid;gap:10px;padding:15px;border:1px solid #f0f0ec;border-radius:8px}.fan-capture-link-modal .fan-capture-link-modal__domain-steps ol{margin:0;padding-left:18px;display:grid;gap:5px}.fan-capture-link-modal .fan-capture-link-modal__domain-list,.fan-capture-link-modal .fan-capture-link-modal__domain-empty{display:grid;gap:10px}.fan-capture-link-modal .fan-capture-link-modal__domain-empty span{color:#a59e99}.fan-capture-link-modal .fan-capture-link-modal__domain-row{display:flex;align-items:center;gap:15px;padding-bottom:10px;border-bottom:1px solid #f0f0ec}.fan-capture-link-modal .fan-capture-link-modal__domain-row:last-child{border-bottom:none;padding-bottom:0}.fan-capture-link-modal .fan-capture-link-modal__domain-hostname{font-weight:600;word-break:break-word}.fan-capture-link-modal .fan-capture-link-modal__domain-badge{flex-shrink:0;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600;background:#ffffff14;color:#a59e99}.fan-capture-link-modal .fan-capture-link-modal__domain-badge.is-active{background:#72bf7824;color:#72bf78}.fan-capture-link-modal .fan-capture-link-modal__domain-badge.is-verifying,.fan-capture-link-modal .fan-capture-link-modal__domain-badge.is-pending{background:#ffc40024;color:#d2a100}.fan-capture-link-modal .fan-capture-link-modal__domain-badge.is-error{background:#ff6b6b24;color:#ff6b6b}.fan-capture-link-modal .fan-capture-link-modal__domain-status-group{display:inline-flex;align-items:center;gap:5px;margin-left:auto}.fan-capture-link-modal .fan-capture-link-modal__domain-refresh{color:#a59e99}.fan-capture-link-modal .fan-capture-link-modal__actions{margin-top:25px;display:flex;justify-content:flex-end}@media (max-width: 900px){.fan-capture-link-modal .fan-capture-link-modal__metrics{min-height:0}.fan-capture-link-modal .fan-capture-link-modal__domains-header,.fan-capture-link-modal .fan-capture-link-modal__url-preview{grid-template-columns:1fr}.fan-capture-link-modal .fan-capture-link-modal__url-preview button{width:100%}.fan-capture-link-modal .fan-capture-link-modal__pixel-row,.fan-capture-link-modal .fan-capture-link-modal__policy-row,.fan-capture-link-modal .fan-capture-link-modal__domain-create{grid-template-columns:1fr}.fan-capture-link-modal .fan-capture-link-modal__domain-row{align-items:flex-start;flex-direction:column}}.fan-capture-link-modal__pixel-editor-description{margin:0 0 10px;color:#6f6a67;line-height:1.4}.fan-capture-link-modal__pixel-editor-link{margin-top:10px!important}.social-creator-preview-modal{font-family:DM Sans,sans-serif}.social-creator-preview-modal .ant-modal{padding-bottom:0}.social-creator-preview-modal .ant-modal-content{border-radius:25px 25px 25px 0;overflow:hidden;padding:15px;box-shadow:none}.social-creator-preview-modal .ant-modal-body{padding:0}.social-creator-preview-modal__header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px;padding-right:56px}.social-creator-preview-modal__identity{display:inline-flex;align-items:center;gap:10px;min-width:0}.social-creator-preview-modal__platform-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px 8px 8px 0;background:#fff;flex:0 0 auto}.social-creator-preview-modal__platform{min-width:0}.social-creator-preview-modal__platform strong{display:block;font-size:18px;line-height:1.2;font-weight:700;color:#6f6a67}.social-creator-preview-modal__body{display:flex;flex-direction:column;gap:15px}.social-creator-preview-modal__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.social-creator-preview-modal__stat,.social-creator-preview-modal__post{display:flex;flex-direction:column;gap:2px;padding:10px;background:#fff;border-radius:15px 15px 15px 0}.social-creator-preview-modal__stat .label{font-size:12px;color:#a59e99}.social-creator-preview-modal__stat strong{font-size:16px}.social-creator-preview-modal__section{display:flex;flex-direction:column;gap:10px}.social-creator-preview-modal__section-title{font-size:14px;font-weight:700;color:#1c1c20}.social-creator-preview-modal__songs{display:flex;flex-direction:column;gap:10px}.social-creator-preview-modal__posts-table{--posts-columns: minmax(0, 1.7fr) repeat(4, minmax(72px, 88px)) minmax(110px, 126px);--posts-gap: 12px;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:15px 15px 15px 0}.social-creator-preview-modal__posts-head{display:grid;grid-template-columns:var(--posts-columns);gap:var(--posts-gap);align-items:center;padding:10px 10px 5px;font-size:12px;font-weight:700;color:#1c1c20;border-bottom:1px solid rgba(0,0,0,.05);background:#fff;position:sticky;top:0;z-index:1}.social-creator-preview-modal__posts-body{max-height:230px;overflow-y:auto;overflow-x:hidden}.social-creator-preview-modal__posts-head span:last-child,.social-creator-preview-modal__songs span:last-child{text-align:right}.social-creator-preview-modal__post{width:100%;display:grid;grid-template-columns:var(--posts-columns);align-items:center;gap:var(--posts-gap);padding:12px 10px;margin:0;box-sizing:border-box;border-radius:0;border-bottom:1px solid rgba(0,0,0,.05);background:transparent;box-shadow:none;text-align:left}.social-creator-preview-modal__post:last-child{border-bottom:0}.social-creator-preview-modal__cell{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-creator-preview-modal__cell--post{text-align:left}.social-creator-preview-modal__cell--metric,.social-creator-preview-modal__cell--date{text-align:right}.social-creator-preview-modal__posts-head .social-creator-preview-modal__cell{font-size:12px;font-weight:700;color:#1c1c20}.social-creator-preview-modal__post .social-creator-preview-modal__cell{font-size:13px;color:#6f6a67}.social-creator-preview-modal__post .title{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#1c1c20}.social-creator-preview-modal__post .text-truncate{flex:1 1 auto;min-width:0}.social-creator-preview-modal__post-link{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#1c1c20;text-decoration:none}.social-creator-preview-modal__post-link:hover,.social-creator-preview-modal__post-link:focus,.social-creator-preview-modal__post-link:active{color:#a59e99;text-decoration:none;outline:none}.social-creator-preview-modal__song{width:fit-content;color:#ff3b52!important;font-size:14px!important}@media (max-width: 768px){.social-creator-preview-modal__posts-head,.social-creator-preview-modal__post{grid-template-columns:minmax(0,1fr) 84px 84px 84px}.social-creator-preview-modal__posts-head .social-creator-preview-modal__cell:nth-child(3),.social-creator-preview-modal__post .social-creator-preview-modal__cell:nth-child(3),.social-creator-preview-modal__posts-head .social-creator-preview-modal__cell:nth-child(4),.social-creator-preview-modal__post .social-creator-preview-modal__cell:nth-child(4),.social-creator-preview-modal__posts-head .social-creator-preview-modal__cell:nth-child(6),.social-creator-preview-modal__post .social-creator-preview-modal__cell:nth-child(6){display:none}}.social-post-preview-modal .ant-modal{padding-bottom:0}.social-post-preview-modal .ant-modal-content{border-radius:25px 25px 25px 0;overflow:hidden;padding:15px;box-shadow:none}.social-post-preview-modal .ant-modal-body{padding:0}.social-post-preview-modal__header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px;padding-right:56px}.social-post-preview-modal__identity{display:inline-flex;align-items:center;gap:10px;min-width:0}.social-post-preview-modal__platform-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px 8px 8px 0;background:#fff;flex:0 0 auto}.social-post-preview-modal__platform{min-width:0}.social-post-preview-modal__platform strong{display:block;font-size:18px;line-height:1.2;font-weight:700;color:#6f6a67}.social-post-preview-modal__open-link.ant-btn{display:inline-flex;align-items:center;gap:5px}.social-post-preview-modal__open-link.ant-btn .anticon{font-size:15px}.social-post-preview-modal__image-wrap{margin-bottom:15px;border-radius:10px 10px 10px 0;overflow:hidden;background:#fff}.social-post-preview-modal__image{display:block;width:100%;max-height:420px;object-fit:cover}.social-post-preview-modal__body{display:flex;flex-direction:column;gap:15px}.social-post-preview-modal__caption{font-size:15px;line-height:1.6;color:#1c1c20;white-space:pre-wrap}.social-post-preview-modal__song{padding:0;border:0;background:transparent;width:fit-content;font-size:14px;font-weight:600;color:#ff3b52;cursor:pointer}.social-post-preview-modal__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.social-post-preview-modal__stat{display:flex;flex-direction:column;gap:2px;padding:10px;background:#fff;border-radius:15px 15px 15px 0}.social-post-preview-modal__stat .label{font-size:12px;color:#a59e99}.social-post-preview-modal__stat strong{font-size:16px;color:#1c1c20}.ant-layout-content{display:flex;flex-direction:column}.ant-table-thead th{background:#f8f8f4!important}.compact-sidebar{position:absolute;top:0;left:0;height:calc(100% - 32px);z-index:30}.compact-sidebar:not(.ant-layout-sider-collapsed){box-shadow:0 18px 40px #00000059}.compact-sidebar-spacer{width:105px}.side-menu-container{display:flex;flex-direction:column;height:100%}.side-menu-container.is--collapsed{align-items:center}.side-menu-container.is--collapsed .side-menu-active-roster{margin-top:8px}.side-menu-container.is--collapsed .side-menu{max-width:100%;padding-left:16px}.side-menu-container.is--collapsed .side-menu .ant-menu-item .ant-menu-title-content{display:none}.side-menu-container.is--collapsed .side-menu .ant-menu-item-group-title{margin-left:-8px}.side-menu-container.is--collapsed .side-menu .ant-menu-item{display:flex;align-items:center}.side-menu-container.is--collapsed .side-menu .ant-menu-item-divider{margin-left:-16px}.side-menu-container.is--collapsed .side-menu .roster-item{margin-left:0!important}.side-menu-container.is--collapsed .side-menu .roster-item .artist-logo{min-width:32px}.side-menu-container.is--collapsed .side-menu .roster-item .show-full-roster{padding-left:4px}.side-menu-container .side-menu-active-roster{display:flex;flex-direction:row;gap:10px;margin-bottom:15px;align-items:center}.side-menu-container .side-menu-active-roster .active-roster-details{display:flex;flex-direction:column;overflow-x:hidden}.side-menu-container .side-menu-active-roster .active-roster-details button{color:#a59e99!important}.side-menu-container .side-menu-active-roster .active-roster-details h3{color:#fff}.side-menu-container .side-menu-footer{margin-top:15px;margin-bottom:15px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.side-menu-container .side-menu-footer button{color:#a59e99!important;transition:all .3s ease-in-out}.side-menu-container .side-menu-footer button:hover .side-menu-footer__pin-icon{background-color:#fff;transition:all .3s ease-in-out}.side-menu-container .side-menu-footer .side-menu-footer__pin-icon{display:inline-block;width:24px;height:24px;background-color:#a59e99;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.side-menu-container .side-menu-footer .side-menu-footer__pin-icon.is--pin{mask-image:url(/icons/pin.svg);-webkit-mask-image:url(/icons/pin.svg)}.side-menu-container .side-menu-footer .side-menu-footer__pin-icon.is--pin-fill{mask-image:url(/icons/pin_fill.svg);-webkit-mask-image:url(/icons/pin_fill.svg)}.side-menu-container .side-menu{display:flex;flex:auto;background:#1c1c20!important;color:#fff!important;padding-bottom:10px;flex-grow:1}.side-menu-container .side-menu .ant-menu-item-divider{border-color:#6f6a67!important;border:0 0 1px 0;margin-top:4px;margin-bottom:4px}.side-menu-container .side-menu .ant-menu-item-group .ant-menu-item-group-title{color:#6f6a67!important;padding-left:4px}.side-menu-container .side-menu .ant-menu-item{background:transparent!important;color:#a59e99!important;padding-left:4px!important;display:flex;align-items:center;height:40px;line-height:40px}.side-menu-container .side-menu .ant-menu-item .ant-menu-title-content{display:inline-flex;align-items:center;height:24px;line-height:24px;transform:translateY(2px)}.side-menu-container .side-menu .ant-menu-item.ant-menu-item-selected{color:#fff!important;font-weight:500}.side-menu-container .side-menu .ant-menu-item.ant-menu-item-selected .ant-menu-item-icon.icon--svg{filter:brightness(0) invert(1)}.side-menu-container .side-menu .ant-menu-item .ant-menu-item-icon.icon--svg{display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;min-width:24px;line-height:1;filter:brightness(1) invert(0);object-fit:contain}.side-menu-container .side-menu .ant-menu-item:hover{color:#fff!important}.side-menu-container .side-menu .ant-menu-item:hover .ant-menu-item-icon.icon--svg{filter:brightness(0) invert(1)}.side-menu-container .side-menu .ant-menu-item-icon{margin-left:-6px}.side-menu-container .side-menu .space-divider{flex:auto;border:none}.side-menu-container .side-menu .roster-item .ant-menu-item-icon{filter:none none!important}.side-menu-container .side-menu .roster-item .ant-menu-item-icon:hover{filter:none!important}.side-menu-container .side-menu .roster-item .artist-logo{margin-left:-6px!important}.side-menu-container .side-menu .roster-item .show-full-roster{margin-left:0!important}.ant-layout-sider-trigger{display:none!important}.ant-layout-sider-has-trigger{padding-bottom:0!important}.main-content-with-andr-side-container{overflow:visible!important;position:relative}.main-content-with-andr-side-container.has--side-container .andr-bucket-layout{padding-right:0!important}.main-content-with-andr-side-container.has--side-container:after{content:"";position:absolute;top:0;right:-25px;width:25px;height:100%;background:#f8f8f4;border-top-right-radius:32px;border-bottom-right-radius:32px;box-shadow:6px 0 5px #0000001a;-webkit-box-shadow:6px 0px 5px 0px rgba(0,0,0,.1);-moz-box-shadow:6px 0px 5px 0px rgba(0,0,0,.1);z-index:4}.scroll-container{scrollbar-width:none!important;scrollbar-color:#f0f0ec transparent;height:100%;min-height:0;overflow:hidden}.scroll-container::-webkit-scrollbar{width:2px}.scroll-container::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.scroll-container::-webkit-scrollbar-track{background:transparent}.scroll-container .page-content{width:100%;height:100%;max-height:100%;min-height:100%;display:flex;flex-direction:column;padding:25px;overflow:hidden}.scroll-container .page-tab-content{width:100%;gap:25px;align-items:flex-start;max-height:100%;min-height:100%;height:100%;flex:1;display:flex}.scroll-container .page-tab-content .card{max-width:100%;width:100%}.scroll-container .page-tab-content .section-insights{width:360px;display:flex;flex-direction:column;min-height:0}.scroll-container .scroll-content{display:flex;height:100%;max-height:100%;min-height:0;overflow-y:auto;overflow-x:hidden;position:relative;z-index:2}.scroll-container-mobile{display:flex;flex-direction:column;max-height:100dvh;flex:auto;position:relative}.scroll-container-mobile .page-content{width:100%;max-height:100%;min-height:100%;display:flex;flex-direction:column;padding:15px;overflow:hidden}.scroll-container-mobile header{position:fixed;top:0;width:100%}.auth-wrapper{padding:15px;height:calc(100vh - 30px);position:relative;background-color:#1c1c20;background:linear-gradient(162deg,#1c1c20,#000)}.auth-wrapper .andr-logo{height:45px;width:auto;position:absolute;left:25px;top:25px}.login-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:500px;padding:15px;border-radius:25px 25px 25px 0;background-color:#f8f8f4;box-shadow:0 0 20px #0000000d}.auth-section{display:flex;align-items:center;height:auto;padding:0;width:100%}.auth-section .auth-container{margin:0 auto;padding:25px;max-width:512px;width:100%;justify-content:center;display:flex;flex-direction:column;align-items:center}.auth-section .auth-container .header{width:100%;text-align:left}.auth-section .auth-container .header h1{font-family:Outfit;font-weight:700;font-size:22px}.auth-section .auth-container form{width:100%}.auth-section .auth-container form .helper{margin-bottom:10px;font-weight:500}.auth-section .auth-container form button{font-weight:500!important}.auth-section .auth-container .other-methods{position:relative;text-align:center}.auth-section .auth-container .other-methods span{color:#a59e99}.auth-section .auth-container .other-methods span:before,.auth-section .auth-container .other-methods span:after{position:absolute;width:calc(50% - 60px);background:#a59e99;content:"";height:1px;top:50%;z-index:0}.auth-section .auth-container .other-methods span:before{left:0}.auth-section .auth-container .other-methods span:after{right:0}.auth-section .auth-container .spotify-auth-button{background:#fff!important;border:1px solid #a59e99!important;font-weight:600!important;width:auto}.auth-section .auth-container .spotify-auth-button .spotify-auth-icon{width:21px;height:21px}.auth-section .auth-container .footer{margin-top:15px;text-align:center;width:100%}.auth-section .auth-container .footer .action{font-weight:600}.initiative-hover{box-sizing:border-box;width:420px;min-width:420px;max-width:420px;display:flex;flex-direction:row;align-items:stretch;gap:8px;border-radius:12px;overflow:hidden;background:#f0f0ec;box-shadow:0 12px 32px #00000029}.initiative-hover .initiative-hover__left{box-sizing:border-box;flex:0 0 206px;align-self:stretch;background:#1c1c20;color:#fff;padding:15px;display:flex;flex-direction:column;height:auto;justify-content:flex-start;width:206px;min-width:206px;max-width:206px;overflow:hidden}.initiative-hover .initiative-hover__left .initiative-hover__details .initiative-hover__title-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;color:#fff}.initiative-hover .initiative-hover__left .initiative-hover__details .initiative-hover__title-row .initiative-hover__icon{width:19px;height:19px;flex:0 0 19px;border-radius:4px 4px 4px 0;object-fit:cover}.initiative-hover .initiative-hover__left .initiative-hover__details .initiative-hover__title-row .initiative-hover__title{font-weight:600;font-size:18px;letter-spacing:-.2px;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.initiative-hover .initiative-hover__right{box-sizing:border-box;flex:0 0 206px;align-self:stretch;display:flex;flex-direction:column;padding:15px;width:206px;min-width:206px;max-width:206px;justify-content:flex-start;gap:15px}.initiative-hover .initiative-hover__right>.initiative-hover__metric-card:last-child{margin-top:auto}.initiative-hover .initiative-hover__metric-card{display:flex;flex-direction:column;gap:5px}.initiative-hover .initiative-hover__metric-card .metric-label{font-size:18px;color:#1c1c20;font-weight:600}.initiative-hover .initiative-hover__metric-card .metric-value{line-height:32px;font-size:32px;font-weight:500;font-family:Outfit,sans-serif}.initiative-hover .initiative-hover__metric-card .metric-change{font-size:14px;color:#6f6a67;display:flex;align-items:center;gap:5px}.initiative-hover .initiative-hover__metric-card .metric-change .trend{font-size:11px}.initiative-hover .initiative-hover__metric-card .metric-change .trend.is--up{color:#22c55e}.initiative-hover .initiative-hover__metric-card .metric-change .trend.is--down{color:#ff3b52}.initiative-hover .initiative-hover__metric-card--empty{visibility:hidden}.initiative-hover .initiative-hover__metric-card.is--primary{margin-top:auto}.initiative-hover .initiative-hover__metric-card.is--primary .metric-label{color:#f0f0ec}.initiative-hover .initiative-hover__metric-card.is--primary .metric-value{color:#fff}.initiative-hover .initiative-hover__metric-card.is--primary .metric-change{color:#f0f0ec}.initiative-hover .initiative-hover__metric-card.is--primary .metric-change .trend.is--down{color:#ff3b52cc}.initiative-hover .impact-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 15px;border-radius:999px;background:#ff3b5240;border:1px solid rgba(255,59,82,.45);font-size:12px;white-space:nowrap;color:#fff}.metrics-chart-container .recharts-tooltip-wrapper{z-index:20!important}.metrics-chart-container.is--expanded .metrics-chart-actions .icon-button img{transform:rotate(-180deg)}.metrics-chart-container .metrics-chart__title .metrics-chart__period{margin-left:15px;font-size:12px;font-weight:300;color:#a59e99}.metrics-chart-container .icon-button{font-size:20px}.metrics-chart-container .action-marker-dot{position:absolute;width:12px;height:12px;border-radius:50%;cursor:pointer;pointer-events:auto;transition:transform .12s ease,box-shadow .12s ease}.metrics-chart-container .action-marker-dot:hover{transform:scale(1.25);box-shadow:0 0 0 6px #00000014;z-index:2}.metrics-chart-container .metrics-tooltip{position:relative;z-index:20;background:#f8f8f4;border-radius:10px;padding:12px 14px;box-shadow:0 10px 28px #00000014;min-width:240px}.metrics-chart-container .metrics-tooltip .metric-date{font-size:11px;font-weight:600;color:#6f6a67;margin-bottom:10px}.metrics-chart-container .metrics-tooltip .metric-list{display:grid;gap:8px}.metrics-chart-container .metrics-tooltip .metric-list .item-row{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px}.metrics-chart-container .metrics-tooltip .metric-list .item-row .name{font-size:13px;color:#6f6a67}.metrics-chart-container .metrics-tooltip .metric-list .item-row .value{font-weight:700;font-size:14px;color:#1c1c20}.metrics-chart-container .metrics-chart-metric-selector-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:25px}.metrics-chart-container .metrics-chart-metric-selector-container .metrics-chart-metric-selector{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.metrics-chart-container .metrics-chart-metric-selector-container .metrics-chart-metric-selector .text-muted{color:#6f6a67!important;font-weight:600}.metrics-chart-container .line-type-preview{display:inline-block;width:25px;height:0;border-top-width:3px;border-top-color:var(--line-type-color, #ff3b52);margin-right:8px}.metrics-chart-container .line-type--solid{border-top-style:solid}.metrics-chart-container .line-type--dashed{border-top-style:dashed}.metrics-chart-container .line-type--dotted{border-top-style:none;background-image:radial-gradient(circle,var(--line-type-color, #ff3b52) 1.5px,transparent 1.5px);background-size:6px 3px;background-repeat:repeat-x;height:3px}.andr-bucket-header{display:flex;align-items:center;justify-content:space-between;gap:25px;width:100%;height:50px}.andr-bucket-header__left{display:flex;align-items:center;gap:15px;min-width:0}.andr-bucket-header__icon{display:flex;align-items:center;justify-content:center;color:#f0f0ec}.andr-bucket-icon{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;flex:0 0 45px;color:inherit;background:var(--andr-bucket-icon-bgcolor, rgba(255, 59, 82, .05));border-radius:10px 10px 10px 0;border:1px solid var(--andr-bucket-header-icon-color, #ff3b52)}.andr-bucket-icon__glyph{display:inline-block;width:24px;height:24px;background-color:var(--andr-bucket-header-icon-color, #ff3b52);mask-image:var(--andr-bucket-icon-src);mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-image:var(--andr-bucket-icon-src);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.andr-bucket-header__titles{display:flex;flex-direction:column;gap:4px;min-width:0}.andr-bucket-header__title{font-size:36px;font-weight:700;color:#1c1c20}.andr-bucket-header__summary{font-size:13px;color:#6f6a67}.andr-bucket-header__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.andr-bucket-header__inline-metrics{display:flex;min-width:0}.andr-bucket-header__ask{max-width:560px;width:auto;display:flex}.andr-bucket-header__inline-metrics>.ant-btn.ant-btn-primary,.andr-bucket-header__add-button.ant-btn.ant-btn-primary{background:#f0f0ec!important;border-color:transparent!important;color:#1c1c20!important;box-shadow:none!important;height:40px;padding:0 16px;font-size:14px;font-weight:500;line-height:1}.andr-bucket-header__inline-metrics>.ant-btn.ant-btn-primary:hover,.andr-bucket-header__inline-metrics>.ant-btn.ant-btn-primary:focus,.andr-bucket-header__inline-metrics>.ant-btn.ant-btn-primary:active,.andr-bucket-header__add-button.ant-btn.ant-btn-primary:hover,.andr-bucket-header__add-button.ant-btn.ant-btn-primary:focus,.andr-bucket-header__add-button.ant-btn.ant-btn-primary:active{background:#f8f8f4!important;border-color:transparent!important;color:#1c1c20!important}.andr-bucket-header__inline-metrics>.ant-btn.ant-btn-primary .anticon,.andr-bucket-header__add-button.ant-btn.ant-btn-primary .anticon{color:#1c1c20!important}@media (max-width: 768px){.andr-bucket-header{flex-direction:column;align-items:flex-start}.andr-bucket-header__actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.andr-bucket-header__inline-metrics{width:100%}}.andr-bucket-layout{display:flex;flex-direction:column;gap:25px;width:100%;max-width:100%;height:100%;min-height:0;padding:25px}.andr-bucket-header-wrapper,.andr-bucket-metrics{width:100%}.andr-bucket-main{display:grid;grid-template-columns:minmax(0,1fr);gap:25px;width:100%;flex:1 1 auto;height:100%;min-height:0}.andr-bucket-main.is--with-secondary{grid-template-columns:minmax(0,1fr) 340px}.andr-bucket-primary{display:flex;flex-direction:column;gap:25px;flex:1 1 auto;min-width:0;min-height:0}.andr-bucket-tabs{flex:1;min-height:0}.andr-bucket-story,.andr-bucket-tabs,.andr-bucket-content,.andr-bucket-secondary{min-width:0}.andr-bucket-secondary{display:flex;flex-direction:column;gap:25px}@media (max-width: 1200px){.andr-bucket-main.is--with-secondary{grid-template-columns:minmax(0,1fr)}}@media (max-width: 768px){.andr-bucket-layout{padding:15px}}.andr-bucket-content{min-height:0;height:100%}.andr-bucket-content.is--expanded{overflow:auto}.andr-bucket-content__split{min-height:0;min-width:0;width:100%;height:100%}.andr-bucket-content__primary,.andr-bucket-content__secondary{flex:1 1 auto;min-height:0;min-width:0;width:100%;height:100%;display:flex;flex-direction:column}.andr-bucket-content__primary,.andr-bucket-content__primary>*,.andr-bucket-content__secondary>*,.andr-bucket-content__primary>*>*{min-width:0}.initiatives-column-fullheight{min-height:100%}.andr-bucket-content.is--split .andr-bucket-content__primary,.andr-bucket-content.is--split .andr-bucket-content__secondary{overflow-x:hidden;overflow-y:auto}.andr-bucket-content.is--expanded .andr-bucket-content__primary,.andr-bucket-content.is--expanded .andr-bucket-content__secondary{overflow:visible;height:auto}.andr-bucket-content.is--expanded .scroll-content{overflow:visible}.andr-bucket-content.is--expanded .andr-bucket-content__split{height:auto}.andr-bucket-content__insights,.andr-bucket-insights{display:flex;flex-direction:column;gap:15px;height:100%}.andr-bucket-content__primary .scroll-content,.andr-bucket-content__secondary .scroll-content{height:100%;min-height:0}.andr-bucket-content.is--expanded .andr-bucket-content__insights,.andr-bucket-content.is--expanded .andr-bucket-insights{flex-direction:row;flex-wrap:wrap;align-items:flex-start}.metrics-block{display:flex;flex-wrap:wrap;border-radius:15px;padding:15px 0;color:#fff;row-gap:15px}.metrics-block .metrics-block__item{position:relative;flex:1 1 220px;padding:0 24px;min-width:200px}.metrics-block .metrics-block__item.is--hoverable{cursor:pointer}.metrics-block .metrics-block__item:not(:first-child):before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:1px;background:#a59e99}.metrics-block .metrics-block__label,.metrics-block .metrics-block__subLabel{color:#a59e99;font-family:DM Sans;font-size:17px;font-style:normal;font-weight:700;line-height:normal}.metrics-block .metrics-block__value{color:#fff;font-family:Outfit;font-size:43px;font-style:normal;font-weight:600;line-height:normal}.metrics-block .metrics-block__value.is--coming-soon{color:#a59e99}.metrics-block .metrics-block__value-row{display:flex;align-items:center;gap:8px}.metrics-block .metrics-block__explain-icon{color:#a59e99;font-size:14px;line-height:1;cursor:help}.metrics-block .metrics-block__delta{display:inline-block;text-overflow:ellipsis;max-width:100%;overflow:hidden;white-space:nowrap}.metrics-block .metrics-block__delta-desc{color:#6f6a67}.metrics-block .metrics-block__delta--up .metrics-block__delta-value{color:#22c55e}.metrics-block .metrics-block__delta--down .metrics-block__delta-value{color:#ff3b52}.metrics-block .metrics-block__delta--neutral .metrics-block__delta-value{color:#6f6a67}@media (max-width: 1200px){.metrics-block .metrics-block__item:not(:first-child):before{display:none}}@media (max-width: 900px){.metrics-block .metrics-block__item{padding:0 16px}.metrics-block .metrics-block__label{font-size:18px;line-height:18px}.metrics-block .metrics-block__value{font-size:32px;line-height:32px}}.andr-bucket-metrics-bar{width:100%;position:relative}.andr-bucket-metrics-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 85% 30%,rgba(255,59,82,.15),transparent 55%);pointer-events:none;border-radius:25px 25px 25px 0!important}.initiatives-card{padding-bottom:10px;display:flex;flex-direction:column;background:#f8f8f5;gap:10px;overflow:hidden;cursor:pointer;transition:background .24s ease-in-out}.initiatives-card:hover{background:#f0f0ecb3}.initiatives-card:hover .title-row{background:#f0f0ecb8}.initiatives-card:focus-visible{outline:2px solid rgba(28,28,32,.22);outline-offset:2px}.initiatives-card .title{font-size:14px;font-weight:600;line-height:1.18;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal}.initiatives-card .meta{font-size:14px;color:#6f6a67;font-weight:400;line-height:1.25}.initiatives-card .initiative-category-label{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal}.initiatives-card .initiative-category-badge{align-self:start;margin-top:1px}.initiatives-card .impact-inline{white-space:nowrap;font-size:12px;font-weight:600;padding:2px 5px;border-radius:10px 10px 10px 0;background:#0000000d;color:#6f6a67}.initiatives-card .impact-inline.is--positive{color:#22c55e;background:#2ecc711f}.initiatives-card .impact-inline.is--negative{color:#ff3b52;background:#ff3b521f}.initiatives-card .impact-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.08);background:#0000002e;flex:0 0 10px}.initiatives-card .impact-dot.is--positive{background:#22c55e;border-color:#2ecc7166}.initiatives-card .impact-dot.is--negative{background:#ff3b52;border-color:#ff3b5266}.initiatives-card .impact-dot.is--neutral{background:#f6b73c;border-color:#f6b73c73}.initiatives-card .meta-date{color:#6f6a67f2;white-space:nowrap;text-align:right}@media (max-width: 1320px){.initiatives-card .title{-webkit-line-clamp:3;line-clamp:3}}.initiatives-card .ant-empty{margin-top:75px}.initiatives-card .title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#ecece8;padding:8px 10px;border-radius:10px 10px 0 0;transition:all .3s ease-in-out}.initiatives-card .meta-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:12px;row-gap:6px;padding-left:10px;padding-right:10px;min-width:0}.initiatives-card .meta-row.is--stacked{grid-template-columns:1fr;align-items:start}.initiatives-card .meta-row.is--stacked .meta-date{text-align:left;white-space:normal}.initiatives-card .meta-category{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:10px;min-width:0}.initiatives-card .meta-category span{min-width:0;overflow-wrap:anywhere;word-break:break-word;line-height:1.35}.loader-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;box-sizing:border-box}.loader-andr{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:radial-gradient(circle at 50% 50%,#1c1c201a,#1c1c2000 70%);animation:andr-loader-turn-pause 2.4s ease-in-out infinite}.loader-andr img{display:block;width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%)}.loader-andr--small{width:22px;height:22px}.loader-andr--default{width:28px;height:28px}.loader-andr--large{width:34px;height:34px}@keyframes andr-loader-turn-pause{0%{transform:rotate(0) scale(1)}34%{transform:rotate(360deg) scale(1.02)}58%{transform:rotate(360deg) scale(1)}92%{transform:rotate(720deg) scale(1.02)}to{transform:rotate(720deg) scale(1)}}.insights-panel{display:flex;flex-direction:column;gap:15px;width:100%}.insights-panel h4{font-size:14px;color:#6f6a67}.insights-panel .list{display:grid;gap:15px}.insights-panel .list .item{display:flex;flex-direction:row;align-items:flex-start;border-radius:12px;background:#f8f8f4;cursor:pointer}.insights-panel .list .item .actions-panel__item-body{display:flex;flex-direction:column;padding:10px;gap:5px}.insights-panel .list .item .actions-panel__item-body .action__title{font-size:16px;font-weight:500}.insights-panel .list .item .actions-panel__item-body .action__subtitle{font-size:12px;color:#6f6a67}.insights-panel .list .item .actions-panel__item-body .action__chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}.insights-panel .list .item .actions-panel__item-body .impact-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.08);font-size:12px}.insights-panel .list .item .actions-panel__item-body .impact-chip.tier{text-transform:capitalize}.insights-panel .list .item .actions-panel__item-body .impact-chip.is--outperforming{background:#2ecc7126;border-color:#2ecc7140}.insights-panel .list .item .actions-panel__item-body .impact-chip.is--on_track{background:#ffd70d26;border-color:#ffd70d59}.insights-panel .list .item .actions-panel__item-body .impact-chip.is--underperforming{background:#ff3b521f;border-color:#ff3b524d}.insights-panel .list .item .actions-panel__item-body .impact-chip.is--insufficient_data{background:#0000000d;border-color:#0000001f}.insights-panel .list .item .actions-panel__item-body .impact-chip .label{color:#6f6a67;font-weight:500}.insights-panel .list .item img{width:60px;min-width:60px;height:60px;min-height:60px;object-fit:cover}.insights-panel .list .item .badge{background:var(--accent-warning);color:#fff;font-size:11px;padding:4px 8px;border-radius:999px}.actions-panel.is--empty{width:100%}.actions-panel>.insights-panel+.insights-panel{margin-top:15px}.insights-panel.activities-empty{width:100%;max-width:100%;margin-bottom:15px;overflow:hidden;background:#f0f0ec}.insights-panel.activities-empty .insights-panel__header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 15px;background:#1c1c20}.insights-panel.activities-empty .insights-panel__header .ant-btn{padding-inline:0}.insights-panel.activities-empty .insights-panel__content.activities-empty__body{background:#fff;padding:15px}.insights-panel.activities-list .insights-panel__content.activities-list__body{background:#fff;padding:10px;display:flex;flex-direction:column;gap:10px}.insights-panel.activities-list .insights-panel__content.activities-list__body.activities-list__body--mock{position:relative;isolation:isolate;gap:10px}.activities-list__item{background:transparent;transition:background .24s ease-in-out}.activities-list__item:hover{background:#f0f0ec6b}.initiatives-card.initiatives-card--mock{cursor:default}.initiatives-card.initiatives-card--mock .title{-webkit-line-clamp:1;line-clamp:1}.initiatives-card.initiatives-card--mock .impact-inline,.initiatives-card.initiatives-card--mock .activities-list__mock-impact{white-space:nowrap;font-size:12px;font-weight:600;padding:2px 5px;border-radius:10px 10px 10px 0;background:#2ecc711f;color:#22c55e}.initiatives-card.initiatives-card--mock:hover{background:#f8f8f5}.initiatives-card.initiatives-card--mock:hover .title-row{background:#ecece8}.activities-list__body--mock:hover .activities-panel-hover-overlay,.activities-list__body--mock:focus-within .activities-panel-hover-overlay{opacity:1;pointer-events:auto}.actions-panel.is--row>.flex-row{flex-wrap:wrap;gap:25px}.actions-panel.is--row .section{flex:1 1 280px;min-width:260px}.actions-panel.is--row .section .list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:15px}.actions-panel.is--row .section .list .item{width:100%}.fan-capture-link-item:focus-visible{outline:2px solid rgba(33,35,41,.28);outline-offset:2px}.insights-panel.activities-capture-empty{width:100%;max-width:100%;overflow:hidden;background:#f0f0ec}.insights-panel.activities-capture-empty .insights-panel__header{padding:10px 15px;background:#1c1c20}.insights-panel.activities-capture-empty .insights-panel__content.activities-capture-empty__body{background:#fff;padding:15px;gap:10px}.insights-panel.activities-capture-list .insights-panel__content.activities-capture-list__body{background:#fff;padding:10px;display:flex;flex-direction:column;gap:10px}.insights-panel.activities-capture-list .insights-panel__content.activities-capture-list__body.activities-capture-list__body--mock{position:relative;isolation:isolate;gap:10px}.fan-capture-link-item{background:#f8f8f4;padding:10px;transition:background .24s ease-in-out}.fan-capture-link-item:hover{background:#f0f0ec9e}.fan-capture-link-item.fan-capture-link-item--mock{cursor:default}.fan-capture-link-item.fan-capture-link-item--mock:hover{background:#f8f8f4}.fan-capture-link-item__title-row,.fan-capture-link-item__meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.fan-capture-link-item__title-row{margin-bottom:6px}.fan-capture-link-item__title{color:#1c1c20;font-size:14px;font-weight:600;line-height:1.18;min-width:0}.fan-capture-link-item__meta-row{color:#6f6a67;font-size:14px;line-height:1.25}.activities-capture-empty__description{margin:0;max-width:300px;color:#6f6a67;font-size:14px;line-height:1.35;font-weight:400}.activities-capture-empty__cta{margin-top:4px}.activities-capture-list__body--mock:hover .activities-panel-hover-overlay,.activities-capture-list__body--mock:focus-within .activities-panel-hover-overlay{opacity:1;pointer-events:auto}.page-dashboard .home-bucket-header{height:auto;min-height:25px;align-items:center}.page-dashboard .home-bucket-header .andr-bucket-header__left,.page-dashboard .home-bucket-header .andr-bucket-header__titles{align-items:center}.page-dashboard .home-bucket-header .andr-bucket-header__title{font-size:36px;line-height:1}.page-dashboard .home-bucket-header .andr-bucket-header__summary{margin-top:2px;font-size:13px;line-height:1.1;color:#6f6a67}.page-dashboard .home-header-summary{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.page-dashboard .home-header-summary__item{display:inline-flex;align-items:center;gap:5px;color:#6f6a67;font-size:14px!important;line-height:1!important;font-weight:500!important}.page-dashboard .home-header-summary__item img{width:20px;height:20px}.page-dashboard .home-header-summary__item.is--link{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit}.page-dashboard .home-header-summary__item.is--link:hover{opacity:.8}.page-dashboard .home-bucket-header .andr-bucket-header__actions{gap:10px;flex:1;min-width:0;justify-content:flex-end}.page-dashboard .home-primary__metrics .andr-bucket-metrics-bar{width:100%}.page-dashboard .home-primary__metrics{position:sticky;top:0;z-index:5;background:#f8f8f4}.page-dashboard .home-primary__metrics .andr-bucket-metrics-bar .metrics-block{flex-wrap:nowrap}.page-dashboard .home-primary__metrics .andr-bucket-metrics-bar .metrics-block .metrics-block__item{flex:1 1 0;min-width:0;padding:0 30px}.page-dashboard .home-primary__metrics .andr-bucket-metrics-bar .metrics-block .metrics-block__value{margin-bottom:4px}.page-dashboard .home-primary__metrics .andr-bucket-metrics-bar .metrics-block .metrics-block__delta{white-space:normal;overflow:visible;text-overflow:unset}.page-dashboard .home-primary{display:flex;flex-direction:column;gap:25px}.page-dashboard .home-signals{display:flex;flex-direction:column;gap:15px;position:relative;padding:25px;border-radius:15px 15px 15px 0;background:#fff;overflow:hidden}.page-dashboard .home-signals>*{position:relative;z-index:1}.page-dashboard .home-signals__heading{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:10px;width:100%}.page-dashboard .home-signals__title-group{display:flex;flex-direction:column;align-items:flex-start;gap:5px;max-width:780px}.page-dashboard .home-signals__topline{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.page-dashboard .home-signals__eyebrow{color:#6f6a67e6;font-weight:700;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.08em;display:inline-flex;align-items:center}.page-dashboard .home-signals__title{margin:0;font-size:28px;line-height:1.06;font-weight:700;color:#1c1c20}.page-dashboard .home-signals__meta{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:#6f6a67;border:1px solid #f0f0ec;background:#fff;border-radius:5px 5px 5px 0;padding:5px 10px;white-space:nowrap;flex:0 0 auto}.page-dashboard .home-signals__meta strong{color:#1c1c20;font-weight:600}.page-dashboard .home-signals__meta-spinner{display:inline-flex;align-items:center;justify-content:center;color:#6f6a67;font-size:14px;animation:home-signals-spin 1s linear infinite}.page-dashboard .home-signals__carousel{width:100%;min-width:0}.page-dashboard .home-signals__loading{min-height:220px;background:#f8f8f4;display:flex;align-items:center;justify-content:center}.page-dashboard .home-signals__track{display:flex;flex-wrap:nowrap;align-items:stretch;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding-bottom:4px;-webkit-overflow-scrolling:touch}.page-dashboard .home-signals__track::-webkit-scrollbar{height:6px}.page-dashboard .home-signals__track::-webkit-scrollbar-thumb{border-radius:999px;background:#1c1c202e}.page-dashboard .home-signal-card{--rec-accent-glow: rgba(28, 28, 32, .04);--rec-tag-bg: rgba(255, 255, 255, .65);flex:0 0 min(740px,max(330px,(100% - 28px) / 3));scroll-snap-align:start;scroll-snap-stop:always;gap:10px;min-height:220px;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:15px;align-self:stretch;position:relative;isolation:isolate;overflow:hidden;cursor:pointer;text-align:left;transition:background .32s ease-in-out,box-shadow .32s ease-in-out;background:linear-gradient(155deg,#f8f8f4,#fbfbf8)}.page-dashboard .home-signal-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.9;z-index:0;background:radial-gradient(circle at 95% 8%,var(--rec-accent-glow),transparent 54%)}.page-dashboard .home-signal-card>*{position:relative;z-index:1}.page-dashboard .home-signal-card .home-signal-card__title{color:#1c1c20;line-height:1.26;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.page-dashboard .home-signal-card .home-signal-card__description{color:#1c1c20d1;line-height:1.3;text-align:left;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden}.page-dashboard .home-signal-card .home-signal-card__description strong{color:#1c1c20}.page-dashboard .home-signal-card-emptystate{width:100%;min-height:160px;flex:1 1 auto;background:transparent;padding:28px 20px;cursor:default}.page-dashboard .home-signal-card.is--featured{background:radial-gradient(circle at 88% 14%,#ff3b5233,#ff3b5200 58%),linear-gradient(100deg,#251d22,#2a1e23 54%,#372026);transition:background .32s ease-in-out,box-shadow .32s ease-in-out}.page-dashboard .home-signal-card.is--featured:before{opacity:0}.page-dashboard .home-signal-card.is--featured:after{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,#fff0,#ffffff52,#fff0);pointer-events:none}.page-dashboard .home-signal-card.is--featured .home-signal-card__title{color:#fff}.page-dashboard .home-signal-card.is--featured .home-signal-card__description,.page-dashboard .home-signal-card.is--featured .home-signal-card__description strong{color:#f0f0ec}.page-dashboard .home-signal-card:hover{background:linear-gradient(155deg,#fcfcfb,#fafaf7)}.page-dashboard .home-signal-card.is--featured:hover{background:radial-gradient(circle at 88% 14%,#ff3b521a,#ff3b5200 58%),linear-gradient(100deg,#251d22,#2a1e23 54%,#372026)}.page-dashboard .home-signal-card:focus-visible{outline:2px solid rgba(28,28,32,.28);outline-offset:2px}.page-dashboard .home-signal-card.is--featured:focus-visible{outline-color:#ffffff8c}.page-dashboard .home-signal-card--fans:not(.is--featured){--rec-accent-glow: rgba(34, 197, 94, .08);--rec-tag-bg: rgba(34, 197, 94, .14)}.page-dashboard .home-signal-card--music:not(.is--featured){--rec-accent-glow: rgba(59, 130, 246, .08);--rec-tag-bg: rgba(59, 130, 246, .12)}.page-dashboard .home-signal-card--comms:not(.is--featured){--rec-accent-glow: rgba(139, 92, 246, .08);--rec-tag-bg: rgba(139, 92, 246, .14)}.page-dashboard .home-signal-card--live:not(.is--featured){--rec-accent-glow: rgba(245, 158, 11, .09);--rec-tag-bg: rgba(245, 158, 11, .14)}.page-dashboard .home-signal-card--live.is--featured{background:radial-gradient(circle at 88% 14%,#ff3b522e,#ff3b5200 58%),linear-gradient(100deg,#2d261e,#362c1d 54%,#372026)}.page-dashboard .home-signal-card__content{display:flex;flex-direction:column;gap:10px}.page-dashboard .home-signal-card__tag{color:#6f6a67;white-space:nowrap;word-break:keep-all;overflow-wrap:normal;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700;background:var(--rec-tag-bg);border-radius:5px 5px 5px 0;padding:5px 10px;line-height:1}.page-dashboard .home-signal-card.is--featured .home-signal-card__tag{color:#ffffffc7;background:#ffffff1a}.page-dashboard .home-signal-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.page-dashboard .home-signal-card__cta{border-radius:10px 10px 10px 0;background:#ffffffb8;color:#1c1c20e0;font-size:13px;font-weight:500;line-height:1;padding:10px 15px;cursor:inherit;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.page-dashboard .home-signal-card__cta .home-signal-card__cta-icon{width:14px;height:14px;display:block;flex:0 0 14px;object-fit:contain;filter:brightness(0) invert(0)}.page-dashboard .home-signal-card__cta-emptystate{width:auto;height:auto;color:#1c1c20;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:600;cursor:pointer;align-self:center}.page-dashboard .home-signal-card:hover .home-signal-card__cta{background:#ffffffdb;color:#1c1c20}.page-dashboard .home-signal-card.is--featured .home-signal-card__cta{background:#ffffff2e;color:#fff;font-weight:600}.page-dashboard .home-signal-card.is--featured .home-signal-card__cta .home-signal-card__cta-icon{filter:brightness(0) invert(1)}.page-dashboard .home-signal-card.home-signal-card--mock{cursor:default}.page-dashboard .home-signals__carousel--mock{position:relative}.page-dashboard .home-signals__carousel--mock .home-signal-card--mock .home-signal-card__content,.page-dashboard .home-signals__carousel--mock .home-signal-card--mock .home-signal-card__footer{opacity:.78;transition:opacity .22s ease-in-out}.page-dashboard .home-signals__hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:15px;text-align:center;line-height:1.2;background:#ffffffe6;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);opacity:0;pointer-events:none;transition:opacity .22s ease-in-out}.page-dashboard .home-signals__carousel--mock:hover .home-signals__hover-overlay,.page-dashboard .home-signals__carousel--mock:focus-within .home-signals__hover-overlay{opacity:1;pointer-events:auto}.page-dashboard .home-signals__hover-overlay.is--visible{opacity:1;pointer-events:auto}.page-dashboard .home-signals__carousel--mock:hover .home-signal-card--mock .home-signal-card__content,.page-dashboard .home-signals__carousel--mock:hover .home-signal-card--mock .home-signal-card__footer,.page-dashboard .home-signals__carousel--mock:focus-within .home-signal-card--mock .home-signal-card__content,.page-dashboard .home-signals__carousel--mock:focus-within .home-signal-card--mock .home-signal-card__footer{opacity:.2}@media (prefers-reduced-motion: reduce){.page-dashboard .home-signal-card{transition:none}.page-dashboard .home-signals__meta-spinner{animation:none}}.page-dashboard .home-signal-card-emptystate .home-signal-card__title,.page-dashboard .home-signal-card-emptystate .home-signal-card__description{text-align:center}.page-dashboard .home-signals__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.page-dashboard .home-signals__see-all{border:none;background:transparent;color:#1c1c20;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:0}@media (max-width: 1680px){.page-dashboard .home-signal-card{flex-basis:min(540px,max(300px,(100% - 14px) / 2))}}@media (max-width: 920px){.page-dashboard .home-primary__metrics .andr-bucket-metrics-bar .metrics-block{flex-wrap:wrap}.page-dashboard .home-primary__metrics .andr-bucket-metrics-bar .metrics-block .metrics-block__item{flex-basis:100%}.page-dashboard .home-signals__heading{flex-direction:column;align-items:flex-start}.page-dashboard .home-signals__meta{width:auto;max-width:none;overflow:visible;white-space:nowrap;flex-wrap:nowrap}.page-dashboard .home-signals__actions{width:100%;justify-content:space-between}.page-dashboard .home-bucket-header .andr-bucket-header__title{font-size:34px}.page-dashboard .home-signals__title{font-size:26px}.page-dashboard .home-signal-card__title{font-size:17px}.page-dashboard .home-signal-card{flex-basis:min(86vw,360px)}}@media (max-width: 1200px){.page-dashboard .home-signals{padding:15px 15px 25px}.page-dashboard .home-signals__track{flex-direction:column;flex-wrap:nowrap;overflow-x:hidden;overflow-y:visible;gap:10px}.page-dashboard .home-signal-card{flex:1 1 auto;min-width:0;width:100%}}@media (max-width: 640px){.page-dashboard .home-signals{padding:10px 10px 15px;gap:10px}.page-dashboard .home-signals__title{font-size:22px;line-height:1.1}.page-dashboard .home-signals__meta{gap:6px;font-size:12px;padding:5px}.page-dashboard .home-signal-card{padding:10px}.page-dashboard .home-signal-card__title{font-size:16px;line-height:1.2}.page-dashboard .home-signal-card__description{font-size:13px}.page-dashboard .home-signal-card__footer{flex-wrap:wrap;align-items:flex-start}.page-dashboard .home-signal-card__cta{width:100%;justify-content:center}}@keyframes home-signals-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.insights-panel{width:100%;max-width:100%;display:block;background:#f0f0ec}.insights-panel .insights-panel__header{width:100%;box-sizing:border-box;background:#1c1c20;color:#fff;padding:5px 15px;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700}.insights-panel .insights-panel__content{width:100%;box-sizing:border-box;background:#fff;padding:10px;container-type:inline-size}.insights-panel .insights-panel__content .insight-item{padding:5px;background:#f8f8f4;margin-bottom:10px;position:relative}.insights-panel .insights-panel__content .insight-item:last-child{margin-bottom:unset}.insights-panel .insights-panel__content .insight-item .label{font-size:14px}.insights-panel .insights-panel__content .insight-item .value{display:block;font-size:24px;font-weight:600;line-height:1.15;white-space:break-spaces;overflow:hidden;text-overflow:ellipsis;overflow-wrap:anywhere}.insights-panel .insights-panel__content .insight-item .value .value__content{display:inline}.insights-panel .insights-panel__content .insight-item .value.is--hoverable{opacity:1}.insights-panel .insights-panel__content .insight-item .value.is--hoverable .value__content{display:inline-flex;width:fit-content;max-width:100%}.insights-panel .insights-panel__content .insight-item .value.is--hoverable:hover .value__content{cursor:pointer;opacity:.8}.insights-panel .insights-panel__content .insight-item .insight-item__explainer-icon{position:absolute;top:8px;right:8px;color:#6f6a67;font-size:14px;cursor:pointer;line-height:1}@container (max-width: 420px){.insights-panel .insights-panel__content .insight-item .value{font-size:22px}}@container (max-width: 360px){.insights-panel .insights-panel__content .insight-item .value{font-size:20px}}@container (max-width: 320px){.insights-panel .insights-panel__content .insight-item .value{font-size:19px}}.fans-breakdown{overflow:visible!important}.fans-breakdown__map{width:100%;height:320px;position:relative}.fans-breakdown .title{font-size:25px;font-weight:700}.fans-breakdown .world-wrapper{width:100%;height:100%}.fans-breakdown .world-wrapper .jvectormap-container{border-radius:10px;width:100%;height:100%}.fans-breakdown .world-wrapper .jvectormap-zoomin,.fans-breakdown .world-wrapper .jvectormap-zoomout{left:auto!important;right:10px!important;width:32px;height:32px;border-radius:6px;background:#a59e99!important;color:#6f6a67!important;border:0!important;box-shadow:none!important;font-size:24px;line-height:30px}.fans-breakdown .world-wrapper .jvectormap-zoomin{top:10px!important}.fans-breakdown .world-wrapper .jvectormap-zoomout{top:46px!important}.fans-breakdown .world-wrapper svg{height:100%}.fan-capture-table-section .fan-capture-create-row{cursor:pointer}.fan-capture-table-section .fan-capture-create-row td{font-weight:600;background:#ffffff08;transition:background .2s ease}.fan-capture-table-section .fan-capture-create-row:hover td{background:#ffffff0f}.fan-capture-table-section .fan-capture-create-row__label{display:inline-flex;align-items:center;gap:10px}.fan-capture-table-section .fan-capture-expanded-row{display:grid;gap:10px}.fan-capture-table-section .fan-capture-expanded-row__line{display:grid;grid-template-columns:120px 1fr auto;gap:15px;align-items:center}.fan-capture-table-section .fan-capture-expanded-row__actions{display:flex;justify-content:flex-end}.fan-capture-table-section .fan-capture-expanded-row__url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fan-capture-table-section .fan-capture-expanded-row__url-list-item{display:grid;grid-template-columns:1fr auto;align-items:center;white-space:normal}.fan-capture-table-section .fan-capture-expanded-row__url-list-item a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fan-capture-table-section .fan-capture-expanded-row__copy-link{border:none;background:transparent;padding:0;margin:0;display:inline-flex;width:fit-content;max-width:100%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.fan-capture-table-section .fan-capture-expanded-row__domain-label{display:inline-flex;align-items:center;gap:10px;font-size:12px;color:#a59e99;grid-column:1/-1}.fan-capture-table-section .fan-capture-expanded-row__domain-status{font-size:11px;color:#f0f0ec;text-transform:uppercase;letter-spacing:.04em}@media (max-width: 900px){.fan-capture-table-section .fan-capture-expanded-row__line{grid-template-columns:1fr;gap:6px}.fan-capture-table-section .fan-capture-expanded-row__url{white-space:normal;word-break:break-word}.fan-capture-table-section .fan-capture-expanded-row__url-list-item{grid-template-columns:1fr}.fan-capture-table-section .fan-capture-expanded-row__url-list-item a,.fan-capture-table-section .fan-capture-expanded-row__copy-link{white-space:normal;word-break:break-word}}.fans-bucket{--andr-bucket-header-icon-color: #22C55E;--andr-bucket-icon-bgcolor:rgba(34, 197, 94, .05)}.statistic{position:relative}.statistic:hover .explain-trigger{filter:none!important}.statistic.andr-container .label{color:#ff3b52}.statistic .label{font-weight:500;font-size:14px;line-height:100%;color:gray}.statistic .value{font-size:24px;font-weight:700;font-weight:500;font-size:18px;line-height:100%;color:#343434}.statistic .explain-trigger{position:absolute;display:flex;padding:10px;bottom:0;right:0}.statistic .explain-trigger .explain-trigger__icon{width:20px;height:20px;display:block}@media (max-width: 800px){.statistic-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 400px){.statistic-grid{grid-template-columns:1fr!important}}.page-artist-context .artist-details .details .title{font-size:35px}.page-artist-context .artist-details .details .subtitle{font-size:20px;font-weight:500;color:gray}.page-artist-context .artist-details .details>section{color:gray}.page-artist-context ul{padding-left:15px}.page-artist-context ul li strong{margin-right:10px}.page-artist-context ul li strong:after{content:"-";margin-left:10px}.page-artist-context .ant-tabs,.page-artist-context .ant-tabs .ant-tabs-content-holder{overflow:hidden;flex:auto;display:flex;max-height:100%}.page-artist-context .ant-tabs .ant-tabs-content{scrollbar-width:none!important;scrollbar-color:#f0f0ec transparent;flex:auto;overflow-y:auto;overflow-x:hidden}.page-artist-context .ant-tabs .ant-tabs-content::-webkit-scrollbar{width:2px}.page-artist-context .ant-tabs .ant-tabs-content::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.page-artist-context .ant-tabs .ant-tabs-content::-webkit-scrollbar-track{background:transparent}.page-artist-context .tab-content>div:first-child{margin-bottom:0!important}.page-artist-context .tab-content>div:first-child .ant-tabs-tab{min-width:92px;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center}.page-artist-context .tab-content>div:nth-child(2){border-radius:0 15px 15px 0!important;background:#fff;border-left:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:25px}.page-artist-context .tab-content>div:nth-child(2) section.tab-content-panel{display:flex;flex-direction:column;gap:25px}.page-artist-context .suggested-moment>section:first-child{align-items:center}.page-artist-context .suggested-moment>section:first-child>span{font-size:18px;font-weight:500}.page-artist-context .suggested-moment>section:first-child button{border:none}.dev-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:999px;background:#ffffff14;color:#a59e99;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.04em}.comms-overview__panels{display:flex;flex-direction:column;gap:15px}.comms-overview__empty-chart{display:flex;flex-direction:column;gap:10px;min-height:380px;justify-content:center}.comms-overview__empty-chart p{margin:0;font-size:14px;color:#a59e99}.comms-overview__top-content{display:flex;flex-direction:column;gap:10px}.comms-overview__content-item{width:100%;display:grid;grid-template-columns:24px 20px minmax(0,1fr);align-items:center;gap:10px;padding:10px;background:#f8f8f4;border:none;text-align:left;cursor:pointer}.comms-overview__content-item:hover .comms-overview__content-title{opacity:.8}.comms-overview__content-rank{font-size:12px;font-weight:700;color:#a59e99}.comms-overview__content-platform{display:inline-flex;align-items:center;justify-content:center}.comms-overview__content-body{display:flex;flex-direction:column;gap:2px;min-width:0}.comms-overview__content-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;color:#1c1c20}.comms-overview__content-meta{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#a59e99}.comms-overview__empty{padding:10px;font-size:13px;color:#a59e99}.comms-bucket{--andr-bucket-header-icon-color: #8B5CF6;--andr-bucket-icon-bgcolor:rgba(138, 99, 246, .05)}.account-bucket .account-bucket__summary{display:flex;flex-direction:row;align-items:center;gap:25px;padding:10px}.account-bucket .account-bucket__summary .account-bucket__avatar{flex-shrink:0}.account-bucket .account-bucket__summary .account-bucket__identity{display:flex;flex-direction:column;gap:10px;min-width:0}.account-bucket .account-bucket__summary .account-bucket__title{font-size:26px;font-weight:600;line-height:1.1}.account-bucket .account-bucket__summary .account-bucket__subtitle{color:#6f6a67;font-size:14px}@media (max-width: 768px){.account-bucket .account-bucket__summary{flex-direction:column;align-items:flex-start}.account-bucket .account-bucket__summary .account-bucket__avatar{width:96px;height:96px}}.songs-table-toolbar{display:flex;justify-content:flex-end;margin-bottom:15px}.songs-table-search{width:280px;max-width:100%}.playlist-expanded-row .playlist-expanded-row__type{max-width:460px;margin-bottom:15px;display:grid;gap:10px}.playlist-expanded-row .playlist-expanded-row__line{display:grid;grid-template-columns:100px 1fr;gap:15px;align-items:center}.playlist-expanded-row .playlist-expanded-row__url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-expanded-row .playlist-expanded-row__songs{min-width:420px;width:min-content}.playlist-expanded-row .playlist-expanded-row__songs .playlist-expanded-row__songs-list{display:flex;flex-direction:column;gap:10px}.playlist-expanded-row .playlist-expanded-row__songs .playlist-expanded-row__songs-list .playlist-expanded-row__song{display:flex;align-items:center;gap:15px}.playlist-expanded-row .playlist-expanded-row__songs .playlist-expanded-row__songs-list .playlist-expanded-row__song.is--removed{text-decoration:line-through}.playlist-expanded-row .playlist-expanded-row__songs .playlist-expanded-row__songs-list .playlist-expanded-row__song .playlist-expanded-row__song-title{flex:auto}.playlist-expanded-row .playlist-expanded-row__songs .playlist-expanded-row__songs-list .playlist-expanded-row__song .playlist-expanded-row__song-position,.playlist-expanded-row .playlist-expanded-row__songs .playlist-expanded-row__songs-list .playlist-expanded-row__song .playlist-expanded-row__song-added{min-width:100px;text-align:right}@media (max-width: 900px){.playlist-expanded-row .playlist-expanded-row__line{grid-template-columns:1fr;gap:6px}.playlist-expanded-row .playlist-expanded-row__url{white-space:normal;word-break:break-word}}.radio-spins-table .radio-spins-table__rotation-badge{display:inline-flex;align-items:center;white-space:nowrap;font-size:10px;line-height:1;padding:4px 6px;border-radius:6px 6px 6px 0;border:1px solid transparent}.radio-spins-table .radio-spins-table__rotation-badge.is-light{color:#1e4f33;background:#22c55e29;border-color:#22c55e57}.radio-spins-table .radio-spins-table__rotation-badge.is-medium{color:#5d431a;background:#f59e0b2e;border-color:#f59e0b5c}.radio-spins-table .radio-spins-table__rotation-badge.is-heavy{color:#652630;background:#ff3b5229;border-color:#ff3b5257}.radio-spins-table .radio-spins-table__rotation-badge.is-power{color:#fff;background:#b03041;border-color:#992d3c}.radio-spins-table .radio-spins-expanded-row__load-more{display:flex;justify-content:flex-end;padding-top:10px}.music-overview__panels{display:flex;flex-direction:column;gap:15px}.music-overview__top-songs{display:flex;flex-direction:column;gap:10px}.music-overview__empty-chart{display:flex;flex-direction:column;gap:10px;min-height:380px;justify-content:center}.music-overview__empty-chart p{margin:0;font-size:14px;color:#a59e99}.music-overview__top-song{width:100%;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;background:#f8f8f4;border:none;text-align:left;cursor:pointer}.music-overview__top-song:hover .music-overview__top-song-title{opacity:.8}.music-overview__top-song-rank{font-size:12px;font-weight:700;color:#a59e99}.music-overview__top-song-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;color:#1c1c20}.music-overview__top-song-value{font-size:13px;font-weight:700;color:#6f6a67;white-space:nowrap}.music-overview__empty{padding:10px;font-size:13px;color:#a59e99}.music-bucket,.page-song-bucket{--andr-bucket-header-icon-color: #3B82F6;--andr-bucket-icon-bgcolor: rgba(56, 99, 255, .05)}.page-song-bucket .page-song-bucket__cover-icon{overflow:hidden;padding:0;background:#fff;border-color:#fff}.page-song-bucket .page-song-bucket__fallback-icon{background:#3863ff0d!important;border:1px solid #3B82F6!important}.page-song-bucket .page-song-bucket__fallback-icon .andr-bucket-icon__glyph{background-color:#3b82f6!important}.page-song-bucket .page-song-bucket__cover-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px 10px 10px 0}.page-song__overview-kpis{width:100%}.page-song__overview-kpis .metrics-block{padding-top:25px;padding-bottom:25px}.page-song__tab-panel{min-height:0;height:100%;width:100%;padding-right:4px}.page-song__playlist-platform-icon{display:inline-flex;align-items:center;justify-content:center}.page-song__tab-panel>.ant-row,.page-song__tab-panel>.card,.page-song__tab-panel>.statistic-grid,.page-song__tab-panel>.legacy-song-grid,.page-song__tab-panel>.insights-panel{width:100%}.panel-add-btn{padding-inline:4px!important;color:#a59e99!important;background:transparent!important;border:none!important;box-shadow:none!important}.panel-link-btn{padding-inline:6px!important;color:#a59e99!important;font-weight:500!important;transition:color .22s ease-in-out,opacity .22s ease-in-out!important}.panel-link-btn:hover,.panel-link-btn:focus-visible{color:#ffffffe6!important}.panel-add-btn:hover,.panel-add-btn:focus{opacity:1;background:transparent!important;color:#fff!important}.panel-add-btn:focus-visible,.panel-link-btn:focus-visible{outline:2px solid rgba(255,255,255,.55);outline-offset:2px}.activities-empty__body{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.activities-empty__icon{width:54px;height:54px;border-radius:50%;border:1px dashed #a59e99;display:flex;align-items:center;justify-content:center;color:#a59e99;font-size:24px}.activities-empty__title{color:#1c1c20;font-size:16px;font-weight:700;line-height:1.15}.activities-empty__description{max-width:300px;color:#6f6a67;font-size:14px;line-height:1.35}.activities-empty__cta{margin-top:5px;padding:5px 15px;border:none;background:#f0f0ec;color:#1c1c20;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:500;cursor:pointer}.activities-empty__cta:hover{background:#f8f8f4}.activities-panel-hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;line-height:1.2;background:#ffffffe6;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);opacity:0;pointer-events:none;transition:opacity .22s ease-in-out;padding:15px}.activities-panel-hover-overlay__title{margin:0;color:#1c1c20}.activities-panel-hover-overlay__description{margin:0;max-width:360px;color:#6f6a67;line-height:1.2}.panel-overlay__cta{margin-top:5px;padding:10px 15px;border:none;background:#f0f0ec;color:#1c1c20;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:500;line-height:1;cursor:pointer;width:auto;align-self:center}.panel-overlay__cta:hover{background:#f8f8f4}.panel-loading-state{min-height:220px;justify-content:center}.initiatives-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;width:100%;min-width:0;height:100%}.initiatives-overview-grid>*{min-width:0;width:100%}.initiatives-column__header{background:#1c1c20;color:#fff;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2;min-height:35px;flex:0 0 auto;box-sizing:border-box}.initiatives-column__header-title{font-size:16px;line-height:1.2;color:#fff;font-weight:700}.initiatives-recommended-column__refresh-indicator{display:inline-flex;align-items:center;justify-content:center;color:#ffffffe6;font-size:14px;animation:initiatives-recommended-spin 1s linear infinite}.initiatives-column{background:#fff;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.initiatives-column .initiatives-column__content{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:12px;gap:10px;display:flex;flex-direction:column;position:relative;z-index:0}.initiatives-column .initiatives-column__empty{min-height:250px;justify-content:center;align-items:center;text-align:center;padding:25px}.initiatives-recommended-column{position:relative;isolation:isolate;color:#1c1c20;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;border-top-left-radius:15px;border-top-right-radius:15px;background:#fff}.initiatives-recommended-column:before{content:none}.initiatives-recommended-column>:not(.initiatives-column__header){position:relative;z-index:1}.initiatives-recommended-column__list{margin-top:10px;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 15px 15px;display:flex;flex-direction:column;gap:10px}.initiatives-recommended-column__empty{min-height:250px;justify-content:center;align-items:center;text-align:center;padding:25px}.initiatives-recommended-column__item{--rec-accent-glow: rgba(28, 28, 32, .04);--rec-tag-bg: rgba(255, 255, 255, .65);background:linear-gradient(155deg,#f8f8f4,#fbfbf8);cursor:pointer;transition:background .32s ease-in-out;border-radius:10px;position:relative;isolation:isolate;overflow:hidden;padding:10px;display:flex;flex-direction:column;flex:0 0 auto}.initiatives-recommended-column__item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 95% 8%,var(--rec-accent-glow),transparent 54%)}.initiatives-recommended-column__item>*{position:relative;z-index:1}.initiatives-recommended-column__item:hover{background:linear-gradient(155deg,#fcfcfb,#fafaf7)}.initiatives-recommended-column__item:not(.is--featured){background:linear-gradient(155deg,#f8f8f4,#fbfbf8)}.initiatives-recommended-column__item:not(.is--featured):hover{background:radial-gradient(circle at 92% 8%,var(--rec-accent-glow),transparent 48%),linear-gradient(155deg,#fdfdfc,#fafaf7)}.initiatives-recommended-column__item:focus-visible{outline:2px solid rgba(28,28,32,.28);outline-offset:2px}.initiatives-recommended-column__item.is--featured{background:radial-gradient(circle at 88% 14%,#ff3b5233,#ff3b5200 58%),linear-gradient(100deg,#251d22,#2a1e23 54%,#372026);box-shadow:none}.initiatives-recommended-column__item.is--featured:before{opacity:0}.initiatives-recommended-column__item.is--featured:hover{background:radial-gradient(circle at 88% 14%,#ff3b521a,#ff3b5200 58%),linear-gradient(100deg,#251d22,#2a1e23 54%,#372026);box-shadow:none}.initiatives-recommended-column__item.is--featured:focus-visible{outline-color:#ffffff8c}.initiatives-recommended-column__item-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:0;border-radius:inherit;border-bottom-right-radius:0}.initiatives-recommended-column__item-title{color:#1c1c20;min-width:0;margin:0;line-height:1.25;min-height:2.5em;max-height:2.5em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.initiatives-recommended-column__tag{color:#6f6a67;max-width:180px;white-space:nowrap;word-break:keep-all;overflow-wrap:normal;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700;background:var(--rec-tag-bg);border-radius:8px 8px 8px 0;padding:5px 10px;line-height:1.05}.initiatives-recommended-column__item-description{margin:5px 0 0;color:#1c1c20d1;font-size:14px;line-height:1.35;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;min-height:2.7em;max-height:2.7em;overflow:hidden;text-overflow:ellipsis}.initiatives-recommended-column__item.is--featured .initiatives-recommended-column__item-title{color:#fff}.initiatives-recommended-column__item.is--featured .initiatives-recommended-column__item-description{color:#ffffffe0}.initiatives-recommended-column__item.is--featured .initiatives-recommended-column__tag{color:#ffffffdb;background:#ffffff29}.initiatives-recommended-column__item--fans:not(.is--featured){--rec-accent-glow: rgba(34, 197, 94, .08);--rec-tag-bg: rgba(34, 197, 94, .14)}.initiatives-recommended-column__item--music:not(.is--featured){--rec-accent-glow: rgba(59, 130, 246, .08);--rec-tag-bg: rgba(59, 130, 246, .12)}.initiatives-recommended-column__item--comms:not(.is--featured){--rec-accent-glow: rgba(139, 92, 246, .08);--rec-tag-bg: rgba(139, 92, 246, .14)}.initiatives-recommended-column__item--live:not(.is--featured){--rec-accent-glow: rgba(245, 158, 11, .09);--rec-tag-bg: rgba(245, 158, 11, .14)}@media (prefers-reduced-motion: reduce){.initiatives-recommended-column__refresh-indicator{animation:none}}@keyframes initiatives-recommended-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.initiatives-table{background:#fff}.initiatives-table .initiative-cell{display:flex;flex-direction:column;gap:5px}.initiatives-table .initiative-title{font-weight:600}.initiatives-table .initiative-subtitle{font-size:12px;color:#a59e99}.initiatives-table .initiative-period{color:#1c1c20}.initiatives-table .initiative-table-category{align-items:center;color:#6f6a67;flex-wrap:nowrap}.initiatives-table .initiative-category-label{white-space:nowrap}.initiatives-table .kpi-value{font-weight:600;color:#6f6a67}.initiatives-table .kpi-value.is--up{color:#22c55e}.initiatives-table .kpi-value.is--down{color:#ff3b52}.initiatives-table .andr-tag{width:min-content;margin-left:auto}.recommendations-table .ant-table-row{height:60px}.recommendations-table .recommendation-cell{display:flex;flex-direction:column;gap:5px}.recommendations-table .recommendation-title{font-weight:500}.recommendations-table .signal-dot{width:8px;height:8px;border-radius:50%;display:inline-block;background:#afb0b3}.recommendations-table .signal-dot.is--green{background:#22c55e}.recommendations-table .signal-dot.is--orange{background:#f59e0b}.recommendations-table .signal-dot.is--red{background:#ff3b52}.recommendations-table .recommendation-surface{font-size:14px;color:#6f6a67}.recommendation-confidence{display:inline-flex;align-items:center;gap:4px;color:#6f6a67;opacity:.5}.recommendation-confidence span.is--filled{opacity:1}.recommendation-details{display:grid;gap:10px}.recommendation-details .detail-row{display:grid;grid-template-columns:140px 1fr;gap:10px;align-items:start;font-size:14px;color:#6f6a67}.recommendation-details .detail-label{font-weight:600;color:#1c1c20}.recommendation-details .detail-value{color:#6f6a67;line-height:1.4}.milestones-table{background:#fff}.milestones-table .milestone-cell{display:flex;flex-direction:column;gap:5px}.milestones-table .milestone-title{font-weight:500;color:#1c1c20}.milestones-table .milestone-subtitle{font-size:12px;color:#6f6a67}.milestones-table .milestone-stars{display:inline-flex;align-items:center;gap:3px}.milestones-table .milestone-stars img{width:22px;height:22px;display:block;flex:0 0 22px}.milestones-table .andr-tag{width:min-content;margin-left:auto}.workspaces-list{width:420px;min-height:468px}.workspaces-list .empty-state{padding:50px}.splash-container{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;min-height:100dvh;width:100%;padding:15px}.splash-container.is--card{min-height:420px}.splash-container .loader-andr--large{width:44px;height:44px}.logo-wrapper{margin-bottom:16px}.link-icon.animated{width:156px;height:auto;animation:bounce 1.2s infinite ease-in-out}.jvectormap-tip{z-index:99999!important;position:absolute!important}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ant-app{height:100%}.card{background-color:#fff;padding:15px;display:flex;flex-direction:column}.title{font-size:25px;font-weight:700}.learn-more-link{display:inline-flex;width:fit-content;color:#6f6a67!important;font-size:13px;font-weight:600;line-height:1.1;text-decoration:none!important;padding-bottom:1px}.text-button-reset{display:inline-flex;align-items:center;gap:4px;width:fit-content;max-width:100%;padding:0;margin:0;border:0;background:transparent;box-shadow:none;font:inherit;line-height:inherit;color:inherit;text-align:left;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.text-button-reset:hover,.text-button-reset:focus,.text-button-reset:active{background:transparent;color:inherit;box-shadow:none;outline:none}.initiative-category-badge.andr-bucket-icon{width:22px;height:22px;flex:0 0 22px;border-radius:5px 5px 5px 0;border-width:.75px}.initiative-category-badge .andr-bucket-icon__glyph{width:13px;height:13px}.initiative-category-badge--tiny.andr-bucket-icon{width:12px;height:12px;flex-basis:12px;border-radius:2px 2px 2px 0;border-width:.75px}.initiative-category-badge--tiny .andr-bucket-icon__glyph{width:7px;height:7px}.initiative-category-badge--chart.andr-bucket-icon{width:16px;height:16px;flex-basis:16px;border-radius:2px 2px 2px 0;border-width:1px}.initiative-category-badge--chart .andr-bucket-icon__glyph{width:10px;height:10px}.initiative-category-label{font-weight:500}.ant-input,.ant-input-affix-wrapper input,.ant-input-number input,.ant-picker input,.ant-select-selector,.ant-select-selection-item,.ant-select-selection-search-input,.ant-mentions textarea,.ant-input-textarea textarea{font-size:14px!important}.ant-input::placeholder,.ant-input-affix-wrapper input::placeholder,.ant-input-number input::placeholder,.ant-picker input::placeholder,.ant-select-selection-placeholder,.ant-select-selector,.ant-select-selection-item,.ant-mentions textarea::placeholder,.ant-input-textarea textarea::placeholder{font-size:14px!important}.ant-input-textarea textarea{height:auto!important;min-height:calc(3em + 15px)!important}.grid{display:grid;margin:0 auto;max-width:100%;width:100%}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.grid.cols-5{grid-template-columns:repeat(5,1fr)}.grid.cols-6{grid-template-columns:repeat(6,1fr)}.grid.cols-7{grid-template-columns:repeat(7,1fr)}.grid.cols-8{grid-template-columns:repeat(8,1fr)}.grid.cols-9{grid-template-columns:repeat(9,1fr)}.grid.cols-10{grid-template-columns:repeat(10,1fr)}.grid .card{max-width:100%;min-width:min-content}.drop-border,.andr-modal .ant-modal-content{border-radius:25px 25px 25px 0!important}.drop-border-small{border-radius:15px 15px 15px 0!important}.drop-border-btn,.ant-btn{border-radius:10px 10px 10px 0!important}.drop-border-smaller,.ant-btn.ant-btn-sm,.ant-select .ant-select-selector{border-radius:5px 5px 5px 0!important}.drop-border-smallest{border-radius:3px 3px 3px 0!important}.drop-border-nobottom{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.drop-border-notop{border-top-left-radius:0!important;border-top-right-radius:0!important}.table--pagination-bottom{height:100%;min-height:0}.table--pagination-bottom .ant-spin-nested-loading,.table--pagination-bottom .ant-spin-container,.table--pagination-bottom .ant-table{height:100%;min-height:0;display:flex;flex-direction:column}.table--pagination-bottom .ant-table-container{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.table--pagination-bottom .ant-table-content{flex:1 1 auto;min-height:0;overflow:auto}.table--pagination-bottom .ant-table-pagination{margin-top:15px!important}.andr-container{background:#fff!important;border:2px solid #ff3b52;color:#fff!important}.andr-container>.value{color:#1c1c20!important}.andr-container>.label{color:#1c1c20!important}.andr-container .block-title,.andr-container .table thead tr th.table-title,.table thead tr .andr-container th.table-title{color:#ff3b52}.andr-dot-indicator{width:12px;min-width:12px;height:12px;min-height:12px;border-radius:4px 4px 4px 0}.andr-tag{border-radius:10px 10px 10px 0!important;padding:5px 10px;background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;border:none}.andr-tag:hover{opacity:.9}.andr-tag.is--active,.andr-tag.is--primary,.andr-tag.is--high,.andr-tag.is--medium{background:#ff3b521f;color:#ff3b52;border-color:#ff3b52;font-weight:600;font-size:15px}.andr-tag.is--low{background:#22c55e;color:#fff;border-color:#22c55e}.andr-tag.is--secondary{background:#a59e99;color:#fff;border-color:#ff7a8a}.andr-tag.is--unknown{background:#ff7a8a;color:#fff;border-color:#ff7a8a}.andr-modal .modal__header{display:flex;align-items:center;gap:15px;margin-bottom:25px}.andr-modal .modal__footer{display:flex;justify-content:flex-end;align-items:center;gap:15px}.andr-modal .ant-modal-header{background:transparent}.andr-modal .ant-modal-close{top:25px;inset-inline-end:25px!important;background:#fff;border-radius:5px 5px 5px 0}.andr-modal .ant-modal-close .ant-modal-close-icon{font-size:20px;color:#a59e99}.andr-modal .ant-modal-content{padding:25px!important;background-color:#f8f8f4!important}.status-indicator{display:inline-block;min-width:13px;width:13px;min-height:13px;height:13px;border-radius:50%}.status-indicator.is--active{background:#22c55e}.status-indicator.is--planned{background:#f59e0b}.status-indicator.is--unknown,.ant-layout{background:#f8f8f4}.ant-col>section{height:100%}.ant-col>section>.card{height:100%}.ant-col>.card{height:100%}.ant-table-placeholder{background:inherit!important;height:100%}.ant-table-placeholder .ant-table-cell{border-bottom:none!important}.card .ant-empty-normal,.ant-table-placeholder .ant-empty-normal{height:100%;display:flex;flex-direction:column;justify-content:center;background:transparent!important}.ant-popover-inner{border-radius:10px 10px 10px 0!important;padding:15px!important}.ant-popover-inner .ant-popover-inner-content{min-width:220px}.ant-popover-inner .ant-popover-inner-content .ant-popconfirm-message{margin-bottom:15px;padding-right:15px}.ant-select.ant-select-lg{min-width:152px}.ant-switch{border-radius:10px 10px 10px 0!important;background:#ff3b52}.ant-switch .ant-switch-handle{width:16px;height:16px;top:3px;inset-inline-start:3px}.ant-switch .ant-switch-handle:before{border-radius:99px!important}.ant-switch-checked{background:#22c55e!important}.table.selectable .ant-table-cell-row-hover:hover{cursor:pointer!important}.ant-table-expanded-row-fixed{background:#fff;padding:0!important}.ant-table-expanded-row-fixed .andr-expanded-row{overflow:hidden;padding:15px 25px;background:#f8f8f4}.ant-table-expanded-row-fixed .andr-expanded-row .table .ant-table{background:transparent!important;margin:0!important;margin-inline:0!important}.ant-table-expanded-row-fixed .andr-expanded-row .table .ant-table th{background:transparent!important;padding-top:0!important;padding-bottom:0!important}.ant-table-expanded-row-fixed .andr-expanded-row .table .ant-table th:first-child{padding-left:0!important}.ant-table-expanded-row-fixed .andr-expanded-row .table .ant-table th:last-child{padding-right:0!important}.ant-table-expanded-row-fixed .andr-expanded-row .table .ant-table td{border-bottom:0!important;padding-top:0!important;padding-bottom:5px!important}.ant-table-expanded-row-fixed .andr-expanded-row .table .ant-table td:first-child{padding-left:0!important}.ant-table-expanded-row-fixed .andr-expanded-row .table .ant-table td:last-child{padding-right:0!important}.block-title,.table thead tr th.table-title,.form-label{font-size:18px;font-weight:500}.table.bg-grey .ant-table,.table.bg-grey thead tr th{background:#f8f8f4!important}.table thead tr th{border:none!important;background:#fff!important;text-align:right!important;vertical-align:bottom!important;white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.table thead tr th:first-child{text-align:left!important}.table thead tr th:before{content:none!important}.table thead tr th.text-left{text-align:left!important}.table thead tr th .ant-table-column-sorters{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;width:auto;max-width:100%}.table thead tr th:first-child .ant-table-column-sorters,.table thead tr th.text-left .ant-table-column-sorters{justify-content:flex-start}.table thead tr th .ant-table-column-title{flex:0 1 auto}.table thead tr th .ant-table-column-sorter{flex:0 0 19px;margin-inline-start:0;color:transparent!important}.table thead tr th .ant-table-column-sorter-inner{width:19px;height:24px;padding-top:0;display:flex;flex-direction:column;background-image:url(/icons/arrow_filter.svg);background-repeat:no-repeat;background-size:19px 24px}.table thead tr th .ant-table-column-sorter-inner:has(.ant-table-column-sorter-up.active){background-image:url(/icons/arrow_filter_up.svg)}.table thead tr th .ant-table-column-sorter-inner:has(.ant-table-column-sorter-down.active){background-image:url(/icons/arrow_filter_down.svg)}.table thead tr th .ant-table-column-sorter-inner .ant-table-column-sorter-up,.table thead tr th .ant-table-column-sorter-inner .ant-table-column-sorter-down{position:relative;display:block!important;width:19px;height:12px;min-height:12px;margin:0;overflow:hidden;color:transparent!important;line-height:0}.table thead tr th .ant-table-column-sorter-inner .ant-table-column-sorter-up svg,.table thead tr th .ant-table-column-sorter-inner .ant-table-column-sorter-down svg{display:none}.table tbody td{text-align:right}.table tbody td:first-child{text-align:left}.table tbody td.ant-table-column-sort{background:#f8f8f4!important}.ant-btn-default,.andr-button-grey.ant-btn{color:#1c1c20!important;background:#f8f8f4!important;border:none!important;box-shadow:none!important}.ant-btn-default:hover,.ant-btn-default:focus,.ant-btn-default:active,.andr-button-grey.ant-btn:hover,.andr-button-grey.ant-btn:focus,.andr-button-grey.ant-btn:active{background:#f8f8f4!important;border-color:transparent!important;box-shadow:none!important;color:#a59e99!important}.andr-button-text-action.ant-btn{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important;height:auto!important;min-width:0!important;color:#6f6a67!important;font-weight:600;line-height:1}.andr-button-text-action.ant-btn.ant-btn-text:not(:disabled):not(.ant-btn-disabled):hover,.andr-button-text-action.ant-btn.ant-btn-text:not(:disabled):not(.ant-btn-disabled):focus,.andr-button-text-action.ant-btn.ant-btn-text:not(:disabled):not(.ant-btn-disabled):active,.andr-button-text-action.ant-btn:hover,.andr-button-text-action.ant-btn:focus,.andr-button-text-action.ant-btn:active{background:transparent!important;border-color:transparent!important;box-shadow:none!important;color:#1c1c20!important}.ant-pagination{gap:5px}.ant-pagination .ant-pagination-item{border:none;background:none;border-radius:4px 4px 4px 0;display:flex;flex-direction:row;align-items:center;justify-content:center}.ant-pagination .ant-pagination-item a{color:#a59e99}.ant-pagination .ant-pagination-item:hover{background:#f0f0ec}.ant-pagination .ant-pagination-item:hover a{color:#a59e99!important}.ant-pagination .ant-pagination-item.ant-pagination-item-active{background:#1c1c20}.ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff!important}.ant-pagination .ant-pagination-item.ant-pagination-item-active:hover{background:#1c1c20}.ant-pagination .ant-pagination-item.ant-pagination-item-active:hover a{color:#fff!important}.ant-tabs,.ant-tabs .ant-tabs-content-holder{overflow:hidden;flex:auto;display:flex;max-height:100%}.ant-tabs .ant-tabs-content{scrollbar-width:none!important;scrollbar-color:#f0f0ec transparent;flex:auto;overflow-y:auto;overflow-x:hidden}.ant-tabs .ant-tabs-content::-webkit-scrollbar{width:2px}.ant-tabs .ant-tabs-content::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.ant-tabs .ant-tabs-content::-webkit-scrollbar-track{background:transparent}.tab-content>div:first-child{margin-bottom:0!important}.tab-content>div:first-child .ant-tabs-tab{min-width:92px;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center}.tab-content>div:nth-child(2){border-radius:0 15px 15px 0!important;background:#fff;border-left:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:25px}.tab-content>div:nth-child(2) section.tab-content-panel{display:flex;flex-direction:column;gap:25px}.ant-select .ant-select-prefix{margin-inline-end:8px;display:flex}.ant-select.bg-grey.ant-select-disabled .ant-select-selector{background:#f0f0ec!important}.ant-select.bg-grey .ant-select-selector{background:#f0f0ec;border:none!important}.ant-select.bg-grey:hover .ant-select-selector{background:#f8f8f4}:root{font-family:DM Sans,sans-serif}*{margin:0;padding:0}.initiative-hover-popover{box-shadow:none!important;line-height:normal!important}.initiative-hover-popover .ant-popover-content,.initiative-hover-popover .ant-popover-inner{display:block}.initiative-hover-popover .ant-popover-arrow{display:none}.initiative-hover-popover .ant-popover-inner{padding:0;background:transparent;box-shadow:none!important;max-width:none}.initiative-hover-popover .ant-popover-inner-content{padding:0;display:block}html,body,#root{height:100%;max-height:100%;background:#f8f8f4;color:#911d1d;font-family:DM Sans,sans-serif}.ant-app{color:#343434;font-family:DM Sans,sans-serif}button,input,select,textarea{font:inherit;font-family:inherit}h1,h2,h3,h4,h5{font-weight:600!important;font-family:Outfit}h2{font-size:20px}a{color:#1c1c20}a:hover{color:#a59e99!important}.bg-white{background:#fff}.bg-grey{background:#f8f8f4}.bg-black{background:#1c1c20}.position-relative{position:relative}.position-absolute{position:absolute}.pointer-events-none{pointer-events:none}.w-100{width:100%;max-width:100%}.h-100{max-height:100%;height:100%}.h-auto{height:auto!important}.overflow-hidden{overflow:hidden}.round-border{border-radius:8px}.border-none{border:none!important;border-inline:none!important}.border{border:1px solid #a59e99}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.justify-content-center{justify-content:center}.justify-content-end{justify-content:end}.align-items-center{align-items:center}.align-items-end{align-items:flex-end}.space-between{justify-content:space-between}.text-center{text-align:center}.text-nowrap{white-space:nowrap}.text-legal{font-size:smaller;color:#a59e99;text-align:center}.text-primary{color:#ff3b52!important}.background-primary{background:#ff3b52!important}.text-green{color:#22c55e!important}.text-red{color:#ff3b52!important}.p-0{padding:0}.p-1{padding:10px}.p-2{padding:15px}.p-3{padding:25px}.p-4{padding:50px}.pt-0{padding-top:0!important}.pt-1{padding-top:10px}.pt-2{padding-top:15px}.pt-3{padding-top:25px}.pt-4{padding-top:50px}.pl-0{padding-left:0!important}.pl-1{padding-left:10px}.pl-2{padding-left:15px}.pl-3{padding-left:25px}.pl-4{padding-left:50px}.pr-0{padding-right:0!important}.pr-1{padding-right:10px}.pr-2{padding-right:15px}.pr-3{padding-right:25px}.pr-4{padding-right:50px}.pb-0{padding-bottom:0!important}.pb-05{padding-bottom:5px}.pb-1{padding-bottom:10px}.pb-2{padding-bottom:15px}.pb-3{padding-bottom:25px}.pb-4{padding-bottom:50px}.pb-5{padding-bottom:75px}.m-1{margin:10px}.m-2{margin:15px}.m-3{margin:25px}.m-4{margin:50px}.mb-05{margin-bottom:5px}.mb-1{margin-bottom:10px}.mb-2{margin-bottom:15px!important}.mb-3{margin-bottom:25px}.mb-4{margin-bottom:50px}.mb-5{margin-bottom:75px}.mt-0{margin-top:0}.mt-05{margin-top:5px}.mt-1{margin-top:10px}.mt-2{margin-top:15px}.mt-3{margin-top:25px}.mt-4{margin-top:50px}.ml-1{margin-left:10px}.ml-2{margin-left:15px}.ml-3{margin-left:25px}.ml-4{margin-left:50px}.mr-0{margin-right:0!important}.mr-1{margin-right:10px}.mr-2{margin-right:15px}.mr-3{margin-right:25px}.mr-4{margin-right:50px}.gap-05{gap:5px}.gap-1{gap:10px}.gap-2{gap:15px}.gap-3{gap:25px}.gap-4{gap:50px}.flex-wrap{flex-wrap:wrap}.flex-auto{flex:auto}.h-100{height:100%}.w-100{width:100%}.text-truncate{white-space:nowrap;text-overflow:ellipsis;display:block;max-width:100%;overflow:hidden}.text-muted,.text-light-grey{color:#a59e99}.text-dark-grey{color:#6f6a67}.text-red{color:#ff3b52}.text-small{font-size:small}.text-smaller{font-size:smaller}.text-bolder{font-weight:500}.text-bold{font-weight:700}.text-success{color:#22c55e}.text-danger{color:#ff3b52}.is--hoverable{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.is--hoverable:hover{cursor:pointer}.is--disabled{opacity:.3!important;pointer-events:none}.visibility-hidden{visibility:hidden}.avatar-size--32{max-width:32px;min-width:32px;width:32px;height:32px;min-height:32px;max-height:32px}.avatar-size--48{max-width:48px;min-width:48px;width:48px;height:48px;min-height:48px;max-height:48px}.avatar-size--64{max-width:64px;min-width:64px;width:64px;height:64px;min-height:64px;max-height:64px}.field{display:grid;gap:5px}.field label{font-size:13px;font-weight:600}.field .hint{font-size:12px;color:#a59e99}.ant-input{border-bottom-left-radius:0}
