.concalls__wrapper{font-family:var(--font-helvetica-neue),sans-serif;height:100%;display:flex;flex-direction:column;overflow:hidden}.concalls__panels{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.concalls__panel-live{flex:0 0 auto;max-height:30%;display:flex;flex-direction:column;padding:20px 24px 16px;overflow:hidden}@media(max-width:786px){.concalls__panel-live{padding:16px 14px 12px;max-height:35%}}.concalls__panel-content{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:0 24px}@media(max-width:786px){.concalls__panel-content{padding:0 14px}}.concalls__panel-content-scroll{flex:1;overflow:hidden;min-height:0;display:flex;flex-direction:column;padding-bottom:20px}.concalls__breadcrumb{gap:8px;padding:7px 12px 12px 10px;border-bottom:1px solid var(--border-color,#e8eaed);background:var(--surface-bg,#fff);flex-shrink:0;z-index:1}.concalls__breadcrumb,.concalls__breadcrumb-nav{display:flex;align-items:center;min-width:0;overflow:hidden}.concalls__breadcrumb-nav{gap:4px;font-size:12px;flex:1;padding-top:4px}.concalls__breadcrumb-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:400;color:#666;line-height:18px}.concalls__breadcrumb-container{position:relative;top:1px}.concalls__breadcrumb-back{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:4px;background:rgba(0,0,0,0);margin-right:8px;color:#666;cursor:pointer;flex-shrink:0;width:16px;height:16px;transition:background-color .15s ease,color .15s ease}.concalls__breadcrumb-back:hover{background:#f3f4f5;color:#333}.concalls__breadcrumb-link{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:400;line-height:18px;text-decoration:none;color:#666;cursor:pointer;transition:color .15s ease}.concalls__breadcrumb-link:hover{color:#333}.concalls__breadcrumb-current{color:#333;font-size:14px;font-weight:400}.concalls__share-btn{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;height:22px;padding:10px 12px;border:1px solid #dadada;border-radius:8px;background:#fff;color:#333;font-size:14px;font-weight:500;line-height:1;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.concalls__share-btn span{padding-top:4px}.concalls__share-btn svg{display:block;flex-shrink:0}.concalls__share-btn:hover{border-color:#817e7e}.concalls__pip-loader{width:100%;height:3px;background:#f1f1f1;overflow:hidden;flex-shrink:0}.concalls__pip-loader-bar{width:100%;height:100%;background:#c4905a;border-radius:2px;transform-origin:left;transition:transform .15s linear}.concalls__content{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:24px 24px 40px}@media(max-width:786px){.concalls__content{padding:16px 14px 24px}}.concalls__content-inner{max-width:100%;width:100%;margin:0 auto;display:flex;flex-direction:column;flex:1;min-height:0}.concalls__live-header{position:relative;display:flex;flex-direction:column;gap:4px;margin-bottom:12px}@media(max-width:786px){.concalls__live-header{margin-bottom:10px}}.concalls__live-header-text{display:flex;flex-direction:column;gap:7px}.concalls__live-title{font-size:28px;font-weight:500;line-height:1;color:#333;margin:0}@media(max-width:786px){.concalls__live-title{font-size:22px}}@media(max-width:480px){.concalls__live-title{font-size:20px}}.concalls__live-title-accent{color:#c4905a}.concalls__live-count{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#c4905a;background:rgba(196,144,90,.1);border-radius:50%;min-width:26px;height:26px;padding:0 6px;margin-left:8px;vertical-align:middle;line-height:1;position:relative;top:-2px}@media(max-width:786px){.concalls__live-count{font-size:12px;min-width:22px;height:22px;padding:0 5px;top:-1px}}@media(max-width:480px){.concalls__live-count{font-size:11px;min-width:20px;height:20px;padding:0 4px;top:-1px}}.concalls__live-subtitle{font-size:16px;font-weight:400;line-height:22px;color:#aaa;margin:0;max-width:786px}@media(max-width:786px){.concalls__live-subtitle{font-size:14px;line-height:20px;padding-right:90px}}@media(max-width:480px){.concalls__live-subtitle{font-size:13px;padding-right:72px}}.concalls__live-grid-wrapper{position:relative;display:flex;align-items:center}.concalls__live-grid-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid #ebebeb;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.08);cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.concalls__live-grid-arrow:hover{border-color:rgba(196,144,90,.5);box-shadow:0 2px 8px rgba(0,0,0,.12)}.concalls__live-grid-arrow--left{left:2px}.concalls__live-grid-arrow--right{right:2px}.concalls__live-grid-arrow--nudge{border-color:rgba(196,144,90,.6);box-shadow:0 2px 10px rgba(196,144,90,.25);overflow:visible}.concalls__live-grid-arrow--nudge:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;border:2px solid rgba(196,144,90,.7);box-sizing:border-box;animation:live-grid-arrow-ripple 1.8s ease-out infinite;pointer-events:none}@keyframes live-grid-arrow-ripple{0%{transform:scale(1);opacity:1}to{transform:scale(2.2);opacity:0}}.concalls__live-grid{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;padding:4px 0;scrollbar-width:none;-ms-overflow-style:none}.concalls__live-grid::-webkit-scrollbar{display:none}.concalls__live-card{position:relative;display:flex;flex-direction:row;align-items:center;gap:12px;height:auto;min-width:220px;max-width:280px;flex:0 0 auto;padding:14px 56px 14px 16px;background:#fff;border:1px solid #f1f1f1;border-radius:10px;overflow:hidden;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.concalls__live-card:hover{border-color:rgba(196,144,90,.5);box-shadow:2px 2px 4px rgba(0,0,0,.06)}.concalls__live-card:hover .concalls__live-card-signal svg path{stroke:#c4905a;transform-origin:center center}.concalls__live-card:hover .concalls__live-card-signal svg path:first-child{animation:live-signal-side .8s ease-in-out infinite}.concalls__live-card:hover .concalls__live-card-signal svg path:nth-child(2){animation:live-signal-middle .8s ease-in-out infinite}.concalls__live-card:hover .concalls__live-card-signal svg path:nth-child(3){animation:live-signal-side .8s ease-in-out infinite}.concalls__live-card-logo{width:40px;height:40px;border-radius:8px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.concalls__live-card-logo img{width:100%;height:100%;object-fit:cover}.concalls__live-card-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;overflow:hidden;padding-right:8px}.concalls__live-card-name{font-size:14px;line-height:20px;color:#333}.concalls__live-card-name,.concalls__live-card-sector{font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.concalls__live-card-sector{font-size:12px;line-height:18px;color:#c4905a}.concalls__live-card-arrow{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease}.concalls__live-card-arrow svg{width:14px;height:14px}.concalls__live-card:hover .concalls__live-card-arrow{opacity:1}.concalls__live-card-signal{position:absolute;top:12px;right:28px;display:flex;align-items:center;gap:4px}.concalls__live-card-signal svg{width:24px;height:24px}@keyframes live-signal-middle{0%{transform:scaleY(1.2)}50%{transform:scaleY(.5)}to{transform:scaleY(1.2)}}@keyframes live-signal-side{0%{transform:scaleY(.6)}50%{transform:scaleY(1)}to{transform:scaleY(.6)}}.concalls__upcoming-header{position:relative;display:flex;flex-direction:column;gap:32px;padding-top:40px;margin-bottom:32px}@media(max-width:786px){.concalls__upcoming-header{padding-top:24px;margin-bottom:24px;gap:24px}}.concalls__upcoming-header-text{display:flex;flex-direction:column;gap:7px}.concalls__view-toggle{display:flex;align-items:center;gap:2px;background:#f5f5f5;border-radius:8px;padding:3px;border:1px solid #e8e8e8;margin-bottom:4px}.concalls__view-toggle-btn{display:flex;align-items:center;justify-content:center;gap:5px;height:30px;padding:0 12px;border-radius:6px;border:none;background:rgba(0,0,0,0);color:#999;cursor:pointer;transition:all .15s;font-size:13px;font-weight:500;font-family:var(--font-helvetica-neue),sans-serif;white-space:nowrap}.concalls__view-toggle-btn img{display:block;flex-shrink:0}.concalls__view-toggle-btn span{line-height:1}.concalls__view-toggle-btn:hover{color:#666}.concalls__view-toggle-btn--active{background:#fff;color:#c4905a;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e8e8e8}.concalls__view-toggle-btn--active:hover{color:#c4905a}.concalls__tabs-right{display:flex;align-items:center;gap:12px}@media(max-width:786px){.concalls__tabs-right{display:none}}.concalls__no-live-message{display:flex;align-items:center;gap:14px;padding:12px 22px 12px 12px;border:1px solid #f8f2eb;border-radius:8px;margin-top:0;width:fit-content}.concalls__no-live-message-icon{width:32px;height:32px;flex-shrink:0}.concalls__no-live-message-icon svg{width:100%;height:100%}.concalls__no-live-message-text{font-size:16px;font-weight:400;line-height:26px;color:#333;margin:0;white-space:nowrap}.concalls__tabs{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid #ebebeb;flex-wrap:nowrap;flex-shrink:0;background:#fff;z-index:10;padding-top:4px}.concalls__tab,.concalls__tabs-left{display:flex;align-items:center}.concalls__tab{flex-direction:column;height:38px;padding:6px 12px;font-size:16px;font-weight:500;color:#817e7e;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-1px;border-radius:6px 6px 0 0;cursor:pointer;white-space:nowrap;font-family:var(--font-helvetica-neue),sans-serif;transition:color .12s,border-color .12s}.concalls__tab:hover{color:#333}.concalls__tab--active{color:#333;border-bottom-color:#c4905a}.concalls__tab--right{color:#817e7e}.concalls__filters{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;flex-shrink:0;background:#fff;z-index:9}@media(max-width:786px){.concalls__filters{flex-direction:column;align-items:stretch}}.concalls__search{display:flex;align-items:center;gap:6px;padding:7px 8px;border:1px solid #dadada;border-radius:6px;width:289px;min-width:0;transition:border-color .15s}.concalls__search:hover{border-color:silver}.concalls__search:focus-within{border-color:#c4905a}@media(max-width:786px){.concalls__search{width:100%}}.concalls__search-input{border:none;outline:none;background:none;font-size:14px;font-weight:400;color:#333;width:100%;font-family:var(--font-helvetica-neue),sans-serif;margin-top:1px}.concalls__search-input::placeholder{color:#817e7e}.concalls__search-clear{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;padding:0;cursor:pointer;border-radius:4px;flex-shrink:0;transition:background .12s}.concalls__search-clear:hover{background:#f3f4f5}.concalls__filter-group{display:flex;align-items:center;gap:12px}@media(max-width:786px){.concalls__filter-group{flex-wrap:nowrap;gap:8px;min-width:0}}.concalls__filter-label{font-size:12px;font-weight:500;color:silver;white-space:nowrap;line-height:20px}@media(max-width:786px){.concalls__filter-label{display:none}}.concalls__filter-btn{display:flex;align-items:center;gap:6px;height:30px;padding:6px 8px 6px 12px;border:1px solid #dadada;border-radius:6px;background:none;cursor:pointer;font-family:var(--font-helvetica-neue),sans-serif;transition:border-color .15s,background-color .15s}@media(max-width:786px){.concalls__filter-btn{width:100%;min-width:0;overflow:hidden}}.concalls__filter-btn span{font-size:12px;font-weight:500;color:#666;white-space:nowrap;line-height:20px;transition:color .15s;overflow:hidden;text-overflow:ellipsis;min-width:0}.concalls__filter-btn svg{flex-shrink:0}.concalls__filter-btn:hover{border-color:silver}.concalls__filter-btn:hover span{color:#333}.concalls__filter-btn:hover svg path{fill:#333}.concalls__filter-btn--active{background:rgba(167,122,77,.09);border-color:#ebebeb}.concalls__filter-btn--active span{color:#666}.concalls__dropdown-wrap{position:relative}@media(max-width:786px){.concalls__dropdown-wrap{flex:1;min-width:0}}.concalls__dropdown{position:absolute;top:calc(100% + 4px);right:0;z-index:100;min-width:180px;max-height:280px;overflow-y:auto;background:#fff;border:.5px solid #f1f1f1;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08);animation:concalls-dropdown-in .12s ease both}@keyframes concalls-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.concalls__dropdown-item{display:block;width:100%;padding:8px 12px;font-size:12px;font-weight:400;color:#666;text-align:left;background:none;border:none;cursor:pointer;font-family:var(--font-helvetica-neue),sans-serif;white-space:nowrap;transition:background .12s,color .12s;line-height:20px;height:36px;display:flex;align-items:center}.concalls__dropdown-item:hover{background:rgba(167,122,77,.09);color:#c4905a}.concalls__dropdown-item--active{color:#c4905a;font-weight:500}.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}@keyframes concalls-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.concalls__skeleton{animation:concalls-skeleton-fade-in .2s ease both}@keyframes concalls-skeleton-fade-in{0%{opacity:0}to{opacity:1}}.concalls__skeleton-graphic{position:absolute;top:0;right:0;width:134px;height:134px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:concalls-shimmer 1.5s infinite}.concalls__skeleton-tabs{display:flex;align-items:center;gap:12px;border-bottom:1px solid #ebebeb;padding-bottom:10px;margin-bottom:20px}.concalls__skeleton-tab{width:80px;height:28px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:concalls-shimmer 1.5s infinite}.concalls__skeleton-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.concalls__skeleton-search{width:289px;height:36px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:concalls-shimmer 1.5s infinite}.concalls__skeleton-filter-group{display:flex;align-items:center;gap:12px}.concalls__skeleton-filter-btn{width:100px;height:30px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:concalls-shimmer 1.5s infinite}.concalls__skeleton-table{margin-top:22.5px;border:1px solid #f1f1f1;border-radius:10px;overflow:hidden}.concalls__skeleton-table-header{display:flex;background:rgba(237,238,239,.5);padding:12px;gap:12px}.concalls__skeleton-th{height:18px;border-radius:4px;background:linear-gradient(90deg,#e8e8e8 25%,#ddd 50%,#e8e8e8 75%);background-size:200% 100%;animation:concalls-shimmer 1.5s infinite}.concalls__skeleton-table-row{display:flex;padding:16px 12px;gap:12px;border-bottom:.5px solid rgba(201,201,202,.31)}.concalls__skeleton-table-row:last-child{border-bottom:none}.concalls__skeleton-table-row:nth-child(2n){background:rgba(249,250,251,.5)}.concalls__skeleton-cell{display:flex;align-items:center;gap:10px;min-width:0}.concalls__skeleton-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:concalls-shimmer 1.5s infinite}.concalls__skeleton-cell-lines{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.concalls__skeleton-chip{width:80px;height:24px}.concalls__skeleton-chip,.concalls__skeleton-line{border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:concalls-shimmer 1.5s infinite}.concalls__skeleton-line--title{width:220px;height:28px}.concalls__skeleton-line--subtitle{width:500px;height:16px;max-width:100%}.concalls__skeleton-line--subtitle-short{width:300px;height:16px;max-width:100%}.concalls__skeleton-line--cell-name{width:100px;height:14px}.concalls__skeleton-line--cell-sector{width:60px;height:12px}.concalls__skeleton-line--cell-short{width:60px;height:14px;margin-left:auto}.concalls__skeleton-line--cell-action{width:120px;height:26px;border-radius:6px;margin-left:auto}.concalls__skeleton-line--message-box{width:100%;max-width:420px;height:56px;border-radius:8px}.concalls__hero{display:none}.concalls__calendar-view{display:flex;flex-direction:column;flex:1;min-height:0;border-top:1px solid #ebebeb}.concalls__wrapper--calendar .concalls__panel-content-scroll{overflow-y:auto}@keyframes concalls-page-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes concalls-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes concalls-slide-down{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes concalls-fade-in{0%{opacity:0}to{opacity:1}}@keyframes concalls-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes concalls-pop-in{0%{opacity:0;transform:scale(.85)}60%{transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@keyframes concalls-card-enter{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes concalls-pulse-soft{0%,to{opacity:1}50%{opacity:.6}}@keyframes concalls-live-glow{0%,to{box-shadow:0 0 0 0 rgba(196,144,90,0)}50%{box-shadow:0 0 0 4px rgba(196,144,90,.08)}}.concalls__wrapper{animation:concalls-page-in .4s cubic-bezier(.4,0,.2,1) both}.concalls__panels{animation:concalls-fade-in .3s cubic-bezier(.4,0,.2,1) .1s both}.concalls__panel-live{animation:concalls-slide-down .35s cubic-bezier(.4,0,.2,1) .15s both}.concalls__live-header{animation:concalls-slide-down .3s cubic-bezier(.4,0,.2,1) .2s both}.concalls__live-card{animation:concalls-card-enter .35s cubic-bezier(.19,1,.22,1) both;will-change:transform,box-shadow}.concalls__live-card:first-child{animation-delay:.15s}.concalls__live-card:nth-child(2){animation-delay:.2s}.concalls__live-card:nth-child(3){animation-delay:.25s}.concalls__live-card:nth-child(4){animation-delay:.3s}.concalls__live-card:nth-child(5){animation-delay:.35s}.concalls__live-card:nth-child(6){animation-delay:.4s}.concalls__live-card:nth-child(7){animation-delay:.45s}.concalls__live-card:nth-child(8){animation-delay:.5s}.concalls__live-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.08),0 0 0 1px rgba(196,144,90,.2);transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s}.concalls__live-card:active{transform:translateY(0) scale(.98);transition:transform .1s}.concalls__no-live-message{animation:concalls-fade-in .4s cubic-bezier(.4,0,.2,1) .3s both}.concalls__panel-content{animation:concalls-slide-up .35s cubic-bezier(.4,0,.2,1) .2s both}.concalls__tab{position:relative;transition:color .2s cubic-bezier(.4,0,.2,1),transform .15s}.concalls__tab:after{content:"";position:absolute;bottom:-1px;left:50%;width:0;height:2px;background:#c4905a;border-radius:2px 2px 0 0;transition:width .25s cubic-bezier(.34,1.56,.64,1),left .25s cubic-bezier(.34,1.56,.64,1)}.concalls__tab--active:after{width:100%;left:0}.concalls__tab:hover:not(.concalls__tab--active){transform:translateY(-1px)}.concalls__tab:active{transform:scale(.97);transition:transform .1s}.concalls__view-toggle-btn{transition:all .2s cubic-bezier(.4,0,.2,1)}.concalls__view-toggle-btn--active{animation:concalls-pop-in .25s cubic-bezier(.34,1.56,.64,1) both}.concalls__view-toggle-btn:active{transform:scale(.93);transition:transform .1s}.concalls__filters{animation:concalls-slide-up .3s cubic-bezier(.4,0,.2,1) .25s both}.concalls__search{transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.concalls__search:focus-within{box-shadow:0 0 0 3px rgba(196,144,90,.08)}.concalls__filter-btn{transition:all .2s cubic-bezier(.4,0,.2,1)}.concalls__filter-btn:hover{transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.04)}.concalls__filter-btn:active{transform:translateY(0) scale(.97);transition:transform .1s}.concalls__filter-btn--active{animation:concalls-live-glow 2s ease-in-out infinite}.concalls__dropdown{animation:concalls-dropdown-enter .2s cubic-bezier(.34,1.56,.64,1) both}@keyframes concalls-dropdown-enter{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.concalls__dropdown-item{transition:background .15s cubic-bezier(.4,0,.2,1),color .15s,transform .15s}.concalls__dropdown-item:hover{transform:translateX(2px)}.concalls__dropdown-item:active{transform:translateX(2px) scale(.98)}.concalls__live-grid-arrow{transition:all .2s cubic-bezier(.4,0,.2,1)}.concalls__live-grid-arrow:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 3px 10px rgba(0,0,0,.12)}.concalls__live-grid-arrow:active{transform:translateY(-50%) scale(.92);transition:transform .1s}.concalls__skeleton{animation:concalls-fade-in .3s cubic-bezier(.4,0,.2,1) both}.concalls__skeleton .concalls__skeleton-table-row:first-child{animation:concalls-fade-in .2s cubic-bezier(.4,0,.2,1) .06s both}.concalls__skeleton .concalls__skeleton-table-row:nth-child(2){animation:concalls-fade-in .2s cubic-bezier(.4,0,.2,1) .12s both}.concalls__skeleton .concalls__skeleton-table-row:nth-child(3){animation:concalls-fade-in .2s cubic-bezier(.4,0,.2,1) .18s both}.concalls__skeleton .concalls__skeleton-table-row:nth-child(4){animation:concalls-fade-in .2s cubic-bezier(.4,0,.2,1) .24s both}.concalls__skeleton .concalls__skeleton-table-row:nth-child(5){animation:concalls-fade-in .2s cubic-bezier(.4,0,.2,1) .3s both}.concalls__skeleton .concalls__skeleton-table-row:nth-child(6){animation:concalls-fade-in .2s cubic-bezier(.4,0,.2,1) .36s both}.concalls__breadcrumb{animation:concalls-slide-down .25s cubic-bezier(.4,0,.2,1) both}.concalls__calendar-view{animation:concalls-scale-in .35s cubic-bezier(.4,0,.2,1) both}.concalls__live-grid,.concalls__panel-content-scroll{scroll-behavior:smooth}@media(max-width:786px){.concalls__view-toggle,.concalls__view-toggle-btn--calendar{display:none}.concalls__breadcrumb{padding:6px 10px 10px}.concalls__breadcrumb-nav{font-size:11px;gap:2px}.concalls__breadcrumb-item:not(.concalls__breadcrumb-current){display:none}.concalls__breadcrumb-current{font-size:13px}.concalls__panel-live{padding:14px 14px 12px;max-height:none;flex:0 0 auto}.concalls__live-title{font-size:20px}.concalls__live-subtitle{font-size:13px;line-height:18px;padding-right:0}.concalls__live-grid{gap:10px;padding:4px 2px}.concalls__live-card{min-width:180px;max-width:220px;padding:12px 14px;gap:10px}.concalls__live-card-logo{width:34px;height:34px}.concalls__live-card-name{font-size:13px;line-height:18px}.concalls__live-card-sector{font-size:11px;line-height:16px}.concalls__live-card-signal{right:24px;top:10px}.concalls__live-card-signal svg{width:20px;height:20px}.concalls__live-card-arrow{right:8px;top:10px}.concalls__live-card-arrow svg{width:12px;height:12px}.concalls__live-grid-arrow{display:none}.concalls__no-live-message{flex-direction:column;align-items:flex-start;gap:10px;padding:14px;width:100%}.concalls__no-live-message-text{font-size:14px;line-height:20px;white-space:normal}.concalls__tabs{padding-top:0;gap:0}.concalls__tabs-left{flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}}@media(max-width:786px){.concalls__tabs-left::-webkit-scrollbar{display:none}.concalls__tab{font-size:14px;padding:8px 10px;height:36px;flex-shrink:0}.concalls__tabs-right{display:none}.concalls__filters{flex-direction:column;align-items:stretch;gap:10px;padding:12px 0}.concalls__search{width:100%}.concalls__filter-group{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}}@media(max-width:786px){.concalls__filter-group::-webkit-scrollbar{display:none}.concalls__filter-label{font-size:11px;flex-shrink:0}.concalls__dropdown-wrap{flex:0 0 auto;min-width:auto}.concalls__filter-btn{height:32px;padding:6px 10px;width:auto;min-width:auto;overflow:visible}.concalls__filter-btn span{font-size:11px;overflow:visible;text-overflow:clip}.concalls__dropdown{position:fixed;top:auto;bottom:0;left:0;right:0;z-index:1000;min-width:100%;max-height:50vh;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px rgba(0,0,0,.12);animation:concalls-mobile-sheet-up .3s cubic-bezier(.4,0,.2,1) both}@keyframes concalls-mobile-sheet-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.concalls__dropdown-item{padding:12px 16px;font-size:14px;height:44px}.concalls__panel-content{padding:0 12px}.concalls__panel-content-scroll{padding-bottom:80px;overflow-y:auto}.concalls__skeleton-filters{flex-direction:column;align-items:stretch;gap:10px}.concalls__skeleton-search{width:100%}.concalls__skeleton-filter-group{overflow-x:auto}.concalls__skeleton-table-header,.concalls__skeleton-table-row{display:none}.concalls__skeleton-table{border:none;display:flex;flex-direction:column;gap:12px;padding:0}.concalls__skeleton-table:after,.concalls__skeleton-table:before{content:"";display:block;height:100px;border-radius:10px;background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%);background-size:200% 100%;animation:concalls-shimmer 1.5s infinite}.concalls__skeleton-table:after{animation-delay:.2s}}@media(max-width:480px){.concalls__panel-live{padding:12px 10px 10px}.concalls__live-title{font-size:18px}.concalls__live-subtitle{font-size:12px;line-height:17px}.concalls__live-card{min-width:160px;max-width:190px;padding:10px 12px;gap:8px;border-radius:8px}.concalls__live-card-logo{width:30px;height:30px}.concalls__live-card-name{font-size:12px}.concalls__live-card-sector{font-size:10px}.concalls__tab{font-size:13px;padding:6px 8px}.concalls__panel-content{padding:0 10px}.concalls__search{padding:6px 8px}.concalls__search input{font-size:13px}.concalls__filter-btn{height:30px;padding:4px 8px}.concalls__filter-btn span{font-size:10px}.concalls__no-live-message{padding:12px}.concalls__no-live-message-text{font-size:13px;line-height:18px}.concalls__no-live-message-icon{width:28px;height:28px}}