.main-layout{display:flex;min-height:100vh;background:var(--color-gray-100)}.main-block{flex:1;min-width:0;display:flex;flex-direction:column;margin-left:64px}.main-layout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;background:var(--color-gray-100);color:var(--color-gray-600);font-size:.9375rem}.main-layout-spinner{width:32px;height:32px;border:3px solid var(--color-gray-200);border-top-color:var(--color-accent);border-radius:50%;animation:main-layout-spin .8s linear infinite}@keyframes main-layout-spin{to{transform:rotate(360deg)}}.main-header{--header-bg: #1D1D20;--header-border: #36373B;position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:1rem;min-height:50px;padding:0 1.25rem;background:var(--header-bg);border-bottom:1px solid var(--header-border);flex-shrink:0}.main-header-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem}.main-header-crumb{display:inline-flex;align-items:center;gap:.25rem;color:#fff}.main-header-crumb-sep{color:#fff;-webkit-user-select:none;user-select:none}.main-header-crumb-current{color:#fff}.main-header-crumb-link{color:#fff;text-decoration:none;padding:.2em 0;border-radius:4px}.main-header-crumb-link:hover{color:#ffffffe6}.main-header-title-mobile{display:none;font-size:1rem;font-weight:600;color:#fff}.main-header-avatar{margin-left:auto;flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#36373b;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-header-avatar-inner{font-size:.9375rem;font-weight:600;color:#fff}.main-burger{display:none;flex-shrink:0;width:44px;height:44px;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease}.main-burger:hover{background:#ffffff14}.main-burger:active{background:#ffffff1f}.main-burger-line{display:block;width:20px;height:2px;background:#fff;border-radius:1px;transition:transform .25s ease,opacity .25s ease}.main-burger[aria-expanded=true] .main-burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.main-burger[aria-expanded=true] .main-burger-line:nth-child(2){opacity:0}.main-burger[aria-expanded=true] .main-burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.main-sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:45;opacity:0;pointer-events:none;transition:opacity .25s ease}.main-sidebar{--sidebar-bg: #1D1D20;--sidebar-toggle-bg: #121214;--sidebar-border: #36373B;position:fixed;left:0;top:0;bottom:0;z-index:50;background:var(--sidebar-bg);display:flex;flex-direction:column;transition:width .28s ease,transform .28s ease;border-right:1px solid var(--sidebar-border)}.main-sidebar-inner{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.main-sidebar-logo{padding:1.25rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0;transition:padding .28s ease}.main-sidebar-logo-img{display:block;height:44px;width:auto;transition:height .28s ease}.main-sidebar[data-collapsed] .main-sidebar-logo{display:flex;justify-content:center;padding-left:0;padding-right:0}.main-sidebar[data-collapsed] .main-sidebar-logo-img{height:36px}.main-sidebar-nav{flex:1;padding:1rem 0;overflow-x:hidden;overflow-y:auto;min-width:0}.main-sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.625rem 13px;margin:2px .5rem;color:#ffffffb3;text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:8px;transition:background .15s,color .15s,padding .28s ease;white-space:nowrap;min-width:0;width:calc(100% - 1rem);box-sizing:border-box;overflow:hidden}.main-sidebar-link:hover{background:#ffffff14;color:#fff}.main-sidebar-link-active{background:#fe4f1833;color:var(--color-accent)}.main-sidebar-link-icon{flex-shrink:0;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.main-sidebar-link-text{flex:1;min-width:0;overflow:hidden;text-overflow:clip;transition:opacity .2s ease,visibility .2s ease}.main-sidebar-link-icon svg{width:22px;height:22px}.main-sidebar[data-collapsed] .main-sidebar-link-text{opacity:0;visibility:hidden}.main-sidebar-group{margin:2px 0}.main-sidebar-group-trigger{width:calc(100% - 1rem);border:none;background:none;cursor:pointer;text-align:left;font:inherit;color:#ffffffb3;display:flex;align-items:center;gap:.75rem;margin:2px .5rem;border-radius:8px;min-width:0;transition:background .15s,color .15s,padding .28s ease;white-space:nowrap;box-sizing:border-box;overflow:hidden}.main-sidebar-group-trigger .main-sidebar-link-text{flex:1;min-width:0}.main-sidebar-group-trigger:hover{background:#ffffff14;color:#fff}.main-sidebar-group-trigger .main-sidebar-chevron{margin-left:auto;flex-shrink:0;opacity:.7;transition:transform .2s ease,opacity .2s ease,visibility .2s ease}.main-sidebar-group-trigger.is-expanded .main-sidebar-chevron{transform:rotate(180deg)}.main-sidebar[data-collapsed] .main-sidebar-chevron{opacity:0;visibility:hidden}.main-sidebar-sub{padding-left:1.25rem;padding-right:.5rem;margin-left:.5rem;border-left:1px solid rgba(255,255,255,.1)}.main-sidebar-sublink{padding:.5rem .75rem;margin:2px 0}.main-sidebar-sublink .main-sidebar-link-icon{display:none}.main-sidebar-footer{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.5rem;transition:padding .28s ease;min-width:0;overflow:hidden}.main-sidebar[data-collapsed] .main-sidebar-footer{align-items:center;padding-left:.5rem;padding-right:.5rem}.main-sidebar-email{font-size:.8125rem;color:#fff9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-sidebar[data-collapsed] .main-sidebar-email{display:none}.main-sidebar-logout{padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#fffc;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;transition:background .15s,color .15s}.main-sidebar-logout:hover{background:#ffffff1a;color:#fff}.main-sidebar[data-collapsed] .main-sidebar-logout{padding:.5rem}.main-sidebar[data-collapsed] .main-sidebar-logout svg{display:block}.main-sidebar-close{display:none;position:absolute;top:1rem;right:1rem;z-index:2;width:40px;height:40px;padding:0;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;color:#ffffffe6;cursor:pointer;transition:background .2s}.main-sidebar-close:hover{background:#ffffff1a}.main-sidebar-toggle{position:absolute;top:50%;right:-14px;width:28px;height:28px;margin-top:-14px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--sidebar-toggle-bg);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fffffff2;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;z-index:51;box-shadow:0 2px 8px #0000004d}.main-sidebar-toggle:hover{background:#1a1a1c;color:#fff;border-color:#ffffff59}.main-content{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#000;color:#fff}.main-content-body{flex:1;min-height:0;overflow:auto;animation:main-content-fade .25s ease;background:#000;color:#fff}.main-content-body.main-content-body-fixed{overflow:hidden;display:flex;flex-direction:column}@keyframes main-content-fade{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.main-burger{display:flex}.main-header-breadcrumbs{display:none}.main-header-title-mobile{display:block;flex:1;text-align:center}.main-sidebar-toggle{display:none}.main-block{margin-left:0}.main-sidebar{width:85vw!important;max-width:320px;transform:translate(-100%);box-shadow:none}.main-layout.mobile-menu-open .main-sidebar{transform:translate(0);box-shadow:4px 0 24px #00000040}.main-sidebar-backdrop{display:block}.main-layout.mobile-menu-open .main-sidebar-backdrop{opacity:1;pointer-events:auto}.main-sidebar-close{display:flex}.main-layout.mobile-menu-open .main-sidebar{width:85vw!important}.main-layout.mobile-menu-open .main-sidebar[data-collapsed] .main-sidebar-link-text,.main-layout.mobile-menu-open .main-sidebar .main-sidebar-email{display:block;opacity:1;visibility:visible}.main-layout.mobile-menu-open .main-sidebar[data-collapsed] .main-sidebar-link{justify-content:flex-start;padding:.625rem 1.25rem}.main-layout.mobile-menu-open .main-sidebar[data-collapsed] .main-sidebar-footer{align-items:stretch;padding:1rem 1.25rem}.main-layout.mobile-menu-open .main-sidebar[data-collapsed] .main-sidebar-logout{padding:.5rem .75rem}.main-layout.mobile-menu-open .main-sidebar[data-collapsed] .main-sidebar-logout svg{display:none}.main-layout.mobile-menu-open .main-sidebar[data-collapsed] .main-sidebar-logout:after{content:"Выйти"}}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;background:var(--color-gray-100);color:var(--color-gray-600);font-size:.9375rem}.dashboard-spinner{width:32px;height:32px;border:3px solid var(--color-gray-200);border-top-color:var(--color-accent);border-radius:50%;animation:dashboard-spin .8s linear infinite}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard{min-height:100%;background:#000;color:#fff}.dashboard-main{max-width:960px;margin:0;padding:2rem 1.5rem 2rem 2.5rem;animation:dashboard-main-in .3s ease}@keyframes dashboard-main-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dashboard-modules-intro{margin-bottom:2rem}.dashboard-beta-banner{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:#1d1d20;border:1px solid #FA8C16;border-radius:8px;margin-bottom:12px}.dashboard-beta-icon{width:22px;height:22px;flex-shrink:0;border-radius:999px;border:1px solid #FA8C16;color:#fa8c16;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;line-height:1;margin-top:1px}.dashboard-beta-text{margin:0;color:#ffffffe0;font-size:.9375rem;line-height:1.35}.dashboard-beta-link{color:#fa8c16;text-decoration:underline;text-underline-offset:2px;font-weight:600}.dashboard-beta-link:hover{color:#fa8c16;opacity:.9}.dashboard-modules-title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.dashboard-modules-subtitle{font-size:1rem;color:#fffc;margin-bottom:1.5rem}.dashboard-modules-all{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem}.dashboard-modules-section{margin-bottom:2.5rem}.dashboard-modules-loading{color:#ffffffb3;font-size:.9375rem}.dashboard-module-skeleton{width:280px;height:380px;background-color:#1a1a1a!important;background-image:none!important}.dashboard-skeleton-line{height:1rem;border-radius:4px;background:linear-gradient(90deg,#2a2a2a,#36373b 45%,#2a2a2a);background-size:200% 100%;animation:dashboard-skeleton-shimmer 1.2s ease-in-out infinite}.dashboard-skeleton-title{width:70%;height:1.25rem;margin-bottom:.75rem}.dashboard-skeleton-desc{margin-bottom:.5rem}.dashboard-skeleton-desc.short{width:85%}.dashboard-skeleton-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.5rem}.dashboard-skeleton-tag{display:inline-block;width:4rem;height:1.5rem;border-radius:4px;background:linear-gradient(90deg,#2a2a2a,#36373b 45%,#2a2a2a);background-size:200% 100%;animation:dashboard-skeleton-shimmer 1.2s ease-in-out infinite}.dashboard-skeleton-tag:nth-child(2){width:3.5rem;animation-delay:.1s}.dashboard-skeleton-tag:nth-child(3){width:3rem;animation-delay:.2s}@keyframes dashboard-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-modules-grid{display:grid;grid-template-columns:repeat(auto-fill,280px);gap:1.25rem;justify-content:start}.dashboard-module-card-link{display:block;color:inherit;text-decoration:none}.dashboard-module-card-link:hover .dashboard-module-card{border-color:#fe4f1880}.dashboard-module-card{width:280px;height:380px;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;border:1px solid #36373B;position:relative;overflow:hidden;box-sizing:border-box}.dashboard-module-card:not(.dashboard-module-skeleton){animation:dashboard-card-in .25s ease-out}@keyframes dashboard-card-in{0%{opacity:0}to{opacity:1}}.dashboard-module-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.dashboard-module-card-bg img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease-out}.dashboard-module-card-bg img.dashboard-module-bg-loaded{opacity:1}.dashboard-module-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0009,#0009);z-index:1}.dashboard-module-card-content{position:relative;z-index:2;display:flex;flex-direction:column;flex:1;min-height:0}.dashboard-module-title{font-size:1.25rem;font-weight:700;line-height:1.3;letter-spacing:0;color:#fff;margin:0 0 .75rem;text-align:left;flex-shrink:0}.dashboard-module-desc{font-size:.875rem;color:#ffffffe6;margin:0 0 1rem;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.dashboard-module-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-top:auto}.dashboard-module-tag{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:500;color:#ffffffe6;background:#1d1d20;border:1px solid #4E5055;border-radius:4px;pointer-events:none}.dashboard-module-create-wrap{margin-top:1.5rem}.dashboard-module-create-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--color-accent);background:transparent;border:1px solid var(--color-accent);border-radius:8px;cursor:pointer}.dashboard-module-create-btn:hover{background:#fe4f181a}.dashboard-module-form{margin-top:1rem;padding:1.25rem;background:#1a1a1a;border-radius:12px;border:1px solid #36373B;display:flex;flex-direction:column;gap:1rem;max-width:480px}.dashboard-module-textarea{resize:vertical;min-height:80px}.dashboard-module-file{font-size:.875rem;color:#ffffffe6}.dashboard-module-preview{margin-top:.5rem;max-width:200px;border-radius:8px;overflow:hidden;border:1px solid #36373B}.dashboard-module-preview img{display:block;width:100%;height:auto;max-height:120px;object-fit:cover}.dashboard-welcome{margin-bottom:2rem}.dashboard-welcome h1{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.dashboard-welcome p{font-size:1rem;color:#ffffffd9}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.dashboard-card{padding:1.5rem;background:#1a1a1a;border-radius:12px;border:1px solid #36373B;box-shadow:0 1px 2px #0000004d;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease;color:#fff}.dashboard-card:hover{box-shadow:0 4px 12px #0006}.dashboard-card h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.dashboard-card p{font-size:.875rem;color:#ffffffd9;margin:0}.dashboard-section{margin-bottom:2rem}.dashboard-section-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem}.dashboard-org-card h3,.dashboard-org-create h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.dashboard-org-name{font-size:1.125rem;font-weight:600;color:var(--color-accent);margin-bottom:.25rem!important}.dashboard-org-meta{font-size:.8125rem;color:#ffffffb3}.dashboard-org-hint{font-size:.875rem;color:#fffc;margin-bottom:1.25rem!important}.dashboard-org-form{display:flex;flex-direction:column;gap:1rem}.dashboard-org-label{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;font-weight:500;color:#ffffffe6}.dashboard-org-input{padding:.5rem .75rem;font-size:.9375rem;border:1px solid #36373B;border-radius:8px;outline:none;background:#1a1a1a;color:#fff}.dashboard-org-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #fe4f1826}.dashboard-org-error{font-size:.875rem;color:#dc2626;margin:0!important}.dashboard-org-submit{align-self:flex-start;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;background:var(--color-accent);border:none;border-radius:8px;cursor:pointer;transition:background .2s}.dashboard-org-submit:hover:not(:disabled){background:var(--color-accent-dark)}.dashboard-org-submit:disabled{opacity:.7;cursor:not-allowed}.dashboard-no-modules{text-align:center;padding:3rem 1.5rem;color:#ffffffb3}.dashboard-no-modules p{margin:0 0 .75rem;font-size:1rem}.dashboard-no-modules-hint{font-size:.875rem;color:#ffffff80}@media(max-width:768px){.dashboard-main{padding:1rem .75rem}.dashboard-modules-intro{margin-bottom:1.5rem}}.history-page{min-height:100%;background:#000;color:#fff;padding:2rem 1.5rem}.history-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.history-placeholder{color:#ffffffb3;font-size:.9375rem}.history-list{display:flex;flex-direction:column;gap:0;max-width:600px}.history-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border:1px solid rgba(255,255,255,.08);border-radius:12px;margin-bottom:8px;cursor:pointer;transition:background .2s ease}.history-item:hover{background:#ffffff0a}.history-item-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.history-item-title{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item-filename{font-size:12px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item-date{font-size:11px;color:#666}.history-item-status{font-size:14px;margin-top:4px}.history-status-completed{color:#22c55e}.history-status-failed{color:#ef4444}.history-status-processing{color:#f59e0b}.history-item-delete{width:36px;height:36px;border-radius:8px;background:transparent;border:none;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;margin-left:12px}.history-item-delete:hover{background:#ef44441a;color:#ef4444}.history-icon-sm{width:18px;height:18px}@media(max-width:768px){.history-page{padding:1rem .75rem}}.company-page{min-height:100%;background:#000;color:#fff;padding:2rem 1.5rem 2rem 2.5rem;max-width:1200px;margin:0}.company-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.company-loading,.company-empty{color:#ffffffb3;font-size:.9375rem;margin:.5rem 0}.company-select-wrap{margin-bottom:1.5rem}.company-label{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;font-weight:500;color:#ffffffe6}.company-select,.company-input{padding:.5rem .75rem;font-size:.9375rem;border:1px solid #36373B;border-radius:8px;background:#1a1a1a;color:#fff;max-width:320px}.company-select:focus,.company-input:focus{outline:none;border-color:var(--color-accent)}.company-card{padding:1.25rem;background:#1a1a1a;border:1px solid #36373B;border-radius:12px;margin-bottom:2rem}.company-card-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.company-card-meta{font-size:.875rem;color:#ffffffb3;margin:0}.company-users-section{margin-top:2rem}.company-users-header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.company-users-title{font-size:1.125rem;font-weight:600;margin:0;flex:1}.company-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;border:none}.company-btn-primary{background:var(--color-accent);color:#fff}.company-btn-primary:hover:not(:disabled){background:var(--color-accent-dark)}.company-btn-secondary{background:transparent;color:var(--color-accent);border:1px solid var(--color-accent)}.company-btn-secondary:hover:not(:disabled){background:#fe4f181a}.company-btn-danger{background:transparent;color:#dc2626;border:1px solid #dc2626}.company-btn-danger:hover:not(:disabled){background:#dc26261a}.company-btn-small{padding:.25rem .5rem;font-size:.8125rem;margin-right:.5rem}.company-btn:disabled{opacity:.7;cursor:not-allowed}.company-table-wrap{overflow-x:auto;border:1px solid #36373B;border-radius:12px;background:#1a1a1a}.company-table{width:100%;border-collapse:collapse;font-size:.875rem}.company-table th,.company-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #36373B}.company-table th{font-weight:600;color:#ffffffe6;background:#0003}.company-table tr:last-child td{border-bottom:none}.company-table tbody tr:hover{background:#ffffff08}.company-table-compact{font-size:.8125rem}.company-table-compact th,.company-table-compact td{padding:.5rem .75rem}.company-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.company-modal{background:#1d1d20;border:1px solid #36373B;border-radius:12px;padding:1.5rem;max-width:400px;width:100%;max-height:90vh;overflow-y:auto}.company-modal-wide{max-width:600px}.company-modal-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.company-modal-hint{font-size:.8125rem;color:#ffffffb3;margin:0 0 1.25rem}.company-modal form .company-label{margin-bottom:1rem}.company-modal form .company-input{max-width:none}.company-error{font-size:.875rem;color:#dc2626;margin:0 0 1rem}.company-modal-actions{display:flex;gap:.75rem;margin-top:1.25rem}.company-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid #36373B}.company-tab{padding:.625rem 1rem;font-size:.9375rem;font-weight:500;color:#ffffffb3;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;border-radius:8px 8px 0 0}.company-tab:hover{color:#fff}.company-tab-active{color:var(--color-accent);border-bottom-color:var(--color-accent)}.company-others-grid{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;align-items:start}@media(max-width:768px){.company-page{padding:1rem .75rem}}@media(max-width:720px){.company-others-grid{grid-template-columns:1fr}}.company-others-list{display:flex;flex-direction:column;gap:.5rem}.company-other-card{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.75rem 1rem;text-align:left;background:#1a1a1a;border:1px solid #36373B;border-radius:8px;color:#fff;cursor:pointer;font:inherit;width:100%}.company-other-card:hover{border-color:#fe4f1880;background:#ffffff08}.company-other-card-selected{border-color:var(--color-accent);background:#fe4f181a}.company-other-name{font-weight:600;font-size:.9375rem}.company-other-meta{font-size:.8125rem;color:#fff9}.company-others-detail{min-width:0}.company-others-hint{padding:1.5rem}.company-pagination{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.company-pagination-info{font-size:.875rem;color:#ffffffb3}.company-modules{margin-top:.75rem;font-size:.875rem}.company-modules-label{color:#fff9;margin-right:.5rem}.company-modules-list{color:#ffffffe6}.company-modules-selection{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto;padding:.75rem;background:#0003;border-radius:8px;margin-bottom:1rem}.company-module-checkbox{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;cursor:pointer;border-radius:6px;transition:background .15s}.company-module-checkbox:hover{background:#ffffff0d}.company-module-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--color-accent);cursor:pointer}.company-module-checkbox span{flex:1;font-size:.9375rem;color:#ffffffe6}.company-module-checkbox small{display:block;font-size:.8125rem;color:#ffffff80;margin-top:2px}.company-usage-info{background:#0003;padding:1rem;border-radius:8px;margin-bottom:1.25rem}.company-usage-info h4{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:#ffffffe6}.company-usage-info p{margin:0;font-size:.875rem;color:#ffffffb3;line-height:1.6}.company-limits-section{margin:1rem 0;padding:1rem;background:#0003;border-radius:8px}.company-limits-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.company-limits-title{font-size:.9375rem;font-weight:500;color:#ffffffe6}.company-limit-row{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.company-limit-row .company-input-small{flex:1;max-width:none}.company-limit-input-group{display:flex;align-items:center;gap:4px;flex:0 0 auto}.company-limit-used{font-size:.875rem;color:#ffffffb3;min-width:24px;text-align:right}.company-input-tiny{width:70px;padding:.375rem .5rem;font-size:.875rem}.company-input-small{padding:.375rem .5rem;font-size:.875rem}.company-limits-summary{font-size:.8125rem;color:#fff9}.company-hint{font-size:.8125rem;color:#ffffff80;margin-top:.25rem}.expert-page-wrapper{padding:0!important;max-width:none!important}.expert-page-wrapper .module-page-body{margin-top:0!important}.expert-page{width:100%;max-width:1428px;margin:0;padding:40px 60px 0 40px;animation:expertFadeIn .5s ease;box-sizing:border-box;display:flex;flex-direction:column;min-height:calc(100vh - 60px);height:100%}.expert-page.expert-page-with-sidebar{flex-direction:row;gap:0;max-width:none;padding-left:0}.expert-page-center{flex:1;min-width:0;display:flex;flex-direction:column;padding-left:40px;padding-right:60px}.expert-page-with-sidebar .expert-page-center{max-width:1428px}.expert-results-sidebar{width:420px;flex-shrink:0;background:#0000004d;border-left:1px solid rgba(255,255,255,.08);overflow:hidden}.expert-results-sidebar-nav{display:flex;flex-direction:column;gap:0;width:100%}.expert-results-sidebar-link{display:flex;align-items:center;gap:12px;width:100%;box-sizing:border-box;padding:12px 20px;font-size:14px;color:#ffffffbf;text-decoration:none;border:none;border-left:3px solid transparent;border-bottom:1px solid #E9ECEE;background:transparent;text-align:left;transition:color .2s,background .2s,border-color .2s}.expert-results-sidebar-link-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:inherit}.expert-results-sidebar-link-icon-svg{width:20px;height:20px}.expert-results-sidebar-link:hover{color:#fff;background:#ffffff0a}@keyframes expertFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.expert-header{margin-bottom:24px;width:100%;flex-shrink:0;display:flex;justify-content:space-between;align-items:flex-start}.expert-header-left{flex:1}.expert-header-actions{display:flex;gap:8px}.expert-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .5rem}.expert-subtitle{font-size:1rem;color:#ffffffbf;margin:0}.expert-btn-icon{width:44px;height:44px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.expert-btn-icon:hover{background:#ffffff1a;color:#fff}.expert-main{flex-shrink:0;display:flex;flex-direction:column;gap:20px;width:100%;margin-bottom:16px}.expert-file-preview{display:flex;align-items:center;gap:8px;padding:4px 12px;background:#36373b80;border:1px solid rgba(233,236,238,.2);border-radius:6px;width:100%;max-width:1254px;height:25px;margin:0 auto 4px;box-sizing:border-box;align-self:center}.expert-file-preview-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#ff4f12;flex-shrink:0}.expert-file-preview-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.expert-file-preview-name{font-size:11px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expert-file-preview-size{font-size:10px;color:#a5a7ad;flex-shrink:0}.expert-file-preview-remove{width:16px;height:16px;border-radius:4px;background:transparent;border:none;color:#a5a7ad;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}.expert-file-preview-remove:hover{background:#ef44441a;color:#ef4444}.expert-chat-area{flex:1 1 0;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#6B6D74 transparent;display:flex;flex-direction:column;gap:16px;padding:12px 16px}.expert-chat-area::-webkit-scrollbar{width:8px}.expert-chat-area::-webkit-scrollbar-track{background:transparent}.expert-chat-area::-webkit-scrollbar-thumb{background:#6b6d74;border-radius:4px}.expert-chat-area::-webkit-scrollbar-thumb:hover{background:#7d7f86}.expert-chat-message{display:flex;gap:12px;max-width:85%;animation:expertFadeIn .3s ease}.expert-chat-message-user{align-self:flex-end;flex-direction:row-reverse;max-width:348px}.expert-chat-user-content{max-width:300px;min-width:0}.expert-chat-user-body{display:flex;flex-direction:column;gap:8px}.expert-chat-user-file{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.expert-chat-user-file .expert-icon-sm{width:18px;height:18px;color:#ff4f12;flex-shrink:0}.expert-chat-user-filename{font-size:13px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expert-chat-user-filesize{font-size:11px;color:#888;flex-shrink:0}.expert-chat-user-context{font-size:13px;color:#ffffffd9;margin:0;white-space:pre-wrap;word-break:break-word}.expert-chat-message-assistant{align-self:flex-start}.expert-chat-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ff4f12,#ff8a4f);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.expert-chat-avatar-user{background:#36373b;border-radius:50%;overflow:hidden}.expert-chat-avatar-inner{font-size:.9375rem;font-weight:600;color:#fff}.expert-chat-avatar-agent{background:transparent;padding:2px;overflow:hidden}.expert-chat-avatar-logo{width:100%;height:100%;object-fit:contain;border-radius:50%}.expert-chat-message-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:12px 16px;font-size:14px;line-height:1.6;color:#fff}.expert-chat-message-user .expert-chat-message-content{background:linear-gradient(135deg,#ff4f1233,#ff8a4f1a);border-color:#ff4f124d}.expert-chat-message-text{word-wrap:break-word}.expert-chat-message-text strong{color:#ff4f12}.expert-chat-message-text em{font-style:italic;color:inherit}.expert-chat-message-time{font-size:11px;color:#666;margin-top:8px;text-align:right}.expert-chat-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.expert-chat-action-btn{padding:6px 12px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#888;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.expert-chat-action-btn:hover{background:#ff4f121a;border-color:#ff4f124d;color:#ff4f12}.expert-chat-loading-dots{display:flex;gap:4px;padding:8px}.expert-chat-loading-dots span{width:8px;height:8px;border-radius:50%;background:#ff4f12;animation:expertLoadingDot 1.4s ease infinite}.expert-chat-loading-dots span:nth-child(2){animation-delay:.2s}.expert-chat-loading-dots span:nth-child(3){animation-delay:.4s}@keyframes expertLoadingDot{0%,60%,to{transform:scale(.6);opacity:.4}30%{transform:scale(1);opacity:1}}.expert-results-panel{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:16px;margin-bottom:16px;overflow:hidden;animation:expertFadeIn .3s ease}.expert-results-tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05}.expert-results-tab{flex:1;padding:14px 20px;background:transparent;border:none;border-bottom:2px solid transparent;color:#888;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.expert-results-tab:hover{color:#fff;background:#ffffff08}.expert-results-tab.active{color:#ff4f12;border-bottom-color:#ff4f12;background:#ff4f120d}.expert-results-content{padding:20px;max-height:300px;overflow-y:auto}.expert-results-actions{display:flex;gap:12px;padding:16px 20px;border-top:1px solid rgba(255,255,255,.1);background:#ffffff05}.expert-verdict{font-size:14px;line-height:1.8}.expert-report,.expert-kp{font-size:13px;line-height:1.7}.expert-pre{white-space:pre-wrap;word-wrap:break-word;font-family:SF Mono,Monaco,monospace;font-size:13px;line-height:1.7;color:#ccc;background:#0000004d;padding:16px;border-radius:12px;overflow-x:auto;margin:0;max-height:220px;overflow-y:auto}.expert-chat-wrapper{display:flex;align-items:flex-end;gap:16px;width:100%;max-width:1328px;margin:0 0 60px;flex-shrink:0;box-sizing:border-box}.expert-chat-column{flex:1;display:flex;flex-direction:column;min-width:0}.expert-chat-bar{display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#36373b;border:1px solid #E9ECEE;border-radius:12px;width:100%;height:48px;box-sizing:border-box}.expert-chat-left{display:flex;align-items:center;flex-shrink:0}.expert-chat-attach{width:32px;height:32px;border-radius:8px;background:transparent;border:none;color:#a5a7ad;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative;flex-shrink:0}.expert-chat-attach:hover{background:#ffffff1a;color:#fff}.expert-chat-input{flex:1;height:32px;padding:0 12px;border-radius:8px;border:none;background:transparent;color:#fff;font-size:14px;font-family:inherit;min-width:0}.expert-chat-input:focus{outline:none}.expert-chat-input::placeholder{color:#a5a7ad}.expert-chat-input:disabled{opacity:.5;cursor:not-allowed}.expert-chat-send{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#ff4f12,#ff8a4f);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;box-sizing:border-box}.expert-chat-send:hover:not(:disabled){transform:scale(1.05)}.expert-chat-send:disabled{opacity:.5;cursor:not-allowed}.expert-file-input{display:none}.expert-params-section{width:100%}.expert-params-heading{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.expert-params-icon{display:flex;align-items:center;justify-content:center;color:#fffc}.expert-params-label{font-size:1rem;font-weight:600;color:#fffffff2}.expert-blocks{display:flex;flex-wrap:wrap;gap:12px;max-width:100%}.expert-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:150px;height:82px;padding:12px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:10px;cursor:pointer;transition:border-color .2s,background .2s;box-sizing:border-box}.expert-block:hover{border-color:#ffffff59}.expert-block:focus{outline:none}.expert-block-active{border-color:#e9ecee;background:#36373b}.expert-block-icon{width:24px;height:24px;margin-bottom:8px;flex-shrink:0}.expert-block-label{font-size:.8125rem;font-weight:500;color:#fff;text-align:left;line-height:1.3}.expert-btn-secondary{padding:10px 16px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#888;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.expert-btn-secondary:hover{background:#ffffff1a;color:#fff}.expert-btn-delete{width:36px;height:36px;border-radius:10px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.expert-btn-delete:hover{background:#ef444433}.expert-error{padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#ef4444;font-size:13px}.expert-icon{width:20px;height:20px}.expert-icon-sm{width:16px;height:16px}.expert-icon-xs{width:12px;height:12px}.expert-history-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:expertFadeIn .2s ease}.expert-history-content{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:24px;width:100%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.expert-history-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.expert-history-header h3{margin:0;font-size:18px;font-weight:700}.expert-history-empty{padding:40px;text-align:center;color:#666;margin:0}.expert-history-list{overflow-y:auto;max-height:60vh}.expert-history-item{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;transition:background .2s ease}.expert-history-item:hover{background:#ffffff08}.expert-history-item-active{background:#ff4f121a;border-left:3px solid #FF4F12}.expert-history-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.expert-history-title{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expert-history-filename{font-size:12px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expert-history-date{font-size:11px;color:#666}.expert-history-status{font-size:14px;margin-top:4px}.expert-status-completed{color:#22c55e}.expert-status-failed{color:#ef4444}.expert-status-processing{color:#f59e0b}@media(max-width:768px){.expert-page{padding:20px 16px 0;min-height:calc(100vh - 40px)}.expert-header{flex-direction:column;gap:16px}.expert-header-actions{align-self:flex-end}.expert-chat-area{min-height:0;padding:12px}.expert-chat-message{max-width:95%}.expert-results-panel{margin-bottom:12px}.expert-results-content{max-height:200px;padding:12px}.expert-blocks{justify-content:center}.expert-block{width:calc(50% - 6px);min-width:140px}.expert-chat-wrapper{flex-direction:column;gap:8px;margin-bottom:20px}.expert-chat-column{width:100%}.expert-chat-send{width:100%;height:44px}.expert-file-preview{width:100%;max-width:100%}.expert-results-actions{flex-direction:column}.expert-results-tab{padding:10px 12px;font-size:12px}}@media(max-width:480px){.expert-title{font-size:1.4rem}.expert-block{width:100%;height:auto;flex-direction:row;align-items:center;gap:12px;padding:10px 12px}.expert-block-icon{margin-bottom:0}}.module-page{min-height:100%;background:#000;color:#fff;padding:0 2.5rem 2rem;max-width:1200px;margin:0}.module-page-loading,.module-page-error{padding:3rem 0;color:#fffc;font-size:1rem}.module-page-error p{margin-bottom:1rem}.module-page-error-hint{font-size:.875rem;color:#fff9;margin-bottom:1.5rem}.module-page-back{color:var(--color-accent);text-decoration:none;font-size:.9375rem}.module-page-back:hover{text-decoration:underline}.module-page-header{position:relative;border-radius:12px;overflow:hidden;margin-bottom:2rem;border:1px solid #36373B;min-height:180px}.module-page-header-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.module-page-header-bg img{width:100%;height:100%;object-fit:cover;opacity:.5}.module-page-header-content{position:relative;z-index:1;padding:2rem 2.5rem}.module-page-title{font-size:1.75rem;font-weight:700;margin:.5rem 0 .75rem}.module-page-desc{font-size:1rem;color:#ffffffd9;margin:0 0 1rem;max-width:720px}.module-page-tags{display:flex;flex-wrap:wrap;gap:.5rem}.module-page-tag{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:500;color:#ffffffe6;background:#1d1d20;border:1px solid #4E5055;border-radius:4px}.module-page-body{margin-top:1.5rem}.module-page-placeholder{color:#fff9;font-size:.9375rem;margin:0}@media(max-width:768px){.module-page{padding:0 .75rem 1rem}.module-page-header{margin-bottom:1rem}.module-page-header-content{padding:1.25rem .75rem}}.assistant-page{min-height:100%;background:#000;color:#fff;padding:0 2.5rem 2rem;max-width:1200px;margin:0}.assistant-header{margin-bottom:2.5rem}.assistant-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .5rem}.assistant-subtitle{font-size:1rem;color:#ffffffbf;margin:0}.assistant-params-section{margin-bottom:2rem}.assistant-params-heading{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.assistant-params-icon{display:flex;align-items:center;justify-content:center;color:#fffc}.assistant-params-label{font-size:1rem;font-weight:600;color:#fffffff2}.assistant-blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:420px}.assistant-block{display:flex;flex-direction:column;align-items:flex-start;padding:1rem 1.25rem;background:#1a1a1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;cursor:pointer;transition:border-color .2s,background .2s}.assistant-block:hover{border-color:#ffffff59;background:#222}.assistant-block:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px #fe4f1840}.assistant-block-icon{width:40px;height:40px;margin-bottom:.75rem;flex-shrink:0}.assistant-block-label{font-size:.9375rem;font-weight:500;color:#fff;text-align:left}.assistant-add-meeting{margin-top:1.5rem;margin-bottom:.5rem}.assistant-upload-progress{margin-top:1rem;max-width:360px}.assistant-upload-progress-bar-wrap{height:8px;background:#ffffff26;border-radius:4px;overflow:hidden}.assistant-upload-progress-bar{height:100%;background:var(--color-accent, #fe4f18);border-radius:4px;transition:width .2s ease}.assistant-upload-progress-text{margin:.5rem 0 0;font-size:.875rem;color:#ffffffd9}.assistant-file-input-hidden{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.assistant-btn-add-meeting{display:inline-flex;align-items:center;padding:.6rem 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;background:var(--color-accent, #fe4f18);border:none;border-radius:8px;cursor:pointer;transition:background .2s,opacity .2s}.assistant-btn-add-meeting:hover{background:#e64514}.assistant-btn-add-meeting:focus{outline:none;box-shadow:0 0 0 2px #fe4f1866}.assistant-add-meeting-hint{margin:.5rem 0 0;font-size:.8125rem;color:#fff9}.assistant-file-error{margin:.75rem 0 0;font-size:.875rem;color:#f87171}.assistant-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#000000b3;padding:1rem}.assistant-modal{width:100%;max-width:420px;background:#1a1a1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;overflow:hidden}.assistant-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.15)}.assistant-modal-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0}.assistant-modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#ffffffb3;background:none;border:none;cursor:pointer;border-radius:6px;padding:0}.assistant-modal-close:hover{color:#fff;background:#ffffff1a}.assistant-modal-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.assistant-modal-dropzone{min-height:120px;display:flex;align-items:center;justify-content:center;border:2px dashed rgba(255,255,255,.25);border-radius:10px;background:#ffffff08;cursor:pointer;transition:border-color .2s,background .2s}.assistant-modal-dropzone:hover,.assistant-modal-dropzone--active{border-color:#ffffff80;background:#ffffff0f}.assistant-modal-dropzone--filled{border-color:var(--color-accent, #fe4f18);background:#fe4f1814}.assistant-modal-dropzone-text,.assistant-modal-file-name{font-size:.9375rem;color:#ffffffd9;margin:0;text-align:center;padding:.5rem}.assistant-modal-label{display:flex;flex-direction:column;gap:.5rem;font-size:.9375rem;color:#ffffffe6}.assistant-modal-select{padding:.5rem .75rem;font-size:.9375rem;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:8px;cursor:pointer}.assistant-modal-select option{background:#1a1a1a;color:#fff}.assistant-modal-select:focus{outline:none;border-color:var(--color-accent)}.assistant-modal-error{margin:0;font-size:.875rem;color:#f87171}.assistant-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.15)}.assistant-modal-btn-cancel{padding:.5rem 1rem;font-size:.9375rem;color:#ffffffe6;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:8px;cursor:pointer}.assistant-modal-btn-cancel:hover:not(:disabled){background:#ffffff26}.assistant-modal-btn-submit{padding:.5rem 1rem;font-size:.9375rem;font-weight:600;color:#fff;background:var(--color-accent, #fe4f18);border:none;border-radius:8px;cursor:pointer}.assistant-modal-btn-submit:hover:not(:disabled){background:#e64514}.assistant-modal-btn-submit:disabled,.assistant-modal-btn-cancel:disabled{opacity:.6;cursor:not-allowed}.assistant-divider{border:none;border-top:1px solid rgba(255,255,255,.2);margin:1.5rem 0}.assistant-meetings-section,.assistant-user-meetings-section{margin-top:1.5rem}.assistant-meetings-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .25rem}.assistant-meetings-hint{font-size:.8125rem;color:#fff9;margin:0 0 1rem}.assistant-meetings-table-wrap{overflow-x:auto;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#1a1a1a}.assistant-meetings-table{width:100%;border-collapse:collapse;font-size:.9375rem}.assistant-meetings-table th,.assistant-meetings-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1);color:#fff}.assistant-meetings-table th{font-weight:600;color:#ffffffe6;background:#ffffff0d}.assistant-meetings-table tbody tr:last-child td{border-bottom:none}.assistant-meeting-name-text{display:block;width:100%;padding:0;font-size:inherit;font-weight:inherit;color:inherit;text-align:left;background:none;border:none;cursor:pointer;border-radius:2px;transition:color .15s}.assistant-meeting-name-text:hover{color:#ffffffe6;text-decoration:underline;text-decoration-color:#fff6}.assistant-meeting-name-input{width:100%;min-width:140px;padding:.4rem .5rem;font-size:.9375rem;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:6px}.assistant-meeting-name-input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px #fe4f1833}.assistant-btn-report{display:inline-block;padding:.4rem .75rem;font-size:.875rem;font-weight:500;color:#fff;text-decoration:none;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s}.assistant-btn-report:hover{background:#ffffff38;border-color:#ffffff59}.assistant-analysis-badge{display:inline-block;margin-right:.5rem;font-size:.8125rem;color:var(--color-accent, #fe4f18)}.assistant-status{display:inline-block;font-size:.8125rem;font-weight:500}.assistant-status-processing{color:var(--color-accent, #fe4f18)}.assistant-status-completed{color:#6ee7b7}.assistant-status-failed{color:#f87171;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistant-status-none{color:#ffffff73}.assistant-meeting-actions-cell{white-space:nowrap}.assistant-meeting-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}.assistant-btn-delete{padding:.4rem .75rem;font-size:.875rem;color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s}.assistant-btn-delete:hover:not(:disabled){background:#f871712e;border-color:#f8717180}.assistant-btn-delete:disabled{opacity:.6;cursor:not-allowed}.assistant-delete-error{margin:0 0 .75rem;font-size:.875rem;color:#f87171}.assistant-meetings-empty{color:#ffffff80;font-size:.9375rem;text-align:center;padding:1.5rem!important}.assistant-user-meetings-section{margin-top:2.5rem}@media(max-width:768px){.assistant-page{padding:0 .75rem 1rem}.assistant-header{margin-bottom:1.5rem}.assistant-user-meetings-section{margin-top:1.5rem}}@media(max-width:640px){.assistant-blocks{grid-template-columns:1fr}.assistant-meetings-table th,.assistant-meetings-table td{padding:.5rem .75rem;font-size:.875rem}}.meeting-report-page{min-height:100%;background:#000;color:#fff;max-width:none;margin:0;display:flex;gap:0;overflow:hidden}.meeting-report-sidebar{width:240px;flex-shrink:0;background:#0000004d;border-left:1px solid rgba(255,255,255,.08);padding:24px 24px 24px 0;overflow:hidden}.meeting-report-sidebar-right{border-right:none;border-left:1px solid rgba(255,255,255,.08);padding:24px 24px 24px 32px}.meeting-report-downloads{display:flex;flex-direction:column;gap:12px}.meeting-report-downloads-title{font-size:1rem;font-weight:600;color:#ffffffbf;margin:0;pointer-events:none}.meeting-report-downloads-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.meeting-report-btn-download{padding:10px 12px;font-size:13px;font-weight:500;color:#fff;background:#ff4f1233;border:1px solid rgba(255,79,18,.4);border-radius:10px;cursor:pointer;transition:background .2s,border-color .2s}.meeting-report-btn-download:hover:not(:disabled){background:#ff4f124d;border-color:var(--color-accent, #fe4f18)}.meeting-report-btn-download:disabled{opacity:.5;cursor:not-allowed}.meeting-report-main{flex:1;min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden}.meeting-report-loading,.meeting-report-error{padding:2rem;text-align:center;color:#fffc}.meeting-report-error a{color:var(--color-accent);text-decoration:none}.meeting-report-body{display:flex;flex-direction:column;gap:1rem}.meeting-report-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem;background:#1a1a1a;border:1px solid rgba(255,255,255,.2);border-radius:10px}.meeting-report-label{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#ffffffe6}.meeting-report-select{padding:.5rem .75rem;font-size:.9375rem;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:8px;cursor:pointer}.meeting-report-select option{background:#fff;color:#1a1a1a;padding:.5rem}.meeting-report-select:focus{outline:none;border-color:var(--color-accent)}.meeting-report-btn-analyze{padding:.6rem 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;background:var(--color-accent, #fe4f18);border:none;border-radius:8px;cursor:pointer;transition:background .2s,opacity .2s}.meeting-report-btn-analyze:hover:not(:disabled){background:#e64514}.meeting-report-btn-analyze:disabled{opacity:.6;cursor:not-allowed}.meeting-report-error-msg{padding:.75rem 1rem;font-size:.875rem;color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:8px}.meeting-report-chat{flex:1;min-height:300px;width:1800px;max-width:100%;padding:2rem;background:#0d0d0d;border-radius:12px;overflow-y:auto}.meeting-report-doc{color:#fff;font-family:Inter,sans-serif}.meeting-report-doc-header{margin-bottom:0}.meeting-report-doc-brand{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.meeting-report-doc-logo{width:150px;height:18px;flex-shrink:0;object-fit:contain}.meeting-report-doc-brand-right{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.meeting-report-doc-brand-name{font-family:Inter,sans-serif;font-size:10px;line-height:100%;color:#747474;text-transform:uppercase}.meeting-report-doc-date{font-family:Inter,sans-serif;font-size:10px;line-height:100%;color:#747474;margin:0}.meeting-report-doc-type{font-family:Inter,sans-serif;font-weight:600;font-size:32px;line-height:100%;letter-spacing:0;text-transform:uppercase;margin:25px 0 0;color:#fff}.meeting-report-doc-header .meeting-report-doc-line{display:block;border:none;border-top:1px solid rgba(255,255,255,.2);margin:12px 0 30px}.meeting-report-doc-body.meeting-report-sections{margin-top:30px}.meeting-report-obosnovanie{margin-bottom:1.5rem}.meeting-report-obosnovanie-title{font-size:24px;font-weight:700;margin:0 0 .5rem;color:#fff;letter-spacing:.03em}.meeting-report-obosnovanie-body{font-size:13px;line-height:1.4;color:#ffffffe6;white-space:pre-wrap;word-break:break-word}.meeting-report-obosnovanie-body strong{font-weight:700}.meeting-report-empty,.meeting-report-processing{color:#ffffff80;font-size:.9375rem;margin:0}.meeting-report-message{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.meeting-report-message:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.meeting-report-message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.meeting-report-message-type{font-size:.875rem;font-weight:600;color:#ffffffe6}.meeting-report-message-date{font-size:.75rem;color:#ffffff80}.meeting-report-message-content{font-size:.9375rem;line-height:1.6;color:#ffffffe6;white-space:pre-wrap;word-break:break-word}.meeting-report-doc-body.meeting-report-sections{display:flex;flex-direction:column;gap:1rem;margin-top:30px}.meeting-report-section{display:grid;grid-template-columns:25% 1fr;gap:1.25rem;align-items:start}.meeting-report-section-header{font-family:Inter,sans-serif;font-weight:600;font-size:15px;line-height:100%;letter-spacing:0;text-transform:uppercase;color:#ffffffe6;padding-top:.125rem;word-break:break-word}.meeting-report-section-header strong,.meeting-report-section-content strong{font-weight:700}.meeting-report-section-header-empty{display:none}.meeting-report-section:has(.meeting-report-section-header-empty) .meeting-report-section-content{grid-column:1 / -1}.meeting-report-section-content{font-family:Inter,sans-serif;font-size:13px;line-height:1.5;color:#ffffffe6;white-space:pre-wrap;word-break:break-word}.meeting-report-section-content .meeting-report-md-table-wrap{margin:.5em 0;overflow-x:auto}.meeting-report-section-content .meeting-report-md-table{width:100%;min-width:min-content;border-collapse:collapse;font-size:13px;table-layout:auto}.meeting-report-section-content .meeting-report-md-table th,.meeting-report-section-content .meeting-report-md-table td{border:1px solid rgba(255,255,255,.25);padding:.5rem .75rem;text-align:left;white-space:normal;word-break:normal;overflow-wrap:break-word}.meeting-report-section-content .meeting-report-md-table th{font-weight:600;background:#ffffff0f}.meeting-report-section-content-inner{display:block}.meeting-report-formatted-block{display:block;white-space:normal}.meeting-report-formatted-block .meeting-report-p{margin:0 0 .75em;line-height:1.5}.meeting-report-formatted-block .meeting-report-p:last-child{margin-bottom:0}.meeting-report-formatted-block .meeting-report-ul{margin:0 0 .75em;padding-left:1.25em;list-style-type:disc}.meeting-report-formatted-block .meeting-report-li{margin:.25em 0;line-height:1.5}.meeting-report-section-positive .meeting-report-section-header,.meeting-report-section-positive .meeting-report-section-content{color:#6ee7b7}.meeting-report-section-positive .meeting-report-section-content{color:#6ee7b7f2}.meeting-report-section-attention .meeting-report-section-header,.meeting-report-section-attention .meeting-report-section-content{color:#fff9}.meeting-report-pdf-wrapper{position:fixed;top:0;left:0;width:210mm;max-width:90vw;max-height:100vh;background:#fff;color:#1a1a1a;padding:20px;box-sizing:border-box;z-index:99999;overflow:auto}.meeting-report-pdf-wrapper .meeting-report-chat{background:#fff;color:#1a1a1a;min-height:auto}.meeting-report-pdf-wrapper .meeting-report-doc{color:#1a1a1a;background:#fff}.meeting-report-pdf-wrapper .meeting-report-doc-header .meeting-report-doc-line{border-top-color:#0003}.meeting-report-pdf-wrapper .meeting-report-doc-type,.meeting-report-pdf-wrapper .meeting-report-obosnovanie-title,.meeting-report-pdf-wrapper .meeting-report-section-header,.meeting-report-pdf-wrapper .meeting-report-section-content,.meeting-report-pdf-wrapper .meeting-report-obosnovanie-body{color:#1a1a1a}.meeting-report-pdf-wrapper .meeting-report-doc-type{font-size:32px;line-height:1.15}.meeting-report-pdf-wrapper .meeting-report-obosnovanie-title{font-size:13px;font-weight:600;line-height:16px}.meeting-report-pdf-wrapper .meeting-report-obosnovanie-body,.meeting-report-pdf-wrapper .meeting-report-section-header,.meeting-report-pdf-wrapper .meeting-report-section-content{font-size:10px;line-height:12px}.meeting-report-pdf-wrapper .meeting-report-section-content .meeting-report-md-table,.meeting-report-pdf-wrapper .meeting-report-section-content .meeting-report-md-table th,.meeting-report-pdf-wrapper .meeting-report-section-content .meeting-report-md-table td{font-size:7px;line-height:8px}.meeting-report-pdf-wrapper .meeting-report-section-content .meeting-report-md-table th{font-style:italic}.meeting-report-pdf-wrapper .meeting-report-formatted-block .meeting-report-p,.meeting-report-pdf-wrapper .meeting-report-formatted-block .meeting-report-li{font-size:10px;line-height:12px}.meeting-report-pdf-wrapper .meeting-report-doc-brand-name,.meeting-report-pdf-wrapper .meeting-report-doc-date{color:#666}.meeting-report-pdf-wrapper .meeting-report-section-content .meeting-report-md-table-wrap{overflow-x:visible}.meeting-report-pdf-wrapper .meeting-report-section-content .meeting-report-md-table th,.meeting-report-pdf-wrapper .meeting-report-section-content .meeting-report-md-table td{border-color:#00000040;color:#1a1a1a;white-space:normal;word-break:normal;overflow-wrap:break-word}.meeting-report-pdf-wrapper .meeting-report-section-content .meeting-report-md-table th{background:#0000000f}.meeting-report-pdf-wrapper .meeting-report-section-positive .meeting-report-section-header,.meeting-report-pdf-wrapper .meeting-report-section-positive .meeting-report-section-content{color:#0d9668}.meeting-report-pdf-wrapper .meeting-report-section-attention .meeting-report-section-header,.meeting-report-pdf-wrapper .meeting-report-section-attention .meeting-report-section-content{color:#555}@media(max-width:768px){.meeting-report-page{flex-direction:column;overflow-y:auto}.meeting-report-sidebar{width:100%;border-left:none;border-bottom:1px solid rgba(255,255,255,.08);padding:16px 1rem}.meeting-report-downloads-buttons{grid-template-columns:1fr 1fr}.meeting-report-chat{padding:1rem}.meeting-report-doc-brand{margin-bottom:.75rem}.meeting-report-section{grid-template-columns:1fr;gap:.25rem}.meeting-report-section-header{padding-top:0;padding-bottom:0}.meeting-report-section-header-empty{display:none}}.expert-report-page{height:100%;min-height:0;background:#000;color:#fff;display:flex;gap:0;max-width:none;margin:0;padding:0;overflow:hidden}.expert-report-loading,.expert-report-error{padding:2rem;text-align:center;color:#fffc}.expert-report-error a{color:#ff4f12;text-decoration:none}.expert-report-error a:hover{text-decoration:underline}.expert-report-sidebar{width:420px;flex-shrink:0;background:#0000004d;border-right:1px solid rgba(255,255,255,.08);overflow:hidden}.expert-report-sidebar-right{border-right:none;border-left:1px solid rgba(255,255,255,.08)}.expert-report-nav{display:flex;flex-direction:column;gap:0;width:100%;min-width:0}.expert-report-nav-item{display:flex;align-items:center;gap:12px;width:100%;box-sizing:border-box;padding:12px 20px;text-align:left;font-size:14px;color:#ffffffbf;background:transparent;border:none;border-left:3px solid transparent;border-bottom:1px solid #E9ECEE;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.expert-report-nav-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:inherit}.expert-report-nav-icon-svg{width:20px;height:20px}.expert-report-nav-label{flex:1;min-width:0}.expert-report-nav-item:hover{color:#fff;background:#ffffff0a}.expert-report-nav-item.active{color:#ff4f12;background:#ff4f1214;border-left-color:#ff4f12}.expert-report-main{flex:1;min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#6B6D74 transparent}.expert-report-main-inner{padding:24px 32px 32px;min-height:min-content}.expert-report-main::-webkit-scrollbar{width:8px}.expert-report-main::-webkit-scrollbar-track{background:transparent}.expert-report-main::-webkit-scrollbar-thumb{background:#6b6d74;border-radius:4px}.expert-report-main::-webkit-scrollbar-thumb:hover{background:#7d7f86}.expert-report-back{display:inline-block;font-size:14px;color:#a5a7ad;text-decoration:none;margin-bottom:20px;transition:color .2s}.expert-report-back:hover{color:#ffffffe6}.expert-report-empty{padding:2rem;color:#fff9}.expert-report-verdict{font-size:16px;line-height:1.8;max-height:calc(100vh - 140px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#6B6D74 transparent}.expert-report-verdict::-webkit-scrollbar{width:8px}.expert-report-verdict::-webkit-scrollbar-track{background:transparent}.expert-report-verdict::-webkit-scrollbar-thumb{background:#6b6d74;border-radius:4px}.expert-report-verdict::-webkit-scrollbar-thumb:hover{background:#7d7f86}.expert-report-content{font-size:15px;line-height:1.7}.expert-report-content.expert-report-markdown{width:1328px;max-width:100%;max-height:calc(100vh - 140px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#6B6D74 transparent}.expert-report-content.expert-report-markdown>div{max-width:900px}.expert-report-doc{max-width:900px;color:#ffffffe6}.expert-report-doc-header{margin-bottom:0}.expert-report-doc-brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.expert-report-doc-logo{width:150px;height:auto;object-fit:contain}.expert-report-doc-brand-right{text-align:right}.expert-report-doc-brand-name,.expert-report-doc-date{font-family:Inter,sans-serif;font-size:10px;color:#fff9;margin:0}.expert-report-doc-type{font-family:Inter,sans-serif;font-weight:600;font-size:32px;line-height:1.15;text-transform:uppercase;margin:25px 0 0}.expert-report-doc-line{border:none;border-top:1px solid rgba(255,255,255,.2);margin:12px 0 30px}.expert-report-doc-body.expert-report-sections{display:flex;flex-direction:column;gap:1rem}.expert-report-section{display:grid;grid-template-columns:20% 1fr;gap:1.25rem;align-items:start}.expert-report-section-header{font-family:Inter,sans-serif;font-weight:600;font-size:17px;line-height:20px;letter-spacing:0;text-transform:uppercase;color:#ffffffe6;padding-top:.125rem;word-break:break-word}.expert-report-section-header strong,.expert-report-section-content strong{font-weight:700}.expert-report-section-header-empty{display:none}.expert-report-section:has(.expert-report-section-header-empty) .expert-report-section-content{grid-column:1 / -1}.expert-report-section-content{font-family:Inter,sans-serif;font-size:14px;line-height:1.5;color:#ffffffe6;white-space:pre-wrap;word-break:break-word}.expert-report-section-content .expert-report-md-table-wrap{margin:.5em 0;overflow-x:auto}.expert-report-section-content .expert-report-md-table{width:100%;min-width:min-content;border-collapse:collapse;font-size:14px;table-layout:auto}.expert-report-section-content .expert-report-md-table th,.expert-report-section-content .expert-report-md-table td{border:1px solid rgba(255,255,255,.25);padding:.5rem .75rem;text-align:left;white-space:normal;word-break:normal;overflow-wrap:break-word}.expert-report-section-content .expert-report-md-table th{font-weight:600;background:#ffffff0f}.expert-report-section-content-inner{display:block}.expert-report-formatted-block{display:block;white-space:normal}.expert-report-formatted-block .expert-report-p{margin:0 0 .75em;line-height:1.5}.expert-report-formatted-block .expert-report-p:last-child{margin-bottom:0}.expert-report-formatted-block .expert-report-ul{margin:0 0 .75em;padding-left:1.25em;list-style-type:disc}.expert-report-formatted-block .expert-report-li{margin:.25em 0;line-height:1.5}.expert-report-content.expert-report-markdown::-webkit-scrollbar{width:8px}.expert-report-content.expert-report-markdown::-webkit-scrollbar-track{background:transparent}.expert-report-content.expert-report-markdown::-webkit-scrollbar-thumb{background:#6b6d74;border-radius:4px}.expert-report-content.expert-report-markdown::-webkit-scrollbar-thumb:hover{background:#7d7f86}.expert-report-markdown .md-table-wrap{margin:1em 0;overflow-x:auto}.expert-report-markdown .md-table{width:100%;min-width:min-content;border-collapse:collapse;font-size:13px;color:#ffffffe6;table-layout:auto}.expert-report-markdown .md-th{text-align:left;padding:10px 12px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;font-weight:600;white-space:normal;word-break:normal;overflow-wrap:break-word}.expert-report-markdown .md-td{padding:8px 12px;border:1px solid rgba(255,255,255,.1);white-space:normal;word-break:normal;overflow-wrap:break-word}.expert-report-markdown .md-h1,.expert-report-verdict .md-h1{font-size:1.625rem;font-weight:700;margin:0;color:#fff}.expert-report-markdown .md-h2{font-size:1.375rem;font-weight:600;margin:1.25em 0 .5em;color:#fff}.expert-report-markdown .md-h3{font-size:1.2rem;font-weight:600;margin:1em 0 .5em;color:#fffffff2}.expert-report-markdown .md-p{margin:.75em 0;color:#ffffffe6}.expert-report-markdown .md-ul{margin:.75em 0;padding-left:1.5em}.expert-report-markdown .md-li{margin:.35em 0;color:#ffffffe6}.expert-report-markdown .md-pre{background:#00000059;padding:1rem;border-radius:10px;overflow-x:auto;margin:1em 0;font-size:14px;line-height:1.5;color:#ccc}.expert-report-markdown .md-inline-code{background:#ffffff14;padding:.15em .4em;border-radius:4px;font-size:.9em;font-family:monospace}.expert-report-markdown strong{color:#ff4f12}.expert-report-content.expert-report-kp{width:100%;max-width:100%;max-height:calc(100vh - 140px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#6B6D74 transparent;text-align:left;box-sizing:border-box}.expert-report-content.expert-report-kp::-webkit-scrollbar{width:8px}.expert-report-content.expert-report-kp::-webkit-scrollbar-track{background:transparent}.expert-report-content.expert-report-kp::-webkit-scrollbar-thumb{background:#6b6d74;border-radius:4px}.expert-report-content.expert-report-kp::-webkit-scrollbar-thumb:hover{background:#7d7f86}.expert-kp-header{display:flex;align-items:flex-start;justify-content:space-between;width:100%;margin-bottom:0}.expert-kp-logo{width:132px;height:17px;object-fit:contain;flex-shrink:0}.expert-kp-title-block{text-align:right}.expert-kp-title{font-size:9px;font-weight:400;color:#747474;line-height:1.2}.expert-kp-date{font-size:9px;color:#747474;margin-top:2px}.expert-kp-verdict-title{font-size:34px;font-weight:600;color:#fff;margin:0 0 12px;padding:0;text-align:left}.expert-kp-verdict-line{height:1px;background:#fff3;margin:0 0 30px}.expert-kp-table{table-layout:fixed;width:100%;border-collapse:collapse;text-align:left;vertical-align:top}.expert-kp-table tr{vertical-align:top}.expert-kp-th{font-size:15px;font-weight:600;text-transform:uppercase;color:#fff;padding:0 12px 8px 0;vertical-align:top;width:25%;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;box-sizing:border-box}.expert-kp-td{font-size:12px;font-weight:400;color:#ffffffe6;padding:0 0 8px;vertical-align:top;width:75%;max-width:0;box-sizing:border-box}.expert-kp-td-inner{word-break:break-word;overflow-wrap:break-word;max-width:100%;display:block}.expert-report-kp .expert-kp-td .expert-report-section-content-inner{display:block}.expert-report-kp .expert-kp-td .expert-report-md-table-wrap{margin:.5em 0;overflow-x:auto}.expert-report-kp .expert-kp-td .expert-report-md-table{width:100%;min-width:min-content;border-collapse:collapse;font-size:14px;table-layout:auto;color:#ffffffe6}.expert-report-kp .expert-kp-td .expert-report-md-table th,.expert-report-kp .expert-kp-td .expert-report-md-table td{border:1px solid rgba(255,255,255,.25);padding:.5rem .75rem;text-align:left;white-space:normal;word-break:normal;overflow-wrap:break-word}.expert-report-kp .expert-kp-td .expert-report-md-table th{font-weight:600;background:#ffffff0f}.expert-report-kp .expert-kp-td .expert-report-formatted-block{display:block;white-space:normal}.expert-report-kp .expert-kp-td .expert-report-formatted-block .expert-report-p{margin:0 0 .75em;line-height:1.5}.expert-report-kp .expert-kp-td .expert-report-formatted-block .expert-report-p:last-child{margin-bottom:0}.expert-report-kp .expert-kp-td .expert-report-formatted-block .expert-report-ul{margin:0 0 .75em;padding-left:1.25em}.expert-report-kp .expert-kp-td .expert-report-formatted-block .expert-report-li{margin:.25em 0;line-height:1.5}.expert-kp-empty{font-size:15px;color:#fff9;margin:0}.expert-kp-pdf-source{position:fixed;left:0;top:0;width:210mm;min-height:100px;visibility:hidden;pointer-events:none;z-index:-1;overflow:hidden}.expert-kp-pdf-wrapper{position:fixed;top:0;left:0;width:210mm;min-height:297mm;background:#000;color:#fff;padding:20mm;box-sizing:border-box;z-index:99999;visibility:hidden;pointer-events:none}.expert-kp-pdf-wrapper .expert-report-content.expert-report-kp{max-height:none;overflow:visible}.expert-kp-pdf-wrapper .expert-kp-table tr{page-break-inside:avoid;break-inside:avoid}.expert-pre{white-space:pre-wrap;word-wrap:break-word;font-family:SF Mono,Monaco,monospace;font-size:13px;line-height:1.7;color:#ccc;background:#0000004d;padding:16px;border-radius:12px;overflow-x:auto;margin:0;max-height:none}.expert-report-sidebar .expert-report-downloads{margin-top:24px;padding-top:24px;padding-left:20px;border-top:1px solid rgba(255,255,255,.08)}.expert-report-sidebar .expert-report-downloads-buttons{flex-direction:row;flex-wrap:wrap;gap:12px}.expert-report-downloads-title{font-size:1.25rem;font-weight:600;margin:0 0 16px}.expert-report-downloads-buttons{display:flex;flex-wrap:wrap;gap:12px}.expert-btn-download{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:184px;height:32px;padding:0 16px;box-sizing:border-box;font-size:14px;font-weight:500;color:#fff;background:transparent;border:1px solid #E9ECEE;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.expert-btn-download:hover:not(:disabled){background:#ffffff0f;border-color:#fff3}.expert-btn-download:disabled{opacity:.5;cursor:not-allowed}.expert-icon-sm{width:17px;height:17px;flex-shrink:0}.expert-verdict-green{border-left:3px solid #22c55e;padding-left:16px;background:#22c55e0d}.expert-verdict-yellow{border-left:3px solid #f59e0b;padding-left:16px;background:#f59e0b0d}.expert-verdict-red{border-left:3px solid #ef4444;padding-left:16px;background:#ef44440d}.expert-verdict-indicator{width:12px;height:12px;border-radius:50%;margin-bottom:12px}.expert-verdict-green .expert-verdict-indicator{background:#22c55e;box-shadow:0 0 12px #22c55e80}.expert-verdict-yellow .expert-verdict-indicator{background:#f59e0b;box-shadow:0 0 12px #f59e0b80}.expert-verdict-red .expert-verdict-indicator{background:#ef4444;box-shadow:0 0 12px #ef444480}@media(max-width:768px){.expert-report-page{flex-direction:column}.expert-report-sidebar{width:100%;border-right:none;border-left:none;border-bottom:1px solid rgba(255,255,255,.08);padding:16px}.expert-report-nav{flex-direction:row;flex-wrap:wrap}.expert-report-nav-item{flex:1 1 auto;min-width:140px;border-left:none;border-bottom:3px solid transparent}.expert-report-nav-item.active{border-left:none;border-bottom-color:#ff4f12}.expert-report-main{padding:16px}}.login-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;height:100vh;min-height:0;overflow:hidden;background:#000}.login-left{flex:1;min-width:0;min-height:0;background:#000;display:flex;align-items:center;justify-content:center;padding:2rem}.login-content{width:100%;max-width:380px}.login-content>.login-logo,.login-content>.login-title,.login-content>.login-subtitle,.login-content>.login-form{opacity:0;transform:translateY(14px)}.login-content.auth-visible>.login-logo,.login-content.auth-visible>.login-title,.login-content.auth-visible>.login-subtitle,.login-content.auth-visible>.login-form{animation:auth-enter .45s ease-out forwards}.login-content.auth-visible>.login-logo{animation-delay:0s}.login-content.auth-visible>.login-title{animation-delay:.06s}.login-content.auth-visible>.login-subtitle{animation-delay:.12s}.login-content.auth-visible>.login-form{animation-delay:.18s}.login-logo{margin-bottom:2rem}.login-logo-img{display:block;height:48px;width:auto}.login-title{font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:.02em;margin-bottom:.5rem}.login-subtitle{font-size:1rem;color:#ffffffb3;margin-bottom:2.5rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-field label{display:block;font-size:.875rem;font-weight:500;color:#fff;margin-bottom:.5rem}.login-field input{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:inherit;border:1px solid #404040;border-radius:8px;background:#171717;color:#fff;transition:border-color .2s}.login-field input::placeholder{color:#737373}.login-field input:hover{border-color:#525252}.login-field input:focus{outline:none;border-color:var(--color-accent)}.login-password-wrap{position:relative;display:flex}.login-password-wrap input{padding-right:2.75rem}.login-password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;padding:0;border:none;background:none;color:#fff9;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .2s}.login-password-toggle:hover{color:#ffffffe6}.login-password-toggle:focus{outline:none;color:var(--color-accent)}.btn-login{margin-top:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:var(--color-white);border:none;border-radius:8px;cursor:pointer;background:linear-gradient(135deg,var(--color-accent) 0%,#ff6b3d 100%);box-shadow:0 4px 14px #fe4f1866;transition:transform .2s,box-shadow .2s}.btn-login:hover{transform:translateY(-1px);box-shadow:0 6px 20px #fe4f1880}.btn-login:active{transform:translateY(0)}.login-right{flex:1;min-width:0;min-height:0;background:#000;position:relative;overflow:hidden}.login-banner{width:100%;height:100%;object-fit:cover;display:block}.login-error{color:#f87171;font-size:.875rem;margin-bottom:.5rem}.login-hint{margin-top:1rem;font-size:.875rem;color:#ffffffb3;text-align:center}.login-hint a{color:var(--color-accent);text-decoration:none;font-weight:500}.login-hint a:hover{text-decoration:underline}@media(max-width:768px){.login-right{display:none}.login-left{flex:none;width:100%}}.register-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;height:100vh;min-height:0;overflow:hidden;background:#000}.register-left{flex:1;min-width:0;min-height:0;background:#000;display:flex;align-items:center;justify-content:center;padding:2rem}.register-content{width:100%;max-width:380px;max-height:100%;overflow-y:auto}.register-content>.register-logo,.register-content>.register-title,.register-content>.register-subtitle,.register-content>.register-form{opacity:0;transform:translateY(14px)}.register-content.auth-visible>.register-logo,.register-content.auth-visible>.register-title,.register-content.auth-visible>.register-subtitle,.register-content.auth-visible>.register-form{animation:auth-enter .45s ease-out forwards}.register-content.auth-visible>.register-logo{animation-delay:0s}.register-content.auth-visible>.register-title{animation-delay:.06s}.register-content.auth-visible>.register-subtitle{animation-delay:.12s}.register-content.auth-visible>.register-form{animation-delay:.18s}@keyframes auth-enter{to{opacity:1;transform:translateY(0)}}.register-right{flex:1;min-width:0;min-height:0;background:#000;position:relative;overflow:hidden}.register-banner{width:100%;height:100%;object-fit:cover;display:block}.register-logo{margin-bottom:2rem}.register-logo-img{display:block;height:48px;width:auto}.register-title{font-size:1.75rem;font-weight:700;color:var(--color-white);letter-spacing:.02em;margin-bottom:.5rem}.register-subtitle{font-size:1rem;color:#ffffffb3;margin-bottom:2.5rem}.register-form{display:flex;flex-direction:column;gap:1.25rem}.register-field label{display:block;font-size:.875rem;font-weight:500;color:var(--color-white);margin-bottom:.5rem}.register-field input{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:inherit;border:1px solid #404040;border-radius:8px;background:#171717;color:var(--color-white);transition:border-color .2s,box-shadow .2s}.register-field input::placeholder{color:#737373}.register-field input:hover{border-color:#525252}.register-field input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #fe4f1833}.btn-register{margin-top:.25rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:var(--color-white);border:none;border-radius:8px;cursor:pointer;background:linear-gradient(135deg,var(--color-accent) 0%,#ff6b3d 100%);box-shadow:0 4px 14px #fe4f1866;transition:transform .2s,box-shadow .2s}.btn-register:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #fe4f1880}.btn-register:active:not(:disabled){transform:translateY(0)}.btn-register:disabled{opacity:.7;cursor:not-allowed}.register-divider{display:flex;align-items:center;gap:1rem;margin:.25rem 0 0}.register-divider:before,.register-divider:after{content:"";flex:1;height:1px;background:#404040}.register-divider span{font-size:.875rem;color:#737373}.register-hint{margin-top:.5rem;font-size:.875rem;color:#ffffffb3;text-align:center}.register-hint a{color:var(--color-accent);text-decoration:none;font-weight:500}.register-hint a:hover{text-decoration:underline}.register-error{color:#f87171;font-size:.875rem;margin-bottom:.25rem}.register-success{color:#4ade80;font-size:.875rem;margin-bottom:.25rem}.register-countdown{display:block;margin-top:.5rem;color:#fffc;font-size:.8125rem}@media(max-width:768px){.register-right{display:none}.register-left{flex:none;width:100%}}:root{--color-accent: #fe4f18;--color-accent-dark: #e04514;--color-black: #000000;--color-white: #ffffff;--color-gray-100: #f5f5f5;--color-gray-200: #e5e5e5;--color-gray-500: #737373;--color-gray-600: #525252;--color-gray-700: #404040}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.expert-report-page-active,body.expert-report-page-active{overflow:hidden!important;height:100%}a,button{transition:color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease,transform .2s ease}.root-redirect{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;background:var(--color-gray-100);color:var(--color-gray-600);font-size:.9375rem}.root-redirect-spinner{width:32px;height:32px;border:3px solid var(--color-gray-200);border-top-color:var(--color-accent);border-radius:50%;animation:root-redirect-spin .8s linear infinite}@keyframes root-redirect-spin{to{transform:rotate(360deg)}}
