.calendar-reminder{position:relative}.calendar-reminder__btn{display:flex;align-items:center;gap:4px;padding:4px 8px 4px 4px;border:1px solid #ebebeb;border-radius:6px;background:none;cursor:pointer;font-family:var(--font-helvetica-neue),sans-serif;transition:border-color .12s,background .12s;color:#666;min-width:120px;justify-content:center}.calendar-reminder__btn span{font-size:12px;font-weight:500;color:#666;line-height:16px;white-space:nowrap;transition:color .12s}.calendar-reminder__btn svg{width:18px;height:18px;flex-shrink:0}.calendar-reminder__btn:hover{border-color:#c4905a}.calendar-reminder__btn:hover span,.calendar-reminder__btn:hover svg{color:#c4905a}.calendar-reminder__btn--success{border-color:rgba(196,144,90,.25);background:none;padding:4px 8px;pointer-events:none;cursor:default}.calendar-reminder__btn--success span,.calendar-reminder__btn--success svg{color:#c4905a}.calendar-reminder__btn--loading{pointer-events:none;opacity:.7}.calendar-reminder__spinner{animation:calendar-reminder-spin .8s linear infinite}@keyframes calendar-reminder-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.calendar-reminder__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;animation:calendar-modal-fade-in .15s ease both}@keyframes calendar-modal-fade-in{0%{opacity:0}to{opacity:1}}.calendar-reminder__modal{background:#fff;border-radius:12px;padding:24px;max-width:380px;width:90%;box-shadow:0 8px 24px rgba(0,0,0,.12);animation:calendar-modal-scale-in .15s ease both;text-align:center}@keyframes calendar-modal-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.calendar-reminder__modal-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 16px;background:#fcf4f0;border-radius:50%}.calendar-reminder__modal-title{font-size:16px;font-weight:600;color:#333;margin:0 0 8px}.calendar-reminder__modal-desc{font-size:14px;font-weight:400;line-height:20px;color:#666;margin:0 0 20px}.calendar-reminder__modal-steps{text-align:left;font-size:13px;font-weight:400;line-height:22px;color:#666;margin:0 0 20px;padding-left:20px}.calendar-reminder__modal-steps li{margin-bottom:4px}.calendar-reminder__modal-actions{display:flex;align-items:center;justify-content:center;gap:10px}.calendar-reminder__modal-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;font-family:var(--font-helvetica-neue),sans-serif;transition:background .12s,border-color .12s;display:flex;align-items:center;gap:6px}.calendar-reminder__modal-btn--cancel{background:none;border:1px solid #dadada;color:#666}.calendar-reminder__modal-btn--cancel:hover{border-color:#999}.calendar-reminder__modal-btn--confirm{background:#c4905a;border:1px solid #c4905a;color:#fff}.calendar-reminder__modal-btn--confirm svg{width:16px;height:16px;color:#fff}.calendar-reminder__modal-btn--confirm:hover{background:#a87841;border-color:#a87841}.concalls-card-view{display:flex;flex-direction:column;gap:12px;margin-top:22.5px;overflow-y:auto;height:100%;max-height:none;padding-bottom:16px}@media(max-width:786px){.concalls-card-view{height:auto;overflow:visible}}.concalls-card-view--empty{display:flex;align-items:center;justify-content:center;min-height:200px}.concalls-card-view__empty-text{font-size:14px;font-weight:400;line-height:20px;color:#817e7e;margin:0}.concalls-card-view__loading{display:flex;align-items:center;justify-content:center;padding:12px 0}.concalls-card{display:flex;flex-direction:column;gap:10px;padding:14px 16px;background:#fff;border:1px solid #f1f1f1;border-radius:10px;transition:box-shadow .15s ease}.concalls-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.04)}.concalls-card__row-1{display:flex;align-items:center;justify-content:space-between;gap:12px}.concalls-card__logo{flex-shrink:0}.concalls-card__avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:12px;color:#fff}.concalls-card__avatar--fallback{background:#dadadb;padding-top:2px}.concalls-card__actions{display:flex;align-items:center;gap:6px}.concalls-card__action-icon-btn{display:flex;align-items:center;justify-content:center;padding:4px;border:1px solid #ebebeb;border-radius:6px;background:none;cursor:pointer;transition:border-color .15s}.concalls-card__action-icon-btn:hover{border-color:#817e7e}.concalls-card__action-icon-btn:active{border-color:#c4905a}.concalls-card__action-btn{display:flex;align-items:center;gap:4px;padding:4px 8px 4px 4px;border:1px solid #ebebeb;border-radius:6px;background:none;cursor:pointer;font-family:var(--font-helvetica-neue),sans-serif;transition:border-color .15s}.concalls-card__action-btn span{font-size:12px;font-weight:500;color:#666;line-height:16px;white-space:nowrap;transition:color .15s}.concalls-card__action-btn:hover{border-color:#817e7e}.concalls-card__action-btn:hover span{color:#333}.concalls-card__action-btn:hover svg path{stroke:#333;fill:#333}.concalls-card__action-btn:active{border-color:#c4905a}.concalls-card__action-btn:active span{color:#c4905a}.concalls-card__action-btn:active svg path{stroke:#c4905a;fill:#c4905a}.concalls-card__row-2{display:flex;flex-direction:column;gap:2px}.concalls-card__company-name{font-size:14px;font-weight:500;line-height:20px;color:#333}.concalls-card__company-meta,.concalls-card__company-name{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.concalls-card__company-meta{font-size:12px;font-weight:400;line-height:18px;color:#817e7e}.concalls-card__meta-separator{color:#aaa}.concalls-card__row-3{display:flex;align-items:center;gap:0}.concalls-card__date{font-size:12px;font-weight:400;line-height:18px;color:#666}.concalls-card__date-separator{font-size:12px;color:#aaa;margin:0 2px}.concalls-card__time{font-size:12px;font-weight:400;line-height:18px;color:#666}.concalls-card__time--expected{font-size:12px;font-style:italic;font-weight:400;line-height:18px;color:#aaa}@keyframes card-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.concalls-card{animation:card-enter .3s cubic-bezier(.4,0,.2,1) both;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s}.concalls-card:first-child{animation-delay:.04s}.concalls-card:nth-child(2){animation-delay:.08s}.concalls-card:nth-child(3){animation-delay:.12s}.concalls-card:nth-child(4){animation-delay:.16s}.concalls-card:nth-child(5){animation-delay:.2s}.concalls-card:nth-child(6){animation-delay:.24s}.concalls-card:nth-child(7){animation-delay:.28s}.concalls-card:nth-child(8){animation-delay:.32s}.concalls-card:nth-child(9){animation-delay:.36s}.concalls-card:nth-child(10){animation-delay:.4s}.concalls-card:active{transform:scale(.98);box-shadow:0 1px 4px rgba(0,0,0,.06);border-color:rgba(196,144,90,.3);transition:transform .1s}.concalls-card__action-btn,.concalls-card__action-icon-btn{transition:all .15s cubic-bezier(.4,0,.2,1);min-width:32px;min-height:32px}.concalls-card__action-btn:active,.concalls-card__action-icon-btn:active{transform:scale(.9);transition:transform .08s}@media(max-width:480px){.concalls-card-view{gap:10px;margin-top:14px}.concalls-card{padding:12px 14px;gap:8px;border-radius:8px}.concalls-card__avatar{width:32px;height:32px;font-size:11px}.concalls-card__company-name{font-size:13px;line-height:18px}.concalls-card__action-btn span,.concalls-card__company-meta,.concalls-card__date,.concalls-card__time{font-size:11px}}.concalls-card-view__loading{animation:card-pulse 1.5s ease-in-out infinite}@keyframes card-pulse{0%,to{opacity:1}50%{opacity:.5}}.concalls-card--navigating{opacity:.6;pointer-events:none;position:relative;overflow:hidden}.concalls-card--navigating:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(196,144,90,.08) 50%,transparent);animation:card-shimmer 1.2s ease-in-out infinite}@keyframes card-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.concalls-card-view--empty{animation:card-enter .3s cubic-bezier(.4,0,.2,1) .1s both;padding:48px 20px}.delete-reminder-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease}.delete-reminder-dialog{background:#fff;border-radius:12px;padding:24px;width:400px;max-width:calc(100vw - 32px);box-shadow:0 12px 32px rgba(0,0,0,.12);animation:scaleIn .15s ease;font-family:var(--font-helvetica-neue),sans-serif}.delete-reminder-dialog__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.delete-reminder-dialog__title{font-size:18px;font-weight:600;color:#333;margin:0;line-height:26px}.delete-reminder-dialog__close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;border-radius:6px;cursor:pointer;transition:background .12s}.delete-reminder-dialog__close:hover{background:#f3f4f5}.delete-reminder-dialog__desc{font-size:14px;font-weight:400;color:#666;line-height:22px;margin:0 0 24px}.delete-reminder-dialog__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.delete-reminder-dialog__btn{padding:8px 20px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .12s;font-family:var(--font-helvetica-neue),sans-serif;border:none}.delete-reminder-dialog__btn--cancel{background:#f3f4f5;color:#333}.delete-reminder-dialog__btn--cancel:hover{background:#ebebeb}.delete-reminder-dialog__btn--delete{background:#ea3323;color:#fff}.delete-reminder-dialog__btn--delete:hover{background:#c72b1e}.delete-reminder-dialog__btn--delete:disabled{opacity:.6;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.concalls-table-wrapper{margin-top:22.5px;margin-bottom:20px;border:1px solid #f1f1f1;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0}.concalls-table-wrapper.concalls-table--resizing{user-select:none;cursor:col-resize}.concalls-table{overflow-x:auto;overflow-y:auto;flex:1;min-height:0}.concalls-table--has-more{padding-bottom:24px}.concalls-table__header-wrapper{overflow-x:auto;overflow-y:hidden;flex-shrink:0;scrollbar-width:none}.concalls-table__header-wrapper::-webkit-scrollbar{display:none}.concalls-table__header{display:flex;background:#edeeef;z-index:3;flex-shrink:0}.concalls-table__header .concalls-table__col{position:relative;padding:12px;font-size:12px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.96px;line-height:18px;white-space:nowrap;overflow:visible}.concalls-table__header .concalls-table__col--stock{position:sticky;left:0;z-index:4;background:#edeeef;width:30%;min-width:180px;flex:none;box-shadow:4px 0 8px rgba(0,0,0,.03)}.concalls-table__col--sortable{cursor:pointer;user-select:none}.concalls-table__col--sortable:hover{background:rgba(0,0,0,.03)}.concalls-table__col--sortable .concalls-table__th-content{max-width:calc(100% - 10px)}.concalls-table__th-content{display:inline-flex;align-items:center;gap:4px;max-width:100%}.concalls-table__th-content,.concalls-table__th-content>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.concalls-table__sort-icon{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;vertical-align:middle;opacity:.5;flex-shrink:0;transition:opacity .12s}.concalls-table__sort-icon svg{width:12px;height:12px;display:block}.concalls-table__sort-icon--active{opacity:1}.concalls-table__resize-handle{position:absolute;right:-1px;top:25%;bottom:25%;width:6px;cursor:col-resize;background:rgba(0,0,0,0);z-index:10}.concalls-table__resize-handle:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:rgba(0,0,0,0);transition:background .15s ease}.concalls-table__resize-handle:hover:after{background:#999}.concalls-table__row{display:flex;border-bottom:.5px solid rgba(201,201,202,.31);background:#fff}.concalls-table__row .concalls-table__col--stock{background:#fff;box-shadow:4px 0 8px rgba(0,0,0,.03)}.concalls-table__row--alt{background:rgba(249,250,251,.5)}.concalls-table__row--alt .concalls-table__col--stock{background:#f9fafb;box-shadow:4px 0 8px rgba(0,0,0,.03)}.concalls-table__row:last-child{border-bottom:none}.concalls-table__col{display:flex;align-items:center;padding:10px;overflow:hidden}.concalls-table__row .concalls-table__col{height:82px}.concalls-table__col--stock{width:30%;min-width:180px;flex:none;position:sticky;left:0;z-index:1;background:inherit}.concalls-table__col--agenda{min-width:215px;width:215px;flex-shrink:0}.concalls-table__col--mktcap{width:15%;min-width:100px;flex:none}.concalls-table__col--price{width:18%;min-width:130px;flex:none}.concalls-table__col--date{width:15%;min-width:110px;flex:none}.concalls-table__col--action{width:22%;min-width:160px;flex:none;justify-content:flex-end}.concalls-table__stock{display:flex;align-items:center;gap:10px;min-width:0}.concalls-table__stock-avatar{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:13px;color:#fff;border-radius:50%;flex-shrink:0;overflow:hidden}.concalls-table__stock-avatar--fallback{background:#dadadb;padding-top:2px}.concalls-table__stock-info{display:flex;flex-direction:column;gap:2px;min-width:0}.concalls-table__stock-name{font-size:14px;font-weight:500;color:#333}.concalls-table__stock-name,.concalls-table__stock-sector{line-height:18px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.concalls-table__stock-sector{font-size:12px;font-weight:400;color:#817e7e}.concalls-table__agenda-chip{display:inline-flex;align-items:center;gap:3px;padding:4px 6px;background:rgba(196,144,90,.06);border-radius:4px;font-size:12px;font-weight:500;color:#c4905a;line-height:18px;white-space:nowrap}.concalls-table__mktcap{font-size:14px;font-weight:400;line-height:20px;color:#333;white-space:nowrap;text-align:right}.concalls-table__price{display:flex;flex-direction:column;gap:2px}.concalls-table__price-ltp{font-size:14px;font-weight:500;line-height:20px;color:#333;white-space:nowrap}.concalls-table__price-change{display:inline-flex;align-items:center;gap:3px;font-size:13px;font-weight:500;line-height:18px;white-space:nowrap}.concalls-table__price-change--up{color:#00ba00}.concalls-table__price-change--down{color:#e03131}.concalls-table__datetime{display:flex;flex-direction:column;align-items:flex-end}.concalls-table__date{font-size:14px;font-weight:400;line-height:20px;color:#333}.concalls-table__time{font-size:12px;font-weight:400;line-height:18px;color:#817e7e}.concalls-table__time--expected{color:#aaa;font-size:12px;font-style:italic;font-weight:400;line-height:18px}.concalls-table__empty-state{flex-direction:column;gap:12px;padding:60px 20px;min-height:300px}.concalls-table__empty-state,.concalls-table__empty-state-icon{display:flex;align-items:center;justify-content:center}.concalls-table__empty-state-text{font-size:14px;font-weight:400;line-height:20px;color:#817e7e;margin:0}.concalls-table__actions{display:flex;align-items:center;gap:6px}.concalls-table__action-icon-btn{display:flex;align-items:center;justify-content:center;padding:4px;border:1px solid #ebebeb;border-radius:6px;background:none;cursor:pointer;text-decoration:none;transition:border-color .15s}.concalls-table__action-icon-btn:hover{border-color:#817e7e}.concalls-table__action-icon-btn:active{border-color:#c4905a}.concalls-table__action-summary-btn{display:flex;align-items:center;gap:4px;padding:4px 8px 4px 4px;border:1px solid #ebebeb;border-radius:6px;background:none;cursor:pointer;color:#666;font-family:var(--font-helvetica-neue),sans-serif;transition:border-color .15s,color .15s}.concalls-table__action-summary-btn span{font-size:12px;font-weight:500;color:inherit;line-height:16px;white-space:nowrap;transition:color .15s}.concalls-table__action-summary-btn:active,.concalls-table__action-summary-btn:hover{border-color:#c4905a;color:#c4905a}.concalls-table__action-reminder-btn{display:flex;align-items:center;gap:4px;padding:4px 10px 4px 6px;min-width:110px;justify-content:center;border:1px solid #ebebeb;border-radius:6px;background:none;cursor:pointer;font-family:var(--font-helvetica-neue),sans-serif;transition:border-color .15s,background .15s}.concalls-table__action-reminder-btn span{font-size:12px;font-weight:500;color:#666;line-height:16px;white-space:nowrap;transition:color .15s}.concalls-table__action-reminder-btn:hover{border-color:#817e7e}.concalls-table__action-reminder-btn:hover span{color:#333}.concalls-table__action-reminder-btn--active{border-color:rgba(196,144,90,.4);background:rgba(196,144,90,.06)}.concalls-table__action-reminder-btn--active span{color:#c4905a}.concalls-table__action-reminder-btn:disabled{opacity:.6;cursor:not-allowed}.concalls-table__row{transition:background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.concalls-table__row:hover{background:rgba(196,144,90,.015)!important;box-shadow:inset 0 0 0 .5px rgba(196,144,90,.08)}.concalls-table__row:hover .concalls-table__col--stock{background:#fffdfa!important}.concalls-table__row:hover .concalls-table__actions .concalls-table__action-icon-btn,.concalls-table__row:hover .concalls-table__actions .concalls-table__action-reminder-btn,.concalls-table__row:hover .concalls-table__actions .concalls-table__action-summary-btn{border-color:#dadada}.concalls-table__action-icon-btn,.concalls-table__action-reminder-btn,.concalls-table__action-summary-btn{transition:all .2s cubic-bezier(.4,0,.2,1)}.concalls-table__action-icon-btn:hover,.concalls-table__action-reminder-btn:hover,.concalls-table__action-summary-btn:hover{transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.06)}.concalls-table__action-icon-btn:active,.concalls-table__action-reminder-btn:active,.concalls-table__action-summary-btn:active{transform:translateY(0) scale(.93);transition:transform .1s;box-shadow:none}.concalls-table__row:hover .concalls-table__stock-name{color:#1a1a1a;transition:color .15s cubic-bezier(.4,0,.2,1)}.concalls-table__row--navigating{opacity:.6;pointer-events:none;position:relative}.concalls-table__row--navigating:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(196,144,90,.06) 50%,transparent);animation:row-shimmer 1.2s ease-in-out infinite}@keyframes row-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.concalls-table__empty-state{animation:ct-fade-up .4s cubic-bezier(.4,0,.2,1) both}@keyframes ct-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.concalls-table-wrapper{animation:ct-scale-in .3s cubic-bezier(.4,0,.2,1) both}@keyframes ct-scale-in{0%{opacity:0;transform:scale(.99)}to{opacity:1;transform:scale(1)}}