.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .3s ease-out}.page-loader.fade-out{opacity:0;pointer-events:none}.loader-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#318fab;border-radius:50%;animation:spin 1s linear infinite;will-change:transform}@keyframes spin{to{transform:rotate(360deg)}}.loader-text{margin-top:16px;font-size:14px;color:#666;font-weight:500}.loader-dots{display:inline-flex;gap:4px;margin-left:4px}.loader-dots span{width:4px;height:4px;background-color:#318fab;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.loader-dots span:nth-child(1){animation-delay:-.32s}.loader-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.loader-logo{width:60px;height:60px;margin-bottom:16px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loader-progress{width:200px;height:4px;background:#e0e0e0;border-radius:2px;overflow:hidden;margin-top:20px}.loader-progress-bar{height:100%;background:linear-gradient(90deg,#318fab,#4db8d6);animation:progress 1.5s ease-in-out infinite}@keyframes progress{0%{width:0%;margin-left:0%}50%{width:40%;margin-left:30%}to{width:0%;margin-left:100%}}@media (prefers-reduced-motion: reduce){.loader-spinner,.loader-dots span,.loader-logo,.loader-progress-bar{animation:none!important}.page-loader{transition:none!important}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--main-color: #143266;--input-color: #f84b50}body{font-size:1.6rem;font-family:Inter,sans-serif;margin:0;padding:0}input,textarea,select,button{font:inherit}.container{display:flex;width:100%;min-height:100vh;overflow:hidden}.school{width:66.67%}.school__img{width:100%;height:100%;object-fit:cover}.main{flex:1;padding:15px 24px 0;background-color:#ddd}.header__logo{height:50.5px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.header__logo-img{height:100%}.header__info{text-align:center}.header__name-school,.header__label{color:var(--main-color);font-size:1.8rem;font-weight:600;line-height:1.61}.header__label{font-size:2.3rem;line-height:1.34}.form{max-width:400px;margin:30px auto;padding:32px 32px 24px;background:#fff;border-radius:15px;box-shadow:0 8px 24px #0000001a}.form__title{color:#c52f33;font-size:3.2rem;font-weight:700;line-height:1.24;margin-bottom:12px}.form__desc{color:#6b778c;font-size:1.3rem;line-height:1.52;margin-bottom:48px}.form__group{position:relative;margin-bottom:32px}.form__group input{width:100%;height:100%;border:1px solid var(--input-color);border-radius:16px;padding:18px 16px 16px;font-size:1.6rem;outline:none;color:var(--input-color);transition:all .25s ease}.form__group label{position:absolute;left:16px;top:41%;transform:translateY(-50%);color:var(--input-color);font-size:1.6rem;pointer-events:none;transition:.25s ease;background:#fff;padding:0 4px}.form__group input:focus+label,.form__group input:not(:placeholder-shown)+label{top:0;font-size:1.2rem}.form__message{margin-top:6px;margin-left:10px;font-size:1.2rem;color:var(--input-color)}.form__group input:valid{border-color:var(--main-color);color:var(--main-color)}.form__group input:valid+label{color:var(--main-color)}.form__group input:valid+label+.form__message{visibility:hidden}.submit{width:100%;padding:14px;background-color:var(--main-color);color:#fff;font-size:1.6rem;border:none;border-radius:16px;cursor:pointer;transition:opacity .2s}.submit:hover{opacity:.9}.form__line{display:block;height:1px;width:100%;background-color:#ccc;margin:24px 0}.copyright{color:#6b778c;text-align:center;font-size:1.2rem;line-height:1.74}@media (max-width: 768px){.container{flex-direction:column}.school{display:none}.main{padding:2rem}.form{padding:2.4rem}}@media (min-width: 769px) and (max-width: 1024px){.container{flex-direction:row}.school,.main{width:50%}}*{box-sizing:border-box}:root{--main-color: #0c4874}html{font-size:62.5%}body{font-size:1.6rem;font-family:Arial,sans-serif}hr{margin:24px 0;flex-shrink:0;border-width:0px 0px thin;border-style:solid;border-color:#0000001f}a{text-decoration:none}.layout{display:flex;height:100vh;width:100vw}.layout__sidebar{background-color:var(--main-color);position:fixed;top:0;left:0;width:20.52vw;height:100vh}.sidebar__logo{height:110px;display:flex;justify-content:center}.logo-img{width:100px;height:50.5px;object-fit:cover;margin-top:10px}.sidebar__info{border-bottom:1px solid rgba(145,158,171,.24);border-top:1px solid rgba(145,158,171,.24)}.sidebar__user{display:flex;padding:8px;align-items:center;border-radius:16px;background:#757575;margin:17px}.user__icon{display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:50%;background:#fff;flex-shrink:0}.user__icon-img{width:36px;height:36px}.user__body{margin-left:8px;text-align:center}.user__name,.user__score,.user__role{color:#fff;font-size:1.4rem;font-weight:500;line-height:1.57}.user__name__tlk,.user__role__tlk{font-size:1.2rem!important}.sidebar__menu{padding:16px}.sidebar__menu-title{color:#fff;font-size:2.3063rem;font-weight:700;line-height:1.39;text-transform:uppercase}.navbar{margin-top:8px}.navbar__item:hover .navbar__link-text{transform:translate(15%)}.navbar__link-icon{display:inline-block;width:20px;height:20px}.navbar__link{color:#fff;font-size:1.4rem;font-weight:500;line-height:1.88;display:flex;align-items:center;position:relative;overflow:hidden;transition:color .3s ease;z-index:0;height:47px}.navbar__link:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;background:#ffffff40;border-radius:50px;transform:translate(-50%,-50%) scale(0);transition:transform .3s ease,opacity .4s ease;pointer-events:none;z-index:1}.navbar__link:active:after{transform:translate(-50%,-50%) scale(8);opacity:0}button.btn__quanlysv.active,button.btn__quanlygv.active,button.btn__quanlyhp.active,button.btn__quanlylhp.active{background-color:#c98a17;color:#fff}.navbar__link.active,.navbar__link.active .navbar__link-text{color:#c98a17}.navbar__link.active .navbar__link-icon{margin-left:8px}.navbar__link.active{-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;position:relative;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;display:flex;padding-top:0;padding-bottom:0;border-left:5px solid;border-image:linear-gradient(#6cdb8d00 25%,#2e3090 25%,orange 75%,#6cdb8d00 75%) 1 / 1 / 0 stretch}.btn__quanlysv.active,.btn__quanlysv{color:#c98a17}.navbar__link-text{margin-left:8px;display:inline-block;transition:transform .3s ease}.layout__main{margin-left:20.52vw;width:79.48vw;height:100vh;display:flex;flex-direction:column}.header__menu{background-color:var(--main-color);padding:10px 24px;display:flex;min-height:64px;align-items:center;justify-content:space-between;border-left:1px solid #fff;flex-shrink:0}.header__title{color:#fff;text-align:center;font-size:3.2rem;font-weight:700;line-height:1.24;text-transform:uppercase;margin-left:16px}.header__country{display:flex;position:relative;padding:12px;justify-content:center;align-items:center}.header__country-img{width:20px;height:13.333px;object-fit:cover}.header__user{display:flex;align-items:center}.language{position:absolute;top:50px;right:20px;padding:10px 15px;background-color:#fff;border:1px solid #ccc;border-radius:15px;box-shadow:0 2px 8px #0003;display:flex;z-index:100;width:240px;align-items:center;display:none}.language img{width:20px;height:20px;display:inline-block;margin-right:15px}.language p{display:inline-block}.header__user .user__icon{position:relative;width:32px;height:32px;margin-left:16px;color:#fff;background-color:#ccc}.modal{position:absolute;width:max-content;top:50px;right:20px;background-color:#fff;border:1px solid #ccc;border-radius:15px;box-shadow:0 2px 8px #0003;z-index:100;display:none}.modal h6,.language p{font-size:1.4rem;color:#6b778c;font-weight:600;white-space:nowrap}.name__student,.sign__out{padding:16px}.name__student{display:flex;align-items:center;justify-content:center}.border_bottom{border-bottom:1px solid rgba(0,0,0,.12)}.sign__out button{border-radius:15px;width:100%;background:#fff;height:35px;border:solid 1px;color:#6b778c;display:flex;align-items:center;justify-content:center}.sign__out button:hover{background-color:#1432660a}.sign__out svg{width:20px;height:20px;vertical-align:middle;margin-right:8px}.sign__out svg path{fill:#0d47a1}.change__password button{margin-top:8px;border-radius:0;border:none}.user__icon-img{width:70%;height:70%;display:block}.main__body{flex:1;display:flex;flex-direction:column;min-height:0;background:#f4f5f7;overflow-y:auto;overflow-x:auto}.body__title{flex-shrink:0;margin-bottom:12px;border-bottom:1px solid #e6e7e8;padding:20px 0 0 20px}.body__title-text{color:#fff;font-size:1.7rem;font-weight:700;line-height:2.18;text-transform:uppercase;background:var(--main-color);min-width:203px;display:inline-block;text-align:center;position:relative;padding:0 18px}.body__title-text:after{border-bottom:35px solid #7b848a;border-right:20px solid #0000;content:"";display:inline-block;height:0;position:absolute;right:-20px;top:0;width:0}.ripple{position:absolute;width:40px;height:40px;background:#ffffff4d;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%) scale(0);animation:ripple-effect .4s ease-out;z-index:1}@keyframes ripple-effect{to{transform:translate(-50%,-50%) scale(4);opacity:0}}.navbar__link{position:relative;overflow:hidden}.body__inner{background:#fff;padding:20px 16px;border-radius:20px;border:1px solid #ccc;margin:0 20px 20px;width:fit-content;min-width:96%}.body__inner.scroll-x{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.body__inner.scroll-x .hstack{display:inline-flex;gap:12px;white-space:nowrap}.search-form{display:flex;gap:16px;height:36px}.form__group__tracuu{position:relative}.form__select{width:250px;height:40px;border:1px solid #ccc;border-radius:16px;padding:8.5px 20px 8.5px 14px;font-size:1.6rem;outline:none;color:#172b4d;line-height:1.52;appearance:none;-moz-appearance:none;-webkit-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="%23999" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right 4px center;background-size:36px}.search-form .form__label{position:absolute;left:16px;transform:translateY(-50%);pointer-events:none;transition:.25s ease;background:#fff;padding:0 4px;top:0;font-size:1.2rem;color:#6b778c;line-height:1.56}.form__group__tracuu input{width:325px;height:40px;border:1px solid #ccc;border-radius:16px;padding:8.5px 14px;font-size:1.6rem;outline:none;color:#172b4d;line-height:1.52;transition:all .25s ease}.form__group__tracuu .form__floating-label{position:absolute;left:16px;top:21px;transform:translateY(-50%);font-size:1.6rem;pointer-events:none;transition:.25s ease;background:#fff;padding:0 4px;color:#6b778c;line-height:1.52}.form__group__tracuu input:focus+.form__floating-label,.form__group__tracuu input:not(:placeholder-shown)+.form__floating-label{top:0;font-size:1.2rem}.form__group__ctt input{height:40px!important}.form__button{display:flex;padding:8px;height:40px;border-radius:15px;align-items:center;justify-content:center;color:var(--main-color);background:transparent;border:2px solid;cursor:pointer}.table{width:100%;border-collapse:collapse;margin:24px auto;overflow-x:auto}.table thead{background-color:#0c4874;color:#fff}.table th,.table td{padding:6px 17px;border:1px solid #fff;font-size:1.4rem;text-align:center;font-weight:500;line-height:2;white-space:nowrap}.table td{border:1px solid rgb(128,128,128)}.main__body .phase{padding:18px;color:#172b4d;font-weight:600}.table_ldshp td{line-height:40px}.table_ldshp{table-layout:fixed;width:100%}.table_ldshp th.c-chon,.table_ldshp td:nth-child(1){width:71px}.table_ldshp th.c-ma,.table_ldshp td:nth-child(2){width:110px}.table_ldshp th.c-ten,.table_ldshp td:nth-child(3){width:340px}.table_ldshp th.c-stc,.table_ldshp td:nth-child(4){width:66px}.table_ldshp th.c-gv,.table_ldshp td:nth-child(5){width:200px}.table_ldshp th.c-action,.table_ldshp td:nth-child(6){width:120px}.table_ldshp tbody tr{height:44px;vertical-align:middle}.table_ldshp th,.table_ldshp td{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.table_ldshp td:last-child{min-width:230px}.table_ldshp td:last-child select{border-color:var(--main-color);color:var(--main-color);border:1px solid;border-radius:16px;padding:5px;margin:auto}.w__0{width:0px!important}.w__40{width:40px!important}.w__48{max-width:48px}.w__60{width:60px!important}.w__100{width:100px!important}.w__140{width:140px!important}.w__200{width:200px!important}.w__280{width:280px!important}.w__100p{width:100%!important}input{border:1px solid #0c4874}.form__floating-label.top__21{top:21px}.fieldeset__dkhp{border:1px solid #172b4d;width:100%;padding:0 15px}legend{background-color:#fff;color:#172b4d;padding:3px 6px;margin-left:10px;font-size:1.4rem;font-weight:600}.main__body{flex:1;overflow-y:auto;overflow-x:auto;background:#f0f0f0}.fieldset__quanly{position:relative;margin-top:15px;border:1px solid #172b4d;width:100%;padding:0 15px}.fieldset__thongke{position:relative;border:1px solid #172b4d;width:100%;padding:0 15px}.btn__quanlysv,.btn__quanlygv,.btn__quanlyhp,.btn__quanlylhp{border-radius:20px;width:220px;height:40px;background-color:#0c4874;color:#fff;font-weight:600;cursor:pointer;margin-right:10px}.btn__quanly:hover{background-color:#3b68b6}.btn__add{position:absolute;display:flex;align-items:center;justify-content:center;top:-25px;right:20px;border-radius:50%;width:30px;height:30px;background-color:#0c4874;border:3px solid #fff;color:#fff;padding:0}.btn__sort{position:absolute;display:flex;align-items:center;justify-content:center;top:-25px;right:50px;border-radius:50%;width:30px;height:30px;background-color:#0c4874;border:3px solid #fff;color:#fff;padding:0}.table_quanly td{border:1px solid #ccc}.form__group__quanly{position:absolute}.form__group__quanly .form__input{width:162px;height:20px;padding:10px;border:1px solid #172b4d}input.form__floating-label__quanly{position:absolute;left:16px;top:47%;transform:translateY(-50%);font-size:1.6rem;pointer-events:none;transition:.25s ease;background:#fff;padding:0 4px;color:#6b778c;line-height:1.52}.form__group__quanly input:placeholder-shown{font-size:15px}.container-modal-popup{display:flex;align-items:center;justify-content:center}.modal-popup{display:inline-block;padding:20px;border-radius:20px;max-height:100vh;overflow-y:auto}.modal-popup .md-btn-cancel{position:absolute;top:10px;right:10px;border:0px;cursor:pointer;color:#e53636;font-weight:700;background:none;border:none}.modal-popup h1{font-size:2.5rem;font-weight:700;margin-bottom:25px}.modal-popup-row{display:flex;gap:50px}.modal-popup-row label{position:unset;display:block;color:#172b4d;font-size:1.4rem}.md-btn-add{margin-top:20px;width:100%;cursor:pointer;border-radius:20px;padding:10px 0;border:1px solid #172b4d;background-color:#347db0;color:#fff;font-weight:600}#md-Khoa,#md-mon,#md-chung,#md-Nganh,#md-loaimon,#md-monchung{width:260px;height:40px;border-radius:20px}.modal-popup-row .form__group input{width:260px;height:40px}.modal-popup-row .form__group select{border:1px solid #0c4874}.modal-popup-row .form__group select option{width:260px;height:40px;border-radius:20px}.modal-popup-row .form__group #excelUpload,#excelUpload{padding:0;border:none;border-radius:0;width:100%}.left__120{left:230px}.tr__hover tr:hover{background-color:#1432660a}.btn__chung{border:1px solid #172b4d;border-radius:20px;background-color:#0c4874;color:#fff;transition:.3s;height:40px}.btn__chung:hover{background-color:#347db0;box-shadow:0 0 5px 1px #0c4874}.btn__cancel{border:1px solid rgb(227,45,45);border-radius:20px;transition:.3s;color:#e32d2d;background-color:#fff}.btn__cancel:hover{background-color:#e32d2d;color:#fff;border:none;box-shadow:0 0 5px 1px #8f1b1b}.btn-cancel{width:60px;border:1px solid rgb(227,45,45);border-radius:20px;transition:.3s;color:#e32d2d;background-color:#fff}.btn-cancel:hover{background-color:#e32d2d;color:#fff;border:none;box-shadow:0 0 5px 1px #8f1b1b}.btn__update{border:none;border-radius:50px;transition:.3s;background-color:#4caf50;color:#fff}.btn__update:hover{border:none;border-radius:50px;transition:.3s;box-shadow:0 0 5px 1px #16762b}.btn__update svg{flex-shrink:0;width:15px}.btn__quanly__container{display:inline-flex;align-items:center;gap:10px}.btn__momo{color:#fff;background-color:#d82d8b;border:none;border-radius:20px}.gap_10{gap:10px!important}.p__0{padding:0!important}.w20__h20{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;font-size:1.2rem}.w50__h20{display:inline-flex;align-items:center;justify-content:center;width:55px;height:30px;font-size:1.2rem}.w40{width:40px}.w350{width:350px!important}.mr_20{margin-right:20px}.mr_8{margin-right:8px!important}.ml__20{margin-left:20px}.mr_0{margin-right:0!important}.mb_0{margin-bottom:0!important}.mr_10{margin-right:10px}.mt_20{margin-top:20px}.mtb_20{margin:20px 0!important}.mt__10{margin-top:10px}.mb_10{margin-bottom:10px}.w_380{width:380px}.h100vh{height:100vh}.h__40{height:40px!important}.h__35__w__35{height:35px!important;width:35px!important}.h__30{height:30px!important}.h__40__w__100{height:40px!important;width:100px!important}.P__10__20{padding:10px 20px}.df_center{display:flex;align-items:center;justify-content:center;margin:auto}.bold{font-weight:600;color:#172b4d}.sub__title_chuyenphase{display:block;padding-bottom:20px;margin-top:15px;margin-bottom:20px;color:#172b4d;font-weight:700;font-size:18px;border-bottom:1px solid #ccc}.form-section{margin-bottom:30px}.sub__title_gd{display:block;margin-bottom:20px;color:#172b4d;font-weight:700;font-size:15px}.search-form__gd{position:relative}.search-form__gd:after{position:absolute;content:"";display:block;width:100%;height:1px;background-color:#ccc;top:50px}.note__gd{display:flex;align-items:center;font-size:14px;color:#172b4d;font-weight:600;margin-bottom:16px}.note__dkhp{display:flex;align-items:center;font-size:14px;color:#172b4d;font-weight:600;margin-top:15px}.note__gd span{display:inline-block;width:15px;height:15px;margin:0 4px;background-color:#33e6ff}.note__dkhp .note__highlight__yellow{display:inline-block;width:15px;height:15px;margin:0 4px;background-color:#ff0}.note__dkhp .note__highlight__red{display:inline-block;width:15px;height:15px;margin:0 4px;background-color:red}.row__highlight{background-color:#33e6ff}.svg__gd__refesh{width:20px;color:#0c4874;margin-right:5px}.row-cancelled{background-color:#ff6a00}.btn__refesh{display:inline-flex;justify-content:center;align-items:center;border-radius:20px;background-color:#fff;color:#0d47a1;border:1px solid #0d47a1}.df{display:inline-flex;align-items:center}.setting__container{position:absolute;height:100vh;background-color:#42424280;width:100vw;top:0;left:0}.setting{position:absolute;height:100vh;width:320px;background-color:#fff;right:0;padding:22px 16px}.btn__setting{position:fixed;display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:50%;background-color:#0c4874;color:#fff;border:0px;bottom:32px;right:32px;cursor:pointer;z-index:9999}.btn__setting svg{width:24px;height:24px;display:block;flex-shrink:0}.setting__title{font-size:18px;font-weight:700;color:#172b4d;margin-bottom:25px}.setting__container input{width:100%;margin-bottom:10px}.btn__setting__submit,.btn__setting__clean{display:block;width:100%;margin-bottom:30px}.md-hp-nganh{position:relative;cursor:pointer;border:1px solid #aaa;padding:8px 12px;border-radius:20px;min-height:40px;width:100%;max-width:570px;user-select:none;color:#555;margin-top:8px;margin-bottom:30px}.md-hp-nganh>div:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.md-hp-nganh>div:last-child{position:absolute;top:100%;left:0;width:100%;max-height:160px;overflow-y:auto;background-color:#fff;border:1px solid #ccc;border-top:none;box-shadow:0 2px 8px #00000026;z-index:2000;padding:8px 12px;border-radius:0 0 4px 4px}.md-hp-nganh>div:last-child>div{display:flex;align-items:center;margin-bottom:6px}.md-hp-nganh>div:last-child>div:last-child{margin-bottom:0}.md-hp-nganh input[type=checkbox]{margin-right:8px;width:16px;height:16px;cursor:pointer}.md-hp-nganh svg{width:16px;margin-top:3px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999!important}.notify-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px 30px;border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:1000;width:320px;text-align:center}.notify-modal.success{border-left:6px solid #4caf50;color:#2e7d32}.notify-modal.error{border-left:6px solid #f44336;color:#c62828}.btn-close-notify{margin-top:15px;background-color:#1976d2;border:none;color:#fff;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.btn-close-notify:hover{background-color:#0d47a1}.confirm-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:25px 30px;border-radius:8px;box-shadow:0 5px 15px #0006;z-index:1000;width:360px;text-align:center;font-weight:500;color:#333}.confirm-modal p{margin-bottom:20px;font-size:1.1rem}.confirm-modal button{padding:8px 18px;border-radius:4px;border:none;font-weight:600;cursor:pointer;margin:0 8px;transition:background-color .3s ease}.btn-ok{background-color:#e53935;color:#fff}.btn-ok:hover{background-color:#b71c1c}.selecy__duyethp__container{display:flex;align-items:center;margin-bottom:20px}th{font-weight:600!important}.class-item{margin:5px;background:#b2d4eb;padding:8px;border-radius:5px;color:#0a4358;line-height:1.43}.class-item strong,.empty-state{font-weight:700!important;color:red}.class-item .tkb__gv{color:#00f}.table__tkb th{border:1px solid grey;vertical-align:middle}.tkb__phong{background-color:#c2ccd6;font-weight:700!important;color:#172b4d;vertical-align:middle}.phase strong{line-height:2}.phase .span__hk-nk{color:#4caf50}.highlight-today{background-color:#384289}.week-navigation-container svg{height:16px;width:16px;display:block;flex-shrink:0}.week-navigation-container button{display:inline-flex;gap:5px;margin-right:10px;align-items:center}.thanh-toan__table{background-color:#0c4874;color:#fff;font-weight:600!important}.btn__thanhtoan{background-color:#d82d8b;color:#fff;border-radius:20px;transition:.3s;display:flex;align-items:center;gap:5px;font-weight:600;padding:8px 20px;margin-bottom:22px}.btn__thanhtoan:hover{background-color:#a50064;box-shadow:0 0 5px 1px #de148d;border:1px solid #de148d}.btn__thanhtoan svg{width:28px;height:28px}.tk-mt-16{margin-top:16px}.tk-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0}.tk-label{font-weight:600;margin-right:8px}.tk-select{min-width:320px;padding:8px 10px;border:1px solid #ddd;border-radius:16px;background:#fff}.tk-status{opacity:.5;transition:opacity .2s ease}.tk-status.is-loading{opacity:1}.tk-grid{display:grid}.tk-grid-12{grid-template-columns:repeat(12,minmax(0,1fr))}.tk-gap-16{gap:16px}.tk-col-span-2{grid-column:span 2}.tk-col-span-6{grid-column:span 6}.tk-col-span-12{grid-column:span 12}.tk-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:12px;box-shadow:0 2px 10px #0000000a;height:100%}.tk-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.tk-card__title{font-weight:700}.btn-tk__zoom,.btn-tk__close{background:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;height:44px;width:44px;display:inline-flex;align-items:center;justify-content:center}.btn-tk__zoom svg,.btn-tk__close svg{width:22px;height:22px;display:block}.kpi{background:#fff;border:1px solid #eee;border-radius:12px;padding:12px;box-shadow:0 2px 10px #0000000a;height:110px}.kpi__title{font-size:12px;color:#666}.kpi__value{font-size:22px;font-weight:800;margin-top:6px}.kpi__sub{font-size:12px;color:#888;margin-top:4px}.tk-modal__overlay{position:fixed;inset:0;background:#0006;z-index:50}.tk-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(1080px,92vw);height:min(700px,90vh);background:#fff;border-radius:14px;border:1px solid #eee;z-index:60;padding:12px;display:flex;flex-direction:column;animation:modalIn .18s ease-out;will-change:transform,opacity}.tk-modal__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #eee}.tk-modal__title{font-weight:600}@keyframes modalIn{0%{opacity:0;transform:translate(-50%,-48%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.tk-chart{height:260px}.tk-chart--lg{height:520px}.btn-tk__zoom:hover{background-color:#0c4874;transition:.3s;border:1px solid #0c4874}.btn-tk__zoom:hover path{fill:#fff}.btn-tk__close:hover{background-color:#d1373e;transition:.3s;border:1px solid #d1373e}.btn-tk__close:hover path{fill:#fff}.badge-paid{display:inline-block;padding:4px 10px;background-color:#4caf50;color:#fff;border-radius:20px;font-size:14px;font-weight:600}.badge-unpaid{display:inline-block;padding:4px 10px;background-color:#f44336;color:#fff;border-radius:6px;font-size:14px;font-weight:600}.phases-form{display:block!important;width:100%;height:auto!important;min-height:unset!important;overflow:visible!important;padding:0;gap:0}.phases-form .phase-row{display:grid;grid-template-columns:minmax(180px,250px) 1fr 1fr;gap:16px;align-items:center;margin-bottom:10px;width:100%}.phases-form .form__group{margin:0!important}.phases-form .btn__chung{margin-top:8px;align-self:flex-start}.phases-form,.phases-form *{white-space:normal}.phases-form .phase-row+.phase-row{border-top:1px dashed #e5e7eb;padding-top:12px}.phase-row{display:grid;grid-template-columns:minmax(180px,280px) 1fr 1fr;gap:16px;align-items:center;margin-bottom:12px}@media (max-width: 767px){.btn__hamburger{display:flex;align-items:center}.header__title{display:none}.layout__main{width:100vw;margin:0}.layout{display:block}.layout__sidebar{position:fixed;top:0;left:-260px;width:260px;height:100vh;background-color:var(--main-color);box-shadow:2px 0 8px #0003;z-index:1000;transition:left .3s ease}.layout__sidebar.is-open{left:0}.layout__overlay{position:fixed;inset:0;background:#0006;z-index:999}.layout__overlay.show{display:block}.phases-form .phase-row{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.user__name__tlk,.user__role__tlk{font-size:1rem!important}}@media (min-width: 768px) and (max-width: 1023px){.btn__hamburger{display:flex;align-items:center}.layout__main{width:100vw;margin:0}.layout{display:block}.layout__sidebar{position:fixed;top:0;left:-260px;width:260px;height:100vh;background-color:var(--main-color);box-shadow:2px 0 8px #0003;z-index:1000;transition:left .3s ease}.layout__sidebar.is-open{left:0}.layout__overlay{position:fixed;inset:0;background:#0006;z-index:999}.layout__overlay.show{display:block}.header__title{font-size:21px}.user__name__tlk,.user__role__tlk{font-size:1rem!important}}@media (min-width: 1024px){.btn__hamburger{display:none}}.btn__hamburger{padding:0;width:30px;height:30px;background:none;border:none;cursor:pointer}.btn__hamburger svg{width:30px;height:30px}.title__siso{font-weight:700;color:#172b4d}.ql__buttons{display:flex;gap:1rem;margin-bottom:10px}.btn__add,.btn__sort{padding:.5rem 1rem;margin-right:10px;cursor:pointer}.modal-popup{background:#fff;padding:20px;border-radius:8px;width:600px;margin:35px auto;position:absolute;z-index:999}.container-modal-popup{position:fixed;inset:0;background-color:#0000004d;display:flex;justify-content:center;align-items:center}.modal-popup-row{display:flex;gap:1rem;margin-bottom:1rem}.md-btn-add{margin-top:10px}.pos__unset{position:unset!important;color:#172b4d!important}.crud_nganh{width:100%;margin-bottom:40px}.crud_nganh label{display:flex;align-items:center;font-size:1.6rem;margin-bottom:6px}.crud_nganh div label input[type=checkbox]{margin-right:5px;flex-shrink:0;height:20px;width:20px}.crud_nganh div label span{flex-shrink:0;margin:0}.crud_nganh-list{background-color:#f0f0f0;padding:10px;border:1px solid #ccc;border-radius:10px;min-height:40px}.flex_col{display:flex;flex-direction:column}.crud_monhoc_dk{height:30px;margin-bottom:10px;border:1px solid #0c4874}.forget_password_text{font-size:14px;font-weight:400;color:#6b778c;cursor:pointer}.forget_password_text:hover{text-decoration:underline}.cp-card{--cp-border: #eaedf3;--cp-bg: #fff;--cp-head-bg: #a8b9ca;--cp-shadow: 0 8px 20px rgba(2, 14, 34, .06);--cp-radius: 16px;background:var(--cp-bg);border:1px solid var(--cp-border);border-radius:var(--cp-radius);box-shadow:var(--cp-shadow);overflow:hidden}.cp-row{display:grid;grid-template-columns:1fr 160px;gap:12px;align-items:center;padding:14px 18px;border-top:1px dashed var(--cp-border);transition:background .16s ease;border-radius:16px}.cp-row:first-of-type{border-top:0}.cp-row:hover{background:#a9c0d83d;border-radius:16px}.cp-row--head{background:var(--cp-head-bg);border-bottom:1px solid var(--cp-border);border-top:0;font-weight:600;color:#0f1b2d}.cp-cell{min-height:28px}.cp-cell--right{display:flex;justify-content:center}.cp-label{display:inline-flex;align-items:center;gap:10px;font-weight:500;color:#20304a}.cp-dot{width:8px;height:8px;border-radius:999px;background:#3b82f6;box-shadow:0 0 0 4px #3b82f61f}.cp-footer{display:flex;justify-content:center;gap:12px;padding:16px 18px 18px;background:linear-gradient(180deg,#02061700,#fafcff);border-top:1px solid var(--cp-border)}.status-row{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px}.status-row .bold{min-width:80px}.span__hk-nk{font-weight:500}.status-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-weight:600;font-size:13px;line-height:1.2}.status-pill--active{color:#16a34a;background-color:#dcfce7}.status-pill--time{color:#cf373d;background-color:#eccdcf}.status-pill--neutral{color:#124874;background-color:#e0ebf3}.tabs{display:flex;align-items:center}.tabs>button{display:inline-flex;align-items:center;justify-content:center}.btn-back-icon{padding:0}.btn-back-icon svg{width:16px;height:16px;display:block}.tabs-container{display:flex;align-items:center;gap:24px}.tab-btn{display:inline-flex;align-items:center;cursor:pointer;color:#fff;margin-top:6px}.tab-btn input[type=radio]{margin-right:6px;vertical-align:middle;margin-top:0;accent-color:#143266}.tab-btn span{line-height:1;display:inline-block}.cp-row.cp-row--active{outline:2px solid rgba(49,143,171,.9);background:#318fab1f;box-shadow:0 0 0 4px #318fab14;border-radius:10px}.cp-row.cp-row--active .cp-label{font-weight:600}.cp-modal__overlay{position:fixed;inset:0;background:#1118278c;display:flex;align-items:center;justify-content:center;z-index:1100}.cp-modal__popup{width:min(480px,90vw);background:#fff;border-radius:12px;padding:20px 24px;animation:cp-modal-in .18s ease-out}@keyframes cp-modal-in{0%{transform:translateY(6px);opacity:.6}to{transform:translateY(0);opacity:1}}.cp-modal__header{display:flex;align-items:center;justify-content:center;margin-bottom:6px}.cp-modal__header p{font-size:16px!important;font-weight:600!important;color:#172b4d}.cp-modal__close{background:transparent;border:none;font-size:18px;line-height:1;cursor:pointer}.cp-modal__msg{margin:8px 0;font-size:14px}.cp-modal__msg.is-error{color:#dc2626}.cp-modal__msg.is-ok{color:#16a34a}.cp-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.cp-btn{padding:10px 14px;border-radius:20px;border:none;cursor:pointer}.cp-btn--ghost{border:1px solid rgb(227,45,45);border-radius:20px;transition:.3s;color:#e32d2d;background-color:#fff}.cp-btn--ghost:hover{background-color:#e32d2d;color:#fff;box-shadow:0 0 5px 1px #e32d2d}.cp-btn--primary{background:#0c4874;color:#fff}.cp-btn--primary:hover{background-color:#347db0;box-shadow:0 0 5px 1px #0c4874}.cp-btn[disabled]{opacity:.7;cursor:default}.form__change__password{max-width:400px;margin:30px auto;background:#fff;border-radius:15px}.form__group{position:relative;margin-bottom:16px}.form__group>input{width:100%;padding:12px 44px 12px 12px;border:1px solid #e5e7eb;border-radius:16px;outline:none;background:#fff}.form__group>input:focus{border-color:#1e66f5}.form__group>label{position:absolute;left:12px;top:38%;transform:translateY(-50%);padding:0 4px;background:#fff;color:#6b7280;transition:all .15s ease;pointer-events:none}.form__group>input:not(:placeholder-shown)+label,.form__group>input:focus+label{top:0;transform:translateY(-50%) scale(.92);color:#dc2626}.form__message{font-size:12px;color:#6b7280;margin-top:6px}.form__group.has-error>input{border-color:#dc2626}.form__group.has-error .form__message{color:#dc2626}.pw-eye-btn{position:absolute;right:8px;top:40%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:6px;line-height:0;color:#64748b}.pw-eye-btn:hover{color:#0f172a}.toast__container{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{width:320px;height:48px;border-radius:10px;box-shadow:0 6px 20px #0000001a;overflow:hidden;transform:translate(120%);opacity:0;transition:all .25s ease}.toast--enter{transform:translate(0);opacity:1}.toast--leave{transform:translate(120%);opacity:0}.toast__content{position:relative;display:flex;align-items:center;height:100%;padding:0 16px;color:#fff}.toast__text{display:flex;align-items:center;gap:8px}.toast_svg svg{width:12px;height:12px}.toast_svg{display:flex;align-items:center;justify-content:center;height:23px;width:23px;border-radius:50%;box-shadow:0 1px 5px #0000001c}.toast__title{font-weight:600;font-size:14px}.toast__message{font-size:13px;max-width:240px;word-wrap:break-word}.toast__close{position:absolute;right:10px;transform:translateY(-50%);border:none;background:none;cursor:pointer;color:#fff;padding:4px;font-size:12px;line-height:1;transition:opacity .2s}.toast__close:hover{opacity:.7}.toast--info{background-color:#2975ee}.toast--success{background-color:#4d9a51}.toast--error{background-color:#d84646}.toast--warning{background-color:#f59e0b}.toast--info .toast_svg{background-color:#518ded}.toast--success .toast_svg{background-color:#61d245}.toast--error .toast_svg{background-color:#ff4b4b}.toast--warning .toast_svg{background-color:#e7a622}.confirm__overlay{position:fixed;inset:0;background:#11182773;display:flex;align-items:center;justify-content:center;z-index:10000}.confirm__modal{height:fit-content;width:400px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;padding:18px 16px;animation:confirmPop .16s ease-out}@keyframes confirmPop{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.confirm__title{margin:0 0 6px;font-size:18px;font-weight:700;color:#111827}.confirm__message__container{padding:12px 0}.confirm__message{color:#172b4d;line-height:1.45;text-align:center;font-weight:600;margin-bottom:5px}.confirm__message__h6{font-size:13px;color:#172b4d;line-height:1.45;text-align:center;font-weight:500}.confirm__actions{display:flex;gap:10px;justify-content:center;padding:12px 0}.confirm__btn{min-width:96px;height:40px;padding:0 12px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-weight:600}.confirm__btn.cancel{background:#fff;border-color:#f5005699;color:#f50056;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px}.confirm__btn.cancel:hover{background-color:#1432660a;border-color:#f50056;border-radius:16px}.confirm__btn.confirm{background:#fff;color:#fff;border:1px solid #143266a0;border-radius:16px}.confirm__btn.confirm:hover{background-color:#1432660a;color:#fff;border:1px solid #143266;border-radius:16px}.confirm__btn.confirm svg{width:16px}.confirm__btn.cancel svg{width:20px}.confirm__icon--wrapper{display:flex;align-items:center;justify-content:center;background-color:orange;border-radius:50%;height:104px;width:104px;margin:16px auto}.confirm__icon--wrapper svg{width:70px;height:70px}:root{--cbt-bg: #f6f9fc;--cbt-panel: #ffffff;--cbt-border: #d6e1ea;--cbt-text: #102a43;--cbt-muted: #5b6b7a;--cbt-accent: #0c4874;--cbt-accent-soft: #e6f0f7;--cbt-green: #2e7d32;--cbt-danger: #d32f2f;--cbt-shadow: 0 10px 32px rgba(16, 42, 67, .08);--cbt-radius: 14px;--cbt-radius-sm: 10px;--cbt-gap: 10px;--cbt-gap-sm: 6px;--cbt-font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Inter, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";--cbt-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}.cbt-noselect{user-select:none!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cbt-idle-bounce{0%,to{transform:translateY(0)}2%{transform:translateY(-10px)}4%{transform:translateY(0)}5%{transform:translateY(-4px)}6%{transform:translateY(0)}}.cbt-fab{position:fixed;z-index:1100;width:56px;height:56px;border-radius:999px;border:none;display:grid;place-items:center;cursor:grab;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease;will-change:transform;background:#0c497425;backdrop-filter:blur(4px);color:var(--cbt-accent);box-shadow:0 4px 12px #0000001a,inset 0 0 0 1px #fff3}.cbt-fab:before{content:"";position:absolute;inset:-2px;border-radius:50%;border:2px solid transparent;border-top-color:var(--cbt-accent);animation:spin 3s linear infinite;pointer-events:none;transition:opacity .3s ease}.cbt-fab:hover,.cbt-fab:active,.cbt-fab.is-open{background:var(--cbt-accent);color:#fff;box-shadow:0 12px 36px #0c48741f;backdrop-filter:none;border-color:transparent}.cbt-fab:hover:before,.cbt-fab:active:before,.cbt-fab.is-open:before{opacity:0;animation-play-state:paused}.cbt-fab:active{transform:scale(.95);cursor:grabbing}.cbt-fab svg{width:24px;height:24px}.cbt-fab:not(:hover):not(:active):not(.is-open){animation:cbt-idle-bounce 20s ease-in-out infinite;animation-delay:3s}.cbt-panel{position:fixed;z-index:1099;width:420px;height:560px;border-radius:var(--cbt-radius);background:var(--cbt-panel);color:var(--cbt-text);border:1px solid var(--cbt-border);box-shadow:var(--cbt-shadow);display:flex;flex-direction:column;overflow:hidden;font-family:var(--cbt-font)}.cbt-header{height:54px;position:relative;padding:12px;border-bottom:1px solid var(--cbt-border);background:#0c3f65}.cbt-header-main{display:flex;align-items:center;justify-content:space-between}.cbt-header-title{display:flex;flex-direction:column;gap:2px;align-items:center}.cbt-header-app{font-size:15px;font-weight:700;color:#fff}.cbt-header-mode{font-size:12px;color:#dbeafe;opacity:.9}.cbt-title{font-weight:700;letter-spacing:.2px;font-size:15px;color:#fff}.cbt-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cbt-close{width:28px;height:28px;border:none;background:transparent;color:#fff;border-radius:999px;font-size:16px;cursor:pointer;rotate:0deg;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.cbt-close:hover{background:#ffffff1f;rotate:90deg}.cbt-back{display:flex;width:28px;height:28px;border:none;background:transparent;color:#fff;border-radius:999px;font-size:22px;cursor:pointer;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .3s ease}.cbt-back:hover{background:#ffffff1f;transform:translate(-5px)}.cbt-modebar{padding:6px 10px 8px;border-bottom:1px solid var(--cbt-border);background:linear-gradient(180deg,#0c487414,#0c487405);display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.cbt-modebtn{font-size:11.5px;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#ffffffe6;color:var(--cbt-accent);cursor:pointer;display:inline-flex;align-items:center;gap:4px}.cbt-modebtn:hover{background:#f5fbff}.cbt-modebtn--active{background:#0c4874;color:#fff;border-color:#0c4874}.cbt-modebtn--ghost{margin-left:auto;opacity:.9}@media (max-width: 480px){.cbt-modebar{gap:4px}.cbt-modebtn{font-size:11px;padding:3px 7px}}.cbt-body{flex:1 1 auto;overflow:auto;padding:10px 12px;display:flex;flex-direction:column;gap:10px;background:var(--cbt-bg)}.cbt-body.cbt-narrow{gap:12px}.cbt-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cbt-card{text-align:left;padding:12px;border-radius:var(--cbt-radius-sm);border:1px solid var(--cbt-border);background:#fff;cursor:pointer;transition:border-color .15s ease,transform .15s ease,background-color .15s ease,box-shadow .15s ease;box-shadow:0 2px 10px #102a430a;will-change:transform}.cbt-card:hover{border-color:#c7d6e1;background:#f9fcff;transform:translateY(-1px);box-shadow:0 6px 18px #102a4314}.cbt-emoji{font-size:22px;line-height:1}.cbt-card-title{font-weight:700;margin-top:6px;font-size:14px;color:var(--cbt-text)}.cbt-card-desc{font-size:12px;color:var(--cbt-muted);margin-top:3px}.cbt-hint{font-size:12px;color:var(--cbt-muted)}.cbt-msg{display:flex}.cbt-msg.user{justify-content:flex-end}.cbt-msg.bot,.cbt-msg.system{justify-content:flex-start}.cbt-bubble-wrap{max-width:82%;display:grid;gap:6px}.cbt-bubble{padding:9px 11px;line-height:1.42;border-radius:12px;border:1px solid var(--cbt-border);background:#fff;font-size:13.5px;color:var(--cbt-text);white-space:normal;word-break:break-word}.cbt-msg.user .cbt-bubble{background:var(--cbt-accent-soft);border-color:#c6d9e8}.cbt-msg.system .cbt-bubble{background:#fffdf3;border-style:dashed;color:#7a6a00;border-color:#f1e2a5}.cbt-title-sm{font-weight:800;margin-bottom:4px;font-size:14px;color:var(--cbt-accent)}.cbt-desc{opacity:.98;margin-top:2px}.cbt-meta{font-size:11.5px;color:var(--cbt-muted);margin-top:5px}.cbt-block{margin:6px 0}.cbt-hr{border:none;border-top:1px solid var(--cbt-border);margin:8px 0}.cbt-pre{font-size:13.5px;line-height:1.45}.cbt-pre strong{font-weight:800;color:var(--cbt-accent)}.cbt-ul{padding-left:18px;margin:4px 0}.cbt-html table{border-collapse:collapse;width:100%}.cbt-html table td,.cbt-html table th{border:1px solid var(--cbt-border);padding:6px 8px;font-size:13px}.cbt-code{font-family:var(--cbt-mono);background:#f1f7fc;padding:1px 4px;border-radius:6px;border:1px solid #d6e6f2;font-size:12.5px;color:#0c3f65}.cbt-tools{display:flex;gap:6px;justify-content:flex-end}.cbt-tool-btn{border:1px solid var(--cbt-border);background:#fff;color:var(--cbt-muted);padding:3px 8px;border-radius:7px;font-size:12px;cursor:pointer}.cbt-tool-btn:hover{color:var(--cbt-accent);border-color:#bcd0dd;background:#f5fbff}.cbt-switches{display:flex;gap:6px;flex-wrap:wrap}.cbt-minibtn{border:1px solid var(--cbt-border);color:var(--cbt-accent);background:#fff!important;padding:4px 8px;border-radius:8px;font-size:12px;cursor:pointer}.cbt-minibtn:hover{border-color:#c7d6e1;background:#f5fbff}.cbt-topk{display:inline-flex;align-items:center;gap:6px;color:var(--cbt-muted);font-size:12px;border:1px dashed var(--cbt-border);padding:3px 8px;border-radius:8px;background:#fff}.cbt-topk input{width:46px;background:#fff;color:var(--cbt-text);border:1px solid var(--cbt-border);border-radius:6px;padding:2px 6px;font-size:12px}.cbt-input{display:flex;gap:8px;border-top:1px solid var(--cbt-border);padding:8px 10px;background:linear-gradient(180deg,#fff,#0c48740a)}.cbt-input input{flex:1;border:1px solid var(--cbt-border);background:#fff;color:var(--cbt-text);border-radius:10px;padding:9px 11px;font-size:13.5px;outline:none}.cbt-input input:focus{border-color:#b8d0e0;box-shadow:0 0 0 3px #0c48741a}.cbt-input button{border:1px solid #b8d0e0;background:var(--cbt-accent);color:#fff;padding:8px 12px;border-radius:10px;font-size:13px;cursor:pointer}.cbt-input button:hover{filter:brightness(1.05)}.cbt-input button:disabled{opacity:.6;cursor:not-allowed}.cbt-toast{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#0c4874e6;color:#fff;padding:6px 10px;border-radius:8px;font-size:12px;border:1px solid rgba(12,72,116,.25)}.cbt-body::-webkit-scrollbar{width:8px}.cbt-body::-webkit-scrollbar-thumb{background:#d3e2ee;border-radius:8px}.cbt-body::-webkit-scrollbar-track{background:transparent}@media (max-width: 480px){.cbt-panel{width:calc(100vw - 24px);height:70vh}.cbt-grid{grid-template-columns:1fr}.cbt-bubble-wrap{max-width:92%}}@media (prefers-reduced-motion: reduce){.cbt-fab,.cbt-fab:before,.cbt-card,.cbt-close,.cbt-back{animation:none!important;transition:none!important}}
