@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Geist+Mono:wght@400;600&display=swap);:root{--4px:0.25rem;--5px:0.3125rem;--6px:0.375rem;--7px:0.4375rem;--8px:0.5rem;--9px:0.5625rem;--10px:0.625rem;--12px:0.75rem;--13px:0.813rem;--14px:0.875rem;--15px:0.9375rem;--16px:1rem;--17px:1.063rem;--18px:1.125rem;--19px:1.188rem;--20px:1.25rem;--22px:1.375rem;--24px:1.5rem;--26px:1.625rem;--28px:1.75rem;--30px:1.875rem;--32px:2rem;--34px:2.125rem;--36px:2.25rem;--38px:2.38rem;--40px:2.5rem;--48px:3rem;--50px:3.125rem;--60px:3.75rem;--70px:4.375rem;--ko-primary-blue-2:#005ed1;--ko-primary-blue-3:#4da3ff;--ko-bg-dark-2:#12171c;--ko-bg-dark-3:#161c22;--ko-surface-dark-1:#20252c;--ko-surface-dark-2:#262c34;--ko-surface-dark-3:#2c333c;--ko-border-dark-2:#2a3038;--ko-border-dark-3:#343b45;--ko-overlay-dark-1:#0e12168c;--ko-overlay-dark-2:#0e1216b8;--ko-overlay-dark-3:#0e1216e0;--ko-hover-dark-1:#141a20;--ko-hover-dark-2:#0e1216;--ko-hover-dark-3:#1b2229;--ko-success:#34c759;--ko-warning:#f59e0b;--ko-danger:#ef4444;--ko-info:#38bdf8;--ko-purple:#8b5cf6;--ko-pink:#ec4899;--ko-indigo:#6366f1;--ko-white:#f8fafc}*{box-sizing:border-box;margin:0;padding:0}html{background-color:#0e1216;background-color:var(--ko-bg-dark-1);overflow-x:hidden}body,html{height:100vh;width:100%}body{background-color:#0e1216!important;background-color:var(--ko-bg-dark-1)!important;color:#f8fafc!important;color:var(--ko-text-light-1)!important;font-family:Poppins,sans-serif;font-size:1rem;font-size:var(--16px);line-height:1.5;overflow-x:hidden!important;overflow-y:auto;scrollbar-gutter:stable}header{width:100%}input[type=date],input[type=time]{-webkit-appearance:none;background-color:#f8fafc;background-color:var(--ko-text-light-1);min-height:40px}input[type=month]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1) brightness(1.2)}button{-webkit-appearance:none;appearance:none;border:none;color:inherit;padding:0}button:disabled,button[disabled]{background-color:var(--xr-colors-disabled);color:var(--xr-colors-text-tertiary)}a{color:#4da3ff;color:var(--ko-primary-blue-3)}::-webkit-scrollbar-track-piece{background-color:var(--ko-color-text-dark)}::-webkit-scrollbar-thumb:vertical{background-color:#ccc;height:50vh}.app-main-layout{background-color:#0e1216;background-color:var(--ko-bg-dark-1);bottom:0;box-sizing:border-box;height:100vh;left:0;overflow-y:auto;padding:10px 10px 10px 90px;position:fixed;right:0;top:0;width:100%}.app-main-layout--full-width{overflow-y:auto;padding:0}.app-main-layout--full-width::-webkit-scrollbar,.app-main-layout::-webkit-scrollbar{display:none}@media (max-width:768px){.app-main-layout{-webkit-overflow-scrolling:touch;bottom:auto;left:auto;overflow:hidden;overflow-y:auto;overscroll-behavior:none;padding:0 0 60px;position:static;right:auto;top:auto;touch-action:pan-y}html{-ms-overflow-style:none;scrollbar-width:none}}.sidebar{background-color:var(--ko-bg-dark-1);border-right:1px solid var(--ko-border-dark-1);display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:80px;z-index:1000}.sidebar__header{align-items:center;display:flex;height:80px;justify-content:center}.sidebar__logo{cursor:pointer;transition:transform .2s ease;width:32px}.sidebar__logo:hover{transform:scale(1.1)}.sidebar__nav{flex:1 1;justify-content:space-between;padding-bottom:20px}.sidebar__group,.sidebar__nav{display:flex;flex-direction:column}.sidebar__group{align-items:center;gap:12px}.sidebar__item-wrapper{position:relative;width:100%}.sidebar__link{align-items:center;background:#0000;border:none;color:var(--ko-text-light-3);cursor:pointer;display:flex;flex-direction:column;height:64px;justify-content:center;text-decoration:none;transition:all .2s ease;width:100%}.sidebar__link--active,.sidebar__link:hover{color:var(--ko-primary-blue-3)}.sidebar__submenu-text{display:flex;font-size:var(--14px);line-height:1}.sidebar__label{display:flex;font-size:11px;font-weight:700;letter-spacing:.5px;margin-top:4px}.sidebar__submenu{background:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-2);border-radius:8px;box-shadow:0 10px 30px var(--ko-overlay-dark-3);font-size:var(--14px);left:100%;list-style:none;margin-left:12px;min-width:160px;padding:8px;position:absolute;top:0}.sidebar__submenu-item{align-items:center;border-radius:6px;color:var(--ko-text-light-2);cursor:pointer;display:flex;gap:10px;padding:10px}.sidebar__submenu-item:hover{background:var(--ko-surface-dark-3);color:var(--ko-text-light-1)}.sidebar__profile-wrapper{position:relative;width:100%}.sidebar__dropdown{background:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-2);border-radius:12px;bottom:10px;box-shadow:10px 10px 40px var(--ko-overlay-dark-3);left:85px;max-height:80vh;overflow-y:auto;padding:8px 0;position:absolute;scrollbar-width:none;width:200px}.sidebar__dropdown::-webkit-scrollbar{display:none}.sidebar__dropdown-header{color:var(--ko-text-light-3);font-size:10px;font-weight:800;padding:8px 16px;text-transform:uppercase}.sidebar__dropdown-item{align-items:center;background:#0000;border:none;color:var(--ko-text-light-2);cursor:pointer;display:flex;gap:12px;padding:12px 16px;text-decoration:none;width:100%}.sidebar__dropdown-item:hover{background:var(--ko-surface-dark-3)}.sidebar__dropdown-item--danger{border-top:1px solid var(--ko-border-dark-1);color:var(--ko-danger);margin-top:8px;padding-top:12px}.sidebar__avatar{align-items:center;border:2px solid var(--ko-border-dark-3);border-radius:50%;display:flex;height:32px;justify-content:center;overflow:hidden;transition:.2s;width:32px}.sidebar__avatar--active{border-color:var(--ko-primary-blue-3)}.sidebar__avatar img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){.hide-mobile,.sidebar__divider,.sidebar__header{display:none!important}.sidebar{border-right:none;border-top:1px solid var(--ko-border-dark-1);bottom:0;height:65px;overflow:visible;top:auto}.sidebar,.sidebar__nav{flex-direction:row;padding:0;width:100%}.sidebar__nav{display:flex;justify-content:space-between}.sidebar__group{flex:1 1;flex-direction:row;gap:0;height:65px;justify-content:space-evenly}.sidebar__group--footer{flex:0 1;padding-right:15px}.sidebar__link{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-width:64px;padding:0;width:auto}.sidebar__label{font-size:10px;letter-spacing:0;margin-top:2px}.sidebar__avatar{height:30px;width:30px}.sidebar__submenu{bottom:75px;left:50%;margin:0;position:fixed;top:auto;transform:translateX(-50%);width:180px}.sidebar__dropdown{border-radius:12px 12px 0 0;bottom:65px;left:0;max-height:90vh;position:fixed;top:auto;width:100%}}.desktop-public-navbar{align-items:center;background-color:initial;display:flex;height:80px;justify-content:center;left:0;position:fixed;right:0;top:0;transition:background-color .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1),border-color .4s ease,-webkit-backdrop-filter .4s ease;transition:background-color .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1),border-color .4s ease,backdrop-filter .4s ease;transition:background-color .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1),border-color .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease;width:100%;z-index:1000}.desktop-public-navbar--scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--ko-overlay-dark-3);height:70px}.desktop-public-navbar__container{align-items:center;display:flex;justify-content:space-between;padding:0 2rem;width:100%}.desktop-public-navbar__logo-link{align-items:center;display:flex;text-decoration:none;transition:opacity .2s ease}.desktop-public-navbar__logo-link:hover{opacity:.8}.logo__img{height:32px;object-fit:contain;transition:height .3s ease;width:auto}.desktop-public-navbar--scrolled .logo__img{height:28px}.desktop-public-navbar__actions{align-items:center;display:flex;gap:1.5rem}.desktop-public-navbar__signin{color:var(--ko-text-light-2);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s ease;white-space:nowrap}.desktop-public-navbar__signin:hover{color:var(--ko-white)}@media (max-width:768px){.desktop-public-navbar,.desktop-public-navbar--scrolled{height:65px}.logo__img{height:26px}.desktop-public-navbar__container{padding:1rem}}.home-page{display:flex;flex-direction:column;min-height:100vh}.home-page__header{left:0;padding:20px 40px;position:fixed;top:0;z-index:10}.home-page__logo{display:block;height:30px}.home-page__content{display:grid;grid-template-columns:1fr 35%;min-height:100vh;width:100%}.home-page__hero{align-items:center;display:flex;justify-content:center;padding:4rem}.home-page__hero-body{max-width:600px}.home-page__hero-title{color:var(--ko-text-light-1);font-size:clamp(4rem,8vw,8rem);font-weight:800;line-height:1;margin-bottom:2rem}.home-page__hero-subtitle{color:var(--ko-text-light-3);font-size:1.25rem;line-height:1.6;max-width:450px}.home-page__auth{align-items:center;background-color:var(--ko-bg-dark-3);padding:3rem}.home-page__auth,.home-page__auth-card{display:flex;flex-direction:column;height:100%;justify-content:center}.home-page__auth-card{width:100%}.home-page__auth-title{color:var(--ko-text-light-1);font-size:1.5rem;margin-bottom:2rem;text-align:left}.home-page__input{background-color:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-1);border-radius:4px;box-sizing:border-box;color:var(--ko-text-light-1);height:54px;margin-bottom:12px;padding:14px;width:100%}.home-page__auth-footer{margin:1.5rem 0;text-align:center}.home-page__actions{margin-top:1rem}.home-page__link{color:var(--ko-text-light-3);cursor:pointer;font-size:14px;transition:color .2s}.home-page__link:hover{color:var(--ko-text-light-1)}.home-page__footer{margin-top:auto;padding-top:40px}.home-page__footer-nav{color:var(--ko-text-light-3);display:flex;font-size:12px;gap:15px;justify-content:center;margin-bottom:12px}.home-page__footer-nav>span{cursor:pointer}.home-page__copyright{color:var(--ko-text-light-3);font-size:11px;opacity:.6;text-align:center}@media (max-width:1024px){.home-page__content{grid-template-columns:1fr}.home-page__hero{display:none}.home-page__auth{padding:4rem 1rem}}.katch-form-layout{border:1px solid var(--ko-border-dark-1);border-radius:24px;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.katch-form-layout,.katch-form-layout__header{background-color:var(--ko-bg-dark-3);display:flex}.katch-form-layout__header{align-items:center;border-bottom:1px solid var(--ko-border-dark-1);border-radius:24px 24px 0 0;gap:1.25rem;padding:1.5rem 2rem}.katch-form-layout__title-container{width:100%}.katch-form-layout__close-btn{background-color:initial;cursor:pointer;opacity:.5;position:absolute;right:1.5rem;top:1.5rem}.katch-form-layout__close-btn:hover{opacity:.8}.katch-form-layout__icon-frame{align-items:center;background-color:#007bff1a;border-radius:14px;color:var(--ko-primary-blue-3);display:flex;flex-shrink:0;height:48px;justify-content:center;padding:12px;width:48px}.katch-form-layout__icon{display:flex}.katch-form-layout__title-group{display:flex;flex-direction:column;gap:4px}.katch-form-layout__title{color:var(--ko-white);font-size:1.5rem;font-weight:700;margin:0}.katch-form-layout__description{color:var(--ko-text-light-3);font-size:.9rem;margin-top:4px}.katch-form-layout__body{display:flex;flex:1 1;flex-direction:column;padding:2rem}.katch-form-layout__footer{display:flex;gap:1rem;justify-content:flex-end}.katch-form-section{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.katch-form-section:last-child{margin-bottom:0}.katch-form-section__title{color:var(--ko-text-light-2);font-size:var(--16px);font-weight:700;letter-spacing:.06em}.katch-form-section__content{display:flex;flex-direction:column;gap:1.25rem}.katch-form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);width:100%}.katch-form-row--cols-1{grid-template-columns:1fr}.katch-form-row--cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:1080px){.katch-form-layout{border:none}.katch-form-row{gap:1.25rem;grid-template-columns:1fr!important}}@media (max-width:650px){.katch-form-layout__body{padding:1rem}.katch-form-layout__header{padding:1.5rem 1rem}.katch-form-layout__icon-frame{display:none}}.katch-form-section__description{color:var(--ko-text-light-3);font-size:var(--14px)}.katch-form-buttons{display:flex;gap:.75rem;justify-content:flex-end;width:100%}.katch-form-button{height:40px}@media (max-width:1080px){.katch-form-button,.katch-form-buttons{width:100%}}.katch-form-input__tagline{color:var(--ko-text-light-3)}.katch-form-input__field{background-color:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-1);border-radius:10px;color:var(--ko-white);min-height:44px;padding:.7rem 1rem}.katch-form-input__field:focus{background-color:var(--ko-surface-dark-1)}.katch-form-input__field::placeholder{color:var(--ko-text-light-3);opacity:.5}.katch-form-input__field--date{color-scheme:light}.katch-form-input__bottom-label{color:var(--ko-text-light-3)}.katch-form-select{display:flex;flex-direction:column;width:100%}.katch-form-select__label{color:var(--ko-text-light-3);display:block;font-size:.85rem;font-weight:500;line-height:1.2}.katch-form-select__required{color:var(--ko-danger);margin-left:2px}.katch-form-select__tagline{color:var(--ko-text-light-3);display:block;font-size:.75rem;margin-bottom:8px}.katch-form-select__wrapper{position:relative;width:100%}.katch-form-select__field{-webkit-appearance:none;appearance:none;background-color:var(--ko-surface-dark-2);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.1rem;border:1px solid var(--ko-border-dark-1);border-radius:10px;color:var(--ko-text-light-1);cursor:pointer;font-family:inherit;font-size:.95rem;min-height:44px;outline:none;padding:0 2.5rem 0 1rem;transition:all .2s ease;width:100%}.katch-form-select__field:focus{background-color:var(--ko-surface-dark-1);border-color:var(--ko-primary-blue-1)}.katch-form-select__field.is-placeholder{color:var(--ko-text-light-3)}.katch-form-select__option{background-color:var(--ko-bg-dark-2);color:var(--ko-text-light-1)}@media (prefers-color-scheme:dark){.katch-form-select__field{color-scheme:dark}}.katch-form-textarea__tagline{color:var(--ko-text-light-3)}.katch-form-textarea__field{background-color:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-1);border-radius:10px;color:var(--ko-text-light-1)}.katch-form-textarea__field:focus{background-color:var(--ko-surface-dark-1)}.katch-form-textarea__field::placeholder{color:var(--ko-text-light-3);opacity:.5}.katch-form-button{all:unset;align-items:center;border-radius:100px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:8px;height:42px;justify-content:center;padding:0 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:pre;width:100%}.katch-form-button--primary{background:var(--ko-primary-blue-1);border:1px solid var(--ko-primary-blue-1);color:var(--ko-white)}.katch-form-button--primary:hover:not(:disabled){background:var(--ko-primary-blue-2);transform:translateY(-1px)}.katch-form-button--primary-outlined{background:#0000;border:1px solid var(--ko-border-dark-3)!important;color:var(--ko-text-light-1)!important}.katch-form-button--primary-outlined:hover:not(:disabled){background:var(--ko-border-dark-3)!important}.katch-form-button--primary-text{background:#0000;border:1px solid #0000;color:var(--ko-primary-blue-1)!important}.katch-form-button--primary-text:hover:not(:disabled){background:var(--ko-primary-blue-3)}.katch-form-button--dark-outlined{background:#0000;border:1px solid var(--ko-border-dark-3);color:var(--ko-text-light-2)}.katch-form-button--dark-outlined:hover:not(:disabled){background:var(--ko-surface-dark-2);border-color:var(--ko-text-light-3);color:var(--ko-text-light-1)}.katch-form-button:disabled{cursor:not-allowed;opacity:.4}@media (max-width:1080px){.katch-form-button{width:100%}}.katch-button-icon{align-items:center;display:inline-flex}.katch-button-icon--left{margin-right:.1rem}.katch-button-icon--right{margin-left:.1rem}.ko-page-header{margin-bottom:2rem;margin-top:1.5rem}.ko-page-header,.ko-section-header{background-color:none;display:flex;position:relative;width:100%}.ko-section-header{margin-bottom:1rem;margin-top:0}.ko-heading{width:100%}.ko-heading__title{color:var(--ko-text-light-1);font-weight:800}.ko-heading__title.page-title{font-size:1.85rem}.ko-heading__title.section-title{font-size:1.5rem}.ko-heading__subtitle{color:var(--ko-text-light-3);font-size:.95rem;font-weight:500;width:100%}.ko-heading{color:var(--katch-text);display:flex;flex-direction:column;gap:.25rem}.ko-heading__title{font-weight:600;line-height:1.2;margin:0}.ko-heading__subtitle{color:var(--katch-text-muted);font-weight:400}.ko-heading--sm .ko-heading__title{font-size:1rem}.ko-heading--sm .ko-heading__subtitle{font-size:.75rem}.ko-heading--md .ko-heading__title{font-size:1.25rem}.ko-heading--md .ko-heading__subtitle{font-size:.875rem}.ko-heading--lg .ko-heading__title{font-size:1.5rem}.ko-heading--lg .ko-heading__subtitle{font-size:.875rem}.ko-heading--xl .ko-heading__title{font-size:2rem}.ko-heading--xl .ko-heading__subtitle{font-size:1rem}.ko-heading--xxl .ko-heading__title{font-size:2.5rem}.ko-heading--xxl .ko-heading__subtitle{font-size:1.125rem}@media (max-width:500px){.ko-heading__title.page-title{font-size:1.5rem}}.feedback-status__empty-state{align-items:center;border-radius:24px;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:80px 32px;text-align:center;transition:border-color .3s ease;width:100%}.feedback-status__empty-visual{align-items:center;display:flex;justify-content:center;margin-bottom:24px;position:relative}.feedback-status__empty-icon{color:var(--ko-primary-blue-3);filter:drop-shadow(0 0 8px rgba(77,163,255,.2));position:relative;z-index:2}.feedback-status__empty-glow{background:var(--ko-primary-blue-1);filter:blur(40px);height:60px;opacity:.15;position:absolute;width:60px;z-index:1}.feedback-status__empty-title{color:var(--ko-text-light-1);font-size:1.5rem;font-weight:800;margin:0}.feedback-status__empty-text{color:var(--ko-text-light-3);font-size:1rem;line-height:1.6;margin:12px auto 32px;max-width:420px}.feedback-status__empty-button{background-color:var(--ko-primary-blue-1);border:none;border-radius:12px;box-shadow:0 4px 12px #007bff40;color:var(--ko-white);cursor:pointer;font-weight:600;padding:12px 28px;transition:all .2s ease}.feedback-status__empty-button:hover{background-color:var(--ko-primary-blue-2);box-shadow:0 6px 16px #007bff59;transform:translateY(-2px)}.feedback-status__empty-button:active{transform:translateY(0)}.splash-screen{align-items:center;background-color:var(--ko-color-background-dark);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.splash-screen_logo__wrapper{width:48px}.splash-screen_logo__wrapper>img{animation:spin 20s linear infinite;height:100%;object-fit:contain;width:100%}.splash__title{bottom:4rem;color:var(--ko-color-text-light);font-size:.875rem;position:absolute}.splash-screen__content{align-items:center;display:flex;flex-direction:column}:root{--katch-bg:#121214;--katch-surface:#1e1e24;--katch-surface-hover:#25252d;--katch-text:#fff;--katch-text-muted:#a0a0aa;--katch-border:#2d2d34;--katch-primary:var(--ko-primary-blue-1)}.user-group__tabs{background-color:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:100px;display:inline-flex;gap:.25rem;padding:.25rem}.user-group__tab{background-color:initial;border:none;border-radius:100px;color:#a0a0aa;color:var(--ko-text-light-3,#a0a0aa);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1.5rem;transition:all .2s ease}.user-group__tab:not(.user-group__tab--active):hover{background-color:var(--ko-surface-dark-3);color:#fff}.user-group__tab--active{background-color:var(--ko-border-dark-3);color:#fff}:root{--g-width-xs:360px;--g-width-sm:480px;--g-width-md:768px;--g-width-lg:1024px;--g-width-xl:1280px;--g-width-xxl:1536px}.g-page-surface{-ms-overflow-style:none;background-color:var(--ko-bg-dark-2);border:1px solid var(--ko-bg-dark-3);border-radius:1rem;max-height:100%;min-height:100%;overflow-y:auto;padding:1rem;scrollbar-width:none;width:100%}.g-page-surface::-webkit-scrollbar{display:none}.g-page-surface--default{max-height:100%;min-height:100%;width:100%}.g-page-surface--xs{max-width:360px;max-width:var(--g-width-xs)}.g-page-surface--sm{max-width:480px;max-width:var(--g-width-sm)}.g-page-surface--md{max-width:768px;max-width:var(--g-width-md)}.g-page-surface--lg{max-width:1024px;max-width:var(--g-width-lg)}.g-page-surface--xl{max-width:1280px;max-width:var(--g-width-xl)}.g-page-surface--xxl{max-width:1536px;max-width:var(--g-width-xxl)}.g-page-wrapper{height:100%;margin:auto;position:relative;width:100%}.g-page-wrapper--default{max-width:1280px;max-width:var(--g-width-xl)}.g-page-wrapper--xs{max-width:360px;max-width:var(--g-width-xs)}.g-page-wrapper--sm{max-width:480px;max-width:var(--g-width-sm)}.g-page-wrapper--md{max-width:768px;max-width:var(--g-width-md)}.g-page-wrapper--lg{max-width:1024px;max-width:var(--g-width-lg)}.g-page-wrapper--xl{max-width:1280px;max-width:var(--g-width-xl)}.g-page-wrapper--xxl{max-width:1536px;max-width:var(--g-width-xxl)}.g-content-container{display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.g-unauthorised-page-surface{-ms-overflow-style:none;display:flex;flex-direction:column;overflow-y:auto;padding:1rem;scrollbar-width:none;width:100%}.g-unauthorised-page-surface::-webkit-scrollbar{display:none}@media (max-width:768px){.g-page-surface{border:none;border-radius:0}}.back-button{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;transition:color .2s,transform .1s}.back-button:hover{color:#007bff}.back-button:active{transform:translateX(-1px)}.back-button__icon,.back-button__label{display:inline-block}.talent-studio__empty-state{align-items:center;background:#0000;border:2px dashed var(--ko-border-dark-3);border-radius:24px;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:80px 32px;text-align:center;transition:border-color .3s ease;width:100%}.talent-studio__empty-visual{align-items:center;display:flex;justify-content:center;margin-bottom:24px;position:relative}.talent-studio__empty-icon{color:var(--ko-primary-blue-3);filter:drop-shadow(0 0 8px rgba(77,163,255,.2));position:relative;z-index:2}.talent-studio__empty-glow{background:var(--ko-primary-blue-1);filter:blur(40px);height:60px;opacity:.15;position:absolute;width:60px;z-index:1}.talent-studio__empty-title{color:var(--ko-text-light-1);font-size:1.5rem;font-weight:800;margin:0}.talent-studio__empty-text{color:var(--ko-text-light-3);font-size:1rem;line-height:1.6;margin:12px auto 32px;max-width:420px}.talent-studio__empty-button{background-color:var(--ko-primary-blue-1);border:none;border-radius:12px;box-shadow:0 4px 12px #007bff40;color:var(--ko-white);cursor:pointer;font-weight:600;padding:12px 28px;transition:all .2s ease}.talent-studio__empty-button:hover{background-color:var(--ko-primary-blue-2);box-shadow:0 6px 16px #007bff59;transform:translateY(-2px)}.talent-studio__empty-button:active{transform:translateY(0)}.album-card{background-color:var(--ko-bg-dark-3);border:1px solid var(--ko-border-dark-1);border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:transform .18s ease,border-color .18s ease;width:100%}.album-card:hover{opacity:.9}.album-card__menu{position:absolute;right:10px;top:10px}.album-card__mosaic{grid-gap:2px;background:var(--ko-surface-dark-2);border-radius:11px 11px 0 0;display:grid;gap:2px;overflow:hidden;width:100%}.album-card__mosaic--count-1{grid-template-columns:1fr;grid-template-rows:1fr}.album-card__mosaic--count-2{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.album-card__mosaic--count-3{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.album-card__mosaic--count-3 .slot-0{grid-row:1/3}.album-card__thumb-slot{background:#e5e7eb;overflow:hidden;position:relative}.album-card__thumb-img{display:block;height:100%;object-fit:cover;transition:transform .25s ease;width:100%}.album-card__thumb-overlay{align-items:center;background:#00000085;color:#fff;display:flex;font-size:15px;font-weight:500;inset:0;justify-content:center;letter-spacing:.01em;position:absolute}.album-card__cover-placeholder{align-items:center;color:#d1d5db;display:flex;font-size:2rem;height:100%;justify-content:center;width:100%}.album-card__footer{display:flex;flex-direction:column;gap:2px;padding:10px 12px 12px}.album-card__title{color:var(--ko-text-light-1);font-size:13px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.album-card__count{color:var(--ko-text-light-3);font-size:11.5px}.ellipsis-menu{display:inline-block;position:relative;z-index:99}.ellipsis-menu__btn{align-items:center;background:#0003;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;outline:none;transition:background-color .2s ease,transform .1s ease;width:32px}.ellipsis-menu__btn.is-active,.ellipsis-menu__btn:hover{background:#00000080}.ellipsis-menu__btn:active{transform:scale(.95)}.ellipsis-menu__dropdown{animation:menuFadeIn .15s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:6px;box-shadow:0 4px 16px #00000026;min-width:140px;overflow:hidden;padding:4px 0;position:absolute;top:36px;z-index:999}.ellipsis-menu__dropdown--right{right:0}.ellipsis-menu__dropdown--left{left:0}.ellipsis-menu__item{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:flex-start;padding:10px 14px;text-align:left;transition:background-color .15s ease;width:100%}.ellipsis-menu__item span{display:flex;font-weight:500;line-height:1}.ellipsis-menu__item-label{font-size:14px}.ellipsis-menu__item-icon{color:var(--ko-primary-blue-3)}.ellipsis-menu__item:hover:not(:disabled){background-color:#f3f4f6}.ellipsis-menu__item:disabled{cursor:not-allowed;opacity:.5}.ellipsis-menu__item--danger{color:#dc2626}.ellipsis-menu__item--danger:hover:not(:disabled){background-color:#fef2f2}.ellipsis-menu__item--danger .ellipsis-menu__item-icon{color:#dc2626}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.albums-view__grid{grid-gap:8px!important;display:grid;gap:8px!important;grid-template-columns:repeat(4,1fr)!important}.albums-view__grid>*{min-width:0}@media (max-width:800px){.albums-view__grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:500px){.albums-view__grid{grid-template-columns:repeat(2,1fr)!important}}.user-album-views{display:block}.user-album-views__meta{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:space-between}.user-album-views__caption{color:#a0a0aa;color:var(--katch-text-muted,#a0a0aa);font-size:1rem;line-height:1.5;margin:0}.user-album-views__count{background-color:#2d2d34;background-color:var(--katch-border,#2d2d34);border-radius:20px;color:#fff;color:var(--katch-text,#fff);font-size:.95rem;font-weight:500;padding:.25rem .75rem;white-space:nowrap}.photos-view__grid{grid-gap:8px!important;display:grid;gap:8px!important;grid-template-columns:repeat(6,1fr)!important}@media (max-width:1200px){.photos-view__grid{grid-template-columns:repeat(5,1fr)!important}}@media (max-width:1000px){.photos-view__grid{grid-template-columns:repeat(4,1fr)!important}}@media (max-width:800px){.photos-view__grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:500px){.photos-view__grid{grid-template-columns:repeat(2,1fr)!important}}.ko-grid{grid-gap:1.25rem;--cols:4;display:grid;gap:1.25rem;grid-template-columns:repeat(var(--cols),minmax(0,1fr));margin:0 auto;width:100%}@media (max-width:1280px){.ko-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr))}}.ko-grid--auto{--min-width:280px;grid-template-columns:repeat(auto-fill,minmax(var(--min-width),1fr))}@media (max-width:1024px){.ko-grid{grid-template-columns:repeat(min(var(--cols),2),minmax(0,1fr))}}@media (max-width:640px){.ko-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.image-card__item{aspect-ratio:1/1;background-color:var(--ko-bg-dark-3);border:1px solid var(--ko-border-dark-1);border-radius:8px;position:relative;width:100%}.image-card__thumbnail{border-radius:8px;cursor:pointer;display:block;height:100%;object-fit:cover;opacity:0;transition:transform .3s ease;transition:opacity .3s ease-in;width:100%}.image-card__item:hover{opacity:.9}.image-card__thumbnail.loaded{opacity:1}.image-card__options-container{position:absolute;right:8px;top:8px;z-index:20}.image-card__options-btn{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;opacity:0;outline:none;transition:opacity .2s ease,background-color .2s ease;width:28px}.image-card__options-btn,.image-card__options-btn.is-active{opacity:1}.image-card__options-btn:hover{background:#000c}.image-card__dropdown{animation:imgCardFadeIn .15s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:120px;overflow:hidden;padding:4px 0;position:absolute;right:0;top:32px;z-index:30}.image-card__menu-item{background:#0000;border:none;color:#374151;cursor:pointer;display:block;font-size:.8rem;font-weight:500;padding:8px 12px;text-align:left;transition:background-color .15s ease;width:100%}.image-card__menu-item:hover{background-color:#f3f4f6}.image-card__menu-item--delete{color:#dc2626}.image-card__menu-item--delete:hover{background-color:#fef2f2}@keyframes imgCardFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.gallery-slide{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0a0a0cf2;bottom:0;display:flex;flex-direction:column;left:0;position:fixed;right:0;top:0;z-index:99999}.gallery-slide__control-header{align-items:center;display:flex;justify-content:space-between;left:0;padding:16px 24px;position:absolute;top:0;width:100%;z-index:10}.gallery-slide__auth-actions{display:flex;gap:12px}.gallery-slide__action-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:6px 14px;transition:all .2s ease}.gallery-slide__action-btn:hover{background:#fff3}.gallery-slide__close-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#ffffffb3;cursor:pointer;display:flex;height:36px;justify-content:center;margin-left:auto;transition:all .2s ease;width:36px}.gallery-slide__close-btn:hover{background:#ffffff1a;color:#fff}.gallery-slide__container{align-items:center;display:flex;flex:1 1;justify-content:center;padding:60px 24px 40px}.gallery-slide__viewer{aspect-ratio:16/10;background:#000;border-radius:12px;box-shadow:0 12px 40px #00000080;max-width:900px;overflow:hidden;position:relative;width:100%}.gallery-slide__track{cursor:grab;display:flex;height:100%;transition:transform .35s cubic-bezier(.25,1,.5,1);width:100%}.gallery-slide__track:active{cursor:grabbing}.gallery-slide__slide{align-items:center;background:#050505;display:flex;height:100%;justify-content:center;min-width:100%;-webkit-user-select:none;user-select:none;width:100%}.gallery-slide__image{max-height:100%;max-width:100%;object-fit:contain;pointer-events:none}.gallery-slide__nav-btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1f2937b3;border:1px solid #ffffff1a;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:44px;z-index:5}.gallery-slide__nav-btn:hover{background:#1f2937f2;scale:1.05}.gallery-slide__nav-btn--left{left:16px}.gallery-slide__nav-btn--right{right:16px}.gallery-slide__counter{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;border-radius:20px;bottom:16px;color:#ffffffe6;font-size:.8rem;font-weight:600;left:50%;letter-spacing:.5px;padding:4px 12px;position:absolute;transform:translateX(-50%)}@media (max-width:968px){.gallery-slide__container{padding:0}.gallery-slide__viewer{aspect-ratio:auto;border-radius:0;height:100%;max-width:100vw;width:100%}.gallery-slide__nav-btn{display:none}}.videos-view__grid{grid-gap:8px!important;display:grid;gap:8px!important;grid-template-columns:repeat(4,1fr)!important}@media (max-width:1200px){.videos-view__grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:850px){.videos-view__grid{grid-template-columns:repeat(2,1fr)!important}}.simple-player-modal{background-color:#0a0a0cf2;bottom:0;left:0;overflow:hidden;padding:24px;right:0;top:0;z-index:99999}.simple-player-wrapper{max-height:90vh;width:min(1280px,100%)}.single-player-container{background-color:#0e1216;background-color:var(--ko-bg-dark-1,#0e1216);border:1px solid #242a32;border:1px solid var(--ko-border-dark-1,#242a32);border-radius:12px;box-shadow:0 20px 50px #0009;display:flex;height:100%;overflow:hidden;width:100%}.single-player-container video,.single-player-container>div{height:100%!important;width:100%!important}.video-card__item{background-color:initial;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease;width:100%}.video-card__item:hover{opacity:.9}.video-card__thumbnail-wrapper{background-color:var(--ko-bg-dark-2);border-radius:8px;height:180px;overflow:hidden;position:relative;width:100%}.video-card__img,.video-card__placeholder{border-radius:0;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.video-card__placeholder{align-items:center;background:#e5e7eb;color:#9ca3af;display:flex;justify-content:center}.video-card__duration{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;border-radius:4px;bottom:6px;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:2px 6px;position:absolute;right:6px;z-index:2}.video-card__options-container{position:absolute;right:8px;top:8px;z-index:20}.video-card__options-btn{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;outline:none;transition:opacity .2s ease,background-color .2s ease;width:28px}.video-card__options-btn:hover{background:#000000d9}.video-card__dropdown{animation:fadeIn .15s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:6px;box-shadow:0 4px 16px #00000026;min-width:130px;overflow:hidden;padding:4px 0;position:absolute;right:0;top:32px;z-index:30}.video-card__menu-item{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:block;display:flex;font-size:.8rem;font-weight:500;font-weight:600;gap:.5rem;padding:10px 14px;text-align:left;transition:background-color .15s ease;width:100%}.video-card__menu-item>span{display:flex}.video-card__menu-item:hover{background-color:#f3f4f6}.video-card__menu-item--delete{color:#dc2626}.video-card__menu-item--delete:hover{background-color:#fef2f2}.video-card__details{padding:.5rem}.video-card__title{color:var(--ko-text-light-1);font-size:.875rem;font-weight:600;margin:0;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:normal}@media (max-width:500px){.video-card__thumbnail-wrapper{height:120px}}.group-members__list{display:flex;flex-direction:column;gap:.5rem}.group-members__item{align-items:center;background-color:initial;display:flex;justify-content:space-between;line-height:1;transition:background-color .2s ease}.group-members__name{color:#fff;font-size:var(--14px);font-weight:600;margin:0}.group-members__meta{color:var(--ko-text-light-3);font-size:var(--14px)}.group-gateway__join{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem;width:100%}.group-gateway__input-wrapper{flex:1 1}.group-gateway__join-btn{align-items:center;background-color:var(--ko-primary-blue-1);border:1px solid #0000;border-radius:6px;color:var(--ko-white);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;height:42px;justify-content:center;padding:0 1.5rem;transition:all .2s ease}.group-gateway__join-btn:hover:not(:disabled){background-color:var(--ko-primary-blue-2)}.group-gateway__join-btn:disabled{background-color:var(--ko-surface-dark-1);border-color:var(--ko-border-dark-1);color:var(--ko-text-light-3);cursor:not-allowed;opacity:.4}.group-gateway__list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.group-gateway__item-2{align-items:center;background-color:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-1);border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:1rem 1.25rem;position:relative}.group-gateway__item-2:hover{background-color:var(--ko-hover-dark-3);border-color:var(--ko-border-dark-3)}.group-gateway__info{display:flex;flex:1 1;flex-direction:column;gap:.35rem;min-width:0}.group-gateway__info h3{color:var(--ko-text-light-1);font-size:1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-gateway-code-wrapper{align-items:center;display:inline-flex;gap:.5rem}.group-gateway-code-text{background-color:var(--ko-surface-dark-2);border-radius:4px;color:var(--ko-text-light-2);font-family:monospace;font-size:.815rem;font-weight:600;padding:.1rem .35rem}.group-gateway-badge{align-items:center;border-radius:25px;display:inline-flex;font-size:.725rem;font-weight:600;letter-spacing:.3px;line-height:1.2;padding:.17rem .5rem;text-transform:capitalize}.group-gateway-badge--active,.group-gateway-badge--approved{background-color:#34c75926;border:1px solid #34c75940;color:var(--ko-success)}.group-gateway-badge--pending{background-color:#f59e0b26;border:1px solid #f59e0b40;color:var(--ko-warning)}.group-gateway-badge--declined,.group-gateway-badge--removed{background-color:#ef444426;border:1px solid #ef444440;color:var(--ko-danger)}.group-gateway-modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;padding:1.5rem;position:fixed;right:0;top:0;z-index:1000}.group-gateway-modal__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:var(--ko-overlay-dark-2);bottom:0;left:0;position:absolute;right:0;top:0}.group-gateway-modal__card{animation:modalScaleUp .25s cubic-bezier(.16,1,.3,1) forwards;background-color:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:12px;box-shadow:0 25px 50px -12px #0009;display:flex;flex-direction:column;max-width:480px;overflow:hidden;position:relative;width:100%}.group-gateway-modal__header{padding:1.25rem 1.5rem}.group-gateway-modal__identity{display:flex;flex-direction:column;gap:.75rem}.group-gateway-modal__badge{background-color:#007bff26;border-radius:6px;color:var(--ko-primary-blue-3);font-family:monospace;font-size:.815rem;font-weight:700;padding:.25rem .5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.group-gateway-modal__title{color:var(--ko-text-light-1);font-size:1.25rem;font-weight:700;margin:0}.group-gateway-modal__body{display:flex;flex-direction:column;gap:1rem;max-height:60vh;overflow-y:auto;padding:0 1.5rem}.group-gateway-modal__notice-banner{align-items:center;background-color:#f59e0b1a;border:1px solid #f59e0b33;border-radius:8px;color:var(--ko-warning);display:flex;gap:.5rem;padding:.75rem 1rem}.group-gateway-modal__notice-banner h3{font-size:.875rem;font-weight:600;margin:0}.group-gateway-modal__notice-icon{flex-shrink:0}.group-gateway-modal__rules-text{color:var(--ko-text-light-2);font-size:.875rem;line-height:1.6;margin:0;white-space:pre-wrap}.group-gateway-modal__footer{align-items:center;background-color:var(--ko-surface-dark-1);border-top:1px solid var(--ko-border-dark-1);display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.katch-form-search{display:flex;flex-direction:column;width:100%}.katch-form-search--disabled{opacity:.4;pointer-events:none}.katch-form-search__input-wrapper{position:relative;width:100%}.katch-form-search__field{background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:8px;box-sizing:border-box;color:var(--ko-text-dark-1);font-family:inherit;font-size:.95rem;height:42px;line-height:42px;outline:none;padding:0 12px 0 40px;transition:all .2s ease;width:100%}.katch-form-search__icon{align-items:center;color:var(--ko-text-dark-2);display:inline-flex;justify-content:center;opacity:.5;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:20px}.katch-form-search__icon--left{left:12px}.katch-form-search__icon--right{right:12px}.katch-form-search__field:focus{border-color:var(--ko-primary-blue-1)}.katch-form-search__field::placeholder{color:var(--ko-text-dark-1);opacity:.5}.select-input{background-color:initial;display:flex;flex-direction:column;width:100%}.select-input__label{color:var(--ko-text-light-2);font-size:var(--14px);font-weight:500;line-height:1.2;opacity:.6}.select-input__field{-webkit-appearance:none;background-color:var(--ko-surface-dark-2);border:none;border:1px solid var(--ko-border-dark-2);border-radius:.25rem;color:var(--ko-text-light-1);font-family:inherit;font-size:1rem;max-height:40px;min-height:40px;outline:none;padding:.5rem .75rem;width:100%}.select-input__option{background-color:var(--ko-surface-dark-3);color:var(--ko-text-light-2)}.modal-overlay{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.modal-content{background:#1e1e24;border-radius:8px;color:#fff;max-width:90%;padding:2rem;width:400px}.modal-content__title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.modal-content__actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}:root{--primary-blue:#007bff;--primary-blue-hover:#005ed1;--bg-dark-1:#0e1216;--bg-dark-2:#12171c;--surface-dark:#20252c;--border-dark:#242a32;--text-main:#f8fafc;--text-muted:#cbd5e1;--text-dim:#94a3b8}.about-page__container{flex-direction:column;width:100%}.btn-primary-lg{background:#007bff;background:var(--primary-blue);font-size:1rem;padding:1.2rem 2.5rem;transition:.2s ease}.btn-primary-lg:hover{background:#005ed1;background:var(--primary-blue-hover)}.btn-secondary-lg{border:1px solid #242a32;border:1px solid var(--border-dark);color:#f8fafc;color:var(--text-main);font-size:1rem;padding:1.2rem 2.5rem}.about-page__hero{display:flex;flex-direction:column;margin:1.5rem auto 8rem;text-align:center;width:70%}.about-page__tagline{color:var(--ko-primary-blue-3);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.about-page__title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin:1.5rem 0}.about-page__description{color:#cbd5e1;color:var(--text-muted);font-size:1.1rem;line-height:1.6;margin:0 auto 2.5rem;max-width:800px}.about-page__cta-row{display:flex;gap:1rem;justify-content:center}.about-page__core-block{margin-bottom:8rem}.about-page__core-header{border-left:4px solid #007bff;border-left:4px solid var(--primary-blue);margin-bottom:3rem;padding-left:1.5rem}.about-page__core-label{color:#94a3b8;color:var(--text-dim);display:block;font-size:.8rem;font-weight:700;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.about-page__core-title{font-size:2.2rem;font-weight:800}.about-page__core-lead{color:#cbd5e1;color:var(--text-muted);font-size:1.2rem;margin-bottom:2.5rem}.about-page__value-strip{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.about-page__value-item{align-items:center;background:#12171c;background:var(--bg-dark-2);border:1px solid #242a32;border:1px solid var(--border-dark);display:flex;gap:1.5rem;padding:1.5rem}.about-page__value-tag{color:var(--ko-primary-blue-3);font-size:.85rem;font-weight:800;min-width:100px;text-transform:uppercase}.about-page__core-statement{background:linear-gradient(90deg,#007bff,#005ed1);background:linear-gradient(90deg,var(--primary-blue) 0,var(--primary-blue-hover) 100%);color:#f8fafc;font-size:1.15rem;padding:2.5rem}.about-page__grid-2x2{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.about-page__work-card{background:#20252c;background:var(--surface-dark);border:1px solid #242a32;border:1px solid var(--border-dark);padding:2.5rem;position:relative}.about-page__work-number{color:#007bff1a;font-size:2.5rem;font-weight:900;position:absolute;right:20px;top:15px}.about-page__work-card h4{color:var(--ko-primary-blue-3);margin-bottom:1rem}.about-page__stakeholder-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.about-page__stakeholder-card{background:#12171c;background:var(--bg-dark-2);border:1px solid #242a32;border:1px solid var(--border-dark);padding:2rem}.about-page__stakeholder-card--full-width{grid-column:1/-1}.about-page__stakeholder-card h4{color:var(--ko-primary-blue-3);margin-bottom:.5rem}.about-page__promise-section{background:#161c22;border:1px solid #242a32;border:1px solid var(--border-dark);margin-bottom:8rem;padding:5rem 2rem;text-align:center}.about-page__promise-title{font-size:1.8rem;letter-spacing:.1em;margin-bottom:3rem;text-transform:uppercase}.about-page__promise-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:3rem}.about-page__promise-accent{color:var(--ko-primary-blue-3);display:block;font-weight:800;margin-bottom:1rem}.about-page__features-list{border-top:1px solid #242a32;border-top:1px solid var(--border-dark);display:flex;flex-direction:column}.about-page__feature-row{align-items:center;border-bottom:1px solid #242a32;border-bottom:1px solid var(--border-dark);display:flex;justify-content:space-between;padding:2rem 0}.about-page__feature-category{background:#20252c;background:var(--surface-dark);display:inline-block;font-size:.65rem;font-weight:800;margin-bottom:.5rem;padding:.2rem .5rem}.about-page__feature-indicator{background:#242a32;background:var(--border-dark);height:2px;width:30px}.about-page__feature-row:hover .about-page__feature-indicator{background:#007bff;background:var(--primary-blue);width:50px}.about-page__footer{border-top:1px solid #242a32;border-top:1px solid var(--border-dark);padding:6rem 0;text-align:center}.about-page__footer-meta{color:#94a3b8;color:var(--text-dim);font-size:.8rem;margin-top:4rem}@media (max-width:768px){.about-page__container{padding:0}.about-page__wrapper{padding:0!important}.about-page__cta-row{flex-direction:column}.about-page__feature-row{align-items:flex-start;flex-direction:column;gap:1rem}.about-page__feature-indicator{display:none}.about-page__stakeholder-card--full-width{grid-column:auto}.about-page__promise-section{padding:3rem 1.5rem}}.support-page-content{display:flex;flex-direction:column;height:90vh;justify-content:center}@media (max-width:768px){.support-page-content{justify-content:flex-start;padding-top:65px}}.docs__section{background-color:var(--ko-bg-dark-1);padding-bottom:1rem}.docs__section,.docs__section a{color:var(--ko-color-text-light)}.docs__section a{text-decoration:none}h2.docs__section,h3.docs__section{color:var(--ko-color-text-light)!important}.docs__section a:hover{text-decoration:underline}.docs__section strong{background-color:initial}.docs__section ul{display:flex;flex-direction:column;gap:1.5rem}.docs__section ul li{margin-left:2rem}@media (max-width:750px){.docs__section{width:100%}}body,html{background-color:#fff;color:#333;font-family:Arial,sans-serif;height:100%;line-height:1.6;margin:0;padding:0}.article-container{background-color:#fff;color:#111;line-height:1.7;margin:0 auto;max-width:900px;min-height:100%;padding:2rem}.article-hero{background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;position:static}.article-hero-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.article-hero-text h1{font-size:2rem;margin-bottom:.5rem}.subtitle{color:#555;font-size:1rem;margin-bottom:.5rem}.article-hero-cta{text-align:left}.article-hero-cta .small-text{color:#555;font-size:.8rem;margin-bottom:.25rem}.article-hero-cta a{color:#0073e6;font-weight:700;text-decoration:none}.team-of-week li{align-items:flex-end;display:flex;gap:.5rem}.team-of-week li span{font-size:.75rem;opacity:.7}.blog-meta,.meta{color:#777;flex-direction:row;flex-wrap:wrap;font-size:.85rem;gap:.3rem;justify-content:center}.blog-meta,.meta,.meta span{align-items:center;display:flex}.article-body{background:#fff;border-radius:12px;padding:1.5rem}.article-body h2{color:#222;font-size:1.8rem}.article-body h3,.article-body h4{color:#222;margin-bottom:.5rem;margin-top:1.5rem}.article-body ul{list-style:disc;padding-left:1.5rem}.article-body hr{border:none;border-top:1px solid #eee;margin:2rem 0}.game-info-hero{color:#333;font-size:.95rem;margin-top:1rem}.game-info-hero ul{list-style:none;margin:.5rem 0;padding-left:0!important}.game-info-hero li{background-color:#f5f5f5;border-left:4px solid #07c;border-radius:4px;margin-bottom:.4rem;padding:.5rem .75rem}.view-count{color:#333;font-weight:700;margin-top:.5rem}.article-controls{align-items:center;flex-wrap:wrap;justify-content:space-between;margin-bottom:1.5rem}.article-controls,.view-toggle{display:flex;gap:.5rem}.article-actions button,.view-toggle button{background:#f0f0f0;border:1px solid #ccc;border-radius:6px;cursor:pointer;padding:.5rem 1rem}.view-toggle button.active{background:#333;border-color:#333;color:#fff}.article-actions .share-btn{background:#0073e6;border-color:#0073e6;color:#fff}.tags{color:#555;font-size:.9rem;margin-top:2rem}.tags span{background-color:#eef;border-radius:4px;color:#333;display:inline-block;font-size:.85rem;margin-right:.5rem;padding:.2rem .5rem}.tags span:last-child{margin-right:0}.team-photo-section{background-color:#fff;border-radius:12px;padding:1.5rem;text-align:center}.team-photo-section h2{color:#222;font-size:1.5rem;margin-bottom:1rem}.team-photo{border-radius:12px;box-shadow:0 2px 8px #0000001a;height:auto;max-width:100%;object-fit:cover}.squad-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin:2rem 0;padding:1.5rem}.squad-section h2{color:#222;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.squad-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.squad-list ul{list-style:none;margin:0;padding:0}.squad-list li{border-bottom:1px solid #eee;color:#333;font-size:.95rem;padding:.3rem 0}.club{color:#999;font-style:italic}.article-footer{align-items:center;background-color:#fff;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;margin-top:3rem;padding:2rem 1rem}.article-footer .small-text{color:#666;font-size:.9rem;margin-bottom:1rem}.footer-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-actions a{border-radius:6px;font-size:.9rem;padding:.6rem 1.2rem;text-decoration:none;transition:background .2s ease,color .2s ease}.btn-primary{background-color:#c00;color:#fff}.btn-primary:hover{background-color:#a50000}.btn-secondary{background-color:#f5f5f5;border:1px solid #ddd;color:#333}.btn-secondary:hover{background-color:#eaeaea}@media (max-width:768px){.article-title{font-size:2rem}.article-subtitle{font-size:1rem}.article-container{padding:1.5rem}.article-body h2{font-size:1.5rem}.footer-actions a{display:block;margin:.5rem auto;text-align:center;width:80%}}@media (max-width:600px){.article-hero-text{line-height:1.25}.article-container{padding:0}}@media (max-width:480px){.article-title{font-size:1.8rem}.article-subtitle{font-size:.95rem}.article-body h2{font-size:1.3rem}.blog-meta{font-size:.75rem;gap:.2rem}.tags span{font-size:.8rem;margin-bottom:.3rem}.article-container{padding:0}}.pop-card{border-radius:1rem;overflow:hidden;position:relative;width:100%}.pop-card__player-wrapper{align-items:center;background-color:var(--ko-bg-dark-2);cursor:pointer;display:flex;height:100%;justify-content:center;pointer-events:none;position:relative;width:100%}.pop-card__player-wrapper video{display:block;height:100%;object-fit:cover;width:100%}.pop-card__footer-overlay{background:linear-gradient(0deg,#000c 0,#0006 40%,#0000);bottom:0;left:0;padding:40px 16px 20px;pointer-events:auto;position:absolute;right:0;z-index:10}.pop-card__footer-content{display:flex;flex-direction:column;gap:4px}.pop-card__title{font-size:15px;font-weight:600;margin:0}.pop-card__title,.pop-card__views{color:#fff;text-shadow:0 1px 2px #00000080}.pop-card__views{align-items:center;display:flex;font-size:13px;gap:6px;opacity:.9}.pop-card__views--count{display:flex;font-size:var(--12px);line-height:1}.pop-card__mute-overlay{align-items:center;background-color:#00000080;border-radius:50%;color:#fff;display:flex;height:32px;justify-content:center;padding:8px;pointer-events:auto;position:absolute;right:16px;top:16px;width:32px;z-index:20}@media (max-width:480px){.pop-card,.pop-card__player-wrapper{border-radius:0;height:100dvh}}:root{--ko-bg-dark-1:#0e1216;--ko-text-light-1:#f8fafc;--ko-text-light-2:#cbd5e1;--ko-text-light-3:#94a3b8;--ko-border-dark-1:#242a32;--ko-primary-blue-1:#007bff}.pops-page{-ms-overflow-style:none;aspect-ratio:9/16;background-color:#0e1216;background-color:var(--ko-bg-dark-1);height:100dvh;margin:0 auto;overflow-y:auto;padding:1rem;position:relative;scroll-behavior:smooth;scroll-snap-type:y mandatory;scrollbar-width:none}.pops-page::-webkit-scrollbar{display:none}.pops-page__feed{display:flex;flex-direction:column}.pop-item-container{align-items:center;display:flex;flex-shrink:0;height:100dvh;justify-content:center;overflow:hidden;scroll-snap-align:center;scroll-snap-stop:always;width:100%}.pops-page__infinite-trigger{align-items:center;background-color:#0e1216;background-color:var(--ko-bg-dark-1);display:flex;flex-direction:column;width:100%}.pops-page__sentinel{height:20px;width:100%}.pops-page__loader-ui{align-items:center;color:#94a3b8;color:var(--ko-text-light-3);display:flex;font-size:14px;height:100px;justify-content:center}.pops-page__end-message{border-top:1px solid #242a32;border-top:1px solid var(--ko-border-dark-1);color:#94a3b8;color:var(--ko-text-light-3);font-size:13px;padding:60px 0;text-align:center}@media (max-width:480px){.pops-page{margin:0;padding:0;width:100vw}.pop-item-container{height:100dvh}}.pop-skeleton{border-radius:1rem;height:100%;overflow:hidden}.pop-skeleton,.pop-skeleton__item{align-items:center;display:flex;justify-content:center;width:100%}.pop-skeleton__item{background-color:var(--ko-bg-dark-1);height:599.9px}.pop-skeleton__player{background-color:var(--ko-bg-dark-2);border-radius:1rem;height:100%;overflow:hidden;position:relative;width:100%}.pop-skeleton__mute{background:var(--ko-surface-dark-1);border-radius:50%;height:34px;position:absolute;right:16px;top:16px;width:34px}.pop-skeleton__footer{bottom:0;display:flex;flex-direction:column;gap:12px;left:0;padding:40px 16px 20px;position:absolute;right:0}.pop-skeleton__line{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,var(--ko-surface-dark-1) 25%,var(--ko-surface-dark-3) 50%,var(--ko-surface-dark-1) 75%);background-size:200% 100%;border-radius:4px}.pop-skeleton__line.title{height:16px;width:70%}.pop-skeleton__line.views{height:12px;width:30%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:480px){.pop-skeleton,.pop-skeleton__player{border-radius:0}.pop-skeleton__item{height:100dvh}.pop-skeleton__player{width:100vw}}.forgot-password-content,.reset-password-content,.sign-in-content,.sign-up-content,.verify-email-content{background-color:initial;display:flex;flex-direction:column;height:90vh;justify-content:center}.katch-header{padding:100px 20px 60px;text-align:center}.katch-header h1{color:var(--katch-teal);font-size:3.5rem;margin:0}.katch-subtitle{color:var(--katch-slate);font-size:1.2rem}.katch-card{background-color:var(--ko-surface-dark-1);border:1px solid #0000;border-radius:16px;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.katch-badge{background:#64ffda1a;border-radius:4px;color:var(--ko-info);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:1px;margin-bottom:16px;padding:4px 10px}.katch-card h3{font-size:1.4rem;margin:0 0 12px}.katch-card p{color:var(--katch-slate);line-height:1.6;margin:0}.katch-card-header{align-items:center;display:flex;gap:.5rem;line-height:1}.katch-card-icon{align-items:center;color:var(--ko-info);display:flex;justify-content:center;margin-bottom:16px}.katch-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.m-talent-modal{animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:var(--ko-overlay-dark-2);bottom:0;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;right:0;top:0;inset:0;overflow-y:auto;padding:2rem;width:100%;z-index:99999}@media (max-width:768px){.m-talent-modal{padding:1rem}}.u-talent-card{align-items:center;background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-1);border-radius:16px;cursor:pointer;display:flex;gap:14px;padding:14px}.u-talent-card:hover:not(.u-talent-card--locked){background:var(--ko-hover-dark-1);border-color:var(--ko-primary-blue-3)}.u-talent-card--locked{cursor:not-allowed;filter:grayscale(.6);opacity:.5}.u-talent-card__avatar{background:var(--ko-bg-dark-3);border:2px solid var(--ko-border-dark-3);border-radius:50%;flex-shrink:0;height:60px;position:relative;width:60px}.u-talent-card__avatar-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.u-talent-card__avatar-placeholder{background:var(--ko-bg-dark-3);color:var(--ko-text-light-3);height:100%;width:100%}.u-talent-card__avatar-placeholder,.u-talent-card__avatar-upload{align-items:center;border-radius:50%;display:flex;justify-content:center}.u-talent-card__avatar-upload{background:var(--ko-primary-blue-3);border:2px solid var(--ko-surface-dark-1);bottom:-2px;color:#fff;cursor:pointer;height:24px;position:absolute;right:-2px;width:24px}.u-talent-card__avatar-upload:hover{background:var(--ko-primary-blue-2)}.u-talent-card__content{flex:1 1;min-width:0}.u-talent-card__name{color:var(--ko-text-light-1);font-size:1rem;font-weight:700;margin:0 0 2px}.u-talent-card__name,.u-talent-card__role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.u-talent-card__role{color:var(--ko-primary-blue-3);font-size:.8125rem;font-weight:600;margin:0 0 6px}.u-talent-card__meta{align-items:center;color:var(--ko-text-light-3);display:flex;flex-wrap:wrap;font-size:.75rem;font-weight:500;gap:6px;margin-bottom:8px}.u-talent-card__meta-item{white-space:nowrap}.u-talent-card__meta-dot{color:var(--ko-border-dark-3);-webkit-user-select:none;user-select:none}.u-talent-card__badge{align-items:center;border:1px solid #0000;border-radius:6px;display:inline-flex;font-size:.625rem;font-weight:700;gap:5px;letter-spacing:.06em;padding:4px 10px;text-transform:uppercase}.u-talent-card__badge--public{background:#1d9e751f;border-color:#1d9e754d;color:#1d9e75}.u-talent-card__badge--private{background:var(--ko-surface-dark-3);border-color:var(--ko-border-dark-2);color:var(--ko-text-light-2)}.u-talent-card__badge-text{line-height:1}.u-talent-card__action{align-items:center;display:flex;padding-left:12px}.u-talent-card__action-icon{color:var(--ko-border-dark-3)}.u-talent-card:hover:not(.u-talent-card--locked) .u-talent-card__action-icon{color:var(--ko-primary-blue-3)}@media (max-width:640px){.u-talent-card{gap:12px;padding:12px}.u-talent-card__avatar{height:52px;width:52px}.u-talent-card__name{font-size:.9375rem}.u-talent-card__meta{font-size:.6875rem}}.m-talent-profiles-page__add-btn{align-items:center;background:var(--ko-primary-blue-1);border:none;border-radius:12px;box-shadow:0 4px 12px #007bff4d;color:var(--ko-white);cursor:pointer;display:inline-flex;display:flex;font-size:.875rem;font-weight:600;gap:8px;justify-content:center;margin-bottom:2rem;margin-left:auto;padding:10px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:pre}.m-talent-profiles-page__add-btn:hover{background:var(--ko-primary-blue-2);box-shadow:0 6px 16px #007bff66;transform:translateY(-1px)}.m-talent-profiles-page__add-btn:active{transform:translateY(0)}.m-talent-profiles-page__add-btn svg{transition:transform .2s ease}.m-talent-profiles-page__add-btn:hover svg{transform:rotate(90deg)}@media (max-width:640px){.m-talent-profiles-page__add-btn{border-radius:10px;font-size:.8rem;padding:8px 16px}}.m-talent-profile-page{background:var(--ko-bg-dark-1);display:flex;flex-direction:column;min-height:100vh}.m-talent-profile-page__content-wrapper{width:100%}.m-talent-profile-page__header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:static;top:0;z-index:100}.m-talent-profile-page__header-container{display:flex;justify-content:space-between;margin-bottom:2rem;margin-top:1.5rem}.m-talent-profile-page__identity{align-items:center;display:flex;gap:1.25rem}.m-talent-profile-page__back-btn{align-items:center;background:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-3);border-radius:12px;color:var(--ko-text-light-2);cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);width:40px}.m-talent-profile-page__back-btn:hover{background:var(--ko-surface-dark-3);border-color:var(--ko-primary-blue-3);color:var(--ko-white);transform:translateX(-3px)}.m-talent-profile-page__profile-card{align-items:center;display:flex;gap:1rem}.m-talent-profile-page__avatar-container{height:48px;position:relative;width:48px}.m-talent-profile-page__avatar-img{background:var(--ko-bg-dark-3);border:2px solid var(--ko-primary-blue-2);border-radius:50%;height:100%;object-fit:cover;width:100%}.m-talent-profile-page__avatar-placeholder{align-items:center;background:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-3);border-radius:14px;color:var(--ko-text-light-3);display:flex;height:100%;justify-content:center;width:100%}.m-talent-profile-page__indicator{background:var(--ko-success);border:3px solid var(--ko-surface-dark-1);border-radius:50%;bottom:-2px;height:14px;position:absolute;right:-2px;width:14px}.m-talent-profile-page__name{color:var(--ko-text-light-1);font-size:1.5rem;font-weight:800}.m-talent-profile-page__badge{color:var(--ko-primary-blue-3);font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.m-talent-profile-page__nav{background:var(--ko-bg-dark-3);border:1px solid var(--ko-border-dark-3);border-radius:16px;display:flex;padding:4px}.m-talent-profile-page__nav-item{align-items:center;background:#0000;border:none;border-radius:12px;color:var(--ko-text-light-3);cursor:pointer;display:flex;font-size:.85rem;font-weight:700;gap:8px;padding:10px 20px;transition:all .2s ease}.m-talent-profile-page__nav-item--active{background:var(--ko-surface-dark-1);box-shadow:0 4px 15px #00000040;color:var(--ko-white)}.m-talent-profile-page__nav-item:hover:not(.m-talent-profile-page__nav-item--active){background:var(--ko-surface-dark-2);color:var(--ko-text-light-1)}.m-talent-profile-page__viewport{flex:1 1}@media (max-width:850px){.m-talent-profile-page__header-container{align-items:stretch;flex-direction:column;gap:1.25rem}.m-talent-profile-page__nav{width:100%}.m-talent-profile-page__nav-item{flex:1 1;justify-content:center}}@media (max-width:480px){.m-talent-profile-page__nav-label{display:none}.m-talent-profile-page__nav-item{padding:12px}}.m-talent-avatar-upload-surface{background-color:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:1.5rem;box-shadow:0 20px 50px var(--ko-overlay-dark-3);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1.5rem;width:100%}.m-talent-avatar-upload__viewport{align-items:center;aspect-ratio:1/1;background-color:var(--ko-overlay-dark-1);border:2px dashed var(--ko-border-dark-3);border-radius:20px;cursor:crosshair;display:flex;justify-content:center;margin:0 auto;max-width:300px;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.m-talent-avatar-upload__viewport--drag-over{background:var(--ko-surface-dark-2);border-color:var(--ko-primary-blue-3)}.m-talent-avatar-upload__viewport--grabbing{cursor:grabbing}.m-talent-avatar-upload__preview-layer{align-items:center;background-color:var(--ko-surface-dark-1);display:flex;inset:0;justify-content:center;overflow:hidden;position:absolute}.m-talent-avatar-upload__editable-img{max-height:100%;max-width:100%;object-fit:contain;position:absolute;touch-action:none;-webkit-user-select:none;user-select:none;will-change:transform}.m-talent-avatar-upload__crop-mask{aspect-ratio:1/1;border:2px solid var(--ko-primary-blue-1);border-radius:50%;box-shadow:0 0 0 1000px var(--ko-overlay-dark-2);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:70%;z-index:10}.m-talent-avatar-upload__placeholder{align-items:center;color:var(--ko-text-light-3);cursor:pointer;display:flex;flex-direction:column;gap:1rem;justify-content:center}.m-talent-avatar-upload__controls{align-items:center;display:flex;gap:1rem;padding:1rem 0 0;width:100%}.m-talent-avatar-upload__zoom-container{align-items:center;background:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-3);border-radius:12px;color:var(--ko-text-light-3);display:flex;flex:1 1;gap:12px;padding:8px 12px}.m-talent-avatar-upload__range{-webkit-appearance:none;appearance:none;background:var(--ko-surface-dark-3);border-radius:2px;cursor:pointer;flex:1 1;height:4px}.m-talent-avatar-upload__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--ko-primary-blue-1);border:2px solid var(--ko-white);border-radius:50%;height:14px;width:14px}.m-talent-avatar-upload__btn{align-items:center;border:1px solid #0000;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:8px;justify-content:center;padding:10px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.m-talent-avatar-upload__btn--primary{background:var(--ko-primary-blue-1);box-shadow:0 4px 12px #007bff40;color:var(--ko-white);flex:1 1}.m-talent-avatar-upload__btn--primary:hover{background:var(--ko-primary-blue-2);box-shadow:0 6px 16px #007bff59;transform:translateY(-1px)}.m-talent-avatar-upload__btn--icon-only{background:var(--ko-surface-dark-2);border-color:var(--ko-border-dark-3);color:var(--ko-text-light-2);flex-shrink:0;height:42px;padding:0;width:42px}.m-talent-avatar-upload__btn--icon-only:hover{background:var(--ko-surface-dark-3);border-color:var(--ko-primary-blue-1);color:var(--ko-primary-blue-3)}.m-talent-avatar-upload__btn--ghost{background:#0000;color:var(--ko-text-light-3)}.m-talent-avatar-upload__btn--ghost:hover{background:#ef44441a;color:var(--ko-danger)}.m-talent-avatar-upload__footer-group{align-items:center;display:flex;gap:1rem;padding-top:1.25rem;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:600px){.m-talent-avatar-upload-modal{align-items:flex-start;height:calc(100vh - 60px);padding:0}.m-talent-avatar-upload-surface{display:flex;flex-direction:column;height:100%;max-width:100%}.m-talent-avatar-upload__footer-group{flex-direction:column-reverse;margin-top:auto}.m-talent-avatar-upload__btn--ghost,.m-talent-avatar-upload__btn--primary{width:100%}.m-talent-avatar-upload__controls{gap:.75rem}.m-talent-avatar-upload__zoom-container{padding:6px 10px}}.tpc{background:var(--ko-surface-dark-1);border:.5px solid var(--ko-border-dark-2);border-radius:18px;overflow:hidden}.tpc-loading{color:var(--ko-text-light-3);font-size:.875rem;padding:2rem;text-align:center}.tpc__header{align-items:flex-start;border-bottom:.5px solid var(--ko-border-dark-3);display:flex;gap:1.25rem;justify-content:space-between;padding:1.375rem 1.5rem}.tpc__header-left{display:flex;flex-direction:column;gap:4px}.tpc__badge{align-items:center;background:#1d9e751f;border:.5px solid #1d9e754d;border-radius:20px;color:#1d9e75;display:inline-flex;font-size:.6875rem;font-weight:600;gap:5px;letter-spacing:.06em;margin-bottom:2px;padding:3px 10px;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tpc__title{color:var(--ko-text-light-1);font-size:1.125rem;font-weight:600;margin:0}.tpc__arch{color:var(--ko-text-light-3);font-family:Geist Mono,monospace;font-size:.8125rem;margin:0}.tpc__comparison{color:var(--ko-primary-blue-3)}.tpc-vis{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:6px}.tpc-vis__label{color:var(--ko-text-light-3);font-size:.6875rem;white-space:nowrap}.tpc-toggle{cursor:pointer;flex-shrink:0;height:22px;position:relative;width:38px}.tpc-toggle input{height:0;opacity:0;position:absolute;width:0}.tpc-toggle__track{background:var(--ko-border-dark-2);border-radius:11px;inset:0;position:absolute;transition:background .2s}.tpc-toggle input:checked+.tpc-toggle__track{background:#1d9e75}.tpc-toggle__thumb{background:#fff;border-radius:50%;height:16px;left:3px;pointer-events:none;position:absolute;top:3px;transition:left .2s;width:16px}.tpc-toggle input:checked~.tpc-toggle__thumb{left:19px}.tpc__body{border-bottom:.5px solid var(--ko-border-dark-3);display:grid;grid-template-columns:210px minmax(0,1fr)}.tpc__radar-wrap{align-items:center;border-right:.5px solid var(--ko-border-dark-3);display:flex;justify-content:center;padding:1.25rem}.tpc__radar-canvas{height:180px;position:relative;width:180px}.tpc__metrics{display:flex;flex-direction:column;gap:10px;justify-content:center;padding:1.125rem 1.375rem}.tpc-metric{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:76px 1fr 32px}.tpc-metric__name{color:var(--ko-text-light-2);font-size:.8125rem;font-weight:500}.tpc-bar-track{background:var(--ko-surface-dark-2);border-radius:3px;height:5px;overflow:hidden}.tpc-bar-fill{border-radius:3px;height:100%;transition:width .7s cubic-bezier(.4,0,.2,1)}.tpc-bar-fill--elite{background:#1d9e75}.tpc-bar-fill--adv{background:#378add}.tpc-bar-fill--dev{background:#ba7517}.tpc-metric__val{font-family:Geist Mono,monospace;font-size:.8125rem;font-weight:600;text-align:right}.tpc-metric__val--elite{color:#1d9e75}.tpc-metric__val--adv{color:#378add}.tpc-metric__val--dev{color:#ba7517}.tpc__footer{border-bottom:.5px solid var(--ko-border-dark-3);gap:1.125rem;padding:1.25rem 1.5rem}.tpc__footer,.tpc__section{display:flex;flex-direction:column}.tpc__section{gap:.5rem}.tpc__section-label{color:var(--ko-text-light-3);font-size:.6875rem;font-weight:600;letter-spacing:.08em;margin:0;text-transform:uppercase}.tpc__pills{display:flex;flex-wrap:wrap;gap:6px}.tpc__pill{border:.5px solid var(--ko-border-dark-3);border-radius:20px;color:var(--ko-text-light-2);font-size:.6875rem;font-weight:500;padding:3px 10px}.tpc__note,.tpc__pill{background:var(--ko-surface-dark-2)}.tpc__note{border:none;border-radius:10px;color:var(--ko-text-light-3);font-size:.875rem;font-style:italic;line-height:1.7;margin:0;padding:.875rem 1rem}.tpc__actions{align-items:center;display:flex;justify-content:flex-end;padding:1rem 1.5rem}.tpc__btn{align-items:center;background:var(--ko-surface-dark-2);border:.5px solid var(--ko-border-dark-2);border-radius:10px;color:var(--ko-text-light-2);cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-size:.8125rem;font-weight:500;gap:7px;padding:8px 16px;transition:all .15s}.tpc__btn:hover{background:var(--ko-surface-dark-3);color:var(--ko-text-light-1)}@media (max-width:640px){.tpc__body{grid-template-columns:1fr}.tpc__radar-wrap{border-bottom:.5px solid var(--ko-border-dark-3);border-right:none;padding-bottom:1.25rem}.tpc__header{flex-wrap:wrap}.tpc-vis{align-items:center;flex-direction:row;gap:8px}}.m-talent-pulse-form__wrapper{align-items:center;color:var(--ko-text-light-1);display:flex;font-family:inherit;height:100%;justify-content:center;padding:24px;position:relative}.m-talent-pulse-form__highlight{color:var(--ko-primary-blue-1)}.m-talent-pulse-form__card{background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:20px;box-shadow:0 25px 50px -12px #00000080;max-width:500px;padding:40px;position:relative;transition:max-width .4s ease;width:100%}.m-talent-pulse-form__card--result{max-width:900px}.m-talent-pulse-form__result-layout{align-items:flex-start;display:flex;flex-direction:row;gap:40px}.m-talent-pulse-form__chart-section{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:300px}.m-talent-pulse-form__info-section{flex:1.2 1}.m-talent-pulse-form__close{background-color:initial;cursor:pointer;opacity:.5;position:absolute;right:2rem;top:2rem;z-index:10}.m-talent-pulse-form__close:hover{opacity:.9}.m-talent-pulse-form__btn-cancel{background-color:initial;color:var(--ko-text-light-2);cursor:pointer;line-height:1;margin-top:1.5rem;opacity:.8}.m-talent-pulse-form__btn-cancel:hover{opacity:1}.m-talent-pulse-form__intro{text-align:center}.m-talent-pulse-form__intro h1{font-size:2.2rem;font-weight:800;margin:16px 0}.m-talent-pulse-form__intro p{color:var(--ko-text-light-3);line-height:1.6}.m-talent-pulse-form__btn-primary{background:var(--ko-primary-blue-1);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:16px;transition:background .2s;width:100%}.m-talent-pulse-form__btn-primary:hover{background:var(--ko-primary-blue-2)}.m-talent-pulse-form__btn-primary:disabled{cursor:not-allowed;opacity:.6}.m-talent-pulse-form__quiz{background-color:var(--ko-surface-dark-1);border-radius:1rem;max-width:550px;padding:2rem;width:100%}.m-talent-pulse-form__progress-container{background:var(--ko-border-dark-3);border-radius:10px;height:6px;margin-bottom:12px}.m-talent-pulse-form__progress-fill{background:var(--ko-primary-blue-1);border-radius:10px;height:100%;transition:width .3s ease}.m-talent-pulse-form__step-counter{color:var(--ko-text-light-3);font-size:.9rem;font-weight:600}.m-talent-pulse-form__question{color:var(--ko-text-light-1);font-size:1.6rem;font-weight:700;margin:24px 0 32px}.m-talent-pulse-form__options-list{display:flex;flex-direction:column;gap:14px}.m-talent-pulse-form__option-btn{background:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-3);border-radius:12px;color:var(--ko-text-light-2);cursor:pointer;font-size:1.05rem;font-weight:500;padding:18px 24px;text-align:left;transition:all .2s cubic-bezier(.4,0,.2,1)}.m-talent-pulse-form__option-btn:hover{background:var(--ko-surface-dark-3);border-color:var(--ko-primary-blue-1);color:#fff;transform:translateY(-2px)}.m-talent-pulse-form__badge{background:#007bff26;border:1px solid var(--ko-primary-blue-2);border-radius:6px;color:var(--ko-primary-blue-1);display:inline-block;font-size:.75rem;font-weight:800;padding:6px 12px;text-transform:uppercase}.m-talent-pulse-form__header h1{color:#fff;font-size:2.25rem;margin:12px 0 4px}.m-talent-pulse-form__comparison{color:var(--ko-text-light-3);font-size:1.1rem;margin-bottom:20px}.m-talent-pulse-form__radar-chart{height:320px;position:relative;width:100%}.m-talent-pulse-form__footer{margin-top:20px}.m-talent-pulse-form__tag-group{display:flex;flex-wrap:wrap;gap:10px;margin:15px 0 25px}.m-talent-pulse-form__tag{background:var(--ko-surface-dark-3);border:1px solid var(--ko-border-dark-3);border-radius:30px;color:var(--ko-text-light-2);font-size:.85rem;padding:8px 16px}.m-talent-pulse-form__note{border-left:3px solid var(--ko-primary-blue-1);color:var(--ko-text-light-3);font-style:italic;line-height:1.5;margin:25px 0;padding-left:16px}.m-talent-pulse-form__fade-in{animation:smoothSlideUp .6s ease-out}@keyframes smoothSlideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.m-talent-pulse-form__calculating{text-align:center}.m-talent-pulse-form__calculating h2{font-size:1.8rem;font-weight:700;margin:24px 0 8px}.m-talent-pulse-form__calculating p{color:var(--ko-text-light-3);font-size:1rem}.m-talent-pulse-form__logo{align-items:center;animation:pulse 1.5s infinite;background:var(--ko-primary-blue-1);border-radius:50%;box-shadow:0 0 0 0 #007bffb3;color:#fff;display:flex;font-size:4rem;font-weight:900;height:100px;justify-content:center;margin:0 auto 24px;width:100px}.m-talent-pulse-form__logo img{height:auto;width:60%}.m-talent-pulse-form__actions{display:flex;flex-direction:column;margin-top:2rem}@keyframes pulse{0%{box-shadow:0 0 0 0 #007bffb3;transform:scale(.95)}70%{box-shadow:0 0 0 20px #007bff00;transform:scale(1)}to{box-shadow:0 0 0 0 #007bff00;transform:scale(.95)}}@media (max-width:880px){.m-talent-pulse-form__wrapper{all:unset}.m-talent-pulse-form__result-layout{flex-direction:column;gap:20px}.m-talent-pulse-form__chart-section,.m-talent-pulse-form__info-section{width:100%}.m-talent-pulse-form__radar-chart{height:250px}.m-talent-pulse-form__header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:2rem}.m-talent-pulse-form__header h1{font-size:1.8rem;text-align:center}.m-talent-pulse-form__comparison{text-align:center}}@media (max-width:687px){.m-talent-pulse-form__wrapper{padding:0}.m-talent-pulse-form__card--result{padding:1rem}.m-talent-pulse-form__header{margin-top:1rem}}.u-talent-ov-view{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:280px minmax(0,1fr)}.u-talent-ov-view__loading{align-items:center;display:flex;justify-content:center;padding:4rem}.u-talent-ov-view__loading-text{color:var(--ko-text-light-3);font-size:.875rem}.u-talent-ov-view__sidebar{position:-webkit-sticky;position:sticky;top:calc(54px + 1.5rem)}.u-talent-ov-view__profile-card{background:var(--ko-surface-dark-1);border:.5px solid var(--ko-border-dark-2);border-radius:18px;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.u-talent-ov-view__profile-header{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.u-talent-ov-view__avatar-wrapper{flex-shrink:0;height:80px;position:relative;width:80px}.u-talent-ov-view__avatar-img{border:1.5px solid var(--ko-border-dark-2);border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.u-talent-ov-view__avatar-placeholder{align-items:center;background:var(--ko-surface-dark-3);border:1.5px solid var(--ko-border-dark-2);border-radius:50%;color:var(--ko-primary-blue-3);display:flex;font-size:1.5rem;font-weight:600;height:80px;justify-content:center;letter-spacing:-.5px;width:80px}.u-talent-ov-view__avatar-status{border:2.5px solid var(--ko-surface-dark-1);border-radius:50%;bottom:4px;height:14px;position:absolute;right:4px;width:14px;z-index:2}.u-talent-ov-view__avatar-status--public{background:#1d9e75}.u-talent-ov-view__avatar-status--private{background:var(--ko-warning)}.u-talent-ov-view__profile-name{color:var(--ko-text-light-1);font-size:1.125rem;font-weight:700;letter-spacing:-.02em;margin:0}.u-talent-ov-view__profile-meta{color:var(--ko-text-light-3);font-size:.8125rem;letter-spacing:.05em;margin:4px 0 0;text-transform:uppercase}.u-talent-ov-view__vis-row{align-items:center;background:var(--ko-surface-dark-2);border-radius:12px;display:flex;justify-content:space-between;padding:.75rem 1rem}.u-talent-ov-view__vis-label{color:var(--ko-text-light-3);font-size:.8125rem}.u-talent-ov-view__toggle{cursor:pointer;height:22px;position:relative;width:38px}.u-talent-ov-view__toggle input{height:0;opacity:0;position:absolute;width:0}.u-talent-ov-view__toggle-track{background:var(--ko-border-dark-2);border-radius:11px;inset:0;position:absolute;transition:background .2s}.u-talent-ov-view__toggle input:checked+.u-talent-ov-view__toggle-track{background:#1d9e75}.u-talent-ov-view__toggle-thumb{background:#fff;border-radius:50%;height:16px;left:3px;position:absolute;top:3px;transition:left .2s;width:16px}.u-talent-ov-view__toggle input:checked~.u-talent-ov-view__toggle-thumb{left:19px}.u-talent-ov-view__profile-actions{display:flex;flex-direction:column;gap:8px}.u-talent-ov-view__btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:600;gap:8px;justify-content:center;padding:10px 14px;transition:all .2s ease;width:100%}.u-talent-ov-view__btn--primary{background:var(--ko-primary-blue-1);color:#fff}.u-talent-ov-view__btn--secondary{background:var(--ko-surface-dark-2);color:var(--ko-text-light-2)}.u-talent-ov-view__btn--secondary:hover{background:var(--ko-surface-dark-3);color:var(--ko-text-light-1)}.u-talent-ov-view__btn--danger-ghost{background:#0000;color:#ef4444;display:flex;margin:auto;white-space:pre}.u-talent-ov-view__btn--danger-ghost:hover{background:#ef44441a}.u-talent-ov-view__action-divider{background:var(--ko-border-dark-3);height:1px;margin:4px 0}.u-talent-ov-view__main{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.u-talent-ov-view__card{background:var(--ko-surface-dark-1);border-radius:18px;padding:1.5rem}.u-talent-ov-view__card-title{color:var(--ko-text-light-3);font-size:.6875rem;font-weight:600;letter-spacing:.08em;margin:0 0 1.125rem;text-transform:uppercase}.u-talent-ov-view__data-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.u-talent-ov-view__node{background:var(--ko-surface-dark-2);border-radius:10px;display:flex;flex-direction:column;gap:5px;padding:.75rem .875rem}.u-talent-ov-view__node-label{color:var(--ko-text-light-3);font-size:.6875rem}.u-talent-ov-view__node-value{color:var(--ko-text-light-1);font-size:.875rem;font-weight:500}.u-talent-ov-view__node-value--success{color:#1d9e75}.u-talent-ov-view__node-value--warning{color:var(--ko-warning)}.u-talent-ov-view__bio{background:var(--ko-surface-dark-2);border-radius:10px;margin-top:10px;padding:1rem}.u-talent-ov-view__bio p{color:var(--ko-text-light-3);font-size:.875rem;line-height:1.75;margin:0}.u-talent-ov-view__vis-badge{align-items:center;color:var(--ko-text-light-1);display:flex;font-size:.875rem;gap:6px}.u-talent-ov-view__vis-dot{border-radius:50%;height:8px;width:8px}.u-talent-ov-view__vis-dot--public{background:#1d9e75}.u-talent-ov-view__vis-dot--private{background:var(--ko-warning)}@media (max-width:1024px){.u-talent-ov-view{grid-template-columns:1fr}.u-talent-ov-view__sidebar{position:static}.u-talent-ov-view__profile-card{margin:0 auto;max-width:480px;width:100%}}@media (max-width:768px){.u-talent-ov-view__data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.u-talent-ov-view__data-grid{grid-template-columns:1fr}}.profile-sidebar{max-width:380px;width:100%}.profile-card{background:#111827;background:var(--ko-surface-dark-1,#111827);border:1px solid #374151;border:1px solid var(--ko-border-dark-2,#374151);border-radius:16px;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden}.profile-card__header{border-bottom:1px solid #374151;border-bottom:1px solid var(--ko-border-dark-2,#374151);padding:32px 24px 24px;text-align:center}.profile-card__avatar-container{display:inline-block;margin-bottom:16px;position:relative}.profile-avatar{background:#1f2937;background:var(--ko-bg-dark-3,#1f2937);border:3px solid #4b5563;border:3px solid var(--ko-border-dark-3,#4b5563);border-radius:50%;height:96px;overflow:hidden;width:96px}.profile-avatar__image{height:100%;object-fit:cover;width:100%}.profile-avatar__placeholder{align-items:center;color:#9ca3af;display:flex;font-size:32px;font-weight:600;height:100%;justify-content:center;width:100%}.profile-card__name{color:#f9fafb;font-size:22px;font-weight:700;margin:0 0 4px}.profile-card__meta{align-items:center;color:#9ca3af;display:flex;font-size:14px;gap:8px;justify-content:center}.profile-card__separator{color:#4b5563}.profile-card__section{border-bottom:1px solid #374151;border-bottom:1px solid var(--ko-border-dark-2,#374151);padding:20px 24px}.visibility-toggle{align-items:center;display:flex;justify-content:space-between}.visibility-toggle__text{display:flex;flex-direction:column}.visibility-toggle__label{color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.visibility-toggle__status{color:#f3f4f6;font-size:15px;font-weight:600}.toggle-switch{display:inline-block;height:24px;position:relative;width:44px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-switch__slider{background-color:#374151;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-switch__slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}input:checked+.toggle-switch__slider{background-color:#10b981}input:checked+.toggle-switch__slider:before{transform:translateX(20px)}.profile-card__actions{display:flex;gap:12px;justify-content:center;padding:16px 24px}.profile-card__btn{align-items:center;background:#374151;border:1px solid #374151;border-radius:50%;color:#d1d5db;cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s ease;width:42px}.profile-card__btn:hover{background:#4b5563;color:#fff;transform:translateY(-2px)}.profile-card__btn--primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.profile-card__btn--primary:hover{background:#2563eb}.profile-card__btn--danger{border-color:#7f1d1d;color:#f87171}.profile-card__btn--danger:hover{background:#7f1d1d;color:#fff}.talent-histories-form{background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:28px;box-shadow:0 20px 50px var(--ko-overlay-dark-3);margin:2rem auto;max-width:550px;overflow:hidden;width:100%}.talent-histories-form__header{align-items:center;background:var(--ko-surface-dark-2);border-bottom:1px solid var(--ko-border-dark-3);display:flex;justify-content:space-between;padding:1.5rem 2rem}.talent-histories-form__meta{align-items:center;display:flex;gap:1rem}.talent-histories-form__icon-frame{background:#007bff1a;border-radius:14px;color:var(--ko-primary-blue-3);display:flex;padding:12px}.talent-histories-form__icon-accent{color:var(--ko-primary-blue-3)}.talent-histories-form__title{color:var(--ko-text-light-1);font-size:1.15rem;font-weight:800;letter-spacing:-.3px;margin:0}.talent-histories-form__subtitle{color:var(--ko-text-light-3);font-size:.8rem;margin:2px 0 0}.talent-histories-form__close{background:#0000;border:none;border-radius:50%;color:var(--ko-text-light-3);cursor:pointer;display:flex;padding:8px;transition:all .2s}.talent-histories-form__close:hover{background:var(--ko-surface-dark-3);color:var(--ko-danger)}.talent-histories-form__body{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.talent-histories-form__row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 2fr}.talent-histories-form__footer{display:flex;gap:1rem;justify-content:flex-end}.talent-histories-form__footer-btn{min-width:120px}@media (max-width:600px){.talent-histories-form{border-radius:20px;margin:1rem}.talent-histories-form__body{padding:1.5rem}.talent-histories-form__row{gap:1rem;grid-template-columns:1fr}}.m-talent-video-card{background:var(--ko-bg-dark-2);border-radius:16px;overflow:hidden;position:relative;transition:transform .2s ease}.m-talent-video-card:hover:not(.m-talent-video-card--is-locked){transform:translateY(-2px)}.m-talent-video-card__thumb-wrapper{aspect-ratio:16/9;cursor:pointer;overflow:hidden;position:relative;width:100%}.m-talent-video-card__img{display:block;height:100%;object-fit:cover;width:100%}.m-talent-video-card__controls{display:flex;gap:8px;position:absolute;right:10px;top:10px;z-index:10}.m-talent-video-card__btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:var(--ko-overlay-dark-2);border:1px solid var(--ko-border-dark-3);border-radius:8px;color:var(--ko-text-light-1);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.m-talent-video-card__btn:hover{background:var(--ko-surface-dark-3);border-color:var(--ko-primary-blue-1);color:var(--ko-primary-blue-3)}.m-talent-video-card__btn--danger:hover{background:var(--ko-danger);border-color:var(--ko-danger);color:var(--ko-white)}.m-talent-video-card__duration{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;border-radius:4px;bottom:10px;color:var(--ko-white);font-size:.7rem;font-weight:600;padding:2px 6px;position:absolute;right:10px}.m-talent-video-card__footer{background:linear-gradient(to top,var(--ko-overlay-dark-3),#0000);bottom:0;left:0;padding:10px;position:absolute;right:0}.m-talent-video-card__tag{color:var(--ko-text-light-2);font-size:.75rem;font-weight:500;text-shadow:0 1px 2px #00000080}.m-talent-video-card--is-locked{cursor:default}.m-talent-video-card__overlay{align-items:center;-webkit-backdrop-filter:grayscale(1) blur(2px);backdrop-filter:grayscale(1) blur(2px);background:var(--ko-overlay-dark-2);display:flex;inset:0;justify-content:center;position:absolute}.m-talent-video-card__lock-circle{align-items:center;background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:50%;color:var(--ko-text-light-3);display:flex;height:48px;justify-content:center;width:48px}.m-talent-video-watch{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--ko-overlay-dark-3);display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:10000}.m-talent-video-watch__content{background:#000;border-radius:16px;box-shadow:0 20px 50px #00000080;max-width:900px;overflow:hidden;position:relative;width:100%}.m-talent-video-watch__close{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:15px;top:15px;transition:background .2s;width:40px;z-index:10}.m-talent-video-watch__close:hover{background:var(--ko-danger)}.m-talent-video-watch__player-wrapper{aspect-ratio:16/9;background:#000;width:100%}.m-talent-video-watch__player-wrapper video{object-fit:contain}.m-talent-video-watch__details{background:var(--ko-surface-dark-1);border-top:1px solid var(--ko-border-dark-3);padding:20px}.m-talent-video-watch__title{color:var(--ko-text-light-1);font-size:1.1rem;font-weight:600;margin-bottom:8px}.m-talent-video-watch__tags{display:flex;flex-wrap:wrap;gap:8px}.m-talent-video-watch__tag{color:var(--ko-primary-blue-3);font-size:.85rem;font-weight:500}@media (max-width:768px){.m-talent-video-watch{padding:0}.m-talent-video-watch__content{border-radius:0}}.talent-video-upload-form{background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:28px;box-shadow:0 20px 50px var(--ko-overlay-dark-3);margin:1.5rem auto;max-width:540px;overflow:hidden;width:100%}.talent-video-upload-form__header{align-items:center;background:var(--ko-surface-dark-2);border-bottom:1px solid var(--ko-border-dark-3);display:flex;justify-content:space-between;padding:1.25rem 2rem}.talent-video-upload-form__meta{align-items:center;display:flex;gap:1rem}.talent-video-upload-form__icon-frame{background:#007bff1a;border-radius:14px;color:var(--ko-primary-blue-3);display:flex;padding:12px}.talent-video-upload-form__icon-accent{color:var(--ko-primary-blue-3)}.talent-video-upload-form__title{color:var(--ko-text-light-1);font-size:1.1rem;font-weight:800;margin:0}.talent-video-upload-form__subtitle{color:var(--ko-text-light-3);font-size:.75rem;margin-top:2px}.talent-video-upload-form__close{background:#0000;border:none;border-radius:50%;color:var(--ko-text-light-3);cursor:pointer;padding:8px;transition:all .2s}.talent-video-upload-form__close:hover{background:var(--ko-surface-dark-3);color:var(--ko-white)}.talent-video-upload-form__body{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.talent-video-upload-form__dropzone{align-items:center;background:var(--ko-surface-dark-2);border:2px dashed var(--ko-border-dark-3);border-radius:20px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:4rem 1rem;text-align:center;transition:all .25s cubic-bezier(.4,0,.2,1)}.talent-video-upload-form__dropzone--dragging,.talent-video-upload-form__dropzone:hover{background:var(--ko-bg-dark-1);border-color:var(--ko-primary-blue-3);box-shadow:inset 0 0 20px #007bff0d}.talent-video-upload-form__dropzone-icon{color:var(--ko-text-light-3);margin-bottom:1rem;transition:color .3s ease}.talent-video-upload-form__dropzone:hover .talent-video-upload-form__dropzone-icon{color:var(--ko-primary-blue-3);transform:translateY(-5px)}.talent-video-upload-form__dropzone-text{color:var(--ko-text-light-2);font-size:.95rem}.talent-video-upload-form__dropzone-text b{color:var(--ko-primary-blue-3)}.talent-video-upload-form__preview-container{display:flex;flex-direction:column;gap:1.5rem}.talent-video-upload-form__video-wrapper{aspect-ratio:16/9;background:#000;border:1px solid var(--ko-border-dark-1);border-radius:16px;box-shadow:0 12px 30px #0000004d;overflow:hidden;position:relative;width:100%}.talent-video-upload-form__video-element{height:100%;object-fit:contain;width:100%}.talent-video-upload-form__remove-btn{align-items:center;background:var(--ko-danger);border:none;border-radius:50%;color:var(--ko-white);cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:12px;top:12px;transition:transform .2s;width:32px;z-index:10}.talent-video-upload-form__remove-btn:hover{background:#ff5f5f;transform:scale(1.1)}.talent-video-upload-form__progress{display:flex;flex-direction:column;gap:12px;width:100%}.talent-video-upload-form__progress-bar{background:var(--ko-surface-dark-3);border:1px solid var(--ko-border-dark-3);border-radius:10px;height:10px;overflow:hidden;width:100%}.talent-video-upload-form__progress-fill{background:linear-gradient(90deg,var(--ko-primary-blue-2),var(--ko-primary-blue-3));box-shadow:0 0 15px #4da3ff66;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.talent-video-upload-form__progress-text{color:var(--ko-text-light-3);font-size:.8rem;font-weight:700;letter-spacing:1px;text-align:center;text-transform:uppercase}.talent-video-upload-form__actions{display:flex;gap:1rem;justify-content:flex-end}.talent-video-upload-form__footer-btn{min-width:140px}@media (max-width:600px){.talent-video-upload-form{border-radius:0;height:100%;margin:0}.talent-video-upload-form__dropzone{padding:3rem 1rem}.talent-video-upload-form__actions{flex-direction:column-reverse}.talent-video-upload-form__footer-btn{width:100%}}.edit-video-context{align-items:center;background:var(--ko-bg-dark-3);border:1px solid var(--ko-border-dark-3);border-radius:12px;display:flex;gap:1rem;margin-bottom:.5rem;padding:1rem}.edit-video-mini-thumb{aspect-ratio:16/9;background:#000;border-radius:6px;flex-shrink:0;overflow:hidden;width:80px}.edit-video-mini-thumb img{height:100%;object-fit:cover;opacity:.7;width:100%}.edit-video-meta span{color:var(--ko-text-light-3);display:block;font-size:.65rem;letter-spacing:.5px;text-transform:uppercase}.edit-video-meta p{color:var(--ko-text-light-2);font-size:.85rem;font-style:italic;margin:2px 0 0}@media (max-width:600px){.edit-video-context{flex-direction:row;padding:.75rem}}.m-talent-videos-views{background:var(--ko-bg-dark-1);display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;width:100%}.m-talent-videos-views__header{align-items:center;background:var(--ko-surface-dark-1);border-radius:1rem;display:flex;justify-content:space-between;padding:1.25rem 2rem;z-index:50}.m-talent-videos-views__meta{align-items:center;display:flex;gap:1rem}.m-talent-videos-views__icon-frame{background:#007bff1a;border:1px solid var(--ko-border-dark-3);border-radius:12px;color:var(--ko-primary-blue-3);display:flex;padding:10px}.m-talent-videos-views__header-text{display:flex;flex-direction:column}.m-talent-videos-views__title{color:var(--ko-text-light-1);font-size:1.15rem;font-weight:800;letter-spacing:-.02em;margin:0}.m-talent-videos-views__usage{color:var(--ko-text-light-3);font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-top:2px;text-transform:uppercase}.m-talent-videos-views__actions{align-items:center;display:flex;gap:12px}.m-talent-videos-views__content{flex:1 1;overflow-y:auto;padding:2rem;scrollbar-color:var(--ko-border-dark-3) #0000;scrollbar-width:thin;width:100%}.m-talent-videos-views__content::-webkit-scrollbar{width:6px}.m-talent-videos-views__content::-webkit-scrollbar-thumb{background:var(--ko-border-dark-3);border-radius:10px}.m-talent-videos-views__toolbar{display:flex;justify-content:flex-end;margin-bottom:2rem;margin-top:1.5rem;width:100%}.m-talent-videos-views__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1400px}.m-talent-videos-views__card{background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:20px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.m-talent-videos-views__card:hover:not(.m-talent-videos-views__card--locked){border-color:var(--ko-primary-blue-1);box-shadow:0 12px 30px #0006;transform:translateY(-4px)}.m-talent-videos-views__thumb-wrapper{aspect-ratio:16/9;background:#000;cursor:pointer;overflow:hidden;position:relative}.m-talent-videos-views__img{height:100%;object-fit:cover;opacity:.85;transition:opacity .4s ease,transform .6s ease;width:100%}.m-talent-videos-views__thumb-wrapper:hover .m-talent-videos-views__img{opacity:1;transform:scale(1.05)}.m-talent-videos-views__card-controls{display:flex;gap:8px;opacity:0;position:absolute;right:12px;top:12px;transform:translateY(-5px);transition:all .2s ease;z-index:10}.m-talent-videos-views__thumb-wrapper:hover .m-talent-videos-views__card-controls{opacity:1;transform:translateY(0)}.m-talent-videos-views__control-btn{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--ko-overlay-dark-3);border:1px solid var(--ko-border-dark-3);border-radius:10px;color:var(--ko-white);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.m-talent-videos-views__control-btn:hover{background:var(--ko-primary-blue-1);transform:scale(1.05)}.m-talent-videos-views__control-btn--danger:hover{background:var(--ko-danger);border-color:var(--ko-danger)}.m-talent-videos-views__play-btn{align-items:center;display:flex;inset:0;justify-content:center;position:absolute;z-index:5}.m-talent-videos-views__play-icon-inner{align-items:center;background:var(--ko-primary-blue-1);border-radius:50%;box-shadow:0 0 30px #007bff66;color:#fff;display:flex;height:54px;justify-content:center;opacity:0;transform:scale(.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:54px}.m-talent-videos-views__thumb-wrapper:hover .m-talent-videos-views__play-icon-inner{opacity:1;transform:scale(1)}.m-talent-videos-views__duration{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;border-radius:6px;color:#fff;font-size:.7rem;font-weight:800;left:12px;padding:4px 10px;position:absolute;top:12px;z-index:10}.m-talent-videos-views__card-footer{background:linear-gradient(#0000,#000000e6);bottom:0;left:0;padding:24px 16px 12px;pointer-events:none;position:absolute;right:0}.m-talent-videos-views__tag{color:var(--ko-text-light-2);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@media (max-width:1024px){.m-talent-videos-views__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.m-talent-videos-views__header{padding:1rem}.m-talent-videos-views__meta{gap:.75rem}.m-talent-videos-views__content{padding:1.25rem}.m-talent-videos-views__grid{gap:1.25rem;grid-template-columns:1fr}.m-talent-videos-views__card-controls,.m-talent-videos-views__play-icon-inner{opacity:1;transform:none}.m-talent-videos-views__icon-frame{display:none}}.animate-in{animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.u-talent-h-view{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.u-talent-h-view__header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:1rem;padding:0 4px}.u-talent-h-view__header-text{display:flex;flex-direction:column}.u-talent-h-view__title{font-size:.6875rem;font-weight:600;letter-spacing:.08em;margin:0}.u-talent-h-view__meta,.u-talent-h-view__title{color:var(--ko-text-light-3);text-transform:uppercase}.u-talent-h-view__meta{font-size:.8125rem;letter-spacing:.05em;margin:4px 0 0}.u-talent-h-view__list{display:flex;flex-direction:column;gap:1rem}.u-talent-h-view__card{background:var(--ko-surface-dark-1);border:.5px solid var(--ko-border-dark-2);border-radius:18px;padding:1.5rem;position:relative}.u-talent-h-view__card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.u-talent-h-view__label-group{align-items:flex-end;display:flex;gap:.5rem;justify-content:flex-start}.u-talent-h-view__item-title{color:var(--ko-text-light-1);font-size:.875rem;font-weight:500}.u-talent-h-view__item-subtitle{color:var(--ko-text-light-3);font-size:.6875rem}.u-talent-h-view__actions{align-items:center;display:flex;gap:4px}.u-talent-h-view__description{background:var(--ko-surface-dark-2);border-radius:10px;padding:1rem}.u-talent-h-view__description p{color:var(--ko-text-light-3);font-size:.875rem;line-height:1.75;margin:0}.u-talent-h-view__card--locked{filter:grayscale(1);opacity:.6;pointer-events:none;position:relative}.u-talent-h-view__lock-overlay{color:var(--ko-text-light-3);font-size:.8rem;inset:0;position:absolute;z-index:2}.u-talent-h-view__btn,.u-talent-h-view__lock-overlay{align-items:center;display:flex;font-weight:600;gap:8px;justify-content:center}.u-talent-h-view__btn{border:none;border-radius:10px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.875rem;transition:all .2s ease}.u-talent-h-view__btn--primary{background:var(--ko-primary-blue-1);color:#fff;padding:8px 16px;width:auto}.u-talent-h-view__btn--icon{background:#0000;border-radius:50%!important;height:32px;padding:0;width:32px}.u-talent-h-view__btn--secondary{color:var(--ko-text-light-2)}.u-talent-h-view__btn--secondary:hover{background:var(--ko-surface-dark-3);color:var(--ko-text-light-1)}.u-talent-h-view__btn--danger{color:var(--ko-text-light-3)}.u-talent-h-view__btn--danger:hover{background:#ef44441a;color:var(--ko-danger)}.show-more-container{display:flex;justify-content:center;padding:2rem 0;width:100%}.show-more-button{align-items:center;background-color:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-2);border-radius:8px;color:var(--ko-text-light-1);cursor:pointer;display:flex;font-weight:500;gap:8px;padding:.75rem 1.5rem;transition:all .2s ease}.show-more-button:hover{background-color:var(--ko-surface-dark-3);border-color:var(--ko-primary-blue-1)}.local-talent__toolbar{display:flex;justify-content:flex-end;margin-bottom:2rem}.katch-search__wrapper{align-items:center;background-color:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:12px;display:flex;max-width:600px;padding:6px 8px;transition:all .3s ease;width:100%}.katch-search__wrapper:focus-within{border-color:var(--ko-primary-blue-2);box-shadow:0 0 0 2px var(--ko-overlay-dark-1)}.katch-search__input{background:#0000;border:none;color:var(--ko-text-light-1);flex:1 1;font-size:1rem;outline:none;padding:10px 16px}.katch-search__input::placeholder{color:var(--ko-text-light-3)}.katch-search__icon-btn{align-items:center;background-color:var(--ko-surface-dark-3);border:none;border-radius:8px;border-radius:50%;color:var(--ko-primary-blue-3);cursor:pointer;display:flex;justify-content:center;padding:10px;transition:all .2s ease-in-out}.katch-search__icon-btn:hover{background-color:var(--ko-primary-blue-1);color:var(--ko-white);transform:translateY(-1px)}.talent-grid{grid-gap:1rem;background-color:initial;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}@media (min-width:920px){.talent-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.talent-grid{grid-template-columns:repeat(3,1fr)}}.talent-card{align-items:center;background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-1);border-radius:12px;cursor:pointer;display:flex;flex-direction:row;gap:12px;padding:12px;transition:all .2s ease-in-out}.talent-card:hover{background:var(--ko-hover-dark-1);border-color:var(--ko-primary-blue-1);box-shadow:0 8px 20px var(--ko-overlay-dark-2);transform:translateY(-2px)}.card-image-container{background-color:var(--ko-bg-dark-3);border:2px solid var(--ko-border-dark-3);border-radius:50%;flex-shrink:0;height:52px;overflow:hidden;width:52px}.talent-avatar{height:100%;object-fit:cover;width:100%}.card-content{flex:1 1;min-width:0}.talent-name{color:var(--ko-text-light-1);font-size:.95rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.talent-position{color:var(--ko-primary-blue-3);font-size:.8rem;font-weight:600;margin:2px 0}.talent-meta{align-items:center;color:var(--ko-text-light-3);display:flex;font-size:.7rem;font-weight:500}.dot{color:var(--ko-border-dark-3);margin:0 4px}.level-badge{background:var(--ko-surface-dark-3);border:1px solid var(--ko-border-dark-2);border-radius:4px;color:var(--ko-text-light-2);display:inline-block;font-size:.6rem;font-weight:800;letter-spacing:.05em;margin-top:6px;padding:2px 8px;text-transform:uppercase}.m-chat-input{padding:.5rem}.m-chat-input,.m-chat-input__container{background-color:var(--ko-surface-dark-3)}.m-chat-input__container{align-items:flex-end;display:flex;gap:.75rem;margin:0 auto}.m-chat-input__field{background-color:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-3);border-radius:8px;color:var(--ko-text-light-1);flex:1 1;font-family:inherit;font-size:.95rem;max-height:150px;min-height:45px;padding:.75rem 1rem;resize:none;transition:border-color .2s}.m-chat-input__field:focus{border-color:var(--ko-primary-blue-1);outline:none}.m-chat-input__button{align-items:center;background-color:var(--ko-primary-blue-1);border:none;border-radius:8px;color:var(--ko-white);cursor:pointer;display:flex;font-weight:600;gap:.5rem;height:45px;padding:.75rem 1.25rem;transition:background-color .2s,opacity .2s}.m-chat-input__button:hover:not(:disabled){background-color:var(--ko-primary-blue-2)}.m-chat-input__button:disabled{cursor:not-allowed;opacity:.5}.m-chat-input--compact{padding:.5rem}@media (max-width:768px){.m-chat-input__text{display:none}.m-chat-input{padding:0}}.m-chat-input__spinner{animation:m-spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes m-spin{to{transform:rotate(1turn)}}.talent-player{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--ko-overlay-dark-3);display:flex;inset:0;justify-content:center;padding:10px;position:fixed;z-index:9999}.talent-player__container{aspect-ratio:4/5;background:#000;border-radius:12px;display:flex;max-width:450px;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.talent-player__viewport{cursor:grab;display:flex;height:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;transform:translateZ(0);width:100%}.talent-player__viewport:active{cursor:grabbing}.talent-player__viewport::-webkit-scrollbar{display:none}.talent-player__slide{align-items:center;display:flex;flex:0 0 100%;height:100%;justify-content:center;position:relative;scroll-snap-align:start;width:100%}.talent-player__wrapper{background:#000;height:100%;width:100%}.talent-player__wrapper video{height:100%;object-fit:contain!important;width:100%}.talent-player__close{align-items:center;background:#0000004d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:15px;top:20px;transition:background .2s;width:36px;z-index:40}.talent-player__close:hover{background:var(--ko-danger)}.talent-player__details{background:linear-gradient(0deg,#000000e6 0,#0000);bottom:0;padding:60px 20px 20px;pointer-events:none;position:absolute;width:100%;z-index:10}.talent-player__title{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:4px}.talent-player__tag{color:var(--ko-text-light-3);font-size:.8rem;margin-right:8px}.talent-player__progress{display:flex;gap:4px;left:10px;position:absolute;right:10px;top:15px;z-index:30}.talent-player__bar{background:#fff3;border-radius:2px;flex:1 1;height:2px}.talent-player__bar--active{background:#fff}@media (min-width:1024px){.talent-player__container{height:80vh;max-width:410px}}@media (max-width:600px){.talent-player{padding:0}.talent-player__container{border-radius:0;height:100vh;max-width:100%}}.tp-page{background-color:var(--ko-bg-dark-1);color:var(--ko-text-light-1);font-family:DM Sans,sans-serif;margin:0 auto;max-width:1160px;min-height:100vh;padding:1.5rem 2rem 4rem}.tp-loading{align-items:center;display:flex;justify-content:center;min-height:60vh}.tp-loading__spinner{animation:spin .9s linear infinite;color:var(--ko-primary-blue-3)}@keyframes spin{to{transform:rotate(1turn)}}.tp-back{align-items:center;background:none;border:none;color:var(--ko-text-light-3);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.8125rem;gap:6px;margin-bottom:1.5rem;padding:0;transition:color .15s}.tp-back:hover{color:var(--ko-text-light-1)}.tp-hero{align-items:center;background:var(--ko-surface-dark-1);border:.5px solid var(--ko-border-dark-2);border-radius:18px;display:flex;gap:1.75rem;margin-bottom:1.25rem;padding:1.75rem 2rem}.tp-hero__avatar-wrap{flex-shrink:0;position:relative}.tp-avatar__img{display:block;object-fit:cover}.tp-avatar__img,.tp-avatar__placeholder{border:1.5px solid var(--ko-border-dark-2);border-radius:50%}.tp-avatar__placeholder{align-items:center;background:var(--ko-surface-dark-3);color:var(--ko-primary-blue-3);display:flex;font-size:1.75rem;font-weight:600;justify-content:center;letter-spacing:-.5px}.tp-hero__status{border:2.5px solid var(--ko-surface-dark-1);border-radius:50%;bottom:5px;height:13px;position:absolute;right:5px;width:13px}.tp-hero__status--online{background:var(--ko-success)}.tp-hero__status--away{background:var(--ko-warning)}.tp-hero__body{flex:1 1;min-width:0}.tp-hero__name{font-size:1.875rem;font-weight:600;letter-spacing:-.5px;line-height:1.1;margin:.375rem 0 .5rem}.tp-hero__location{align-items:center;color:var(--ko-text-light-3);display:flex;font-size:.8125rem;gap:5px}.tp-hero__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.625rem}.tp-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.6875rem;font-weight:600;gap:5px;letter-spacing:.06em;padding:3px 10px;text-transform:uppercase}.tp-badge--sport{background:var(--ko-surface-dark-3);border:.5px solid var(--ko-border-dark-3);color:var(--ko-text-light-2)}.tp-badge--level{background:#185fa52e;background:rgba(var(--ko-primary-blue-rgb,24,95,165),.18);border:.5px solid #185fa559;border:.5px solid rgba(var(--ko-primary-blue-rgb,24,95,165),.35);color:var(--ko-primary-blue-3)}.tp-badge--avail{background:#22c55e1f;background:rgba(var(--ko-success-rgb,34,197,94),.12);border:.5px solid #22c55e4d;border:.5px solid rgba(var(--ko-success-rgb,34,197,94),.3);color:var(--ko-success)}.tp-badge__dot{background:currentColor;border-radius:50%;height:6px;width:6px}.tp-hero__actions{display:flex;flex-direction:column;flex-shrink:0;gap:8px}.tp-btn{align-items:center;border:.5px solid var(--ko-border-dark-2);border-radius:10px;cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-size:.8125rem;font-weight:500;gap:7px;justify-content:center;padding:9px 18px;transition:all .15s;white-space:nowrap}.tp-btn--primary{background:var(--ko-primary-blue-1);border-color:var(--ko-primary-blue-2);color:#fff}.tp-btn--primary:hover{opacity:.88}.tp-btn--ghost{background:#0000;color:var(--ko-text-light-2)}.tp-btn--ghost:hover{background:var(--ko-surface-dark-2);color:var(--ko-text-light-1)}.tp-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:1.5rem}.tp-stat{background:var(--ko-surface-dark-1);border:.5px solid var(--ko-border-dark-2);border-radius:14px;display:flex;flex-direction:column;gap:5px;padding:1rem 1.125rem}.tp-stat__label{color:var(--ko-text-light-3);font-size:.6875rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase}.tp-stat__value{color:var(--ko-text-light-1);font-size:1rem;font-weight:600;letter-spacing:-.2px}.tp-stat__value--accent{color:var(--ko-success)}.tp-body{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:minmax(0,1fr) 300px}.tp-main{gap:1.25rem;min-width:0}.tp-main,.tp-sidebar{display:flex;flex-direction:column}.tp-sidebar{gap:1.125rem}.tp-card{background:var(--ko-surface-dark-1);border:.5px solid var(--ko-border-dark-2);border-radius:18px;padding:1.5rem}.tp-card__title{color:var(--ko-text-light-3);font-size:.6875rem;font-weight:600;letter-spacing:.08em;margin:0 0 1.25rem;text-transform:uppercase}.tp-timeline{display:flex;flex-direction:column;gap:0;padding-left:1.375rem;position:relative}.tp-timeline:before{background:var(--ko-border-dark-3);bottom:10px;content:"";left:5px;position:absolute;top:10px;width:1px}.tp-timeline__item{cursor:pointer;padding-bottom:1rem;position:relative}.tp-timeline__item:last-child{padding-bottom:0}.tp-timeline__dot{background:var(--ko-surface-dark-1);border:1.5px solid var(--ko-border-dark-3);border-radius:50%;height:11px;left:-1.375rem;position:absolute;top:9px;transition:all .2s ease;width:11px;z-index:1}.tp-timeline__item--active .tp-timeline__dot,.tp-timeline__item:hover .tp-timeline__dot{background:var(--ko-primary-blue-1);border-color:var(--ko-primary-blue-3);box-shadow:0 0 0 3px #185fa533;box-shadow:0 0 0 3px rgba(var(--ko-primary-blue-rgb,24,95,165),.2)}.tp-timeline__card{background:var(--ko-surface-dark-2);border:.5px solid var(--ko-border-dark-3);border-radius:12px;padding:.875rem 1.125rem;transition:border-color .2s,background .2s}.tp-timeline__item:hover .tp-timeline__card{background:var(--ko-surface-dark-1);border-color:var(--ko-border-dark-2)}.tp-timeline__item--active .tp-timeline__card{background:var(--ko-surface-dark-1);border-color:var(--ko-primary-blue-2)}.tp-timeline__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.375rem}.tp-timeline__year{color:var(--ko-primary-blue-3);font-family:Geist Mono,monospace;font-size:.75rem;font-weight:600;letter-spacing:.02em}.tp-timeline__title{color:var(--ko-text-light-1);font-size:.9375rem;font-weight:600;margin:0 0 2px}.tp-timeline__role{color:var(--ko-text-light-3);font-size:.8125rem;font-style:italic;margin:0}.tp-timeline__video-btn{align-items:center;background:var(--ko-surface-dark-3);border:.5px solid var(--ko-border-dark-3);border-radius:20px;color:var(--ko-primary-blue-3);cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-size:.6875rem;font-weight:600;gap:5px;padding:3px 9px;transition:all .15s}.tp-timeline__video-btn:hover{background:var(--ko-primary-blue-1);border-color:var(--ko-primary-blue-2);color:#fff}.tp-info-row{align-items:center;border-bottom:.5px solid var(--ko-border-dark-3);display:flex;font-size:.8125rem;justify-content:space-between;padding:.625rem 0}.tp-info-row:last-child{border-bottom:none}.tp-info-row__label{color:var(--ko-text-light-3)}.tp-info-row__value{color:var(--ko-text-light-1);font-weight:500;text-align:right}.tp-card--pulse{background:linear-gradient(145deg,var(--ko-surface-dark-1) 0,#185fa50f 100%);background:linear-gradient(145deg,var(--ko-surface-dark-1) 0,rgba(var(--ko-primary-blue-rgb,24,95,165),.06) 100%);border-color:#185fa54d;border-color:rgba(var(--ko-primary-blue-rgb,24,95,165),.3)}.tp-pulse__archetype{align-items:baseline;color:var(--ko-text-light-1);display:flex;font-size:1rem;font-weight:600;gap:8px;margin-bottom:.875rem}.tp-pulse__type{color:var(--ko-text-light-3);font-family:Geist Mono,monospace;font-size:.75rem;font-weight:400}.tp-pulse__pills{display:flex;flex-wrap:wrap;gap:6px}.tp-pulse__pill{background:var(--ko-surface-dark-3);border:.5px solid var(--ko-border-dark-3);border-radius:20px;color:var(--ko-text-light-2);font-size:.6875rem;font-weight:500;padding:3px 10px}.tp-bio{color:var(--ko-text-light-3);font-size:.875rem;line-height:1.75}.tp-chat{animation:chatSlideIn .22s ease;background:var(--ko-surface-dark-1);border:.5px solid var(--ko-border-dark-2);border-radius:18px;overflow:hidden}@keyframes chatSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tp-chat__header{align-items:center;background:var(--ko-surface-dark-2);border-bottom:.5px solid var(--ko-border-dark-3);color:var(--ko-text-light-2);display:flex;font-size:.8125rem;font-weight:500;justify-content:space-between;padding:.875rem 1.25rem}.tp-chat__close{align-items:center;background:none;border:none;border-radius:4px;color:var(--ko-text-light-3);cursor:pointer;display:flex;padding:2px;transition:color .15s}.tp-chat__close:hover{color:var(--ko-danger)}.tp-chat__body{padding:.875rem}@media (max-width:1024px){.tp-body{grid-template-columns:1fr}.tp-sidebar{order:-1}}@media (max-width:768px){.tp-page{padding:1rem 1rem 3rem}.tp-hero{flex-wrap:wrap;gap:1.25rem;padding:1.375rem}.tp-hero__actions{flex-direction:row;width:100%}.tp-btn{flex:1 1}.tp-hero__name{font-size:1.5rem}.tp-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.tp-stats{grid-template-columns:1fr}}.creator-content-page-action{background-color:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:100px;display:inline-flex;gap:.25rem;margin-bottom:1.5rem;padding:.25rem}.creator-content-page__btn{background-color:initial;border:none;border-radius:100px;color:#a0a0aa;color:var(--ko-text-light-3,#a0a0aa);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1.5rem;transition:all .2s ease}.creator-content-page__btn:not(.active):hover{background-color:var(--ko-surface-dark-3);color:#fff}.creator-content-page__btn.active{background-color:var(--ko-border-dark-3);color:#fff}@media (max-width:768px){.creator-content-page-action{padding-bottom:2px;width:100%}.creator-content-page__btn{font-size:.85rem;padding:.5rem 1rem}}.creator-videos-view__header{align-items:flex-start;display:flex;justify-content:space-between}.watch-view-modal{-ms-overflow-style:none;align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:var(--ko-overlay-dark-3);bottom:0;display:flex;flex-direction:column;height:100vh;left:0;overflow-y:auto;padding:1rem;position:fixed;right:0;scrollbar-width:none;top:0;width:100%;z-index:9999}.watch-view-modal::-webkit-scrollbar{display:none}.thumbnail-card{background-color:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-1);border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:transform .2s ease,border-color .2s ease}.thumbnail-card:hover{border-color:var(--ko-primary-blue-2)}.thumbnail-card__media{aspect-ratio:16/9;background-color:var(--ko-bg-dark-3);position:relative}.thumbnail-card__img{display:block;height:100%;object-fit:cover;width:100%}.thumbnail-card__img.vertical{display:block;height:100%;object-fit:contain;width:100%}.thumbnail-card__badge{align-items:center;background:var(--ko-primary-blue-1);border-radius:4px;color:var(--ko-white);display:flex;font-size:.75rem;font-weight:600;gap:4px;padding:4px 8px;position:absolute;right:10px;top:10px;z-index:2}.thumbnail-card__badge--pop{background:var(--ko-purple)}.thumbnail-card__content{padding:1rem}.thumbnail-card__header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:4px}.thumbnail-card__title{color:var(--ko-text-light-1);flex:1 1;font-size:1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thumbnail-card__views{color:var(--ko-text-light-3);font-size:var(--13px)}.thumbnail-card__description{color:var(--ko-text-light-3);font-size:.85rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thumbnail-card__menu-container{position:relative}.thumbnail-card__menu-trigger{align-items:center;background:#0000;border:none;border-radius:4px;color:var(--ko-text-light-3);cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .2s}.thumbnail-card__menu-trigger:hover{background:var(--ko-surface-dark-3);color:var(--ko-text-light-1)}.thumbnail-card__dropdown{background:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-3);border-radius:8px;bottom:2rem;box-shadow:0 10px 25px -5px #0009;min-width:140px;padding:6px;position:absolute;right:0;z-index:20}.thumbnail-card__dropdown-item{align-items:center;background:#0000;border:none;color:var(--ko-text-light-2);cursor:pointer;display:flex;font-size:.85rem;gap:10px;padding:8px 12px;text-align:left;transition:background .2s;width:100%}.thumbnail-card__dropdown-item:hover{background:var(--ko-surface-dark-3);color:var(--ko-white)}.thumbnail-card__dropdown-item--delete:hover{background:#ef444426;color:var(--ko-danger)}.thumbnail-card__overlay{align-items:center;background-color:#0009;border-radius:4px;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:2}.thumbnail-card__overlay-text{color:#fff;font-size:14px;font-weight:700}.creator-watch-view__player-area{max-width:100%;width:100%}.creator-watch-view__info{margin-top:16px}.creator-watch-view__title{font-size:1.4rem;font-weight:700;line-height:1.4;margin:16px 0}.creator-watch-view__toolbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.creator-watch-view__channel-info{align-items:center;display:flex;gap:12px}.creator-watch-view__channel-meta{display:flex;flex-direction:column}.creator-watch-view__channel-name{color:var(--ko-text-light-1);font-weight:600}.creator-watch-view__channel-subs{color:var(--ko-text-light-3);font-size:.8rem}.creator-watch-view__description-card{background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-1);border-radius:12px;padding:16px}.creator-watch-view__stats{display:flex;font-size:.9rem;font-weight:700;gap:12px;margin-bottom:8px}.creator-watch-view__sport-tag{color:var(--ko-primary-blue-3)}.creator-watch-view__description-text{color:var(--ko-text-light-2);font-size:.95rem;line-height:1.5;white-space:pre-wrap}.video-player-wrapper{background-color:red;border-radius:1rem;margin:0;overflow:hidden;padding:0}.video-player{aspect-ratio:16/9;background:#000;border-radius:1rem;overflow:hidden;position:relative;width:100%}.video-player__video{inset:0;position:absolute}.video-player__video video{display:block;height:100%!important;object-fit:cover;width:100%!important}.video-skeleton-card{background:#0000;border-radius:var(--16px);display:flex;flex-direction:column;max-width:var(--g-width-sm);overflow:hidden;width:100%}.video-skeleton-card__header{align-items:center;display:flex;gap:var(--12px);padding:var(--12px) var(--16px)}.video-skeleton-card__avatar{background:var(--ko-surface-dark-1);border-radius:50%;height:var(--32px);width:var(--32px)}.video-skeleton-card__meta{display:flex;flex:1 1;flex-direction:column;gap:6px}.video-skeleton-card__media{aspect-ratio:16/9;background:var(--ko-surface-dark-1);border-radius:var(--8px);overflow:hidden;position:relative;width:100%}.video-skeleton-card__body{display:flex;flex-direction:column;gap:10px;padding:var(--14px) var(--16px)}.video-skeleton-card__line{background:var(--ko-surface-dark-1);border-radius:4px;height:12px;overflow:hidden;position:relative;width:100%}.video-skeleton-card__line--short{width:40%}.video-skeleton-card__line--medium{height:16px;margin-bottom:4px;width:70%}.video-skeleton-card__line--xs{height:10px;width:20%}.video-skeleton-card__line:after,.video-skeleton-card__media:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}.creator-modal{-ms-overflow-style:none;align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:var(--ko-overlay-dark-3);bottom:0;display:flex;flex-direction:column;height:100vh;left:0;overflow-y:auto;padding:1rem;position:fixed;right:0;scrollbar-width:none;top:0;width:100%;z-index:9999}.creator-modal::-webkit-scrollbar{display:none}.modal-close-btn{align-items:center;background:var(--ko-surface-dark-2);border:1px solid var(--ko-border-dark-2);border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:24px;top:24px;transition:all .2s ease;width:40px;z-index:10000}.modal-close-btn:hover{background:var(--ko-surface-dark-3);border-color:var(--ko-primary-blue-3);transform:scale(1.05)}.creator-upload-video-page__preview-group{width:100%}.creator-upload-video-page__video-wrapper{aspect-ratio:16/9;border-radius:1rem;margin-bottom:1rem;overflow:hidden}.creator-upload-video-page__video-element{height:100%;width:100%}.creator-upload-video-page__dropzone{align-items:center;background-color:#161c22;border:2px dashed #2a3038;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;min-height:220px;padding:40px 20px;text-align:center;transition:all .25s ease-in-out}.creator-upload-video-page__dropzone:hover{background-color:#20252c;border-color:#4da3ff}.creator-upload-video-page__dropzone--active{background-color:#007bff14;border-color:#007bff;transform:scale(1.01)}.creator-upload-video-page__upload-icon{color:#94a3b8;margin-bottom:16px;transition:transform .3s ease,color .3s ease}.creator-upload-video-page__dropzone:hover .creator-upload-video-page__upload-icon{color:#007bff;transform:translateY(-4px)}.creator-upload-video-page__upload-text{color:#f8fafc;font-size:16px;line-height:1.5;margin:0 0 8px}.creator-upload-video-page__upload-text b{color:#007bff;font-weight:600}.creator-upload-video-page__upload-limit{background:#262c34;border-radius:100px;color:#94a3b8;display:inline-block;font-size:13px;margin-top:10px;padding:4px 12px}.creator-post-grid-view__header{border-bottom:1px solid var(--ko-border-dark-1);display:flex;justify-content:flex-end;margin-bottom:20px;padding-bottom:20px}.creator-post-grid-view__item{aspect-ratio:1/1;background-color:var(--ko-bg-dark-3);border-radius:4px;cursor:pointer;overflow:hidden;position:relative}.creator-post-grid-view__image{height:100%;object-fit:cover;transition:transform .3s ease,filter .2s ease;width:100%}.creator-post-grid-view__item:hover .creator-post-grid-view__image{filter:brightness(.8);transform:scale(1.05)}.creator-post-grid-view__icon{color:var(--ko-white);pointer-events:none;position:absolute;right:8px;top:8px;z-index:2}.creator-post-grid-view__icon--multiple{filter:drop-shadow(0 0 4px rgba(0,0,0,.5));font-size:18px}.creator-post-grid-view__empty{padding:60px 0;text-align:center}.creator-create-post{align-items:center;background-color:var(--ko-overlay-dark-3);display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1100}.creator-create-post__card{background-color:var(--ko-bg-dark-2);border:1px solid var(--ko-border-dark-1);border-radius:8px;display:flex;flex-direction:column;max-height:90vh;max-width:600px;width:100%}.creator-create-post__header{align-items:center;border-bottom:1px solid var(--ko-border-dark-1);display:flex;justify-content:space-between;padding:16px}.creator-create-post__title{color:var(--ko-text-light-1);font-size:18px;font-weight:600;margin:0}.creator-create-post__counter{color:var(--ko-text-light-3);font-size:14px}.creator-create-post__photo-grid{grid-gap:12px;display:grid;flex:1 1;gap:12px;grid-template-columns:repeat(4,1fr);overflow-y:auto;padding:16px}.creator-create-post__photo-item{aspect-ratio:1/1;background-color:var(--ko-surface-dark-1);border-radius:4px;overflow:hidden;position:relative}.creator-create-post__photo-img{cursor:grab;height:100%;object-fit:cover;width:100%}.creator-create-post__remove-btn{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:20px;justify-content:center;position:absolute;right:4px;top:4px;width:20px;z-index:5}.creator-create-post__size-tag{background:#00000080;border-radius:2px;bottom:4px;color:#fff;font-size:9px;left:4px;padding:2px 4px;position:absolute}.creator-create-post__add-btn{align-items:center;aspect-ratio:1/1;border:2px dashed var(--ko-border-dark-3);border-radius:4px;color:var(--ko-text-light-3);cursor:pointer;display:flex;flex-direction:column;justify-content:center;transition:border-color .2s}.creator-create-post__add-btn:hover{border-color:var(--ko-primary-blue-1);color:var(--ko-text-light-1)}.creator-create-post__caption-section{border-top:1px solid var(--ko-border-dark-1);padding:16px}.creator-create-post__caption-input{background:#0000;border:none;color:var(--ko-text-light-1);font-family:inherit;font-size:14px;height:100px;outline:none;resize:none;width:100%}.creator-create-post__footer{border-top:1px solid var(--ko-border-dark-1);display:flex;gap:12px;justify-content:flex-end;padding:16px}.creator-create-post__btn{border:none;border-radius:4px;cursor:pointer;font-weight:600;padding:8px 24px;transition:opacity .2s}.creator-create-post__btn--ghost{background:#0000;color:var(--ko-text-light-3)}.creator-create-post__btn--primary{background-color:var(--ko-primary-blue-1);color:#fff}.creator-create-post__btn:disabled{cursor:not-allowed;opacity:.5}.creator-edit-post{align-items:center;background-color:var(--ko-overlay-dark-3);display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.creator-edit-post__card{background-color:var(--ko-bg-dark-2);border:1px solid var(--ko-border-dark-1);border-radius:8px;display:flex;height:85vh;max-width:1000px;overflow:hidden;width:100%}.creator-edit-post__gallery{align-items:center;background-color:#000;display:flex;flex:1.5 1;justify-content:center;position:relative}.creator-edit-post__image{max-height:100%;max-width:100%;object-fit:contain}.creator-edit-post__nav{align-items:center;display:flex;inset:0;justify-content:space-between;padding:0 16px;pointer-events:none;position:absolute}.creator-edit-post__nav-btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;pointer-events:auto;transition:all .2s ease;width:40px}.creator-edit-post__nav-btn:hover:not(:disabled){background-color:#000c;transform:scale(1.1)}.creator-edit-post__nav-btn:disabled{cursor:default;opacity:0}.creator-edit-post__info{background-color:var(--ko-bg-dark-2);border-left:1px solid var(--ko-border-dark-1);display:flex;flex:1 1;flex-direction:column}.creator-edit-post__header{align-items:center;border-bottom:1px solid var(--ko-border-dark-1);display:flex;justify-content:space-between;padding:16px}.creator-edit-post__title{color:var(--ko-text-light-1);font-weight:600}.creator-edit-post__close{background:none;border:none;color:var(--ko-text-light-3);cursor:pointer}.creator-edit-post__body{flex:1 1;overflow-y:auto;padding:20px}.creator-edit-post__textarea{background-color:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:4px;color:var(--ko-text-light-1);font-family:inherit;height:150px;outline:none;padding:12px;resize:none;width:100%}.creator-edit-post__footer{border-top:1px solid var(--ko-border-dark-1);padding:20px}.creator-edit-post__actions{display:flex;flex-direction:column;gap:12px}.creator-edit-post__btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:12px;transition:opacity .2s;width:100%}.creator-edit-post__btn--edit{background-color:var(--ko-surface-dark-2);color:var(--ko-white)}.creator-edit-post__btn--save{background-color:var(--ko-primary-blue-1);color:#fff}.creator-edit-post__btn--delete{background-color:initial;border:1px solid var(--ko-danger);color:var(--ko-danger)}.creator-edit-post__btn--delete:hover:not(:disabled){background-color:var(--ko-danger);color:#fff}.creator-edit-post__btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.creator-edit-post__card{flex-direction:column;height:90vh}}.groups-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.group-form{background-color:var(--ko-bg-dark-3);border:1px solid var(--ko-border-dark-1);border-radius:8px;padding:1.5rem}.group-form__field{gap:1.25rem;margin-bottom:1.2rem;margin-top:1.5rem}.group-form__field,.group-list{display:flex;flex-direction:column}.group-card__groupName{font-size:var(--16px)}.group-card__groupCode{background:#3385d11a;border-radius:4px;color:var(--ko-primary-blue-3);font-family:monospace;font-size:.85rem;padding:.2rem .4rem}.group-card__actions{gap:.5rem}@media (min-width:768px){.groups-layout{grid-template-columns:2fr 1fr}}.group-card__actions{align-items:center;display:flex;gap:.75rem}.group-card__badge-pending{align-items:center;background-color:#f59e0b1f;border:1px solid #f59e0b40;border-radius:100px;color:#fbbf24;display:inline-flex;font-size:.75rem;font-weight:600;justify-content:center;letter-spacing:.3px;padding:.2rem .6rem;white-space:nowrap}.group-form__actions{display:flex;gap:1rem}.creator-group-view__tabs{border-bottom:1px solid var(--ko-border-dark-1);display:flex;gap:1.5rem;margin-bottom:2rem}.creator-group-view__tab{background:none;border:none;color:var(--katch-text-light-3);cursor:pointer;font-size:.95rem;padding:.75rem 0;position:relative;transition:color .2s ease}.creator-group-view__tab:hover{color:var(--ko-text-light-1)}.creator-group-view__tab--active{color:var(--ko-text-light-1);font-weight:600}.creator-group-view__tab--active:after{background:var(--ko-primary-blue-3);bottom:-1px;content:"";height:2px;left:0;position:absolute;width:100%}.group-albums-view__input-group{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:500px}.group-albums-view__result-card{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:1rem}.group-albums-view__section-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.group-albums-view__result-info{display:flex;flex-direction:column;gap:.25rem}.group-albums-view__result-name{color:#212529;font-size:1rem;font-weight:600}.group-albums-view__result-tag-badge{color:#6c757d;font-size:.85rem;font-weight:500}.group-albums-view__add-btn{background-color:#0d6efd;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s ease,transform .1s ease}.group-albums-view__add-btn:hover{background-color:#0b5ed7}.group-albums-view__add-btn:active{transform:scale(.98)}:root{--video-view-surface:#1e1e24;--video-view-bg:#121214;--video-view-border:#2d2d34;--video-view-text:#fff;--video-view-text-muted:#a0a0aa;--video-view-primary:#ff3b30;--video-view-primary-hover:#e03228}.creator-videos-view__display-panel{width:100%}.creator-videos-view{display:flex;flex-direction:column;gap:2.5rem;width:100%}.creator-videos-view__section-title{color:#fff;color:var(--video-view-text);font-size:1.15rem;font-weight:600;margin:0 0 1.25rem}.creator-videos-view__search-panel{background-color:var(--ko-bg-dark-3);border:1px solid var(--ko-border-dark-1);border-radius:12px;margin-bottom:2rem;padding:1.5rem}.creator-videos-view__search-form{display:flex;gap:.75rem;width:100%}.creator-videos-view__input-group{align-items:center;display:flex;flex:1 1;position:relative}.creator-videos-view__search-icon{color:#52525b;left:14px;pointer-events:none;position:absolute}.creator-videos-view__search-input{background-color:#121214;background-color:var(--video-view-bg);border:1px solid #2d2d34;border:1px solid var(--video-view-border);border-radius:8px;color:#fff;color:var(--video-view-text);font-size:.95rem;outline:none;padding:.75rem 1rem .75rem 2.5rem;transition:border-color .15s ease;width:100%}.creator-videos-view__search-input:focus{border-color:#ff3b30;border-color:var(--video-view-primary)}.creator-videos-view__search-submit-btn{background-color:#ffffff14;border:1px solid #2d2d34;border:1px solid var(--video-view-border);border-radius:8px;color:#fff;color:var(--video-view-text);cursor:pointer;font-size:.9rem;font-weight:500;padding:0 1.5rem;transition:background-color .15s ease}.creator-videos-view__search-submit-btn:hover{background-color:#ffffff26}.creator-videos-view__results{border-top:1px solid #2d2d34;border-top:1px solid var(--video-view-border);margin-top:1.25rem;padding-top:1.25rem}.creator-videos-view__results-summary{color:#a0a0aa;color:var(--video-view-text-muted);font-size:.85rem;margin:0 0 .75rem}.creator-videos-view__results-list{display:flex;flex-direction:column;gap:.5rem}.creator-videos-view__result-card{align-items:center;background-color:#121214;background-color:var(--video-view-bg);border:1px solid #2d2d34;border:1px solid var(--video-view-border);border-radius:8px;display:flex;justify-content:space-between;padding:.75rem 1rem}.group-albums-view__result-card{margin-top:1rem}.creator-videos-view__result-info{align-items:center;display:flex;gap:.75rem}.creator-videos-view__result-icon{color:#a0a0aa;color:var(--video-view-text-muted)}.creator-videos-view__result-name{color:#fff;color:var(--video-view-text);font-size:.95rem;font-weight:500}.creator-videos-view__result-tag-badge{background-color:#ff3b301a;border-radius:4px;color:#ff3b30;color:var(--video-view-primary);font-size:.8rem;padding:.15rem .4rem}.creator-videos-view__add-btn{align-items:center;background-color:#ff3b30;background-color:var(--video-view-primary);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.4rem;padding:.45rem .85rem;transition:background-color .15s ease}.creator-videos-view__add-btn:hover:not(:disabled){background-color:#e03228;background-color:var(--video-view-primary-hover)}.creator-videos-view__add-btn:disabled{background-color:#2d2d34;background-color:var(--video-view-border);color:#a0a0aa;color:var(--video-view-text-muted);cursor:not-allowed}.creator-videos-view__no-matches{color:#71717a;font-size:.9rem;margin:0}@media (max-width:640px){.creator-videos-view__search-form{flex-direction:column}.creator-videos-view__search-submit-btn{padding:.75rem 1rem}}.group-videos-view__search-panel{margin:0 auto;max-width:500px}.group-videos-view__section-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.group-videos-view__input-group{margin-bottom:1.5rem}.group-videos-view__results-summary{color:#6c757d;font-size:.9rem;margin-bottom:.75rem}.group-videos-view__results-list{display:flex;flex-direction:column;gap:.75rem}.group-videos-view__result-card{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:1rem}.group-videos-view__result-info{align-items:center;display:flex;gap:.5rem}.group-videos-view__result-icon{color:#6c757d;flex-shrink:0}.group-videos-view__result-name{color:#212529;font-size:1rem;font-weight:600}.group-videos-view__result-tag-badge{background-color:#e9ecef;border-radius:4px;color:#6c757d;font-size:.85rem;font-weight:500;padding:.15rem .4rem}.group-videos-view__add-btn{align-items:center;background-color:#0d6efd;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.35rem;padding:.5rem 1rem;transition:background-color .2s ease,transform .1s ease}.group-videos-view__add-btn:hover:not(:disabled){background-color:#0b5ed7}.group-videos-view__add-btn:active:not(:disabled){transform:scale(.98)}.group-videos-view__add-btn:disabled{background-color:#ced4da;color:#6c757d;cursor:not-allowed}.group-videos-view__no-matches{color:#6c757d;font-size:.95rem;margin-top:1rem;text-align:center}.members-view{margin:0 auto;max-width:800px;padding:1rem 0}.members-view__header{margin-bottom:2rem}.members-view__subtitle{color:#a0a0aa;color:var(--katch-text-muted,#a0a0aa);font-size:.9rem;margin-top:.25rem}.members-list{border-bottom:1px solid #2d2d34;border-bottom:1px solid var(--ko-border-dark-2,#2d2d34);border-top:1px solid #2d2d34;border-top:1px solid var(--ko-border-dark-2,#2d2d34)}.members-list__item{align-items:center;background-color:initial;display:flex;justify-content:space-between;padding:1.25rem .5rem;transition:background-color .2s ease}.members-list__item:hover{background-color:#ffffff05}.members-list__item+.members-list__item{border-top:1px solid #ffffff0f}.members-list__profile{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.members-list__meta-item--reason-for-joining{color:var(--ko-text-light-3);font-size:var(--14px);line-height:1}.members-list__identity{align-items:center;display:flex;gap:.75rem}.members-list__name{color:#fff;font-size:1.05rem;font-weight:600;margin:0}.members-list__meta{color:#a0a0aa;color:var(--katch-text-muted,#a0a0aa);display:flex;flex-wrap:wrap;font-size:.85rem;gap:1.25rem}.members-list__meta-item{color:var(--ko-text-light-3);font-weight:500}.member-badge{align-items:center;border-radius:25px;display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.3px;padding:.15rem .5rem;text-transform:capitalize}.member-badge--active,.member-badge--approved{background-color:#22c55e1a;border:1px solid #22c55e33;color:#4ade80}.member-badge--pending{background-color:#f59e0b1a;border:1px solid #f59e0b33;color:#fbbf24}.member-badge--declined,.member-badge--removed{background-color:#ef44441a;border:1px solid #ef444433;color:#f87171}.members-list__actions{align-items:center;display:flex;margin-left:1rem}.text-success{color:#4ade80}.text-danger{color:#f87171}.panel-container{align-items:center;background-color:var(--ko-bg-dark-3);border:1px solid var(--ko-border-dark-1);border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem;transition:.2s ease}.panel-container:hover{opacity:.9}.katch-form-input{display:flex;flex-direction:column;transition:opacity .2s ease;width:100%}.katch-form-input--disabled{opacity:.4;pointer-events:none}.katch-form-input__label{color:var(--ko-text-light-3);display:block;font-size:.85rem;font-weight:500;line-height:1.2}.katch-form-input__required{color:var(--ko-danger);margin-left:2px}.katch-form-input__tagline{color:var(--ko-text-dark-3);display:block;font-size:.75rem;margin-bottom:8px}.katch-form-input__field{background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:8px;box-sizing:border-box;color:var(--ko-text-dark-1);font-family:inherit;font-size:.95rem;height:42px;line-height:42px;outline:none;padding:0 12px;transition:all .2s ease;width:100%}.katch-form-input__field:focus{border-color:var(--ko-primary-blue-1)}.katch-form-input__field::placeholder{color:var(--ko-text-dark-1);opacity:.2}.katch-form-input__field--date{color-scheme:dark;cursor:pointer}.katch-form-input__bottom-label{color:var(--ko-text-dark-2);font-size:.75rem;font-weight:500;margin-top:8px}.katch-form-textarea{display:flex;flex-direction:column;width:100%}.katch-form-textarea__label{color:var(--ko-text-light-3);display:block;font-size:.85rem;font-weight:500;line-height:1.2}.katch-form-textarea__required{color:var(--ko-danger);margin-left:2px}.katch-form-textarea__tagline{color:var(--ko-text-dark-3);display:block;font-size:.75rem;margin-bottom:8px}.katch-form-textarea__field{background:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-2);border-radius:8px;box-sizing:border-box;color:var(--ko-text-dark-1);display:flex;flex-direction:column;font-family:inherit;font-size:.95rem;justify-content:center;line-height:1.5;min-height:80px;outline:none;overflow-y:auto;padding:.8rem 1rem;resize:none;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;width:100%}.katch-form-textarea__field:focus{border-color:var(--ko-primary-blue-1)}.katch-form-textarea__field::placeholder{color:var(--ko-text-dark-3);opacity:.2}.katch-form-textarea__field::-webkit-scrollbar{width:6px}.katch-form-textarea__field::-webkit-scrollbar-thumb{background-color:var(--ko-border-dark-3);border-radius:10px}.creator-create-album{align-items:center;background-color:var(--ko-overlay-dark-3);display:flex;height:100vh;inset:0;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1100}.creator-create-album__card{background-color:var(--ko-bg-dark-2);border:1px solid var(--ko-border-dark-1);border-radius:8px;display:flex;flex-direction:column;width:100%}.creator-create-album__header{align-items:center;border-bottom:1px solid var(--ko-border-dark-1);display:flex;justify-content:space-between;padding:16px}.creator-create-album__title{color:var(--ko-text-light-1);font-size:18px;font-weight:600;margin:0}.creator-create-album__counter{color:var(--ko-text-light-3);font-size:14px}.creator-create-album__photo-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(10,1fr);height:600px;overflow-y:scroll;padding:16px}.creator-create-album__photo-item{aspect-ratio:1/1;background-color:var(--ko-surface-dark-1);border-radius:4px;height:180px;overflow:hidden;position:relative}.creator-create-album__photo-img{cursor:grab;height:100%;object-fit:cover;width:100%}.creator-create-album__remove-btn{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:20px;justify-content:center;position:absolute;right:4px;top:4px;width:20px;z-index:5}.creator-create-album__size-tag{background:#00000080;border-radius:2px;bottom:4px;color:#fff;font-size:9px;left:4px;padding:2px 4px;position:absolute}.creator-create-album__add-btn{align-items:center;aspect-ratio:1/1;border:2px dashed var(--ko-border-dark-3);border-radius:4px;color:var(--ko-text-light-3);cursor:pointer;display:flex;flex-direction:column;justify-content:center;transition:border-color .2s}.creator-create-album__add-btn:hover{border-color:var(--ko-primary-blue-1);color:var(--ko-text-light-1)}.creator-create-album__caption-section{border-top:1px solid var(--ko-border-dark-1);padding:16px}.creator-create-album__caption-input{background:#0000;border:none;color:var(--ko-text-light-1);font-family:inherit;font-size:14px;height:100px;outline:none;resize:none;width:100%}.creator-create-album__footer{border-top:1px solid var(--ko-border-dark-1);display:flex;gap:12px;justify-content:flex-end;padding:16px}.creator-create-album__btn{border:none;border-radius:4px;cursor:pointer;font-weight:600;padding:8px 24px;transition:opacity .2s}.creator-create-album__btn--ghost{background:#0000;color:var(--ko-text-light-3)}.creator-create-album__btn--primary{background-color:var(--ko-primary-blue-1);color:#fff}.creator-create-album__btn:disabled{cursor:not-allowed;opacity:.5}.dark-input{background-color:var(--ko-surface-dark-1);border:1px solid var(--ko-border-dark-1);border-radius:6px;color:#f0f0f0;font-size:16px;margin-bottom:1rem;padding:.5rem .75rem;transition:border-color .2s,box-shadow .2s;width:100%}.dark-input::placeholder{color:#888}.dark-input:focus{background-color:var(--ko-surface-dark-1);border-color:#1e90ff;box-shadow:0 0 0 2px #1e90ff33;outline:none}:root{--edit-form-bg:#1e1e24;--edit-form-border:#2d2d34;--edit-form-text:#fff;--edit-form-text-muted:#a0a0aa;--edit-form-input-bg:#121214;--edit-form-primary:#ff3b30;--edit-form-primary-hover:#e03228}.edit-album-form{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}.edit-album-form__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf;inset:0;position:absolute}.edit-album-form__card{animation:editFormSlideUp .25s cubic-bezier(.16,1,.3,1);background-color:#1e1e24;background-color:var(--edit-form-bg);border:1px solid #2d2d34;border:1px solid var(--edit-form-border);border-radius:14px;box-shadow:0 12px 40px #0009;max-width:480px;overflow:hidden;padding:1.5rem;position:relative;width:100%;z-index:2}.edit-album-form__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.edit-album-form__heading{color:#fff;color:var(--edit-form-text);font-size:1.15rem;font-weight:600;margin:0}.edit-album-form__close-btn{background:#0000;border:none;border-radius:50%;color:#a0a0aa;color:var(--edit-form-text-muted);cursor:pointer;display:flex;padding:.25rem;transition:color .15s ease,background-color .15s ease}.edit-album-form__close-btn:hover{background-color:#ffffff0d;color:#fff;color:var(--edit-form-text)}.edit-album-form__body{display:flex;flex-direction:column;gap:1.5rem}.edit-album-form__field{display:flex;flex-direction:column;gap:.5rem}.edit-album-form__label{color:#a0a0aa;color:var(--edit-form-text-muted);font-size:.85rem;font-weight:500}.edit-album-form__required{color:#ff3b30;color:var(--edit-form-primary)}.edit-album-form__input-wrapper{align-items:center;background-color:#121214;background-color:var(--edit-form-input-bg);border:1px solid #2d2d34;border:1px solid var(--edit-form-border);border-radius:8px;display:flex;position:relative;transition:border-color .15s ease,box-shadow .15s ease}.edit-album-form__input-wrapper:focus-within{border-color:#ff3b30;border-color:var(--edit-form-primary);box-shadow:0 0 0 2px #ff3b3026}.edit-album-form__input-wrapper--textarea{align-items:flex-start}.edit-album-form__input-icon{color:#52525b;pointer-events:none;position:absolute}.edit-album-form__input-wrapper--textarea .edit-album-form__input-icon{top:12px}.edit-album-form__input,.edit-album-form__textarea{background:#0000;border:none;color:#fff;color:var(--edit-form-text);font-size:.95rem;outline:none;padding:.75rem;width:100%}.edit-album-form__textarea{font-family:inherit;resize:none}.edit-album-form__char-count{align-self:flex-end;color:#52525b;font-size:.75rem}.edit-album-form__footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.edit-album-form__btn{border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.65rem 1.25rem;transition:all .15s ease}.edit-album-form__btn:disabled{cursor:not-allowed;opacity:.5}.edit-album-form__btn--cancel{background:#0000;border:1px solid #2d2d34;border:1px solid var(--edit-form-border);color:#fff;color:var(--edit-form-text)}.edit-album-form__btn--cancel:not(:disabled):hover{background-color:#ffffff0d;border-color:#a0a0aa;border-color:var(--edit-form-text-muted)}.edit-album-form__btn--submit{background-color:#ff3b30;background-color:var(--edit-form-primary);border:1px solid #ff3b30;border:1px solid var(--edit-form-primary);color:#fff}.edit-album-form__btn--submit:not(:disabled):hover{background-color:#e03228;background-color:var(--edit-form-primary-hover);border-color:#e03228;border-color:var(--edit-form-primary-hover)}@keyframes editFormSlideUp{0%{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.creator-photos-view__count{background-color:var(--ko-surface-dark-1);border-radius:20px;color:var(--ko-text-light-1);display:flex;font-size:var(--14px);font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:auto;padding:.25rem .75rem;white-space:nowrap}.login-wrapper{align-items:center;display:flex;height:calc(100vh - 60px);justify-content:center;width:100%}.login-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;max-width:400px;padding:40px 30px;width:100%}.login-title{color:#222;margin-bottom:25px;text-align:center}.login-form{display:flex;flex-direction:column}.login-form label{color:#333;font-size:.875rem;font-weight:600}.login-form input{border:1px solid #ccc;border-radius:6px;font-size:1rem;margin-bottom:1rem;padding:10px}.login-form input:focus{border-color:#007bff;outline:none}.login-form button{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;margin-top:8px;padding:10px;transition:background .3s ease}.login-form button:hover{background-color:#0056b3}.login-form button:disabled{background-color:#a5a5a5;cursor:not-allowed}.login-message{color:#ff4d4f;margin-top:15px;text-align:center}@media (max-width:500px){.login-card{height:100%;padding:30px 20px}}.vip-games-page__header{display:flex;justify-content:space-between;margin-bottom:2rem}.vip-games-page__navbar{background-color:var(--ko-surface-dark-3);border-radius:4px;overflow:hidden;z-index:100}.vip-games-page__navbar-list{display:flex;justify-content:space-around;list-style:none;margin:0;padding:0;width:100%}.vip-games-page__navbar-item{cursor:pointer;flex:1 1;padding:12px 20px;text-align:center;transition:background-color .3s ease}.vip-games-page__navbar-item:hover{background-color:var(--ko-surface-dark-2)}.vip-games-page__navbar-item--active{background-color:var(--ko-surface-dark-1);color:var(--ko-text-light-1);font-weight:600}.vip-games-page__videos-list{height:100%;list-style:none;margin:0;padding:0}.vip-games-page__video-item{border-bottom:1px solid var(--ko-surface-dark-1);display:flex;font-weight:600;justify-content:space-between;padding:10px 16px;transition:background-color .3s ease}.vip-games-page__video-item:hover{background-color:var(--ko-surface-dark-2);cursor:pointer}.vip-games-page__error{color:red;font-weight:700;margin-top:16px}.vip-games-page__loading{color:#333;font-size:18px;margin-top:16px}.vip-games-page__auth-actions{display:flex;gap:10px}.vip-games-page__auth-btn{border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:8px 20px;transition:all .2s ease}.vip-games-page__auth-btn--primary{background-color:var(--ko-primary-blue-1);border:none;color:var(--ko-white)}.vip-games-page__auth-btn--primary:hover{background-color:var(--ko-primary-blue-2)}.vip-games-page__auth-btn--outline{background-color:initial;border:1px solid var(--ko-border-dark-3);color:var(--ko-text-light-1)}.vip-games-page__auth-btn--outline:hover{border-color:var(--ko-danger);color:var(--ko-danger)}.vip-games-page__show-more{display:flex;justify-content:center;margin-top:2rem}.vip-games-page__show-more-btn{background-color:var(--ko-primary-blue-1);border:none;border-radius:6px;color:var(--ko-white);cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 24px;transition:background-color .2s ease,transform .1s ease}.vip-games-page__show-more-btn:hover{background-color:var(--ko-primary-blue-2)}.vip-games-page__show-more-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:820px){.vip-games-page__navbar-item{padding:10px}.vip-games-page__video-item{flex-direction:row;gap:1rem;justify-content:space-between;padding:8px 16px}}@media (max-width:480px){.vip-games-page__navbar-item{font-size:14px;padding:8px}.vip-games-page__video-item{font-size:14px}}.simple-player-modal{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#0e1216b8;background-color:var(--ko-overlay-dark-2,#0e1216b8);height:100vh;inset:0;padding:20px;position:fixed;width:100%;z-index:5000}.simple-player-close,.simple-player-modal{align-items:center;display:flex;justify-content:center}.simple-player-close{background-color:initial!important;border:none!important;color:#f8fafc;color:var(--ko-text-light-1,#f8fafc);cursor:pointer;opacity:.8;position:absolute;right:2rem;top:2rem;transition:transform .2s ease,opacity .2s ease,color .2s ease;z-index:5100}.simple-player-close:hover{color:#4da3ff;color:var(--ko-primary-blue-3,#4da3ff);opacity:1;transform:scale(1.1)}.simple-player-wrapper{align-items:center;aspect-ratio:16/9;display:flex;flex-direction:column;justify-content:center;max-width:1280px;position:relative;width:100%}.player-container{background-color:#0e1216;background-color:var(--ko-bg-dark-1,#0e1216);border:1px solid #242a32;border:1px solid var(--ko-border-dark-1,#242a32);border-radius:12px;box-shadow:0 20px 50px #0009;display:flex;height:100%;overflow:hidden;width:100%}.player-container video,.player-container>div{height:100%!important;width:100%!important}.video-title{color:#f8fafc;color:var(--ko-text-light-1,#f8fafc);font-size:1.25rem;font-weight:500;left:0;overflow:hidden;position:absolute;text-align:left;text-overflow:ellipsis;text-shadow:0 2px 4px #00000080;top:-45px;white-space:nowrap;width:100%}@media (max-width:768px){.simple-player-modal{padding:10px}.simple-player-close{right:1rem;top:1rem}.video-title{font-size:1rem;padding:0 5px;top:-35px}}.error-page__container{align-items:center;background-color:var(--ko-bg-dark-1);color:var(--ko-text-light-1);display:flex;font-family:Inter,sans-serif;height:100%;justify-content:center}.error-page__content{align-items:center;display:flex;flex-direction:column;max-width:800px;text-align:center}.error-page__img-wrapper{filter:drop-shadow(0 0 20px rgba(0,123,255,.2));max-width:500px;width:100%}.error-img{height:auto;object-fit:contain;width:100%}.error-code{color:var(--ko-primary-blue-1);display:block;font-size:.9rem;font-weight:800;letter-spacing:.2em;margin-bottom:1rem;text-transform:uppercase}.error-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1.5rem}.error-message{color:var(--ko-text-light-2);font-size:1.1rem;line-height:1.6;margin:0 auto 2.5rem;max-width:500px}.error-actions{display:flex;gap:1rem;justify-content:center}.btn-primary-lg{background:var(--ko-primary-blue-1);border:none;color:#fff;cursor:pointer;font-weight:700;padding:1rem 2rem;transition:background .2s ease}.btn-primary-lg:hover{background:var(--ko-primary-blue-2)}.btn-secondary-lg{background:#0000;border:1px solid var(--ko-border-dark-1);color:var(--ko-text-light-1);cursor:pointer;font-weight:700;padding:1rem 2rem}@media (max-width:600px){.error-actions{flex-direction:column;width:100%}.btn-primary-lg,.btn-secondary-lg{width:100%}.error-page__img-wrapper{max-width:250px}.error-page__content{padding:1rem}.error-page__container{height:100%}}
/*# sourceMappingURL=main.bd26721a.css.map*/