.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#e6f0f0,#fff);border-radius:12px;box-shadow:0 8px 32px #0003;padding:48px 40px;z-index:1000;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.login-modal{width:500px;max-width:90vw}.modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:transparent;font-size:20px;color:#999;cursor:pointer;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f5f5f5;color:#333}.login-logo{display:flex;align-items:center;gap:12px;margin-bottom:32px}.login-logo__icon{font-size:48px;line-height:1}.login-logo__text{display:flex;flex-direction:column;gap:4px}.login-logo__title{font-size:20px;font-weight:700;color:#007071;letter-spacing:1px}.login-logo__subtitle{font-size:12px;color:#666;letter-spacing:.5px}.login-title{margin:0 0 12px;font-size:26px;font-weight:600;color:#333;text-align:left}.login-subtitle{margin:0 0 32px;font-size:14px;color:#999;text-align:left}.login-form{display:flex;flex-direction:column;gap:24px}.login-form .form-item{display:flex;flex-direction:column;gap:10px}.login-form .form-label{font-size:15px;color:#333;font-weight:500}.login-form .form-label .required{color:#ff4d4f;margin-right:4px}.login-form .form-input{padding:14px 16px;font-size:14px;border:none;border-radius:6px;outline:none;transition:all .3s ease;background:#f0f4f4}.login-form .form-input:focus{background:#e8eeee;box-shadow:0 0 0 2px #40b1b533}.login-form .form-input::placeholder{color:#bbb;font-size:14px}.login-error{padding:10px 14px;font-size:13px;color:#ff4d4f;background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;margin-top:-8px}.login-submit{padding:14px 24px;font-size:16px;font-weight:500;color:#007071;background:#e6f0f0;border:1px solid #c0d9d9;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:16px}.login-submit:hover:not(:disabled){background:#d4e8e8;border-color:#40b1b5;transform:translateY(-1px);box-shadow:0 4px 12px #00707126}.login-submit:active:not(:disabled){transform:translateY(0)}.login-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.login-modal{width:90vw;padding:32px 24px}.login-logo__icon{font-size:40px}.login-logo__title{font-size:18px}.login-title{font-size:22px}.login-subtitle{font-size:13px}}.register-modal{width:500px;max-width:90vw;max-height:90vh;overflow-y:auto;padding:32px;background:linear-gradient(135deg,#e6f0f0,#fff)}@media (max-height: 700px){.register-modal{padding:20px 24px}}.register-logo{display:flex;align-items:center;gap:12px;margin-bottom:20px}@media (max-height: 700px){.register-logo{margin-bottom:12px}}.register-logo__icon{font-size:40px;line-height:1}@media (max-height: 700px){.register-logo__icon{font-size:32px}}.register-logo__text{display:flex;flex-direction:column;gap:4px}.register-logo__title{font-size:20px;font-weight:700;color:#007071;letter-spacing:1px}.register-logo__subtitle{font-size:12px;color:#666;letter-spacing:.5px}.register-title{margin:0 0 8px;font-size:24px;font-weight:600;color:#333;text-align:left}@media (max-height: 700px){.register-title{font-size:20px;margin-bottom:6px}}.register-subtitle{margin:0 0 20px;font-size:14px;color:#999;text-align:left}@media (max-height: 700px){.register-subtitle{margin-bottom:12px;font-size:13px}}.register-form{display:flex;flex-direction:column;gap:16px}@media (max-height: 700px){.register-form{gap:12px}}.register-form .form-item{display:flex;flex-direction:column;gap:6px}.register-form .form-label{font-size:14px;color:#333;font-weight:500}.register-form .form-label .required{color:#ff4d4f;margin-right:4px}.register-form .form-input{padding:10px 14px;font-size:14px;border:1px solid #e0e0e0;border-radius:6px;outline:none;transition:all .3s ease;background:#fff}@media (max-height: 700px){.register-form .form-input{padding:8px 12px;font-size:13px}}.register-form .form-input:focus{border-color:#40b1b5;box-shadow:0 0 0 3px #40b1b51a}.register-form .form-input::placeholder{color:#bbb;font-size:13px}.role-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}.role-chip{flex:1;min-width:120px;padding:12px 16px;font-size:14px;font-weight:500;color:#333;background:#f5f9f9;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .3s ease}.role-chip:hover{background:#e8f4f4;border-color:#c0d9d9}.role-chip--selected{background:#d4eded;border-color:#40b1b5;color:#007071}.crop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:4px}.crop-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 6px;background:#f5f9f9;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .3s ease}@media (max-height: 700px){.crop-grid{gap:8px}.crop-item{padding:8px 4px;gap:2px}}.crop-item:hover{background:#e8f4f4;transform:translateY(-2px);box-shadow:0 4px 8px #0070711a}.crop-item--selected{background:#d4eded;border-color:#40b1b5;box-shadow:0 4px 12px #40b1b533}.crop-item__icon{font-size:26px;line-height:1}@media (max-height: 700px){.crop-item__icon{font-size:22px}}.crop-item__name{font-size:12px;color:#666;font-weight:500}.crop-item--selected .crop-item__name{color:#007071;font-weight:600}.register-error{padding:10px 14px;font-size:13px;color:#ff4d4f;background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;margin-top:-8px}.register-submit{padding:12px 24px;font-size:15px;font-weight:500;color:#007071;background:#e6f0f0;border:1px solid #c0d9d9;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:4px}@media (max-height: 700px){.register-submit{padding:10px 20px;font-size:14px;margin-top:2px}}.register-submit:hover:not(:disabled){background:#d4e8e8;border-color:#40b1b5;transform:translateY(-1px);box-shadow:0 4px 12px #00707126}.register-submit:active:not(:disabled){transform:translateY(0)}.register-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.register-modal{width:90vw;padding:32px 24px}.register-logo__icon{font-size:40px}.register-logo__title{font-size:18px}.register-title{font-size:22px}.register-subtitle{font-size:13px}.crop-grid{grid-template-columns:repeat(3,1fr);gap:10px}.crop-item{padding:12px 6px}.crop-item__icon{font-size:28px}.crop-item__name{font-size:12px}}@media (max-width: 480px){.crop-grid{grid-template-columns:repeat(2,1fr)}}.section0-login-img{position:absolute;top:50%;left:10%;transform:translateY(-50%);width:380px;max-width:30vw;height:auto;cursor:pointer;z-index:50;transition:all .3s ease;border-radius:8px;box-shadow:0 4px 16px #0000001a}.section0-login-img:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 8px 24px #00000026}.section0-login-img:active{transform:translateY(-50%) scale(.98)}.section0-nav{position:fixed;top:0;left:0;right:0;height:84px;display:flex;align-items:center;justify-content:center;background:transparent;z-index:1000;transition:all .3s ease;border-bottom:.5px solid rgba(255,255,255,.2)}.section0-nav--scrolled{border-bottom:.5px solid rgba(0,0,0,.1);box-shadow:0 2px 10px #0000000d}.section0-nav__container{width:1420px;max-width:95%;height:100%;display:flex;align-items:center;justify-content:space-between}.section0-nav__logo{flex:none;order:0;flex-grow:0;cursor:pointer;display:flex;align-items:center}.section0-nav__logo-img{width:102.18px;height:32px;object-fit:contain}.section0-nav__menu{display:flex;flex-direction:row;align-items:center;padding:0;gap:44px;list-style:none;margin:0;flex:1;justify-content:center}.section0-nav__item{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:20px;color:#fff;cursor:pointer;transition:all .3s ease;white-space:nowrap}.section0-nav--scrolled .section0-nav__item{color:#1b1919}.section0-nav__item:hover{color:#40b1b5!important}.section0-nav__actions{display:flex;flex-direction:row;align-items:center;padding:0;gap:12px;flex:none;order:2}.section0-nav__register-btn,.section0-nav__login-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 20px;gap:12px;height:44px;min-width:103px;background:linear-gradient(219.02deg,#007071 12.17%,#40b1b5 95.1%),#8c8c8c;border-radius:4px;border:none;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;cursor:pointer;transition:all .3s ease}.section0-nav__register-btn:hover,.section0-nav__login-btn:hover{transform:translateY(-2px);filter:brightness(1.1);box-shadow:0 4px 12px #0070714d}.section0-nav__login-icon{font-size:16px}.section0-qr-popup{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;padding:20px;z-index:200;animation:fadeInDown .3s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.section0-qr-popup__content{display:flex;flex-direction:column;align-items:center;gap:12px}.section0-qr-popup__code{width:180px;height:180px;display:flex;align-items:center;justify-content:center}.section0-qr-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f9f9,#e0f2f2);border:2px dashed #40B1B5;border-radius:8px;color:#007071;font-size:14px}.section0-qr-popup__tip{margin:0;font-size:12px;color:#666;text-align:center}@media (max-width: 1200px){.section0-nav__container{width:100%;padding:0 40px}.section0-nav__menu{gap:32px}.section0-login-img{width:320px;max-width:35vw}}@media (max-width: 768px){.section0-nav{height:64px}.section0-nav__container{padding:0 20px}.section0-nav__menu{display:none}.section0-login-img{left:5%;width:90%;max-width:90vw}}.section0-carousel{position:absolute;bottom:0;left:0;right:0;height:auto;display:flex;justify-content:center;align-items:flex-end;z-index:60;pointer-events:none;transform:translateY(100%);opacity:0;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .6s ease}.section0-carousel--visible{transform:translateY(0);opacity:1}.section0-carousel__container{position:relative;width:100vw;height:600px;display:flex;justify-content:center;align-items:flex-end;overflow:hidden;pointer-events:none}.section0-carousel__item{position:absolute;width:72vw;bottom:0;transition:all .8s cubic-bezier(.4,0,.2,1);opacity:0;pointer-events:none;display:flex;justify-content:center;align-items:flex-end;transform-origin:bottom center}.section0-carousel__item img{width:100%;height:auto;display:block;border-radius:16px 16px 0 0;box-shadow:0 -15px 40px #0003;border:1px solid rgba(255,255,255,.15);border-bottom:none}.section0-carousel__item--active{opacity:1;z-index:10;transform:translate(0) scale(1);pointer-events:auto}.section0-carousel__item--prev{opacity:.8;z-index:5;transform:translate(calc(-63vw - 50px)) scale(.75)}.section0-carousel__item--next{opacity:.8;z-index:5;transform:translate(calc(63vw + 50px)) scale(.75)}.section0-carousel__item--hidden-left{opacity:0;transform:translate(-150vw) scale(.6);z-index:1}.section0-carousel__item--hidden-right{opacity:0;transform:translate(150vw) scale(.6);z-index:1}.section0-carousel__item--hidden{opacity:0;transform:scale(.8);z-index:1}@media (max-width: 1200px){.section0-carousel__container{width:900px;height:380px}.section0-carousel__item{width:680px}}@media (max-width: 992px){.section0-carousel__container{width:100%;padding:0 20px}.section0-carousel__item--prev,.section0-carousel__item--next{display:none}}@media (max-width: 1200px){.section0-carousel{bottom:40px;height:250px}.section0-carousel__item{width:70%}}@media (max-width: 768px){.section0-carousel{bottom:20px;height:180px}.section0-carousel__item{width:85%}.section0-carousel__item--prev,.section0-carousel__item--next{display:none}}.ws-breeding-paths{width:100%;max-width:1325px;margin:0 auto;padding:clamp(20px,3vw,40px) clamp(15px,2vw,20px) 0 clamp(15px,2vw,20px);font-family:PingFang SC,Inter,sans-serif}.ws-bp-header{margin-bottom:clamp(20px,3vw,40px);position:relative}.ws-bp-title{font-family:PingFang SC;font-weight:600;font-size:clamp(32px,5vw,68px);line-height:1.4;color:#1c1a1a;margin-bottom:clamp(12px,2vw,24px);white-space:pre-wrap}.ws-bp-subtitle-row{display:flex;justify-content:space-between;align-items:flex-start;gap:clamp(16px,2vw,24px);flex-wrap:wrap}.ws-bp-subtitle{font-family:Inter;font-weight:400;font-size:clamp(14px,1.4vw,20px);line-height:1.6;color:#000;opacity:.9;max-width:913px;flex:1;min-width:280px}.ws-bp-button{display:flex;align-items:center;gap:clamp(8px,1vw,12px);padding:clamp(8px,1vw,10px) clamp(24px,3vw,40px);background:linear-gradient(219deg,#007071 9%,#40b1b5);border-radius:4px;color:#fff;font-family:Inter;font-weight:500;font-size:clamp(14px,1.4vw,20px);cursor:pointer;border:none;transition:opacity .2s;flex-shrink:0}.ws-bp-button:hover{opacity:.9}.ws-bp-cards{display:flex;gap:clamp(10px,1.2vw,16px);justify-content:center;flex-wrap:nowrap;margin-top:50px;margin-bottom:clamp(4px,.5vw,6px)}.ws-bp-card{flex:1;min-width:0;max-width:430px;height:clamp(300px,32vw,442px);position:relative;border-radius:clamp(16px,2vw,24px) clamp(16px,2vw,24px) 0 0;overflow:hidden;background:transparent;display:flex;flex-direction:column;transition:all .3s ease;cursor:pointer}.ws-bp-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;border-radius:clamp(16px,2vw,24px) clamp(16px,2vw,24px) 0 0;background:linear-gradient(180deg,#f6f6f6 70%,#f6f6f600);transition:opacity .3s ease}.ws-bp-card:hover .ws-bp-card-overlay{background:linear-gradient(180deg,#007071,#00707100)}.ws-bp-card-content{position:relative;z-index:2;padding:0;height:100%}.ws-bp-card-icon-wrapper{position:absolute;left:clamp(12px,1.8vw,24px);top:clamp(40px,5.5vw,75px);width:clamp(40px,4.7vw,64px);height:clamp(40px,4.7vw,64px);border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(219deg,#007071 9%,#40b1b5);transition:all .3s ease}.ws-bp-card:hover .ws-bp-card-icon-wrapper{background:linear-gradient(0deg,#fff,#d9d9d9)}.ws-bp-card-icon{width:clamp(12px,1.5vw,20px);height:clamp(12px,1.5vw,20px);color:#fff;transition:color .3s ease}.ws-bp-card:hover .ws-bp-card-icon{color:#007071}.ws-bp-card-text{position:absolute;left:clamp(60px,7.7vw,105px);top:clamp(35px,4.6vw,63px);right:clamp(12px,1.8vw,24px)}.ws-bp-card-title{font-family:PingFang SC;font-weight:500;font-size:clamp(18px,2.3vw,32px);line-height:1.4;margin-bottom:clamp(6px,.8vw,11px);color:#1d1c20;transition:color .3s ease}.ws-bp-card:hover .ws-bp-card-title{color:#fff}.ws-bp-card-desc{font-family:PingFang SC;font-weight:400;font-size:clamp(12px,1.2vw,16px);line-height:1.4;color:#1d1c20;transition:color .3s ease}.ws-bp-card:hover .ws-bp-card-desc{color:#fff}.ws-bp-card-image-area{position:absolute;left:clamp(10px,1.5vw,21px);top:clamp(140px,15vw,206px);width:calc(100% - clamp(20px,3vw,42px));height:clamp(160px,17vw,236px);border-radius:clamp(24px,3.5vw,48px) clamp(24px,3.5vw,48px) 0 0;overflow:hidden;background:#fff}.ws-bp-card-image{width:100%;height:100%;object-fit:cover}.ws-bp-card-image-area:after{content:"";position:absolute;left:0;right:0;bottom:0;height:60%;background:linear-gradient(to bottom,#fff0,#fff9 60%,#fff);pointer-events:none}@media (max-width: 1024px){.ws-bp-subtitle-row{flex-direction:column;align-items:flex-start}.ws-bp-button{align-self:flex-start}}@media (max-width: 768px){.ws-bp-cards{flex-direction:column;align-items:center}.ws-bp-card{width:100%;max-width:400px;height:380px}.ws-bp-card-image-area{top:180px;height:200px}.ws-bp-card-icon-wrapper{left:20px;top:60px;width:50px;height:50px}.ws-bp-card-text{left:85px;top:50px;right:20px}}.section2{background-color:#fff;min-height:100vh;padding:80px 0;display:flex;justify-content:center;align-items:center}.section2__container{width:1325px;max-width:calc(100% - 40px);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:40px 124px}.section2__header{grid-column:1 / 2;grid-row:1 / 2;max-width:860px}.section2__title,.section2__subtitle{font-family:PingFang SC,Microsoft YaHei,sans-serif;font-weight:600;font-size:40px;line-height:56px;color:#242121;margin:0}.section2__description{grid-column:2 / 3;grid-row:1 / 2;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:0}.section2__description p{font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:20px;line-height:30px;color:#242121;margin:0;max-width:337px;text-align:left}.section2__description strong{color:#007071;font-weight:600}.section2__grid{grid-column:1 / 3;grid-row:2 / 3;display:grid;grid-template-columns:repeat(4,312px);grid-template-rows:repeat(2,312px);gap:20px;justify-content:center}.section2__card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease}.section2__card--tall{grid-row:span 2}.section2__card-image{width:100%;height:100%;object-fit:cover;border-radius:12px}.section2__card:hover,.section2__card--hovered{transform:scale(1.05);box-shadow:0 20px 40px #00000026;z-index:10}.section2__card-name{position:absolute;bottom:12px;left:12px;background:#0009;color:#fff;padding:6px 12px;border-radius:4px;font-size:14px;font-weight:500;opacity:0;transition:opacity .3s ease}.section2__card:hover .section2__card-name{opacity:1}@media (max-width: 1200px){.section2__container{gap:30px 60px}.section2__title,.section2__subtitle{font-size:32px;line-height:48px}.section2__description p{font-size:16px}.section2__grid{gap:16px}}@media (max-width: 992px){.section2__container{grid-template-columns:1fr;grid-template-rows:auto auto auto}.section2__header{grid-column:1 / 2;grid-row:1 / 2;text-align:center}.section2__description{grid-column:1 / 2;grid-row:2 / 3;justify-content:center}.section2__description p{text-align:center;max-width:600px}.section2__grid{grid-column:1 / 2;grid-row:3 / 4;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);aspect-ratio:auto}.section2__card{aspect-ratio:1 / 1}.section2__card--tall{grid-row:span 2}}@media (max-width: 576px){.section2{padding:40px 0}.section2__title,.section2__subtitle{font-size:24px;line-height:36px}.section2__description p{font-size:14px}.section2__grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:12px}.section2__card{border-radius:8px;aspect-ratio:1 / 1}.section2__card-image{border-radius:8px}.section2__card--tall{grid-row:span 2}}.section3-container{position:relative;width:100%;height:61.22vw;min-height:800px;max-height:1058px;background:#fff;display:flex;flex-direction:column;align-items:center;overflow:hidden;box-sizing:border-box;padding-top:4.22vw}.section3-content{width:76.6vw;height:100%;position:relative;display:flex;flex-direction:column}.section3-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0;position:relative;width:100%;z-index:5}.section3-header__left{flex:1;max-width:48.9vw}.section3-title{font-family:PingFang SC,sans-serif;font-style:normal;font-weight:600;font-size:clamp(24px,2.31vw,40px);line-height:1.4;text-transform:capitalize;color:#000;margin:0 0 1.1vw}.section3-desc{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:clamp(14px,1.15vw,20px);line-height:1.6;color:#000;opacity:.9;margin:0}.section3-header__right{position:absolute;right:-5.8vw;top:-4.22vw;width:26.85vw;height:35.18vw;z-index:1}.section3-scientist-img{width:100%;height:100%;object-fit:contain}.section3-carousel-area{position:relative;width:100vw;margin-left:-11.7vw;margin-top:11.48vw;z-index:10}.section3-carousel-window{width:100%;overflow:visible;padding-left:11.7vw}.section3-carousel-track{display:flex;gap:1.15vw;transition:transform .6s cubic-bezier(.4,0,.2,1)}.section3-card{flex:0 0 28.93vw;width:28.93vw;height:25.63vw;background:#f1f1f1;border-radius:2.89vw;padding:3.47vw 2.89vw;display:flex;flex-direction:column;justify-content:space-between;transition:all .4s ease;cursor:pointer;box-sizing:border-box}.section3-card:hover{background:#097576;transform:translateY(-10px);box-shadow:0 20px 40px #0975764d}.section3-card__title{font-family:PingFang TC,sans-serif;font-weight:600;font-size:clamp(16px,1.73vw,30px);line-height:1.4;color:#4d4d4d;margin:0 0 1vw;transition:color .3s ease}.section3-card:hover .section3-card__title{color:#fff}.section3-card__desc{font-family:PingFang SC,sans-serif;font-weight:400;font-size:clamp(12px,1.15vw,20px);line-height:1.5;color:#4d4d4d;margin:0;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.section3-card:hover .section3-card__desc{color:#fff9}.section3-card__footer{display:flex;align-items:center;gap:.92vw;margin-top:auto}.section3-card__avatar{width:2.89vw;height:2.89vw;border-radius:50%;overflow:hidden;background:#b9cfd0}.section3-card__avatar-img{width:100%;height:100%;object-fit:cover}.section3-card__meta{display:flex;flex-direction:column}.section3-card__author,.section3-card__date{font-family:PingFang SC,sans-serif;font-size:clamp(12px,1.04vw,18px);line-height:1.67;color:#4d4d4d;transition:color .3s ease}.section3-card:hover .section3-card__author,.section3-card:hover .section3-card__date{color:#fff}.section3-footer{position:absolute;bottom:.84vw;left:0;display:flex;justify-content:space-between;align-items:center;width:100%}.section3-controls{display:flex;gap:1.15vw}.section3-control-btn{width:4.28vw;height:4.28vw;border-radius:50%;border:1px solid #000000;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0}.section3-control-btn svg{width:1.39vw;height:1.39vw;transition:all .3s ease}.section3-control-btn svg path{stroke:#000;transition:all .3s ease}.section3-control-btn:hover{background:linear-gradient(219.02deg,#007071 12.17%,#40b1b5 95.1%);border-color:transparent}.section3-control-btn:hover svg path{stroke:#fff}.section3-learn-more{display:flex;align-items:center;padding:.92vw 2.31vw;gap:.69vw;background:linear-gradient(219.02deg,#007071 12.17%,#40b1b5 95.1%);border-radius:4px;border:none;cursor:pointer;transition:all .3s ease;height:3vw}.section3-learn-more__text{font-family:Inter,sans-serif;font-weight:500;font-size:1.15vw;color:#fff}@media (max-width: 1024px){.section3-container{height:auto;min-height:100vh;padding-bottom:40px}.section3-header__right{display:none}.section3-footer{position:relative;bottom:0;margin-top:40px}}:root{--s5-design-width: 1728}.section5-container{position:relative;width:100%;height:calc(628 / var(--s5-design-width) * 100vw);background-image:url(./section5-bg-BKCwsldc.jpg);background-size:cover;background-position:center;display:flex;justify-content:center;overflow:hidden;color:#fff}.section5-content{width:100%;height:100%;position:relative}.section5-cta{position:absolute;left:calc(329 / var(--s5-design-width) * 100vw);top:calc(119 / var(--s5-design-width) * 100vw);width:calc(1070.32 / var(--s5-design-width) * 100vw);display:flex;justify-content:space-between;align-items:flex-start}.section5-cta__left{width:calc(639 / var(--s5-design-width) * 100vw)}.section5-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:clamp(24px,calc(40 / var(--s5-design-width) * 100vw),40px);line-height:1.725;margin:0;color:#fff}.section5-subtitle{font-family:DM Sans,sans-serif;font-weight:400;font-size:clamp(12px,calc(14.51 / var(--s5-design-width) * 100vw),14.51px);line-height:calc(24 / 14.51);color:#9b9ca1;margin-top:calc(69 / var(--s5-design-width) * 100vw);width:calc(524.77 / var(--s5-design-width) * 100vw)}.section5-qr-code{width:calc(203 / var(--s5-design-width) * 100vw);height:calc(204 / var(--s5-design-width) * 100vw);background:#d9d9d9;border-radius:calc(16.12 / var(--s5-design-width) * 100vw);display:flex;align-items:center;justify-content:center}.section5-qr-placeholder{color:#666;font-size:calc(14 / var(--s5-design-width) * 100vw);text-align:center}.section5-info-grid{position:absolute;top:calc(420.16 / var(--s5-design-width) * 100vw);left:calc(329 / var(--s5-design-width) * 100vw);width:auto;max-width:calc(100vw - (329 / var(--s5-design-width) * 100vw));display:flex;flex-direction:row;align-items:flex-start;gap:calc(120 / var(--s5-design-width) * 100vw)}.section5-info-item{display:flex;flex-direction:column;flex-shrink:0;gap:calc(15.3 / var(--s5-design-width) * 100vw)}.section5-info-label{font-family:Syne,sans-serif;font-weight:700;font-size:clamp(14px,calc(20.96 / var(--s5-design-width) * 100vw),20.96px);line-height:1.15;text-transform:uppercase;color:#fff;white-space:nowrap}.section5-info-value{font-family:Syne,sans-serif;font-weight:400;font-size:clamp(12px,calc(16.12 / var(--s5-design-width) * 100vw),16.12px);line-height:1.5;color:#fff;white-space:nowrap}.section5-links{display:flex;flex-direction:column;gap:calc(8 / var(--s5-design-width) * 100vw)}.section5-link{font-family:Syne,sans-serif;font-weight:400;font-size:clamp(12px,calc(16.12 / var(--s5-design-width) * 100vw),16.12px);line-height:1.5;color:#fff;text-decoration:none;transition:opacity .3s ease;white-space:nowrap}.section5-link:hover{opacity:.7}.section5-info-item:last-child{width:calc(261 / var(--s5-design-width) * 100vw)}.section5-info-value.hidden{opacity:0}.home-page{width:100%;min-height:99vh;background:#fff;overflow-x:hidden}.home-section{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f3f4f6;min-height:400px}.home-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0 0,#fff6,#fff0);background-size:200% 100%;animation:shimmer 2s infinite;z-index:1;pointer-events:none}.home-section.is-loaded:before{display:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.home-section__img{display:block;width:100%;height:auto;opacity:0;transition:opacity .6s ease-in-out;z-index:2;position:relative}.home-section__img.is-loaded{opacity:1}.home-section--1{background-image:url(./1-DZeLnamC.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;padding:80px 0 20px}.floating-btn-group{position:fixed;bottom:40px;right:40px;z-index:9999;display:flex;flex-direction:column;align-items:center;gap:16px}.floating-btn{position:relative;width:60px;height:60px;border-radius:50%;border:none;color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;outline:none}.floating-btn:hover{transform:scale(1.1)}.floating-btn:active{transform:scale(.95)}.floating-btn--ai{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #667eea66}.floating-btn--ai:hover{box-shadow:0 6px 28px #667eea99}.floating-btn--openclaw{background:linear-gradient(135deg,#e44d26,#f16529,#c0392b);box-shadow:0 4px 20px #e44d2666}.floating-btn--openclaw:hover{box-shadow:0 6px 28px #e44d2699}.floating-btn__icon{width:28px;height:28px}.floating-btn__text{font-size:10px;font-weight:700;letter-spacing:.5px;margin-top:-2px}.floating-btn__pulse{position:absolute;top:-4px;left:-4px;width:calc(100% + 8px);height:calc(100% + 8px);border-radius:50%;border:2px solid transparent;animation:floating-pulse 2s ease-in-out infinite;pointer-events:none}.floating-btn__pulse--ai{border-color:#667eea80}.floating-btn__pulse--openclaw{border-color:#e44d2680}@keyframes floating-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.3}to{transform:scale(1);opacity:1}}.tunnel-tip-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#00000080;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tunnel-tip-modal{background:#fff;border-radius:12px;padding:28px 32px;max-width:520px;width:90%;box-shadow:0 20px 60px #0003}.tunnel-tip-modal__title{margin:0 0 12px;font-size:18px;font-weight:600;color:#1a1a2e}.tunnel-tip-modal__desc{margin:0 0 16px;font-size:14px;color:#555;line-height:1.6}.tunnel-tip-modal__cmd-box{background:#1a1a2e;border-radius:8px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.tunnel-tip-modal__cmd{color:#4ade80;font-family:Menlo,Monaco,Courier New,monospace;font-size:12.5px;word-break:break-all;flex:1}.tunnel-tip-modal__copy-btn{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:6px 14px;font-size:12px;cursor:pointer;white-space:nowrap;transition:background .2s}.tunnel-tip-modal__copy-btn:hover{background:#ffffff40}.tunnel-tip-modal__note{margin:0 0 20px;font-size:13px;color:#888;line-height:1.5}.tunnel-tip-modal__actions{display:flex;justify-content:flex-end;gap:10px}.tunnel-tip-modal__btn{border:none;border-radius:8px;padding:10px 20px;font-size:14px;cursor:pointer;transition:opacity .2s}.tunnel-tip-modal__btn:hover{opacity:.85}.tunnel-tip-modal__btn--secondary{background:#f0f0f0;color:#555}.tunnel-tip-modal__btn--primary{background:linear-gradient(135deg,#e44d26,#f16529);color:#fff;font-weight:500}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fm-page{--fm-accent: #1a7b69;--fm-accent-hover: #145c51;--fm-accent-soft: rgba(26, 123, 105, .12);--fm-accent-softer: rgba(26, 123, 105, .07);--fm-accent-ring: rgba(26, 123, 105, .28);--fm-surface: #ffffff;--fm-surface-muted: #f7fbf9;--fm-text: #15261f;--fm-text-secondary: #5d7269;--fm-text-muted: #8aa399;--fm-border: rgba(20, 92, 81, .12);--fm-border-strong: rgba(20, 92, 81, .18);--fm-danger: #dc2626;--fm-danger-soft: rgba(220, 38, 38, .08);--fm-radius-lg: 14px;--fm-radius-md: 10px;--fm-radius-sm: 8px;--fm-shadow-card: 0 1px 2px rgba(18, 55, 46, .05), 0 8px 28px rgba(18, 55, 46, .06);--fm-row-h: 56px;--fm-head-h: 44px;min-height:100vh;background:var(--fm-surface);color:var(--fm-text);padding:clamp(16px,2vw,24px) clamp(12px,2vw,28px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,sans-serif;box-sizing:border-box}.fm-page--public{--fm-accent: #0f766e;--fm-accent-hover: #0d5c56;--fm-accent-soft: rgba(15, 118, 110, .12);--fm-accent-softer: rgba(15, 118, 110, .07);--fm-accent-ring: rgba(15, 118, 110, .28)}.fm-page.embedded{min-height:auto;background:transparent;padding:0;height:100%;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.fm-shell{width:100%;max-width:none;margin:0;display:flex;flex-direction:column;gap:clamp(14px,1.6vw,22px);flex:1;min-height:0;min-width:0;box-sizing:border-box}.fm-header-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.fm-breadcrumbs{display:flex;align-items:center;color:var(--fm-text-secondary);font-size:14px}.fm-crumb{border:none;background:transparent;cursor:pointer;color:var(--fm-text-secondary);font-weight:400;padding:4px 0;border-radius:6px;transition:color .15s,background .15s}.fm-crumb:hover:not(:disabled){color:var(--fm-accent)}.fm-crumb:disabled{color:var(--fm-text);font-weight:600;cursor:default}.fm-sep{margin:0 10px;color:#cbd5e1}.fm-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px 28px;padding:8px 0 12px;border-bottom:1px solid rgba(232,234,239,.85)}.fm-page-header__text{flex:1;min-width:0}.fm-eyebrow{display:block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--fm-text-muted);margin:0 0 10px}.fm-page-title{font-size:clamp(20px,2.2vw,24px);font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--fm-text);margin:0 0 10px}.fm-page-lead{font-size:14px;line-height:1.6;color:var(--fm-text-secondary);margin:0;max-width:min(100%,88ch)}.fm-page-header__actions{flex-shrink:0;display:flex;align-items:flex-start;padding-top:22px}.fm-toolbar-card{width:100%;box-sizing:border-box;background:var(--fm-surface);border:1px solid var(--fm-border);border-radius:var(--fm-radius-lg);box-shadow:var(--fm-shadow-card);padding:14px clamp(14px,1.5vw,22px);display:flex;flex-direction:column;gap:12px}.fm-toolbar-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.fm-toolbar-row--secondary{padding-top:4px;border-top:1px solid var(--fm-border)}.fm-toolbar-inner{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px}.fm-toolbar-primary{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.fm-toolbar-search{flex:1 1 240px;min-width:min(200px,100%);max-width:none}.fm-toolbar-row--secondary{width:100%}.fm-toolbar-search-grow{flex:1 1 clamp(220px,36vw,960px);min-width:180px;max-width:none;min-height:42px;display:flex;align-items:center}.fm-toolbar-trail{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-left:auto}.fm-toolbar-count{font-size:13px;color:var(--fm-text-muted);white-space:nowrap}.fm-search-field{position:relative;width:100%}.fm-search-field .fm-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--fm-text-muted);pointer-events:none;display:flex}.fm-search-input{width:100%;box-sizing:border-box;padding:10px 14px 10px 40px;border:1px solid var(--fm-border);border-radius:var(--fm-radius-md);font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s,background .15s;background:var(--fm-surface-muted);color:var(--fm-text)}.fm-search-input::placeholder{color:#9ca3af}.fm-search-input:hover{border-color:#d1d5db;background:var(--fm-surface)}.fm-search-input:focus{border-color:var(--fm-accent);background:var(--fm-surface);box-shadow:0 0 0 3px var(--fm-accent-ring)}.fm-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;font-size:14px;font-weight:600;line-height:1.2;border-radius:var(--fm-radius-md);border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .1s;white-space:nowrap}.fm-btn:active:not(:disabled){transform:scale(.98)}.fm-btn:disabled{opacity:.45;cursor:not-allowed}.fm-btn--primary{background:var(--fm-accent);color:#fff;box-shadow:0 1px 2px #0f172a0f}.fm-btn--primary:hover:not(:disabled){background:var(--fm-accent-hover)}.fm-btn--secondary{background:var(--fm-surface);border-color:var(--fm-border-strong);color:var(--fm-text)}.fm-btn--secondary:hover:not(:disabled){background:var(--fm-surface-muted);border-color:#cbd5e1}.fm-btn--outline{background:transparent;border-color:var(--fm-border-strong);color:var(--fm-text-secondary);font-weight:600}.fm-btn--outline:hover:not(:disabled){border-color:var(--fm-accent);color:var(--fm-accent);background:var(--fm-accent-softer)}.fm-page--public .fm-toolbar-primary .fm-btn--primary{background:var(--fm-surface);color:var(--fm-text);border:1px solid var(--fm-border-strong);box-shadow:none}.fm-page--public .fm-toolbar-primary .fm-btn--primary:hover:not(:disabled){border-color:var(--fm-accent);color:var(--fm-accent);background:var(--fm-accent-softer)}.fm-page--public .fm-empty-state__actions .fm-btn--primary{background:var(--fm-surface);color:var(--fm-text);border:1px solid var(--fm-border-strong);box-shadow:none}.fm-page--public .fm-empty-state__actions .fm-btn--primary:hover:not(:disabled){border-color:var(--fm-accent);color:var(--fm-accent);background:var(--fm-accent-softer)}.fm-btn--danger-ghost{background:transparent;border-color:transparent;color:var(--fm-text-secondary);font-weight:600}.fm-btn--danger-ghost:hover:not(:disabled){color:var(--fm-danger);background:var(--fm-danger-soft)}.fm-btn--danger-ghost:disabled{opacity:.35}.fm-alert{padding:12px 16px;border-radius:var(--fm-radius-md);font-size:14px;line-height:1.5}.fm-alert--error{background:#fee2e2a6;border:1px solid rgba(252,165,165,.6);color:#991b1b}.fm-list-card{width:100%;box-sizing:border-box;background:var(--fm-surface);border:1px solid var(--fm-border);border-radius:var(--fm-radius-lg);box-shadow:var(--fm-shadow-card);display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;overflow:hidden}.fm-page.embedded .fm-list-card{flex:1 1 auto;min-height:min(52vh,640px)}.fm-list-card__head{padding:11px 18px;border-bottom:1px solid var(--fm-border);background:linear-gradient(180deg,#fafbfc,#fff 70%)}.fm-list-card__title{margin:0;font-size:13px;font-weight:600;color:var(--fm-text-secondary);letter-spacing:.02em}.fm-list-card__body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.fm-page.embedded .fm-list-card__body{overflow-y:auto}.fm-table{width:100%;border:none;border-radius:0;overflow:visible}.fm-row{display:grid;grid-template-columns:44px minmax(280px,2.4fr) minmax(96px,.55fr) minmax(152px,.75fr) minmax(104px,.5fr);padding:0 clamp(14px,1.5vw,24px);border-bottom:1px solid var(--fm-border);align-items:center;min-height:var(--fm-row-h);transition:background .15s ease}.fm-row.public-row{grid-template-columns:44px minmax(260px,2.1fr) minmax(88px,.5fr) minmax(148px,.7fr) minmax(100px,.48fr) minmax(108px,.52fr)}.fm-row:last-child{border-bottom:none}.fm-row:not(.head):hover{background:#f8fafc}.fm-row.selected{background:var(--fm-accent-soft);box-shadow:inset 3px 0 0 var(--fm-accent)}.fm-row--dir:not(.head):hover{background:#f1f5f9}.fm-row.head{min-height:var(--fm-head-h);background:#f1f5f9;color:var(--fm-text-secondary);font-size:12px;font-weight:600;letter-spacing:.02em;border-bottom:1px solid var(--fm-border)}.fm-row.head .c-name,.fm-row.head .c-size,.fm-row.head .c-date,.fm-row.head .c-op,.fm-row.head .c-uploader{color:var(--fm-text-secondary)}.fm-row--dir{cursor:pointer}.c-name{display:flex;align-items:center;gap:12px;font-weight:500;text-align:left;justify-content:flex-start;min-width:0}.c-check{display:flex;align-items:center;justify-content:center}.c-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--fm-accent);cursor:pointer}.c-check input[type=checkbox]:disabled{cursor:not-allowed;opacity:.4}.fm-icon-box{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--fm-radius-sm);background:#f8fafce6;border:1px solid rgba(226,232,240,.9)}.fm-row--dir .fm-icon-box{background:#fefce8d9;border-color:#fde68a80}.fm-link{border:none;background:transparent;color:var(--fm-text);font-weight:600;font-size:14px;text-align:left;cursor:pointer;padding:6px 4px;margin:-6px -4px;border-radius:6px;transition:color .15s,background .15s;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-link:hover{color:var(--fm-accent);background:var(--fm-accent-softer)}.fm-filename{font-weight:500;color:var(--fm-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-size,.c-date,.c-op,.c-uploader{font-size:13px;color:var(--fm-text-secondary);text-align:left}.btn-download{display:inline-flex;align-items:center;gap:6px;color:var(--fm-text-secondary);font-size:13px;font-weight:600;background:transparent;border:1px solid transparent;cursor:pointer;padding:7px 12px;border-radius:var(--fm-radius-sm);transition:background .15s,color .15s,border-color .15s}.btn-download:hover{background:var(--fm-surface-muted);color:var(--fm-accent);border-color:var(--fm-border)}.muted{color:var(--fm-text-muted)}.fm-progress{display:block;font-size:12px;font-weight:500;color:var(--fm-accent);margin-top:4px}.fm-progress-detail{margin-top:4px;font-size:11px;color:var(--fm-text-muted)}.fm-progress-pct{font-weight:600;color:var(--fm-text-secondary)}.btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--fm-border);background:var(--fm-surface);color:var(--fm-text);padding:6px 12px;border-radius:var(--fm-radius-sm);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn:hover:not(:disabled){background:var(--fm-surface-muted);border-color:#cbd5e1}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.small{padding:5px 10px;font-size:12px}.btn.primary{background:var(--fm-accent);border-color:var(--fm-accent);color:#fff}.btn.primary:hover:not(:disabled){background:var(--fm-accent-hover);border-color:var(--fm-accent-hover)}.fm-state{padding:40px 24px;text-align:center;font-size:14px;color:var(--fm-text-secondary)}.fm-state--loading{display:flex;flex-direction:column;align-items:center;gap:12px}.fm-state--loading:before{content:"";width:28px;height:28px;border:2px solid var(--fm-border);border-top-color:var(--fm-accent);border-radius:50%;animation:fm-spin .7s linear infinite}@keyframes fm-spin{to{transform:rotate(360deg)}}.fm-empty{padding:32px 20px;text-align:center;color:var(--fm-text-muted);font-size:14px}.fm-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 28px 56px;min-height:320px;box-sizing:border-box}.fm-empty-state__icon{width:72px;height:72px;margin-bottom:20px;color:var(--fm-accent);opacity:.85}.fm-empty-state__title{margin:0 0 10px;font-size:17px;font-weight:700;color:var(--fm-text);letter-spacing:-.02em}.fm-empty-state__desc{margin:0 0 28px;font-size:14px;line-height:1.65;color:var(--fm-text-secondary);max-width:400px}.fm-empty-state__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.fm-overview-grid{display:grid;width:100%;box-sizing:border-box;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media (max-width: 1100px){.fm-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.fm-overview-grid{grid-template-columns:1fr}}.fm-stat-card{background:var(--fm-surface);border:1px solid var(--fm-border);border-radius:var(--fm-radius-md);padding:12px 14px;box-shadow:0 1px 2px #12372e0a}.fm-stat-card__label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--fm-text-muted);margin-bottom:6px}.fm-stat-card__value{font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--fm-text);line-height:1.2}.fm-stat-card__hint{margin-top:6px;font-size:12px;color:var(--fm-text-muted);line-height:1.35}.fm-dense-row{display:flex;flex-wrap:wrap;gap:14px;align-items:stretch;width:100%;box-sizing:border-box}.fm-dense-row__recent{flex:1 1 280px;max-width:min(560px,100%);min-width:min(240px,100%)}.fm-path-bar{font-size:13px}.fm-path-bar__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:0 2px}.fm-path-bar__item{display:inline-flex;align-items:center;gap:2px}.fm-path-bar__link{border:none;background:transparent;padding:4px 2px;font-size:13px;font-weight:500;color:var(--fm-text-secondary);cursor:pointer;border-radius:6px;transition:color .15s,background .15s}.fm-path-bar__link:hover{color:var(--fm-accent);background:var(--fm-accent-softer)}.fm-path-bar__sep{color:var(--fm-text-muted);margin:0 4px;-webkit-user-select:none;user-select:none}.fm-path-bar__current{font-weight:600;color:var(--fm-text);padding:4px 2px}.fm-segmented{display:inline-flex;padding:3px;background:var(--fm-surface-muted);border:1px solid var(--fm-border);border-radius:var(--fm-radius-md);gap:2px}.fm-segmented__btn{border:none;background:transparent;padding:6px 12px;font-size:13px;font-weight:600;color:var(--fm-text-secondary);border-radius:8px;cursor:pointer;transition:background .15s,color .15s}.fm-segmented__btn:hover{color:var(--fm-text);background:#ffffffa6}.fm-segmented__btn.is-active{background:var(--fm-surface);color:var(--fm-accent);box-shadow:0 1px 3px #12372e14}.fm-toolbar-select{position:relative}.fm-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px 32px 8px 12px;font-size:13px;font-weight:600;color:var(--fm-text);background:var(--fm-surface);border:1px solid var(--fm-border-strong);border-radius:var(--fm-radius-md);cursor:pointer;transition:border-color .15s,box-shadow .15s;background-image:linear-gradient(45deg,transparent 50%,var(--fm-text-muted) 50%),linear-gradient(135deg,var(--fm-text-muted) 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.fm-select:hover{border-color:var(--fm-accent)}.fm-select:focus{outline:none;border-color:var(--fm-accent);box-shadow:0 0 0 3px var(--fm-accent-ring)}.fm-view-toggle{display:inline-flex;border:1px solid var(--fm-border);border-radius:var(--fm-radius-md);overflow:hidden}.fm-view-toggle__btn{display:flex;align-items:center;justify-content:center;width:38px;height:34px;border:none;background:var(--fm-surface-muted);color:var(--fm-text-muted);cursor:pointer;transition:background .15s,color .15s}.fm-view-toggle__btn:hover{color:var(--fm-text);background:var(--fm-surface)}.fm-view-toggle__btn.is-active{background:var(--fm-surface);color:var(--fm-accent);box-shadow:inset 0 0 0 1px var(--fm-border-strong)}.fm-toolbar-spacer{flex:1 1 12px;min-width:8px}.fm-notice-card{flex:1 1 320px;min-width:0;padding:12px 16px;border-radius:var(--fm-radius-md);border:1px solid var(--fm-border);background:linear-gradient(135deg,rgba(26,123,105,.04) 0%,var(--fm-surface) 48%);font-size:13px;line-height:1.55;color:var(--fm-text-secondary)}.fm-page--public .fm-notice-card{background:linear-gradient(135deg,rgba(15,118,110,.05) 0%,var(--fm-surface) 50%)}.fm-notice-card__title{font-size:12px;font-weight:700;color:var(--fm-text);margin-bottom:6px;letter-spacing:.02em}.fm-notice-card__body ul{margin:0;padding-left:18px}.fm-notice-card__body li{margin:4px 0}.fm-recent-card{border:1px solid var(--fm-border);border-radius:var(--fm-radius-md);background:var(--fm-surface);padding:12px 14px;min-height:120px}.fm-recent-card__head{font-size:12px;font-weight:700;color:var(--fm-text-secondary);letter-spacing:.03em;text-transform:uppercase;margin-bottom:10px}.fm-recent-card__empty{margin:0;font-size:13px;color:var(--fm-text-muted);line-height:1.5}.fm-recent-card__list{list-style:none;margin:0;padding:0}.fm-recent-card__row{display:flex;align-items:baseline;gap:10px;padding:8px 0;border-bottom:1px solid var(--fm-border);font-size:13px}.fm-recent-card__row:last-child{border-bottom:none}.fm-recent-card__name{flex:1;min-width:0;font-weight:600;color:var(--fm-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-recent-card__meta{flex-shrink:0;font-size:12px;color:var(--fm-text-muted)}.fm-list-card__head--split{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 16px}.fm-list-card__head--split .fm-list-card__title{flex-shrink:0}.fm-page.embedded .fm-list-card__body--tall{min-height:min(68vh,880px)}.fm-name-meta{display:block;font-size:12px;font-weight:500;color:var(--fm-text-muted);margin-top:4px;line-height:1.35}.fm-list-view{display:flex;flex-direction:column}.fm-list-item{display:grid;grid-template-columns:44px minmax(0,1fr) minmax(88px,.45fr) minmax(132px,.55fr) minmax(96px,.4fr);gap:12px clamp(12px,1.5vw,20px);align-items:center;padding:12px clamp(14px,1.5vw,24px);border-bottom:1px solid var(--fm-border);transition:background .15s}.fm-list-item.public-item{grid-template-columns:44px minmax(0,1fr) minmax(80px,.4fr) minmax(124px,.5fr) minmax(88px,.38fr) minmax(92px,.4fr)}.fm-list-item:hover{background:#f8fafc}.fm-list-item.is-selected{background:var(--fm-accent-soft);box-shadow:inset 3px 0 0 var(--fm-accent)}.fm-list-item.is-dir{cursor:pointer}.fm-more{position:relative;margin-left:4px}.fm-more summary{list-style:none;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--fm-text-muted);font-size:18px;line-height:1;-webkit-user-select:none;user-select:none}.fm-more summary::-webkit-details-marker{display:none}.fm-more summary:hover{background:var(--fm-surface-muted);color:var(--fm-text)}.fm-more-panel{position:absolute;right:0;top:calc(100% + 4px);min-width:132px;padding:6px;background:var(--fm-surface);border:1px solid var(--fm-border);border-radius:var(--fm-radius-sm);box-shadow:var(--fm-shadow-card);z-index:20}.fm-more-panel button{display:block;width:100%;text-align:left;padding:8px 10px;border:none;background:transparent;font-size:13px;font-weight:600;color:var(--fm-text-secondary);border-radius:6px;cursor:pointer}.fm-more-panel button:hover{background:var(--fm-surface-muted);color:var(--fm-accent)}.fm-row .c-op{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:4px}@media (max-width: 1280px){.fm-row{grid-template-columns:40px minmax(200px,2fr) minmax(84px,.5fr) minmax(136px,.65fr) minmax(92px,.45fr)}.fm-row.public-row{grid-template-columns:40px minmax(180px,1.75fr) minmax(76px,.45fr) minmax(128px,.6fr) minmax(84px,.38fr) minmax(92px,.42fr)}}@media (max-width: 720px){.fm-page-header{flex-direction:column;align-items:stretch}.fm-page-header__actions{padding-top:0}.fm-toolbar-trail{margin-left:0;width:100%;justify-content:space-between}.fm-row,.fm-row.public-row{grid-template-columns:40px 1fr;grid-template-rows:auto auto;height:auto;padding:12px 14px;gap:8px 12px}.fm-row.head{display:none}.fm-row:not(.head) .c-check{grid-row:1 / span 2}.fm-row:not(.head) .c-name{grid-column:2}.fm-row:not(.head) .c-size,.fm-row:not(.head) .c-date,.fm-row:not(.head) .c-uploader,.fm-row:not(.head) .c-op{grid-column:2;font-size:12px}}.task-workspace-root{min-height:0;flex:1;display:flex;flex-direction:column}.task-workspace-root[data-task-ws-theme=dark]{background:transparent}.task-workspace-root[data-task-ws-theme=light]{background:linear-gradient(165deg,#f0fdfae6,#f8fafcf2,#fff);border-radius:16px;padding:2px;box-sizing:border-box}.task-workspace-root[data-task-ws-theme=light]>.tab-step-layout{box-shadow:0 16px 48px #0d948814}.task-ws-ds-input-wrap--light input::placeholder{color:#94a3b8;opacity:1}.task-workspace-root[data-task-ws-theme=light] input.task-ws-predict-name-input::placeholder{color:#94a3b8;opacity:1}.feature-workbench{--feature-workbench-hero-bullet: var(--feature-brand-soft, #2f9f88);--feature-brand-strong: #145c51;--feature-brand: #1a7b69;--feature-brand-soft: #2f9f88;--feature-brand-mint: #dff4ed;--feature-surface: #ffffff;--feature-surface-alt: #f7fbf9;--feature-border: rgba(20, 92, 81, .12);--feature-border-strong: rgba(20, 92, 81, .2);--feature-text: #15261f;--feature-text-soft: #5d7269;--feature-shadow-lg: 0 24px 56px rgba(18, 55, 46, .18);--feature-shadow-md: 0 16px 36px rgba(18, 55, 46, .1);display:flex;flex-direction:column;flex:1;gap:clamp(10px,1.2vw,16px);width:100%;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;padding:clamp(12px,1.5vw,20px);color:var(--feature-text);box-sizing:border-box}.feature-workbench__hero{position:relative;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);gap:clamp(10px,1.2vw,16px);min-height:200px;padding:clamp(12px,1.5vw,20px);border:1px solid rgba(212,255,243,.16);border-radius:clamp(14px,2vw,22px);overflow:hidden;background:radial-gradient(circle at 8% 0%,rgba(160,255,232,.22),transparent 30%),radial-gradient(circle at 88% 16%,rgba(112,213,255,.1),transparent 28%),linear-gradient(138deg,#082b29,#0d4a46,#14645d 68%,#2b8b78);box-shadow:inset 0 1px #ffffff1f,inset 0 -30px 70px #05100e3d,0 34px 76px #071e1a47,0 12px 28px #12372e2e;isolation:isolate;flex-shrink:0}.feature-workbench__hero--single{grid-template-columns:1fr}.feature-workbench__hero--with-insight{grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);align-items:stretch;gap:clamp(16px,2.2vw,28px);min-height:clamp(268px,30vh,336px);padding:clamp(16px,2vw,24px)}.feature-workbench__hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;overflow:hidden}.feature-workbench__hero-image{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.34;filter:saturate(.88) brightness(.86) contrast(1.04);transform:scale(1.03)}.feature-workbench__hero-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 14% 12%,rgba(105,252,227,.2),transparent 24%),radial-gradient(circle at 86% 82%,rgba(101,191,255,.16),transparent 30%),linear-gradient(90deg,#031110e6,#061c1ac2 36%,#0823206b 60%,#071f1d29),linear-gradient(180deg,#ffffff0a,#fff0 28%,#030b0a14)}.feature-workbench__hero-image-overlay:before,.feature-workbench__hero-image-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.feature-workbench__hero-image-overlay:before{background-image:linear-gradient(rgba(221,255,247,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(221,255,247,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.08),transparent 30%,transparent 100%);background-size:34px 34px,34px 34px,100% 100%;background-position:top left,top left,center center;opacity:.15}.feature-workbench__hero-image-overlay:after{inset:-28% auto auto 46%;width:62%;height:170%;background:linear-gradient(90deg,transparent 0%,rgba(121,255,233,.02) 10%,rgba(121,255,233,.16) 40%,rgba(214,255,247,.38) 50%,rgba(121,255,233,.14) 60%,transparent 88%);filter:blur(14px);opacity:.6;transform:rotate(16deg)}.feature-workbench__hero-content,.feature-workbench__hero-highlights{position:relative;z-index:1}.feature-workbench__hero-content{display:flex;flex-direction:column;justify-content:center;gap:16px;min-width:0;max-width:min(100%,760px);color:#f4fbf7;text-shadow:0 2px 8px rgba(4,14,13,.28),0 12px 32px rgba(4,14,13,.16)}.feature-workbench__hero-content--with-insight{justify-content:center;gap:clamp(14px,1.8vw,20px);max-width:min(100%,640px);padding-right:clamp(4px,1vw,12px)}.feature-workbench__hero-content--with-insight .feature-workbench__hero-title{margin:0;line-height:1.08;letter-spacing:-.035em}.feature-workbench__hero-content--with-insight .feature-workbench__hero-description{margin:0;max-width:36rem;font-size:clamp(14px,1.15vw,15px);line-height:1.72;color:#f4fbf7e6}.feature-workbench__hero-content--with-insight .feature-workbench__hero-actions{margin-top:clamp(4px,.8vw,10px)}.feature-workbench__hero-eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.feature-workbench__hero-crop,.feature-workbench__hero-eyebrow-text{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(226,255,248,.18);background:linear-gradient(180deg,#ffffff24,#ffffff14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:inset 0 1px #ffffff1a}.feature-workbench__hero-crop{font-size:12px;font-weight:800;letter-spacing:.08em}.feature-workbench__hero-eyebrow-text{font-size:12px;color:#f4fbf7c7}.feature-workbench__hero-title{margin:0;max-width:700px;font-size:clamp(24px,4vw,48px);line-height:1.03;font-weight:950;letter-spacing:-.03em}.feature-workbench__hero-description{margin:0;max-width:640px;font-size:14px;line-height:1.82;color:#f4fbf7e0}.feature-workbench__hero-steps{display:flex;flex-wrap:wrap;gap:10px}.feature-workbench-step-chip{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 14px 0 10px;border-radius:14px;background:linear-gradient(180deg,#ffffff29,#ffffff14);border:1px solid rgba(230,255,249,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:inset 0 1px #ffffff14,0 16px 28px #04100e2e}.feature-workbench-step-chip__index{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#ecfff7,#9ae8d6);color:#0b4138;font-size:12px;font-weight:800;box-shadow:0 0 0 4px #ffffff0f,0 10px 20px #030c0a2e}.feature-workbench-step-chip__text{font-size:13px;font-weight:700;color:#f7fffc}.feature-workbench-step-chip--interactive{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.feature-workbench-step-chip--interactive:hover{transform:translateY(-1px);background:linear-gradient(180deg,#ffffff38,#ffffff1f);border-color:#e6fff947;box-shadow:inset 0 1px #ffffff1f,0 20px 32px #04100e38}.feature-workbench-step-chip--interactive:focus-visible{outline:none;box-shadow:inset 0 1px #ffffff14,0 16px 28px #04100e2e,0 0 0 3px #2f9f884d}.feature-workbench-step-chip--interactive.is-active{background:linear-gradient(135deg,#ffffff3d,#ffffff24);border-color:#e6fff952;box-shadow:inset 0 1px #ffffff24,0 16px 32px #04100e33,0 0 0 2px #2f9f8866}.feature-workbench--landing-layout .feature-workbench__hero{grid-template-columns:minmax(0,1.5fr) minmax(240px,.8fr)}.feature-workbench--landing-layout .feature-workbench__hero--single{grid-template-columns:1fr}@media (max-width: 768px){.feature-workbench--landing-layout .feature-workbench__hero{grid-template-columns:1fr!important}}.feature-workbench__hero-actions{display:flex;flex-wrap:wrap;gap:12px}.feature-workbench-primary-btn,.feature-workbench-secondary-btn,.feature-workbench-toolbar-btn,.feature-workbench-filter-chip,.feature-workbench-action-btn,.feature-history-expand-btn,.feature-history-badge--taskcount{font:inherit}.feature-workbench-primary-btn,.feature-workbench-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:14px;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.feature-workbench-primary-btn{background:linear-gradient(135deg,#f2fff9,#c5fff0);color:#0c362f;font-size:14px;font-weight:800;border-color:#f0fffa52;box-shadow:inset 0 1px #ffffff80,0 18px 34px #0414123d,0 0 0 1px #ffffff0a}.feature-workbench-primary-btn:hover:not(:disabled),.feature-workbench-secondary-btn:hover,.feature-workbench-toolbar-btn:hover,.feature-workbench-filter-chip:hover,.feature-workbench-action-btn:hover,.feature-history-expand-btn:hover,.feature-history-badge--taskcount:hover{transform:translateY(-1px)}.feature-workbench-primary-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.feature-workbench-primary-btn--compact,.feature-workbench-secondary-btn--compact{min-height:40px;padding:0 14px}.feature-workbench-secondary-btn{background:linear-gradient(180deg,#ffffff24,#ffffff14);color:#f8fffd;border-color:#e9fffa38;font-size:14px;font-weight:700;box-shadow:inset 0 1px #ffffff14,0 14px 28px #04110f2e}.feature-workbench__hero-highlights{display:flex;flex-direction:column;justify-content:space-between;gap:14px}.feature-workbench__hero-highlights--info{display:flex;flex-direction:column;justify-content:stretch;align-self:stretch;width:100%;max-width:none;min-width:0;min-height:0;padding-top:clamp(6px,1vw,12px)}.feature-workbench-hero-insight{position:relative;flex:1;display:flex;flex-direction:column;width:100%;max-width:none;min-width:0;min-height:0;box-sizing:border-box;padding:22px 22px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.16);background:#ffffff18;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#fff;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 18px 48px #04121038}.feature-workbench-hero-insight__decor{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.22;background:radial-gradient(circle at 0% 0%,rgba(120,255,220,.07),transparent 45%),radial-gradient(circle at 100% 100%,rgba(100,200,255,.06),transparent 42%),linear-gradient(105deg,transparent 0%,rgba(255,255,255,.02) 40%,transparent 70%)}.feature-workbench-hero-insight__tabs{position:relative;z-index:1;display:flex;gap:5px;padding:4px;margin-bottom:16px;border-radius:11px;background:#00000029;border:1px solid rgba(255,255,255,.09)}.feature-workbench-hero-insight__tab{flex:1 1 0;min-width:0;padding:9px 8px;border:none;border-radius:9px;background:transparent;color:#ffffff85;font-size:12px;font-weight:650;letter-spacing:.02em;cursor:pointer;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.feature-workbench-hero-insight__tab:hover{color:#ffffffc7;background:#ffffff0f}.feature-workbench-hero-insight__tab.is-active{color:#f6fffc;font-weight:750;background:#ffffff24;box-shadow:inset 0 1px #ffffff1f,0 0 0 1px #78ebd238}.feature-workbench-hero-insight__tab:focus-visible{outline:2px solid rgba(130,240,220,.55);outline-offset:1px}.feature-workbench-hero-insight__body{position:relative;z-index:1;flex:1;min-height:200px;display:flex;flex-direction:column}.feature-workbench-hero-insight__pane{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0}.feature-workbench-hero-insight__pane--enter{animation:feature-workbench-hero-insight-fade .32s ease-out both}@keyframes feature-workbench-hero-insight-fade{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.feature-workbench-hero-insight__pane-eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff80}.feature-workbench-hero-insight__cap-list{margin:0;padding:4px 0 0;list-style:none;display:flex;flex-direction:column;gap:14px}.feature-workbench-hero-insight__cap-item{display:flex;align-items:flex-start;gap:12px;margin:0;padding:10px 12px;border-radius:12px;background:#0000001a;border:1px solid rgba(255,255,255,.07);font-size:13px;line-height:1.5;color:#ffffffdb}.feature-workbench-hero-insight__check-icon{flex-shrink:0;margin-top:2px;color:var(--feature-workbench-hero-bullet, var(--feature-brand-soft, #2f9f88));filter:drop-shadow(0 0 6px rgba(120,235,210,.25))}.feature-workbench-hero-insight__route-nodes{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:0;margin:4px 0 10px}.feature-workbench-hero-insight__route-cluster{display:flex;align-items:center;flex:1 1 0;min-width:0}.feature-workbench-hero-insight__route-node{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px 12px;min-width:0;flex:1 1 64px;border:none;border-radius:12px;background:#ffffff0d;color:#ffffffbd;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.feature-workbench-hero-insight__route-node:hover{background:#ffffff14;color:#ffffffe6}.feature-workbench-hero-insight__route-node.is-active{background:#6ee6c81f;color:#f2fffa;box-shadow:inset 0 0 0 1px #82ebd259,0 6px 16px #04141233}.feature-workbench-hero-insight__route-node-num{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;font-size:12px;font-weight:800;background:#ffffff1c;color:#ffffffe6}.feature-workbench-hero-insight__route-node.is-active .feature-workbench-hero-insight__route-node-num{background:#82ebd259;color:#06221c}.feature-workbench-hero-insight__route-node-label{font-size:11px;font-weight:650;line-height:1.28;text-align:center;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feature-workbench-hero-insight__route-link{flex:1 1 12px;min-width:8px;max-width:24px;height:3px;margin:18px 2px 0;border-radius:2px;background:#ffffff24;align-self:flex-start}.feature-workbench-hero-insight__route-link.is-done{background:linear-gradient(90deg,#82ebd280,#82ebd2d9)}.feature-workbench-hero-insight__route-detail{padding:14px 16px;border-radius:12px;background:#00000024;border:1px solid rgba(255,255,255,.1);animation:feature-workbench-hero-insight-fade .22s ease-out both;flex:1;min-height:4.5rem}.feature-workbench-hero-insight__route-detail-title{margin:0 0 8px;font-size:14px;font-weight:780;color:#fff;letter-spacing:-.015em}.feature-workbench-hero-insight__route-detail-text{margin:0;font-size:13px;line-height:1.58;color:#ffffffc2;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.feature-workbench-hero-insight__output-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:2px}.feature-workbench-hero-insight__output-cell{display:flex;flex-direction:column;gap:5px;padding:12px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.09);min-height:68px}.feature-workbench-hero-insight__output-label{font-size:13px;font-weight:700;color:#fffffff0;line-height:1.3}.feature-workbench-hero-insight__output-hint{font-size:11px;line-height:1.45;color:#ffffff9e;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feature-workbench-hero-insight__footer{position:relative;z-index:1;display:flex;align-items:flex-start;gap:10px;margin-top:auto;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}.feature-workbench-hero-insight__footer-dot{width:6px;height:6px;margin-top:6px;border-radius:2px;flex-shrink:0;background:var(--feature-workbench-hero-bullet, var(--feature-brand-soft, #2f9f88));opacity:.85}.feature-workbench-hero-insight__footer-text{margin:0;font-size:12px;line-height:1.55;color:#fff9}.feature-workbench__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(6px,.8vw,10px);flex-shrink:0}.feature-workbench-metric-card{display:flex;align-items:stretch;gap:10px;min-width:0;padding:12px;border-radius:16px;border:1px solid var(--feature-border);background:radial-gradient(circle at top right,rgba(47,159,136,.1),transparent 35%),linear-gradient(180deg,#fff,#f7fbf9);box-shadow:var(--feature-shadow-md)}.feature-workbench-metric-card__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:#1a7b691a;color:var(--feature-brand);flex-shrink:0}.feature-workbench-metric-card__icon--active{background:#3b82f61f;color:#2563eb}.feature-workbench-metric-card__icon--completed{background:#0596691f;color:#059669}.feature-workbench-metric-card__icon--accuracy{background:#f59e0b24;color:#d97706}.feature-workbench-metric-card__body{min-width:0}.feature-workbench-metric-card__label{font-size:14px;font-weight:700;color:var(--feature-text-soft)}.feature-workbench-metric-card__value{margin-top:6px;font-size:clamp(20px,2vw,26px);line-height:1;font-weight:800;letter-spacing:-.04em}.feature-workbench-metric-card__meta{margin-top:6px;font-size:12px;color:#769086}.feature-workbench__panel{display:flex;flex-direction:column;gap:12px;min-width:0;padding:clamp(12px,1.5vw,18px);border-radius:clamp(14px,2vw,20px);border:1px solid var(--feature-border);background:linear-gradient(180deg,#fcfefd,#f7fbf9);box-shadow:var(--feature-shadow-md);overflow:hidden}.feature-workbench__panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.feature-workbench__panel-copy{min-width:0}.feature-workbench__panel-eyebrow{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--feature-brand)}.feature-workbench__panel-title{margin:6px 0 0;font-size:24px;line-height:1.15;font-weight:900;letter-spacing:-.03em}.feature-workbench__panel-subtitle{margin:8px 0 0;font-size:14px;line-height:1.7;color:var(--feature-text-soft)}.feature-workbench__panel-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px}.feature-workbench-result-count{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:var(--feature-brand-mint);color:var(--feature-brand-strong);font-size:12px;font-weight:700}.feature-workbench-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 14px;border-radius:12px;border:1px solid var(--feature-border);background:#fff;color:var(--feature-text);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}.feature-workbench-toolbar-btn:disabled{opacity:.6;cursor:not-allowed}.feature-workbench__panel-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;min-width:0}.feature-workbench-filter-group{display:flex;flex-wrap:wrap;gap:10px}.feature-workbench-filter-chip{min-height:36px;padding:0 14px;border-radius:999px;border:1px solid var(--feature-border);background:#ffffffb3;color:var(--feature-text-soft);cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.feature-workbench-filter-chip.is-active{background:linear-gradient(135deg,#1a7b69,#2f9f88);border-color:transparent;color:#fff;box-shadow:0 12px 24px #1a7b6933}.feature-workbench-search-box{display:flex;align-items:center;gap:10px;min-height:42px;min-width:min(420px,100%);max-width:100%;padding:0 14px;border-radius:14px;border:1px solid var(--feature-border);background:#fff;box-shadow:inset 0 1px #fff9}.feature-workbench-search-box__icon{display:inline-flex;color:#7e958d;flex-shrink:0}.feature-workbench-search-box__input{flex:1;min-width:0;border:none;outline:none;background:transparent;font:inherit;color:var(--feature-text)}.feature-workbench-search-box__input::placeholder{color:#95a8a0}.feature-workbench-feedback,.feature-workbench-empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;min-height:220px;border-radius:20px;border:1px dashed var(--feature-border-strong);background:#fff9;text-align:center}.feature-workbench-feedback{font-size:14px;color:var(--feature-text-soft)}.feature-workbench-feedback--error{min-height:unset;justify-content:flex-start;align-items:flex-start;padding:14px 16px;border-style:solid;border-color:#ef44442e;background:#fef2f2eb;color:#b91c1c}.feature-workbench-feedback--loading{color:var(--feature-brand)}.feature-workbench-spinner{color:var(--feature-brand);animation:feature-workbench-spin .8s linear infinite}.feature-workbench-empty-state__icon{display:inline-flex;color:#1a7b6938}.feature-workbench-empty-state__title{font-size:20px;font-weight:800;letter-spacing:-.03em}.feature-workbench-empty-state__description{max-width:460px;font-size:14px;line-height:1.7;color:var(--feature-text-soft)}.feature-workbench__table-wrap{max-width:100%;overflow-x:auto;overflow-y:visible;border-radius:14px;border:1px solid var(--feature-border);background:#fff;flex:1;min-height:200px}.feature-workbench-table{width:100%;border-collapse:collapse}.feature-workbench-table thead th{position:sticky;top:0;z-index:1;padding:14px;background:#f3faf7;color:var(--feature-text-soft);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--feature-border);white-space:nowrap}.feature-history-row{border-bottom:1px solid rgba(20,92,81,.08);transition:background .15s ease}.feature-history-row:last-child{border-bottom:none}.feature-history-row--main:nth-child(4n+1){background:#f7fbf994}.feature-history-row--main:hover{background:#daf1e85c}.feature-history-row--task{background:#f4f9f7f2}.feature-history-row--task:hover{background:#e4efebf2}.feature-history-cell{padding:14px;vertical-align:middle;font-size:13px;color:var(--feature-text)}.feature-history-cell--id,.feature-history-task-cell--id{display:flex;align-items:center;gap:8px}.feature-history-cell--name{max-width:280px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feature-history-cell--data,.feature-history-task-cell--trait{max-width:260px;color:var(--feature-text-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feature-history-cell--time,.feature-history-task-cell--progress,.feature-history-run-id,.feature-history-task-id,.feature-history-accuracy{font-variant-numeric:tabular-nums}.feature-history-cell--time,.feature-history-task-cell--progress{color:var(--feature-text-soft);white-space:nowrap}.feature-history-cell--accuracy{white-space:nowrap}.feature-history-cell--actions{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;min-width:280px;overflow-x:hidden}.feature-history-algorithm{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.feature-history-expand-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:#6d8179;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease}.feature-history-expand-btn:hover{background:#1a7b691a;color:var(--feature-brand)}.feature-history-expand-placeholder{width:28px;height:28px;flex-shrink:0}.feature-history-run-id{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:12px;color:#627870}.feature-history-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:0;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.feature-history-badge--algorithm{background:#3b82f61a;color:#1d4ed8}.feature-history-badge--algorithm-gs{background:#d946ef1f;color:#a21caf}.feature-history-badge--taskcount{background:#1a7b691a;color:var(--feature-brand);cursor:pointer}.feature-history-badge--taskmeta{background:#1a7b691a;color:var(--feature-brand)}.feature-history-badge--report{background:#2563eb14;color:#1d4ed8}.feature-history-accuracy{color:#059669;font-weight:800}.feature-history-dash{color:#b2c2bc}.feature-status-badge,.feature-history-status-text{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;white-space:nowrap}.feature-status-badge:before,.feature-history-status-text:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px #0f172a0a;flex-shrink:0}.feature-status-badge--completed,.feature-history-status-text--completed{color:#059669}.feature-status-badge--failed,.feature-history-status-text--failed{color:#dc2626}.feature-status-badge--running,.feature-history-status-text--running{color:#2563eb}.feature-status-badge--running:before,.feature-history-status-text--running:before{animation:feature-workbench-pulse 1.4s ease-in-out infinite}.feature-status-badge--pending,.feature-history-status-text--pending{color:#7c8b85}.feature-status-badge--cancelled,.feature-history-status-text--cancelled{color:#8b5cf6}.feature-history-task-cell--id{padding-left:30px}.feature-history-task-indent{color:#b1c0ba}.feature-history-task-id{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:12px;color:#7f948c}.feature-history-task-message{display:inline-block;max-width:168px;color:#82978f;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feature-workbench-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 12px;border-radius:10px;border:1px solid transparent;cursor:pointer;font-size:12px;font-weight:700;flex-shrink:0;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.feature-workbench-action-btn--ghost{background:#fff;border-color:#145c5124;color:var(--feature-text-soft)}.feature-workbench-action-btn--primary{background:linear-gradient(135deg,#1a7b69,#2f9f88);color:#fff;box-shadow:0 10px 20px #1a7b692e}.feature-workbench-action-btn--secondary{background:#2563eb14;border-color:#2563eb1f;color:#1d4ed8}.feature-workbench-action-btn--danger{background:#ef444414;border-color:#ef44441f;color:#dc2626}.feature-workbench-action-btn--small{min-height:30px;padding:0 10px}.feature-workbench-primary-btn:focus-visible,.feature-workbench-secondary-btn:focus-visible,.feature-workbench-toolbar-btn:focus-visible,.feature-workbench-filter-chip:focus-visible,.feature-workbench-action-btn:focus-visible,.feature-history-expand-btn:focus-visible,.feature-history-badge--taskcount:focus-visible,.feature-workbench-search-box:focus-within{outline:none;box-shadow:0 0 0 3px #2f9f8838}.feature-workbench-search-box:focus-within{border-color:#1a7b693d}@keyframes feature-workbench-pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes feature-workbench-spin{to{transform:rotate(360deg)}}@media (max-width: 1100px){.feature-workbench__summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.feature-workbench__hero{grid-template-columns:1fr!important;min-height:unset}.feature-workbench__hero--with-insight{min-height:unset;gap:14px;padding:clamp(14px,3vw,18px)}.feature-workbench__hero-content--with-insight{max-width:none;padding-right:0}.feature-workbench__hero-image-overlay{background:radial-gradient(circle at 18% 14%,rgba(105,252,227,.18),transparent 26%),radial-gradient(circle at 84% 78%,rgba(101,191,255,.14),transparent 28%),linear-gradient(180deg,#031110cc,#071f1d80 54%,#071f1d29),linear-gradient(180deg,#ffffff0a,#fff0 28%,#030b0a14)}.feature-workbench__hero-image-overlay:after{left:30%;width:92%;height:148%;filter:blur(12px);opacity:.44}.feature-workbench__hero-highlights--info{padding-top:0;max-width:none}.feature-workbench-hero-insight{max-width:none;padding:14px 14px 12px}.feature-workbench-hero-insight__body{min-height:152px}.feature-workbench-hero-insight__route-nodes{flex-wrap:wrap}.feature-workbench-hero-insight__route-cluster{flex:1 1 calc(50% - 6px)}.feature-workbench__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-workbench-metric-card{padding:16px}.feature-workbench__hero-title{font-size:24px}.feature-workbench__hero-description{font-size:13px;max-width:none}.feature-workbench-step-chip{min-height:36px;padding:0 10px 0 8px}.feature-workbench-step-chip__index{width:20px;height:20px;font-size:11px}.feature-workbench-step-chip__text{font-size:12px}.feature-workbench__panel-title{font-size:20px}.feature-workbench__panel-subtitle{font-size:13px}.feature-workbench__hero-highlights{gap:10px}.feature-workbench__hero-image-overlay:before{background-size:24px 24px,24px 24px,100% 100%;opacity:.1}.feature-workbench__panel,.feature-workbench__hero{padding:18px;border-radius:20px}.feature-workbench__panel-header,.feature-workbench__panel-toolbar{flex-direction:column;align-items:stretch}.feature-workbench__panel-meta{justify-content:flex-start}.feature-workbench-search-box{min-width:0;width:100%}}@media (max-width: 1440px){.feature-workbench__hero{min-height:180px;padding:14px 16px}.feature-workbench__hero-title{font-size:clamp(20px,3vw,32px)}.feature-workbench__hero-description{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feature-workbench__hero-steps{gap:8px}.feature-workbench-step-chip{min-height:36px;padding:0 10px 0 8px}.feature-workbench-step-chip__text{font-size:12px}.feature-workbench-hero-insight{padding:14px 16px 12px}.feature-workbench-hero-insight__tab{font-size:10px;padding:6px 4px}.feature-workbench__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-workbench-metric-card{padding:14px}.feature-workbench-metric-card__icon{width:40px;height:40px}.feature-workbench-metric-card__value{font-size:22px}.feature-workbench__panel{padding:14px}.feature-workbench__panel-title{font-size:18px}.feature-workbench-table thead th,.feature-workbench-table tbody td{padding:10px 8px;font-size:12px}.feature-history-cell--name{max-width:180px}.feature-history-cell--data{max-width:160px}.feature-history-cell--actions{min-width:240px;overflow-x:hidden}}@media (max-width: 520px){.feature-workbench{gap:14px;padding-bottom:16px}.feature-workbench__hero{padding:14px;border-radius:16px}.feature-workbench__hero-image{opacity:.3;filter:saturate(.82) brightness(.8) contrast(1.02)}.feature-workbench__hero-image-overlay:before{background-size:20px 20px,20px 20px,100% 100%;opacity:.06}.feature-workbench__hero-image-overlay:after{left:18%;width:108%;height:140%;opacity:.24;filter:blur(10px)}.feature-workbench__hero-title{font-size:20px}.feature-workbench__hero-steps{gap:8px}.feature-workbench__hero-actions{flex-direction:column;gap:8px}.feature-workbench-primary-btn,.feature-workbench-secondary-btn{width:100%;justify-content:center}.feature-workbench__panel{padding:14px;border-radius:16px}.feature-workbench__panel-meta{flex-direction:column;align-items:stretch;gap:8px}.feature-workbench-toolbar-btn,.feature-workbench-filter-chip,.feature-workbench-filter-group{width:100%;justify-content:center}.feature-workbench-metric-card__icon{width:40px;height:40px}.feature-workbench-metric-card__value{font-size:24px}.feature-workbench__table-wrap{margin:0 -14px;border-radius:0;border-left:none;border-right:none}.feature-workbench-table td,.feature-workbench-table th{padding:10px 8px;font-size:12px}}@media (max-height: 600px){.feature-workbench__hero{min-height:unset}.feature-workbench__hero-content{gap:10px}.feature-workbench__hero-title{font-size:22px}.feature-workbench__hero-description{display:none}}@media (prefers-reduced-motion: reduce){.feature-workbench-primary-btn,.feature-workbench-secondary-btn,.feature-workbench-toolbar-btn,.feature-workbench-filter-chip,.feature-workbench-action-btn,.feature-history-expand-btn,.feature-history-badge--taskcount,.feature-workbench__hero-image-overlay:after,.feature-workbench-spinner,.feature-status-badge--running:before,.feature-history-status-text--running:before,.feature-workbench-step-chip--interactive{animation:none!important;transition:none!important}}.cluster-geno-create-step{--feature-brand-strong: #1a4d2e;--feature-brand: #2d7a4a;--feature-brand-soft: #4caf7a;--feature-brand-mint: #e8f8ef;--feature-surface-alt: #f4fbf7;--feature-border: rgba(26, 90, 52, .14);--feature-border-strong: rgba(26, 90, 52, .24);--feature-text: #102818;--feature-text-soft: #4d6b58;--feature-shadow-lg: 0 24px 56px rgba(12, 48, 28, .16);--feature-shadow-md: 0 16px 36px rgba(12, 48, 28, .09);--feature-workbench-hero-bullet: #9af0c2}.cluster-geno-create-step .feature-workbench__hero{background:radial-gradient(circle at 10% 12%,rgba(160,255,200,.16),transparent 26%),radial-gradient(circle at 88% 18%,rgba(120,220,255,.1),transparent 28%),linear-gradient(135deg,#061a10,#0f3d24 36%,#1a5c38 70%,#247848)}.cluster-geno-create-step .feature-workbench__hero-image{opacity:.24;object-position:center;filter:saturate(.95) brightness(.86) contrast(1.03)}.cluster-geno-create-step .feature-workbench__hero-image-overlay{background:radial-gradient(circle at 16% 18%,rgba(150,255,200,.14),transparent 24%),radial-gradient(circle at 82% 74%,rgba(100,200,255,.12),transparent 28%),linear-gradient(90deg,#04120aeb,#062012c7 34%,#08301c70 60%,#08301c1f),linear-gradient(180deg,#ffffff0a,#fff0 28%,#030e0814)}.cluster-geno-create-step .feature-workbench__panel{background:linear-gradient(180deg,#fcfefc,#f5faf7);overflow:visible}.cluster-geno-create-step .feature-workbench__table-wrap{overflow-x:auto;overflow-y:auto}.cluster-geno-create-step .feature-workbench-table thead th{background:#eef8f1}.cluster-geno-create-step .feature-history-row--main:nth-child(4n+1){background:#f1faf4d9}.cluster-geno-create-step .feature-history-row--main:hover{background:#dcf4e4c7}.cluster-geno-create-step .feature-history-cell--actions{min-width:280px}.cluster-geno-create-step__file-pill{display:inline-flex;align-items:center;max-width:100%;min-height:30px;padding:0 10px;border-radius:999px;background:#2d7a4a14;border:1px solid rgba(45,122,74,.16);color:#1d5c36;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cluster-geno-create-step__file-stack{display:flex;flex-direction:column;gap:6px;max-width:220px}.cluster-geno-create-step__file-row{display:flex;align-items:center;gap:8px;min-width:0}.cluster-geno-create-step__source-tag{flex-shrink:0;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700;color:#fff}.cluster-geno-create-step__source-tag--public{background:#1565c0}.cluster-geno-create-step__source-tag--private{background:#2e7d32}.cluster-geno-create-step__file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;color:var(--feature-text)}.cluster-geno-create-step__file-more{font-size:11px;color:var(--feature-text-soft)}@container (max-width: 760px){.cluster-geno-create-step .feature-history-cell--actions{min-width:240px}}@container (max-width: 520px){.cluster-geno-create-step .feature-workbench__hero-image{opacity:.18}.cluster-geno-create-step .feature-history-cell--actions{min-width:220px}}.tab-step-layout{--ts-bg: #161616;--ts-bg-elevated: #1e1e1e;--ts-border: rgba(255, 255, 255, .1);--ts-border-strong: rgba(255, 255, 255, .14);--ts-tab-active-bg: rgba(95, 207, 207, .12);--ts-tab-active-border: rgba(95, 207, 207, .35);--ts-text: #f1f5f9;--ts-text-muted: rgba(241, 245, 249, .55);--ts-text-dim: rgba(241, 245, 249, .38);--ts-step-label: rgba(235, 244, 236, .72);--ts-step-active-bg: #3a3a3a;--ts-step-hover-bg: rgba(255, 255, 255, .06);--ts-icon-fg: #ebf4ec;--ts-splitter: rgba(139, 92, 246, .22);--ts-splitter-active: rgba(139, 92, 246, .38);--ts-primary: #10b981;--ts-primary-hover: #059669;--ts-primary-disabled: #4b5563;--ts-radius: 14px;--ts-radius-sm: 8px;--ts-shadow: 0 12px 40px rgba(0, 0, 0, .35);display:flex;flex-direction:column;height:100%;background:var(--ts-bg);border-radius:var(--ts-radius);overflow:hidden;box-shadow:var(--ts-shadow);border:1px solid var(--ts-border)}.tab-step-layout[data-workspace-theme=light]{--ts-bg: #f4fbfb;--ts-bg-elevated: #ffffff;--ts-border: rgba(13, 148, 136, .14);--ts-border-strong: rgba(13, 148, 136, .22);--ts-tab-active-bg: rgba(45, 212, 191, .18);--ts-tab-active-border: rgba(13, 148, 136, .35);--ts-text: #0f172a;--ts-text-muted: #475569;--ts-text-dim: #94a3b8;--ts-step-label: #64748b;--ts-step-active-bg: rgba(45, 212, 191, .15);--ts-step-hover-bg: rgba(15, 118, 110, .06);--ts-icon-fg: #0f766e;--ts-splitter: rgba(45, 212, 191, .35);--ts-splitter-active: rgba(13, 148, 136, .5);--ts-primary: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);--ts-primary-hover: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);--ts-primary-disabled: #cbd5e1;--ts-shadow: 0 14px 40px rgba(15, 118, 110, .1);background:linear-gradient(165deg,#f0fdfa,#f8fafc 42%,#fff);border-color:var(--ts-border)}.tab-step-layout__header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 14px;background:var(--ts-bg-elevated);border-bottom:1px solid var(--ts-border);flex-shrink:0}.tab-step-layout__header-left{display:flex;align-items:center;gap:6px;min-width:0;flex:1}.tab-step-layout__header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.tab-step-layout__tab{display:flex;align-items:center;gap:8px;padding:7px 12px;border-radius:var(--ts-radius-sm);cursor:pointer;transition:background .2s,border-color .2s,box-shadow .2s;border:1px solid transparent;max-width:240px}.tab-step-layout__tab:hover{background:var(--ts-step-hover-bg)}.tab-step-layout__tab--active{background:var(--ts-tab-active-bg);border-color:var(--ts-tab-active-border);box-shadow:0 1px #ffffff0a}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__tab--active{box-shadow:0 4px 14px #0d94881f}.tab-step-layout__tab-name{font-size:13px;font-weight:500;color:var(--ts-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab-step-layout__tab--active .tab-step-layout__tab-name{color:var(--ts-text);font-weight:600}.tab-step-layout__tab-close{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;color:var(--ts-text-dim);cursor:pointer;border-radius:6px;line-height:0;flex-shrink:0}.tab-step-layout__tab-close:hover{background:var(--ts-step-hover-bg);color:var(--ts-text)}.tab-step-layout__new-tab{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px dashed var(--ts-border);background:transparent;color:var(--ts-text-muted);cursor:pointer;border-radius:var(--ts-radius-sm);line-height:0;flex-shrink:0}.tab-step-layout__new-tab:hover{border-style:solid;background:var(--ts-step-hover-bg);color:var(--ts-text)}.tab-step-layout__theme-toggle{display:inline-flex;padding:3px;border-radius:10px;background:var(--ts-bg);border:1px solid var(--ts-border);gap:2px}.tab-step-layout__theme-btn{border:none;background:transparent;color:var(--ts-text-muted);font-size:12px;font-weight:600;padding:6px 12px;border-radius:8px;cursor:pointer;transition:background .18s,color .18s}.tab-step-layout__theme-btn:hover{color:var(--ts-text)}.tab-step-layout__theme-btn--active{background:var(--ts-tab-active-bg);color:var(--ts-text);box-shadow:0 1px 2px #00000014}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__theme-btn--active{background:#2dd4bf40;color:#0f766e}.tab-step-layout__return{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid var(--ts-border);background:transparent;color:var(--ts-text-muted);cursor:pointer;border-radius:var(--ts-radius-sm);font-size:13px;font-weight:500;transition:background .2s,border-color .2s,color .2s}.tab-step-layout__return:hover{background:var(--ts-step-hover-bg);border-color:var(--ts-border-strong);color:var(--ts-text)}.tab-step-layout__return-icon{flex-shrink:0;opacity:.85}.tab-step-layout__body{display:flex;flex:1;min-height:0}.tab-step-layout__sidebar{display:flex;flex-direction:column;background:var(--ts-bg-elevated);border-right:1px solid var(--ts-border);flex-shrink:0}.tab-step-layout__steps{flex:1;padding:18px 14px;overflow:auto;display:flex;flex-direction:column;gap:10px}.tab-step-layout__step{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;min-height:68px;box-sizing:border-box;border-radius:10px;cursor:pointer;transition:background .2s,box-shadow .2s;border:1px solid transparent;position:relative}.tab-step-layout__step:hover{background:var(--ts-step-hover-bg)}.tab-step-layout__step--active{background:var(--ts-step-active-bg);border-color:var(--ts-border);box-shadow:0 0 0 1px #5fcfcf1f}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__step--active{box-shadow:0 4px 16px #0d94881f;border-color:#0d948833}.tab-step-layout__step--failed.tab-step-layout__step--active{background:#ef44441f;border-color:#ef444459}.tab-step-layout__step-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.tab-step-layout__step-ordinal{font-size:12px;line-height:20px;font-weight:500;color:var(--ts-step-label)}.tab-step-layout__step-title{font-size:15px;line-height:22px;font-weight:600;color:var(--ts-text)}.tab-step-layout__step--active .tab-step-layout__step-title{color:var(--ts-text)}.tab-step-layout__step-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;border:1px solid var(--ts-border);background:#ffffff0a;color:var(--ts-icon-fg);transition:border-color .2s,background .2s,color .2s,box-shadow .2s}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__step-icon{background:#0f172a08;border-color:#94a3b859;color:#64748b}.tab-step-layout__step-icon-inner{color:inherit}.tab-step-layout__step-icon--current{border-color:#5fcfcf73;background:#5fcfcf1a;color:#5fcfcf;box-shadow:0 0 0 1px #5fcfcf1f}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__step-icon--current{border-color:#0d948866;background:#2dd4bf1f;color:#0d9488;box-shadow:0 2px 10px #0d94881a}.tab-step-layout__step-icon--completed{border-color:#34d39973;background:#10b98124;color:#6ee7b7}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__step-icon--completed{border-color:#0d948861;background:#10b9811f;color:#059669}.tab-step-layout__step-icon-inner--done{color:#a7f3d0!important}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__step-icon-inner--done{color:#047857!important}.tab-step-layout__step-icon--failed{border-color:#f8717180;background:#ef44441f;color:#fca5a5}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__step-icon--failed{color:#dc2626}.tab-step-layout__step-icon-inner--fail{color:inherit!important}.tab-step-layout__step-icon-inner--active{color:inherit}.tab-step-layout__footer{padding:14px;border-top:1px solid var(--ts-border);background:var(--ts-bg)}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__footer{background:#ffffffa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tab-step-layout__action{width:100%;padding:12px 16px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .2s,opacity .2s}.tab-step-layout__action:disabled{cursor:not-allowed;opacity:.65}.tab-step-layout__action:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 20px #10b98140}.tab-step-layout__action:not(:disabled):active{transform:translateY(0)}.tab-step-layout[data-workspace-theme=dark] .tab-step-layout__action:not(:disabled){background:var(--ts-primary);color:#fff}.tab-step-layout[data-workspace-theme=dark] .tab-step-layout__action:not(:disabled):hover{background:var(--ts-primary-hover)}.tab-step-layout[data-workspace-theme=dark] .tab-step-layout__action:disabled{background:var(--ts-primary-disabled);color:#ffffff80}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__action:not(:disabled){background:var(--ts-primary);color:#fff}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__action:not(:disabled):hover{background:var(--ts-primary-hover)}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__action:disabled{background:var(--ts-primary-disabled);color:#64748b}.tab-step-layout__splitter{width:6px;cursor:col-resize;flex-shrink:0;transition:background .2s;align-self:stretch}.tab-step-layout__splitter:hover,.tab-step-layout__splitter--dragging{background:var(--ts-splitter)}.tab-step-layout__splitter--dragging{background:var(--ts-splitter-active)}.tab-step-layout__content{flex:1;background:var(--ts-bg);overflow:auto;padding:22px 24px;min-width:0;display:flex;flex-direction:column}.tab-step-layout[data-workspace-theme=light] .tab-step-layout__content{background:#ffffff8c}@media (max-width: 1100px){.tab-step-layout__content{padding:16px}}.feature-intro-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:clamp(12px,2.5vw,24px);background:#0812107a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.feature-intro-dialog{position:relative;width:min(1080px,100%);height:min(700px,calc(100vh - 24px));display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 32px 80px #0812103d;animation:feature-intro-enter .24s ease}.feature-intro-dialog__close{position:absolute;top:18px;right:18px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:#0c18167a;color:#f8fffc;cursor:pointer;transition:background .18s ease,transform .18s ease}.feature-intro-dialog__close:hover{background:#0c1816c2;transform:scale(1.04)}.feature-intro-dialog__hero{position:relative;display:flex;flex-direction:column;justify-content:flex-end;gap:18px;min-height:100%;padding:28px;color:#f3fbf7;background-position:center;background-size:cover}.feature-intro-dialog__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(255,255,255,.18),transparent 30%),linear-gradient(180deg,#fff0,#ffffff0a);pointer-events:none}.feature-intro-dialog__eyebrow,.feature-intro-dialog__title,.feature-intro-dialog__lead,.feature-intro-dialog__hero-points{position:relative;z-index:1}.feature-intro-dialog__eyebrow{width:fit-content;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.feature-intro-dialog__title{margin:0;font-size:clamp(28px,3.6vw,40px);line-height:1.12;font-weight:900;letter-spacing:-.03em}.feature-intro-dialog__lead{margin:0;max-width:420px;font-size:14px;line-height:1.75;color:#f3fbf7db}.feature-intro-dialog__hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.feature-intro-hero-point{padding:14px 12px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-width:0}.feature-intro-hero-point__value{font-size:18px;line-height:1.1;font-weight:900}.feature-intro-hero-point__label{margin-top:8px;font-size:11px;line-height:1.5;color:#f3fbf7bd}.feature-intro-dialog__panel{display:flex;flex-direction:column;min-height:0;background:radial-gradient(circle at top right,rgba(32,130,111,.08),transparent 26%),linear-gradient(180deg,#fff,#f8fcfa)}.feature-intro-dialog__panel-header{flex-shrink:0;padding:20px 24px 14px;border-bottom:1px solid rgba(20,92,81,.08)}.feature-intro-dialog__panel-kicker{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#1a7b69}.feature-intro-dialog__panel-summary{margin:10px 0 0;font-size:14px;line-height:1.75;color:#60746b}.feature-intro-dialog__content{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:14px;padding:16px 24px 20px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(20,92,81,.2) transparent}.feature-intro-dialog__content::-webkit-scrollbar{width:6px}.feature-intro-dialog__content::-webkit-scrollbar-track{background:transparent}.feature-intro-dialog__content::-webkit-scrollbar-thumb{background:#145c5133;border-radius:3px}.feature-intro-dialog__content::-webkit-scrollbar-thumb:hover{background:#145c5159}.feature-intro-card{padding:18px;border-radius:22px;border:1px solid rgba(20,92,81,.1);background:linear-gradient(180deg,#fffffff5,#f7fbf9f5);box-shadow:0 12px 28px #145c510f}.feature-intro-card--accent{background:radial-gradient(circle at top right,rgba(33,150,122,.12),transparent 32%),linear-gradient(180deg,#f1faf7fa,#fffffffa)}.feature-intro-card__title{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:900;color:#17332c}.feature-intro-card__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#1a7b691a;color:#1a7b69;flex-shrink:0}.feature-intro-card__desc{margin:14px 0 0;font-size:14px;line-height:1.8;color:#5a7067}.feature-intro-flow{display:grid;gap:12px;margin-top:16px}.feature-intro-flow__item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:start;padding:14px 14px 14px 12px;border-radius:18px;background:#f3f9f6e6;border:1px solid rgba(20,92,81,.08)}.feature-intro-flow__index{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#1a7b69,#2f9f88);color:#fff;font-size:15px;font-weight:900}.feature-intro-flow__title{font-size:14px;font-weight:800;color:#17332c}.feature-intro-flow__desc{margin-top:6px;font-size:13px;line-height:1.7;color:#60746b}.feature-intro-flow__arrow{display:inline-flex;align-items:center;color:#92a79f;padding-top:12px}.feature-intro-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.feature-intro-benefit{display:flex;gap:10px;align-items:flex-start;padding:14px;border-radius:18px;background:#f3f9f6e0;border:1px solid rgba(20,92,81,.08);font-size:13px;line-height:1.7;color:#46625a}.feature-intro-benefit__mark{width:10px;height:10px;margin-top:5px;border-radius:50%;background:linear-gradient(135deg,#1a7b69,#5fd6b7);box-shadow:0 0 0 4px #1a7b6914;flex-shrink:0}.feature-intro-data-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.feature-intro-data-card{min-width:0;padding:16px 14px;border-radius:18px;background:#f3f9f6e0;border:1px solid rgba(20,92,81,.08)}.feature-intro-data-card__title{font-size:13px;font-weight:800;color:#17332c}.feature-intro-data-card__text{margin-top:8px;font-size:13px;line-height:1.7;color:#60746b}.feature-intro-dialog__footer{flex-shrink:0;display:flex;justify-content:flex-end;padding:14px 24px 18px;border-top:1px solid rgba(20,92,81,.08);background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.feature-intro-dialog__ack{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:0;border-radius:14px;background:linear-gradient(135deg,#1a7b69,#2f9f88);color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 16px 28px #145c5129;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.feature-intro-dialog__ack:hover{transform:translateY(-1px);filter:brightness(1.03)}.feature-intro-dialog__ack:focus-visible,.feature-intro-dialog__close:focus-visible{outline:none;box-shadow:0 0 0 3px #2f9f883d}@keyframes feature-intro-enter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 960px){.feature-intro-dialog{height:auto;max-height:calc(100vh - 24px);grid-template-columns:1fr;grid-template-rows:auto 1fr}.feature-intro-dialog__hero{min-height:200px;max-height:260px}.feature-intro-dialog__hero-points{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-intro-dialog__content{max-height:45vh}}@media (max-width: 760px){.feature-intro-dialog{max-height:calc(100vh - 16px);border-radius:20px}.feature-intro-modal{padding:8px}.feature-intro-dialog__hero{min-height:180px;padding:16px;gap:12px}.feature-intro-dialog__title{font-size:22px}.feature-intro-dialog__hero-points{grid-template-columns:1fr;gap:8px}.feature-intro-hero-point{display:flex;align-items:center;gap:10px;padding:10px 12px}.feature-intro-hero-point__value{font-size:14px}.feature-intro-hero-point__label{margin-top:0;font-size:12px}.feature-intro-dialog__panel-header{padding:14px 16px 10px}.feature-intro-dialog__panel-summary{font-size:13px}.feature-intro-dialog__content{padding:12px 16px 16px;max-height:50vh;gap:12px}.feature-intro-card{padding:14px}.feature-intro-card__title{font-size:14px}.feature-intro-card__desc{font-size:13px;margin-top:10px}.feature-intro-benefits,.feature-intro-data-grid{grid-template-columns:1fr;margin-top:12px}.feature-intro-flow{gap:8px;margin-top:12px}.feature-intro-flow__item{grid-template-columns:32px minmax(0,1fr);padding:10px}.feature-intro-flow__index{width:32px;height:32px;font-size:13px}.feature-intro-flow__arrow{display:none}.feature-intro-dialog__footer{padding:12px 16px 16px}.feature-intro-dialog__ack{width:100%}}.gwas-algo-step-root{--gwas-line: rgba(255, 255, 255, .06);--gwas-line-2: rgba(255, 255, 255, .08);--gwas-line-3: rgba(255, 255, 255, .05);--gwas-text: #ffffff;--gwas-text-65: rgba(255, 255, 255, .65);--gwas-text-60: rgba(255, 255, 255, .6);--gwas-text-50: rgba(255, 255, 255, .5);--gwas-text-40: rgba(255, 255, 255, .4);--gwas-text-35: rgba(255, 255, 255, .35);--gwas-surface-04: rgba(255, 255, 255, .04);--gwas-surface-03: rgba(255, 255, 255, .03);--gwas-surface-06: rgba(255, 255, 255, .06);--gwas-surface-08: rgba(255, 255, 255, .08);--gwas-input-bg: rgba(255, 255, 255, .08);--gwas-input-border: #404040;--gwas-input-color: rgba(255, 255, 255, .9);--gwas-card-border: #383838;--gwas-card-border-soft: rgba(255, 255, 255, .08);--gwas-card-border-mid: rgba(255, 255, 255, .12);--gwas-checkbox-off: #454545;--gwas-modal-bg: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--gwas-modal-title: #ffffff;--gwas-modal-sub: rgba(255, 255, 255, .5);--gwas-modal-body: rgba(255, 255, 255, .8);--gwas-literature-bg: rgba(0, 0, 0, .3);--gwas-literature-text: rgba(255, 255, 255, .85);--gwas-card-title: #ffffff;--gwas-card-subtitle: rgba(255, 255, 255, .4);--gwas-param-item-bg: rgba(255, 255, 255, .04);--gwas-param-item-border: rgba(255, 255, 255, .08);--gwas-param-name: #ffffff;--gwas-label: rgba(255, 255, 255, .7);--gwas-label-muted: rgba(255, 255, 255, .4)}.task-workspace-root[data-task-ws-theme=light] .gwas-algo-step-root{--gwas-line: rgba(15, 23, 42, .08);--gwas-line-2: rgba(15, 23, 42, .1);--gwas-line-3: rgba(15, 23, 42, .06);--gwas-text: #0f172a;--gwas-text-65: #475569;--gwas-text-60: #475569;--gwas-text-50: #64748b;--gwas-text-40: #94a3b8;--gwas-text-35: #94a3b8;--gwas-surface-04: #ffffff;--gwas-surface-03: #f8fafc;--gwas-surface-06: #f1f5f9;--gwas-surface-08: #e2e8f0;--gwas-input-bg: #ffffff;--gwas-input-border: #e2e8f0;--gwas-input-color: #0f172a;--gwas-card-border: rgba(13, 148, 136, .2);--gwas-card-border-soft: rgba(13, 148, 136, .14);--gwas-card-border-mid: rgba(13, 148, 136, .22);--gwas-checkbox-off: #e2e8f0;--gwas-modal-bg: linear-gradient(196.51deg, #ecfdf5 0%, #ffffff 55%);--gwas-modal-title: #0f172a;--gwas-modal-sub: #64748b;--gwas-modal-body: #334155;--gwas-literature-bg: rgba(240, 253, 250, .65);--gwas-literature-text: #334155;--gwas-card-title: #0f172a;--gwas-card-subtitle: #64748b;--gwas-param-item-bg: #ffffff;--gwas-param-item-border: rgba(13, 148, 136, .16);--gwas-param-name: #0f172a;--gwas-label: #475569;--gwas-label-muted: #94a3b8}.gwas-result-step-root{--gwr-card-bg: rgba(255, 255, 255, .05);--gwr-card-border: rgba(255, 255, 255, .1);--gwr-heading: #ffffff;--gwr-body: rgba(255, 255, 255, .8);--gwr-muted: rgba(255, 255, 255, .5);--gwr-muted-2: rgba(255, 255, 255, .6);--gwr-chart: rgba(255, 255, 255, .7);--gwr-chart-2: rgba(255, 255, 255, .6);--gwr-faint: rgba(255, 255, 255, .4);--gwr-td-border: rgba(255, 255, 255, .05);--gwr-row-divider: rgba(255, 255, 255, .08);--gwr-btn-bg: rgba(255, 255, 255, .06);--gwr-btn-border: rgba(255, 255, 255, .12);--gwr-btn-text: rgba(255, 255, 255, .6)}.task-workspace-root[data-task-ws-theme=light] .gwas-result-step-root{--gwr-card-bg: #ffffff;--gwr-card-border: rgba(13, 148, 136, .16);--gwr-heading: #0f172a;--gwr-body: #334155;--gwr-muted: #64748b;--gwr-muted-2: #475569;--gwr-chart: #475569;--gwr-chart-2: #64748b;--gwr-faint: #94a3b8;--gwr-td-border: rgba(15, 23, 42, .06);--gwr-row-divider: rgba(15, 23, 42, .08);--gwr-btn-bg: #f8fafc;--gwr-btn-border: rgba(13, 148, 136, .2);--gwr-btn-text: #475569}.module-stub-home{--feature-brand-strong: #0f3d4a;--feature-brand: #1a6b7c;--feature-brand-soft: #3a9aaa;--feature-brand-mint: #e8f6f9;--feature-surface-alt: #f4fafb;--feature-border: rgba(15, 90, 104, .14);--feature-border-strong: rgba(15, 90, 104, .24);--feature-text: #102428;--feature-text-soft: #5a737c;--feature-shadow-lg: 0 24px 56px rgba(10, 53, 62, .16);--feature-shadow-md: 0 16px 36px rgba(10, 53, 62, .09);--feature-workbench-hero-bullet: #7ee8dc}.module-stub-home .feature-workbench__hero{background:radial-gradient(circle at 12% 12%,rgba(120,230,255,.14),transparent 26%),radial-gradient(circle at 86% 20%,rgba(180,220,255,.12),transparent 28%),linear-gradient(135deg,#062028,#0c3844 38%,#145a6a 72%,#1f7a8c)}.module-stub-home .feature-workbench__hero-image{opacity:.22;filter:saturate(.9) brightness(.85) contrast(1.02)}.module-stub-home .feature-workbench__hero-image-overlay{background:radial-gradient(circle at 18% 20%,rgba(130,255,240,.12),transparent 26%),radial-gradient(circle at 78% 72%,rgba(100,180,255,.14),transparent 30%),linear-gradient(90deg,#041016eb,#061c24c7 36%,#082c366b 62%,#082c361f),linear-gradient(180deg,#ffffff0a,#fff0 28%,#030c0e14)}.module-stub-home .feature-workbench__panel{background:linear-gradient(180deg,#fcfeff,#f5fafb)}.module-stub-home .feature-workbench-table thead th{background:#eef8fa}.module-stub-home .feature-history-row--main:nth-child(4n+1){background:#f1f9fbd1}.module-stub-home .feature-history-row--main:hover{background:#dcf2f7bf}.module-stub-home--qtl .feature-workbench__hero{background:radial-gradient(circle at 10% 14%,rgba(100,255,210,.12),transparent 24%),radial-gradient(circle at 88% 18%,rgba(140,200,255,.1),transparent 26%),linear-gradient(135deg,#05221a,#0d4038 40%,#156b5c 74%,#1d8f7c)}.module-stub-home--mas .feature-workbench__hero{background:radial-gradient(circle at 14% 10%,rgba(255,220,150,.1),transparent 22%),radial-gradient(circle at 82% 22%,rgba(120,230,200,.12),transparent 28%),linear-gradient(135deg,#0a2418,#1a4530 42%,#2a6b48 76%,#3a8558)}.module-stub-home--marker .feature-workbench__hero,.module-stub-home--chip .feature-workbench__hero{background:radial-gradient(circle at 12% 16%,rgba(160,190,255,.14),transparent 26%),radial-gradient(circle at 84% 16%,rgba(120,255,230,.1),transparent 24%),linear-gradient(135deg,#0a1628,#142a48 38%,#1c4070 70%,#265890)}.module-stub-home--chip .feature-workbench__hero{filter:none}.module-stub-home--chip .feature-workbench__hero-image{opacity:.2}.bc-panel{display:flex;flex-direction:row;width:100%;height:100%;background:#f5f7fa;overflow:hidden;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.bc-sidebar{width:260px;min-width:220px;max-width:300px;flex-shrink:0;border-right:1px solid #e8e8e8;background:#fff;display:flex;flex-direction:column;overflow:hidden}.bc-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.bc-header{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 16px;background:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0}.bc-header-left{display:flex;align-items:center;gap:10px}.bc-header-icon{width:28px;height:28px;object-fit:contain;flex-shrink:0}.bc-header-title{margin:0;font-size:15px;font-weight:600;color:#333}.bc-header-right{display:flex;align-items:center;gap:6px}.bc-header-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:12px;color:#666;background:#f5f7fa;border:1px solid #e8e8e8;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.bc-header-btn:hover,.bc-header-btn-active{color:#4a5bdc;border-color:#4a5bdc;background:#f0f2ff}.bc-status{display:inline-flex;align-items:center;gap:5px;margin-left:4px}.bc-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.bc-status-dot-connected{background:#22c55e;box-shadow:0 0 6px #22c55e80}.bc-status-dot-connecting{background:#eab308;box-shadow:0 0 6px #eab30880;animation:bc-pulse 1.2s infinite}.bc-status-dot-disconnected{background:#ef4444;box-shadow:0 0 6px #ef444466}.bc-status-text{font-size:12px;color:#999}@keyframes bc-pulse{0%,to{opacity:1}50%{opacity:.4}}.bc-body{display:flex;flex:1;overflow:hidden}.bc-chat-area{flex:1;display:flex;flex-direction:column;overflow:hidden;transition:flex .3s ease;min-width:0}.bc-chat-area-with-panel{flex:7}.bc-file-area{flex:3;min-width:240px;max-width:320px;border-left:1px solid #e8e8e8;overflow:hidden;display:flex;flex-direction:column;animation:bc-slide-in .25s ease}@keyframes bc-slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.bc-chat{display:flex;flex-direction:column;height:100%;overflow:hidden}.bc-chat-messages{flex:1;overflow-y:auto;padding:24px 20px;scroll-behavior:smooth}.bc-chat-messages::-webkit-scrollbar{width:5px}.bc-chat-messages::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}.bc-chat-messages::-webkit-scrollbar-track{background:transparent}.bc-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px 40px;text-align:center;animation:bc-fade-in .5s ease}@keyframes bc-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bc-welcome-icon{width:64px;height:64px;object-fit:contain;margin-bottom:16px;animation:bc-bounce 2s ease infinite}@keyframes bc-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.bc-welcome-title{margin:0 0 8px;font-size:20px;font-weight:600;color:#333}.bc-welcome-desc{margin:0 0 24px;font-size:14px;color:#999;line-height:1.6;max-width:420px}.bc-welcome-hints{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.bc-welcome-hint{display:inline-block;padding:8px 14px;font-size:13px;color:#4a5bdc;background:#fff;border:1px solid #e0e4f5;border-radius:20px;cursor:pointer;transition:all .2s ease}.bc-welcome-hint:hover{background:#f0f2ff;border-color:#4a5bdc;transform:translateY(-1px);box-shadow:0 2px 8px #4a5bdc26}.bc-error-banner{margin:8px 0;padding:8px 14px;font-size:13px;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;text-align:center}.bc-message{display:flex;gap:10px;margin-bottom:16px;animation:bc-msg-in .3s ease}@keyframes bc-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.bc-message-user{flex-direction:row-reverse}.bc-message-assistant{flex-direction:row}.bc-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.bc-avatar-user{background:linear-gradient(135deg,#4a5bdc,#5b6be8)}.bc-avatar-ai{background:#fff;border:1px solid #e0e0e0}.bc-bubble{max-width:100%;padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.7;word-break:break-word;position:relative}.bc-bubble-user{background:linear-gradient(135deg,#4a5bdc,#5b6be8);color:#fff;border-bottom-right-radius:4px}.bc-bubble-ai{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 1px 4px #0000000f}.bc-user-text{white-space:pre-wrap}.bc-system-msg{display:flex;align-items:center;gap:8px;margin:8px 24px;padding:6px 12px;background:#f8f9fc;border:1px solid #e8ecf4;border-radius:8px;font-size:12px;color:#666;animation:bc-msg-in .3s ease}.bc-system-icon{font-size:14px;flex-shrink:0;width:20px;text-align:center}.bc-system-icon-tool{animation:bc-tool-spin 2s linear infinite}@keyframes bc-tool-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bc-system-icon-success,.bc-system-icon-error{animation:none}.bc-system-content{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.bc-system-label{font-weight:600;color:#555;white-space:nowrap}.bc-system-tool-name{color:#4a5bdc;font-weight:500;white-space:nowrap}.bc-system-spinner{animation:bc-pulse 1.2s infinite}.bc-system-result{color:#888;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.bc-system-text{color:#666}.bc-file-refs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.bc-file-ref-tag{display:inline-block;padding:2px 8px;font-size:11px;color:#4a5bdc;background:#4a5bdc1a;border-radius:4px}.bc-bubble-user .bc-file-ref-tag{color:#fff;background:#fff3}.bc-markdown-body{font-size:14px;line-height:1.7;color:#333}.bc-markdown-body p{margin:0 0 8px}.bc-markdown-body p:last-child{margin-bottom:0}.bc-markdown-body h1,.bc-markdown-body h2,.bc-markdown-body h3,.bc-markdown-body h4{margin:12px 0 6px;font-weight:600;color:#222}.bc-markdown-body h1{font-size:18px}.bc-markdown-body h2{font-size:16px}.bc-markdown-body h3{font-size:15px}.bc-markdown-body h4{font-size:14px}.bc-markdown-body ul,.bc-markdown-body ol{margin:4px 0 8px;padding-left:20px}.bc-markdown-body li{margin:2px 0}.bc-markdown-body blockquote{margin:8px 0;padding:4px 12px;border-left:3px solid #4a5bdc;color:#666;background:#f8f9fc;border-radius:0 4px 4px 0}.bc-markdown-body a{color:#4a5bdc;text-decoration:none}.bc-markdown-body a:hover{text-decoration:underline}.bc-markdown-body hr{margin:12px 0;border:none;border-top:1px solid #e8e8e8}.bc-markdown-body strong{font-weight:600;color:#222}.bc-inline-code{display:inline;padding:1px 6px;font-size:13px;font-family:SF Mono,Fira Code,Consolas,monospace;color:#e05d44;background:#f5f2f0;border-radius:4px}.bc-code-block{margin:8px 0;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.bc-code-header{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:#282a36;border-bottom:1px solid rgba(255,255,255,.08)}.bc-code-lang{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.5px}.bc-code-copy{padding:2px 10px;font-size:11px;color:#ccc;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:4px;cursor:pointer;transition:all .2s ease}.bc-code-copy:hover{color:#fff;background:#ffffff26;border-color:#ffffff40}.bc-table-wrapper{overflow-x:auto;margin:8px 0}.bc-table{width:100%;border-collapse:collapse;font-size:13px}.bc-table th,.bc-table td{padding:6px 12px;border:1px solid #e8e8e8;text-align:left}.bc-table th{background:#f5f7fa;font-weight:600;color:#333}.bc-table tr:hover td{background:#fafbfd}.bc-thinking-panel{margin-bottom:8px;border-left:2px solid #d4d8e8;border-radius:0 6px 6px 0;overflow:hidden}.bc-thinking-header{display:flex;align-items:center;gap:6px;padding:6px 10px;cursor:pointer;font-size:12px;color:#999;transition:color .2s ease;-webkit-user-select:none;user-select:none}.bc-thinking-header:hover{color:#666}.bc-thinking-icon-toggle{font-size:10px;flex-shrink:0;width:16px;text-align:center}.bc-thinking-label{font-size:12px;font-weight:500}.bc-thinking-content{padding:4px 12px 8px;font-size:13px;line-height:1.6;color:#888;border-top:1px solid #f0f0f0;animation:bc-fade-in .2s ease}.bc-thinking-content p{margin:0 0 4px}.bc-thinking-content p:last-child{margin-bottom:0}.bc-cursor{display:inline-block;color:#4a5bdc;font-size:14px;animation:bc-blink .8s infinite;vertical-align:text-bottom}@keyframes bc-blink{0%,to{opacity:1}50%{opacity:0}}.bc-thinking-bubble{display:flex;align-items:center;gap:6px;padding:12px 18px!important}.bc-thinking-text{font-size:14px;color:#888;white-space:nowrap}.bc-thinking-dots{display:inline-flex;align-items:center;gap:3px;height:20px}.bc-thinking-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#4a5bdc;opacity:.6;animation:bc-dot-bounce 1.4s ease-in-out infinite}.bc-thinking-dot:nth-child(2){animation-delay:.16s}.bc-thinking-dot:nth-child(3){animation-delay:.32s}@keyframes bc-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-8px);opacity:1}}.bc-message-content-wrapper{max-width:80%;display:flex;flex-direction:column;align-items:flex-start}.bc-msg-actions{display:flex;align-items:center;gap:2px;margin-top:4px;padding:2px 0;opacity:0;transition:opacity .2s ease}.bc-message:hover .bc-msg-actions{opacity:1}.bc-msg-action-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:6px;background:transparent;color:#b0b0b0;cursor:pointer;transition:all .15s ease;flex-shrink:0}.bc-msg-action-btn:hover{color:#555;background:#f0f0f0}.bc-msg-action-btn:active{transform:scale(.92)}.bc-msg-action-btn-active{color:#22c55e}.bc-msg-action-btn-active:hover{color:#22c55e;background:#22c55e14}.bc-sender{padding:14px 20px;background:#fff;border-top:1px solid #e8e8e8;flex-shrink:0}.bc-sender-files{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.bc-sender-file-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;font-size:12px;color:#4a5bdc;background:#f0f2ff;border:1px solid #d9dffc;border-radius:12px;animation:bc-fade-in .2s ease}.bc-sender-file-remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:13px;color:#999;background:none;border:none;border-radius:50%;cursor:pointer;transition:all .15s ease;padding:0;line-height:1}.bc-sender-file-remove:hover{color:#ef4444;background:#ef44441a}.bc-sender-input-row{display:flex;align-items:flex-end;gap:8px}.bc-sender-textarea{flex:1;min-height:56px;max-height:200px;padding:10px 14px;font-size:14px;font-family:inherit;color:#333;background:#f5f7fa;border:1px solid #e8e8e8;border-radius:10px;resize:none;outline:none;transition:border-color .2s ease,box-shadow .2s ease;line-height:1.5}.bc-sender-textarea:focus{border-color:#4a5bdc;box-shadow:0 0 0 2px #4a5bdc1f;background:#fff}.bc-sender-textarea:disabled{opacity:.5;cursor:not-allowed}.bc-sender-textarea::placeholder{color:#bbb}.bc-sender-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;font-size:15px;flex-shrink:0;transition:all .2s ease}.bc-sender-btn-send{background:linear-gradient(135deg,#4a5bdc,#5b6be8);color:#fff;box-shadow:0 2px 6px #4a5bdc4d}.bc-sender-btn-send:hover:not(:disabled){transform:scale(1.05);box-shadow:0 3px 10px #4a5bdc66}.bc-sender-btn-send:disabled{opacity:.4;cursor:not-allowed;transform:none}.bc-sender-btn-stop{background:#ef4444;color:#fff;box-shadow:0 2px 6px #ef44444d;animation:bc-pulse 1.5s infinite}.bc-sender-btn-stop:hover{background:#dc2626;transform:scale(1.05)}.bc-file-panel{display:flex;flex-direction:column;height:100%;background:#fff}.bc-file-tabs{display:flex;border-bottom:1px solid #e8e8e8;flex-shrink:0;background:#fafafa}.bc-file-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 8px;border:none;background:transparent;cursor:pointer;font-size:13px;color:#888;border-bottom:2px solid transparent;transition:all .2s ease}.bc-file-tab:hover{color:#555;background:#f5f5f5}.bc-file-tab-active{color:#4a5bdc;border-bottom-color:#4a5bdc;background:#fff;font-weight:600}.bc-file-tab-icon{font-size:14px}.bc-file-tab-label{font-size:13px}.bc-file-tab-content{display:flex;flex-direction:column;flex:1;overflow:hidden}.bc-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:2px;padding:8px 14px;font-size:12px;color:#999;border-bottom:1px solid #f0f0f0;flex-shrink:0}.bc-breadcrumb-item{color:#999}.bc-breadcrumb-clickable{cursor:pointer;transition:color .15s ease}.bc-breadcrumb-clickable:hover{color:#4a5bdc}.bc-breadcrumb-sep{margin:0 2px;color:#ccc}.bc-file-list{flex:1;overflow-y:auto;padding:4px 0}.bc-file-list::-webkit-scrollbar{width:4px}.bc-file-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.bc-file-item{display:flex;align-items:center;gap:8px;padding:7px 14px;cursor:pointer;transition:background .15s ease}.bc-file-item:hover{background:#f5f7fa}.bc-file-item-dir:hover{background:#f0f2ff}.bc-file-icon{font-size:16px;flex-shrink:0}.bc-file-name{flex:1;font-size:13px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bc-file-action{font-size:11px;color:#4a5bdc;padding:2px 8px;background:#f0f2ff;border-radius:4px;opacity:0;transition:opacity .15s ease;flex-shrink:0}.bc-file-item:hover .bc-file-action{opacity:1}.bc-file-loading,.bc-file-error,.bc-file-empty{display:flex;align-items:center;justify-content:center;padding:32px 16px;font-size:13px;color:#999}.bc-file-error{color:#ef4444}.bc-session-panel{display:flex;flex-direction:column;height:100%;overflow:hidden}.bc-session-header{padding:12px 14px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.bc-new-chat-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;font-size:14px;font-weight:500;color:#fff;background:linear-gradient(135deg,#4a5bdc,#5b6be8);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #4a5bdc4d}.bc-new-chat-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4a5bdc66}.bc-new-chat-btn:active{transform:translateY(0)}.bc-new-chat-btn svg{flex-shrink:0}.bc-session-list{flex:1;overflow-y:auto;padding:8px 0}.bc-session-list::-webkit-scrollbar{width:4px}.bc-session-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.bc-session-loading{display:flex;align-items:center;justify-content:center;padding:40px 16px;font-size:13px;color:#999}.bc-session-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;text-align:center}.bc-session-empty-icon{font-size:36px;margin-bottom:12px;opacity:.5}.bc-session-empty-text{font-size:14px;color:#999;margin-bottom:4px}.bc-session-empty-hint{font-size:12px;color:#ccc}.bc-session-item{display:flex;align-items:flex-start;padding:10px 14px;margin:0 8px;border-radius:8px;cursor:pointer;transition:all .15s ease;position:relative}.bc-session-item:hover{background:#f5f7fa}.bc-session-item-active{background:#f0f2ff;border-left:3px solid #4a5bdc;padding-left:11px}.bc-session-item-active:hover{background:#e8ecff}.bc-session-item-content{flex:1;min-width:0;overflow:hidden}.bc-session-item-title{font-size:13px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.bc-session-item-active .bc-session-item-title{color:#4a5bdc}.bc-session-item-meta{display:flex;align-items:center;gap:8px;margin-top:2px}.bc-session-item-time{font-size:11px;color:#bbb}.bc-session-item-count{font-size:11px;color:#ccc}.bc-session-item-preview{font-size:12px;color:#999;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.bc-session-item-actions{display:flex;align-items:center;gap:2px;margin-top:2px;margin-left:4px;flex-shrink:0;opacity:0;transition:opacity .15s ease}.bc-session-item:hover .bc-session-item-actions{opacity:1}.bc-session-item-action-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;color:#bbb;background:none;border:none;border-radius:4px;cursor:pointer;flex-shrink:0;transition:all .15s ease}.bc-session-item-action-btn:hover{color:#555;background:#0000000d}.bc-session-item-action-delete:hover{color:#ef4444;background:#ef444414}.bc-session-item-action-confirm{opacity:1;color:#ef4444;background:#ef44441a}.bc-session-item-action-confirm:hover{color:#dc2626;background:#ef444426}.bc-session-item .bc-session-item-actions:has(.bc-session-item-action-confirm){opacity:1}.bc-session-rename-input{width:100%;padding:2px 6px;font-size:13px;font-weight:500;color:#333;background:#fff;border:1px solid #4a5bdc;border-radius:4px;outline:none;box-shadow:0 0 0 2px #4a5bdc26;line-height:1.4;font-family:inherit}.bc-header-edit-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;color:#bbb;background:none;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease;flex-shrink:0}.bc-header-edit-btn:hover{color:#4a5bdc;background:#4a5bdc14}.bc-header-title-input{flex:1;max-width:300px;padding:2px 8px;font-size:15px;font-weight:600;color:#333;background:#fff;border:1px solid #4a5bdc;border-radius:6px;outline:none;box-shadow:0 0 0 2px #4a5bdc26;font-family:inherit;line-height:1.4}.bc-messages-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px;color:#999;font-size:14px}.bc-messages-loading-spinner{width:28px;height:28px;border:3px solid #e8e8e8;border-top-color:#4a5bdc;border-radius:50%;animation:bc-spin .8s linear infinite}@keyframes bc-spin{to{transform:rotate(360deg)}}.bc-file-upload-area{padding:10px 14px;border-top:1px solid #e8e8e8;flex-shrink:0;background:#fafafa}.bc-file-upload-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:9px 12px;font-size:13px;font-weight:500;color:#4a5bdc;background:#f0f2ff;border:1px dashed #c0c8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}.bc-file-upload-btn:hover:not(:disabled){background:#e4e8ff;border-color:#4a5bdc}.bc-file-upload-btn:disabled{opacity:.6;cursor:not-allowed}.bc-file-upload-progress{display:flex;align-items:center;justify-content:space-between;padding:4px 0;margin-bottom:6px;font-size:12px;color:#666}.bc-file-upload-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:8px}.bc-file-upload-pct{color:#4a5bdc;font-weight:600;flex-shrink:0}.bc-file-upload-error{font-size:12px;color:#ef4444;margin-bottom:6px;line-height:1.4}.bc-pipeline-progress{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin:8px 0;max-width:420px}.bc-pipeline-progress-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;font-weight:600;color:#334155}.bc-pipeline-progress-icon{font-size:18px}.bc-pipeline-progress-steps{display:flex;flex-direction:column;gap:6px}.bc-pipeline-step{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;padding:4px 0}.bc-pipeline-step-icon{width:20px;text-align:center;flex-shrink:0}.bc-pipeline-step-name{flex:1}.bc-pipeline-step-status{font-size:11px;padding:2px 8px;border-radius:10px;flex-shrink:0}.bc-pipeline-step-completed .bc-pipeline-step-status{color:#16a34a;background:#f0fdf4}.bc-pipeline-step-running .bc-pipeline-step-status{color:#2563eb;background:#eff6ff}.bc-pipeline-step-pending .bc-pipeline-step-status{color:#94a3b8;background:#f8fafc}.bc-pipeline-step-failed .bc-pipeline-step-status{color:#dc2626;background:#fef2f2}.bc-pipeline-progress-logs{margin-top:10px;padding-top:8px;border-top:1px solid #e2e8f0}.bc-pipeline-logs-toggle{display:flex;align-items:center;gap:4px;font-size:12px;color:#94a3b8;background:none;border:none;cursor:pointer;padding:2px 0;transition:color .15s}.bc-pipeline-logs-toggle:hover{color:#4a5bdc}.bc-pipeline-logs-content{max-height:200px;overflow-y:auto;margin-top:6px;padding:8px;background:#1e293b;border-radius:6px;font-family:Menlo,Monaco,monospace;font-size:11px;line-height:1.6;color:#94a3b8}.bc-pipeline-logs-content::-webkit-scrollbar{width:4px}.bc-pipeline-logs-content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.bc-pipeline-log-line{white-space:pre-wrap;word-break:break-all}@media (max-width: 900px){.bc-sidebar{width:200px;min-width:180px}.bc-file-area{min-width:200px;max-width:260px}.bc-message-content-wrapper{max-width:85%}}@media (max-width: 600px){.bc-sidebar,.bc-file-area{display:none}.bc-message-content-wrapper{max-width:90%}.bc-welcome{padding:40px 16px 20px}.bc-welcome-icon{width:48px;height:48px}.bc-welcome-title{font-size:17px}}.bdp-panel{height:100%;overflow:auto;padding:clamp(14px,2cqi,24px);container-type:inline-size;background:radial-gradient(circle at top left,rgba(71,141,102,.16),transparent 28%),radial-gradient(circle at top right,rgba(20,111,70,.08),transparent 24%),linear-gradient(180deg,#eff4f1,#f5f7fa 48%,#f3f6f5)}.bdp-shell{max-width:100%;margin:0 auto;display:grid;gap:clamp(14px,1.6cqi,20px)}.bdp-hero{position:relative;overflow:hidden;padding:clamp(20px,2.8cqi,32px);min-height:clamp(200px,34cqi,380px);color:#f8faf9;box-shadow:0 24px 60px #132b2038}.bdp-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity .7s ease-in-out}.bdp-hero__image--active{opacity:1}.bdp-hero__carousel-ui{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.bdp-hero__nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;color:#fffffff2;background:#08161261;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px #ffffff1f inset;opacity:.5;transition:opacity .25s ease,background .2s ease,transform .2s ease;pointer-events:auto}.bdp-hero:hover .bdp-hero__nav{opacity:.92}.bdp-hero__nav:hover{opacity:1;background:#08161285;transform:translateY(-50%) scale(1.04)}.bdp-hero__nav:focus-visible{opacity:1;outline:2px solid rgba(255,255,255,.85);outline-offset:2px}.bdp-hero__nav--prev{left:clamp(10px,2cqi,20px)}.bdp-hero__nav--next{right:clamp(10px,2cqi,20px)}.bdp-crop-dots{position:absolute;bottom:clamp(14px,2.2cqi,22px);left:50%;transform:translate(-50%);display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:calc(100% - 120px);pointer-events:auto;padding:6px 10px;border-radius:999px;background:#06120e47;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.bdp-crop-dot{width:8px;height:8px;border-radius:50%;background:#ffffff61;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:background .22s ease,transform .2s ease,width .22s ease,border-color .2s ease;flex-shrink:0}.bdp-crop-dot:hover{background:#ffffffb8;border-color:#ffffff73}.bdp-crop-dot--active{background:#fff;width:22px;border-radius:5px;border-color:#ffffffa6;box-shadow:0 0 0 1px #0000001f}.bdp-hero__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff26;z-index:3}.bdp-hero__progress-bar{height:100%;width:0;background:linear-gradient(90deg,#fff9,#ffffffe6);animation:progressFill linear forwards}@keyframes progressFill{0%{width:0}to{width:100%}}.bdp-hero__grid{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start;min-height:clamp(160px,28cqi,320px);padding-left:clamp(20px,4cqi,60px)}.bdp-hero__grid .bdp-hero__title{display:flex;flex-direction:column;gap:8px;padding:clamp(10px,1.2cqi,16px) clamp(16px,2cqi,24px);text-shadow:0 2px 4px rgba(0,0,0,.3),0 4px 12px rgba(0,0,0,.2),0 0 40px rgba(0,0,0,.15);background:linear-gradient(135deg,#00000026,#00000040);border-radius:8px}.bdp-hero__title-cn{font-size:clamp(28px,3.5cqi,48px);font-weight:700;line-height:1.2;white-space:nowrap}.bdp-hero__title-en{font-size:clamp(16px,1.8cqi,24px);font-weight:400;opacity:.85;letter-spacing:.02em}.bdp-hero__content{display:flex;flex-direction:column;gap:clamp(12px,1.5cqi,18px);justify-content:center}.bdp-badge,.bdp-tag{width:fit-content;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bdp-badge{padding:8px 14px;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.bdp-hero__kicker{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:13px;color:#f8faf9bf}.bdp-hero__kicker-dot{width:4px;height:4px;border-radius:50%;background:currentColor}.bdp-hero__title{margin:0;max-width:760px;font-size:clamp(22px,3.6cqi,46px);line-height:1.22;font-weight:900;letter-spacing:-.03em}.bdp-hero__desc{margin:0;max-width:720px;font-size:clamp(13px,1.2cqi,15px);line-height:1.78;color:#f8faf9c7}.bdp-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.bdp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:clamp(38px,3.6cqi,46px);padding:0 clamp(14px,1.4cqi,18px);border-radius:14px;border:1px solid transparent;font-size:clamp(12px,1.1cqi,14px);font-weight:800;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease}.bdp-btn:hover{transform:translateY(-1px)}.bdp-btn--primary{color:#0f172a;background:#f8fafc;box-shadow:0 12px 28px #0f172a38}.bdp-btn--ghost{color:#f8fafc;background:#ffffff0d;border-color:#ffffff47}.bdp-btn--subtle{color:#475467;background:#eef1f4}.bdp-btn--dark{color:#f8fafc;background:#162219;box-shadow:0 14px 32px #14211829}.bdp-workflow{display:flex;flex-direction:column;gap:clamp(12px,1.4cqi,18px);min-height:100%;padding:clamp(16px,1.8cqi,22px);border-radius:clamp(16px,1.8cqi,22px);border:1px solid rgba(255,255,255,.12);background:#ffffff17;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:inset 0 1px #ffffff0d}.bdp-workflow__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.bdp-workflow__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#ffffff14;color:#f8faf9d6}.bdp-quick-links{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(8px,1cqi,12px)}.bdp-quick-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:clamp(16px,1.8cqi,22px) 8px;border-radius:14px;background:#ffffff17;border:1px solid rgba(255,255,255,.13);color:#f8faf9e0;cursor:pointer;transition:background .2s,transform .18s,border-color .2s;text-align:center}.bdp-quick-link:hover{background:#ffffff2b;border-color:#ffffff47;transform:translateY(-2px)}.bdp-quick-link__icon{display:flex;align-items:center;justify-content:center}.bdp-quick-link__label{font-size:12px;font-weight:700;letter-spacing:.01em;line-height:1.3}.bdp-section{display:grid;gap:16px}.bdp-section__header{display:flex;justify-content:space-between;align-items:center;gap:16px}.bdp-section__title-wrap{display:flex;align-items:center;gap:10px}.bdp-section__bar{width:5px;height:24px;border-radius:999px;background:linear-gradient(180deg,#183427,#2d6543)}.bdp-section__title{margin:0;font-size:clamp(18px,2cqi,24px);font-weight:900;color:#0f172a}.bdp-feature-group{display:grid;gap:12px;margin-top:8px}.bdp-feature-group__title{font-size:14px;font-weight:800;color:#475467;letter-spacing:.04em;padding-left:2px}.bdp-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(12px,1.4cqi,18px)}.bdp-feature-card{position:relative;overflow:hidden;border-radius:clamp(16px,2cqi,24px);min-height:clamp(200px,24cqi,280px);padding:0;background:#122117;box-shadow:0 18px 44px #0f172a1a;transition:transform .26s ease,box-shadow .26s ease;border:none;cursor:pointer;text-align:left}.bdp-feature-card:hover{transform:translateY(-2px);box-shadow:0 24px 54px #0f172a24}.bdp-feature-card__visual{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover;transform:scale(1);transition:transform .7s ease}.bdp-feature-card:hover .bdp-feature-card__visual{transform:scale(1.04)}.bdp-feature-card__body{position:absolute;inset:auto 0 0 0;padding:clamp(18px,2.4cqi,28px);color:#f8fafc;z-index:1}.bdp-feature-card__title{font-size:clamp(18px,2.2cqi,26px);line-height:1.25;font-weight:900;margin:10px 0 0}.bdp-feature-card__desc{margin-top:10px;max-width:520px;font-size:clamp(12px,1.1cqi,14px);line-height:1.72;color:#f8fafcd1}.bdp-eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#f8faf98c}.bdp-eyebrow--light{color:#f8faf9a3}.bdp-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:clamp(14px,3vw,24px);overflow:auto}.bdp-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bdp-modal__card{position:relative;z-index:1;width:min(900px,92vw);height:min(680px,85vh);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;border-radius:20px;background:#fff;box-shadow:0 36px 80px #0f172a38;animation:bdpModalIn .28s ease}@keyframes bdpModalIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.bdp-modal__close{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:0;background:#0f172a99;color:#fff;cursor:pointer;transition:background .2s ease,transform .18s ease}.bdp-modal__close:hover{background:#0f172ad9;transform:scale(1.06)}.bdp-modal__visual{position:relative;background-position:center;background-size:cover}.bdp-modal__visual-copy{position:absolute;inset:auto 16px 16px 16px;color:#f8fafc}.bdp-modal__title{margin:6px 0 0;font-size:clamp(20px,2.5vw,28px);line-height:1.2;font-weight:900}.bdp-modal__content{display:flex;flex-direction:column;gap:12px;padding:16px;overflow:auto}.bdp-modal__tags{display:flex;flex-wrap:wrap;gap:8px}.bdp-tag{padding:6px 10px;font-size:11px;font-weight:800;color:#173527;border-color:#1d4e3514;background:#1d4e3514}.bdp-modal__desc{margin:0;font-size:13px;line-height:1.7;color:#475467}.bdp-modal__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bdp-stat-card{padding:10px 8px;border-radius:12px;background:#f5f7fa;text-align:center;border:1px solid rgba(15,23,42,.04)}.bdp-stat-card__value{font-size:18px;line-height:1.1;font-weight:900;color:#0f172a}.bdp-stat-card__label{margin-top:4px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#64748b}.bdp-modal__section{display:grid;gap:12px}.bdp-modal__section-title{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:900;color:#0f172a}.bdp-modal__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.bdp-detail-item{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.6;color:#475467}.bdp-detail-item__icon{margin-top:2px;flex-shrink:0;color:#173527}.bdp-modal__actions{margin-top:auto;display:flex;justify-content:flex-end;gap:10px;padding-top:10px;border-top:1px solid rgba(15,23,42,.06)}.bdp-footer{padding:8px 8px 0;text-align:center}.bdp-footer__text{margin:0;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#475569a8}.bdp-btn:focus-visible,.bdp-quick-link:focus-visible,.bdp-feature-card:focus-visible,.bdp-modal__close:focus-visible{outline:3px solid rgba(59,130,246,.22);outline-offset:2px}@container (max-width: 1100px){.bdp-workflow{min-height:auto}}@container (max-width: 640px){.bdp-hero__actions,.bdp-hero__kicker,.bdp-section__header{flex-direction:column;align-items:flex-start}}@media (max-width: 900px){.bdp-modal__card{grid-template-columns:1fr;height:auto;max-height:85vh}.bdp-modal__visual{min-height:180px;max-height:220px}}@media (max-width: 640px){.bdp-modal{padding:8px}.bdp-modal__card{width:calc(100vw - 16px);height:auto;max-height:80vh;border-radius:14px}.bdp-modal__close{top:8px;right:8px;width:28px;height:28px}.bdp-modal__visual{min-height:140px;max-height:180px}.bdp-modal__title{font-size:18px}.bdp-modal__stats,.bdp-modal__details,.bdp-modal__io-section{grid-template-columns:1fr}.bdp-modal__actions{flex-direction:column-reverse}.bdp-modal__actions .bdp-btn{width:100%}}.bdp-modal__module-desc{margin:10px 0;font-size:13px;line-height:1.7;color:#475569;padding:12px;background:linear-gradient(135deg,#22c55e0a,#3b82f60a);border-radius:10px;border-left:3px solid rgba(34,197,94,.4)}.bdp-modal__io-section{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:12px 0}.bdp-modal__io-card{padding:12px;background:#f8fafc;border-radius:10px;border:1px solid rgba(15,23,42,.06)}.bdp-modal__io-title{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:900;color:#0f172a;margin-bottom:6px}.bdp-modal__io-text{margin:0;font-size:12px;line-height:1.6;color:#64748b}.bdp-modal__scenario{margin:0;font-size:12px;line-height:1.7;color:#475569;padding:10px 12px;background:linear-gradient(135deg,#fbbf240f,#f973160a);border-radius:8px;border-left:3px solid rgba(249,115,22,.4)}.upm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.upm-container{position:absolute;width:209px;left:20px;top:64px;background:#1c1c1c;border-radius:12px;padding:20px 0;box-shadow:0 8px 24px #00000026;animation:upm-slide-in .2s ease-out}@keyframes upm-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.upm-user-section{display:flex;flex-direction:column;align-items:center;padding:0 20px 20px;gap:8px}.upm-avatar{width:40px;height:40px;border-radius:50%;border:1px solid #FFFFFF;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.upm-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.upm-user-info{display:flex;flex-direction:column;align-items:center;gap:4px}.upm-username{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:17px;color:#fff;text-align:center}.upm-phone{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:10px;color:#fff;opacity:.6}.upm-divider{width:100%;height:1px;background:#fff;opacity:.1;margin:0}.upm-menu-list{display:flex;flex-direction:column;padding:16px 20px 0;gap:16px}.upm-menu-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0;gap:8px;width:100%;height:20px;background:transparent;border:none;cursor:pointer;transition:opacity .2s ease}.upm-menu-item:hover{opacity:.8}.upm-menu-item:active{opacity:.6}.upm-menu-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#fff;flex-shrink:0}.upm-menu-icon svg{width:20px;height:20px}.upm-menu-text{flex:1;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff;text-align:left}.upm-menu-arrow{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#ffffffe6;flex-shrink:0}.upm-menu-arrow svg{width:16px;height:16px}@media (max-width: 768px){.upm-container{left:10px;width:calc(100vw - 20px);max-width:280px}}.epm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000;animation:epm-fade-in .2s ease-out}@keyframes epm-fade-in{0%{opacity:0}to{opacity:1}}.epm-container{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:16px;width:821px;max-width:90vw;background:linear-gradient(196.51deg,#e6f0f0 4.22%,#fff 50.66%);border-radius:20px;box-shadow:0 20px 60px #00000026;animation:epm-slide-up .3s ease-out}@keyframes epm-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.epm-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:10px;width:100%;height:24px}.epm-title{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#000}.epm-close-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;transition:opacity .2s ease}.epm-close-btn:hover{opacity:.7}.epm-content{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:40px;width:100%}.epm-avatar-section{display:flex;flex-direction:column;align-items:center;padding:0;gap:8px;width:88px;flex-shrink:0}.epm-avatar{box-sizing:border-box;width:88px;height:88px;background:linear-gradient(135deg,#007071,#40b1b5);border:1px solid #FFFFFF;border-radius:80px;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:600;font-size:32px;color:#fff;position:relative;overflow:hidden}.epm-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:80px}.epm-avatar-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;border-radius:80px}.epm-edit-avatar-btn{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:18px;color:#1c1c1c;background:transparent;border:none;cursor:pointer;padding:0;transition:color .2s ease}.epm-edit-avatar-btn:hover{color:#007071}.epm-edit-avatar-btn:disabled{color:#999;cursor:not-allowed}.epm-form-section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:20px;flex:1}.epm-error{width:100%;padding:8px 12px;background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:6px;color:#dc3545;font-size:13px;line-height:1.4}.epm-form-group{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:100%}.epm-label{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:22px;color:#1c1c1c}.epm-input-wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:100%}.epm-input{display:flex;flex-direction:row;align-items:center;padding:4px 8px;gap:8px;width:100%;height:32px;background:#0271720d;border-radius:8px;border:none;outline:none;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#1c1c1c;box-sizing:border-box;transition:background .2s ease,box-shadow .2s ease}.epm-input::placeholder{color:#1c1c1c33}.epm-input:focus{background:#02717214;box-shadow:0 0 0 2px #00707133}.epm-footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:0;gap:8px;width:100%;height:32px}.epm-save-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px 16px;gap:10px;min-width:60px;height:32px;background:linear-gradient(219.02deg,#007071 12.17%,#40b1b5 95.1%);border-radius:3px;border:none;cursor:pointer;font-family:PingFang SC,sans-serif;font-weight:400;font-size:14px;line-height:22px;color:#ffffffe6;transition:opacity .2s ease,transform .2s ease}.epm-save-btn:hover{opacity:.9;transform:translateY(-1px)}.epm-save-btn:active{transform:translateY(0)}.epm-save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.epm-container{padding:20px;gap:12px}.epm-content{flex-direction:column;align-items:center;gap:24px}.epm-avatar-section,.epm-form-section{width:100%}}.ws-page{--ws-left: 220px;--ws-split: 6px;--ws-topbar-h: 56px;height:100vh;display:grid;grid-template-columns:var(--ws-left) var(--ws-split) 1fr;grid-template-rows:100%;background:#f5f7fa;overflow:hidden}.ws-page.collapsed{--ws-left: 64px;--ws-split: 0px}.ws-page.resizing{-webkit-user-select:none;user-select:none}.ws-right-section{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.ws-topbar{height:var(--ws-topbar-h);display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0}.ws-topbar-left,.ws-topbar-right{display:flex;align-items:center;gap:16px}.ws-breadcrumb{display:flex;align-items:center;gap:0}.ws-breadcrumb-item{display:flex;align-items:center}.ws-breadcrumb-text{font-size:16px;font-weight:500;color:#333}.ws-breadcrumb-link{border:none;background:transparent;padding:0;font-size:16px;font-weight:500;color:#6b7280;cursor:pointer;transition:color .2s}.ws-breadcrumb-link:hover{color:#4a5bdc}.ws-breadcrumb-sep{margin:0 8px;color:#d1d5db;font-size:14px}.ws-breadcrumb-current{font-size:16px;font-weight:500;color:#333}.ws-search-box{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f5f7fa;border-radius:20px;min-width:280px}.ws-search-icon{width:16px;height:16px;color:#999}.ws-search-input{border:none;background:transparent;outline:none;font-size:14px;color:#666;flex:1;cursor:pointer}.ws-search-input::placeholder{color:#999}.ws-icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:50%;cursor:pointer;color:#666;transition:background .2s,color .2s}.ws-icon-btn:hover{background:#f0f0f0;color:#333}.ws-sidebar{background:#fff;display:flex;flex-direction:column;border-right:1px solid #e8e8e8;overflow:hidden;height:100vh}.ws-sidebar-header{padding:12px 16px;border-bottom:1px solid #f0f0f0}.ws-user-crop-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;align-content:flex-start;padding:4px;gap:8px;width:100%;height:36px;border-radius:8px}.ws-user-avatar{width:24px;height:24px;border-radius:80px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ws-user-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:80px}.ws-user-name{font-family:Inter,PingFang SC,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#1c1c1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.ws-user-menu-wrap{position:relative}.ws-user-avatar-btn{padding:0;margin:0;border:none;background:transparent;cursor:pointer;border-radius:50%;transition:transform .2s,box-shadow .2s}.ws-user-avatar-btn:hover{transform:scale(1.05)}.ws-user-avatar-btn:hover .ws-user-avatar{box-shadow:0 2px 8px #667eea66}.ws-user-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:160px;background:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:200;padding:6px;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ws-user-dropdown-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;text-align:left;border:none;background:transparent;cursor:pointer;font-size:14px;color:#333;border-radius:8px;transition:background .2s,color .2s}.ws-user-dropdown-item:hover{background:#f5f7fa}.ws-user-dropdown-item.danger{color:#ef4444}.ws-user-dropdown-item.danger:hover{background:#ef444414}.ws-user-dropdown-icon{font-size:16px}.ws-user-dropdown-divider{height:1px;background:#e8e8e8;margin:6px 0}.ws-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .15s ease-out}.ws-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;width:min(420px,90vw);max-height:85vh;overflow:hidden;animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ws-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e8e8e8}.ws-modal-title{font-size:16px;font-weight:600;color:#111827}.ws-modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:8px;font-size:14px;color:#666;transition:background .2s,color .2s}.ws-modal-close:hover{background:#f5f7fa;color:#333}.ws-modal-body{padding:20px}.ws-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid #e8e8e8;background:#f9fafb}.ws-form-group{margin-bottom:16px}.ws-form-group:last-child{margin-bottom:0}.ws-form-label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#374151}.ws-form-input{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#111827;background:#fff;transition:border-color .2s,box-shadow .2s}.ws-form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.ws-form-input::placeholder{color:#9ca3af}.ws-form-hint{margin-top:6px;font-size:12px;color:#9ca3af}.ws-form-error{margin-top:12px;padding:10px 14px;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:8px;font-size:13px;color:#ef4444}.ws-avatar-preview{display:flex;justify-content:center;margin-bottom:20px}.ws-avatar-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #e5e7eb}.ws-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:32px;border:3px solid #e5e7eb}.ws-crop-selector{position:relative;margin-left:auto}.ws-crop-btn-new{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;gap:2px;width:auto;min-width:64px;height:28px;background:#1181830d;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.ws-crop-btn-new:hover{background:#1181831a}.ws-crop-value-new{font-family:Inter,PingFang SC,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:#000}.ws-crop-caret-new{width:12px;height:12px;color:#118183;font-size:10px;transition:transform .2s;display:flex;align-items:center;justify-content:center}.ws-crop-caret-new.open{transform:rotate(180deg)}.ws-crop-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100;padding:4px}.ws-crop-dropdown-item{width:100%;padding:8px 12px;text-align:left;border:none;background:transparent;cursor:pointer;font-size:14px;color:#333;border-radius:6px;transition:background .2s}.ws-crop-dropdown-item:hover{background:#f5f7fa}.ws-crop-dropdown-item.active{background:#10b9811a;color:#10b981}.ws-nav{flex:1;overflow-y:auto;padding:0 0 12px}.ws-nav-group{display:flex;flex-direction:column;align-items:flex-start;padding:0 0 12px;gap:4px}.ws-nav-group-title{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4px 12px;width:100%;height:28px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#1c1c1c66}.ws-nav-group--filemgmt{padding-bottom:8px;gap:2px}.ws-nav-group--filemgmt .ws-nav-group-title{height:auto;min-height:24px;padding:2px 12px 8px;font-size:12px;font-weight:500;line-height:18px;letter-spacing:.02em;color:#1c1c1c61}.ws-nav-group--filemgmt .ws-nav-items{gap:2px;padding:0 4px 0 2px}.ws-nav-group--filemgmt .ws-nav-item{padding-left:6px;min-height:32px;height:auto;border-radius:10px}.ws-nav-group--filemgmt .ws-nav-item.active{background:#1a7b691a}.ws-nav-group--filemgmt .ws-nav-item.active:before{background:#1a7b69;border-radius:0 3px 3px 0;height:18px}.ws-nav-group--filemgmt .ws-nav-item-text{font-weight:500;color:#1c1c1c}.ws-nav-group--filemgmt .ws-nav-item.active .ws-nav-item-text{color:#145c51}.ws-nav-items{display:flex;flex-direction:column;width:100%;gap:0}.ws-nav-item{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:flex-start;padding:4px 8px 4px 0;gap:4px;width:100%;height:28px;border:none;background:transparent;cursor:pointer;border-radius:8px;transition:background .2s;text-align:left;position:relative}.ws-nav-item:hover{background:#1c1c1c08}.ws-nav-item.active{background:#1c1c1c0d}.ws-nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background:#1c1c1c;border-radius:0 2px 2px 0}.ws-nav-item-indicator{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:flex-start;padding:0;width:24px;height:20px;border-radius:8px;flex-shrink:0}.ws-nav-item-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;width:20px;height:20px;font-size:16px;border-radius:8px;flex-shrink:0}.ws-nav-item-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;height:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#1c1c1c;flex:1}.ws-sidebar-footer{padding:16px;display:flex;justify-content:center}.ws-brand-img{max-width:50%;height:auto}.ws-splitter{width:var(--ws-split);cursor:col-resize;position:relative;background:transparent;touch-action:none}.ws-splitter:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;transform:translate(-.5px);background:#e8e8e8}.ws-splitter:hover{background:#10b9811a}.ws-page.collapsed .ws-splitter{display:none}.ws-main{padding:20px;flex:1;min-height:0;overflow:hidden;background:#f5f7fa;display:flex;flex-direction:column}.ws-content-area{height:100%;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.ws-main-breedingclaw{padding:8px}.ws-placeholder{padding:18px 16px}.ws-placeholder-title{font-size:16px;font-weight:900;color:#111827}.ws-placeholder-sub{margin-top:8px;color:#6b7280;font-weight:700}.ws-cluster{display:flex;flex-direction:column;gap:14px;height:100%;overflow-y:auto;overflow-x:hidden}.ws-cluster-two{display:grid;grid-template-columns:1fr 280px;gap:14px;align-items:start}@media (max-width: 980px){.ws-cluster-two{grid-template-columns:1fr}}.ws-history-list{margin-top:12px;display:grid;gap:10px;max-height:520px;overflow:auto;padding-right:2px}.ws-history-item{width:100%;text-align:left;border:1px solid rgba(0,0,0,.08);background:#ffffffe6;border-radius:14px;padding:10px 12px;cursor:pointer}.ws-history-item:hover{box-shadow:0 12px 26px #1118271a;transform:translateY(-1px)}.ws-history-item.active{border-color:#667eea73;background:linear-gradient(135deg,#667eea1f,#764ba214)}.ws-history-time{font-weight:900;color:#111827;font-size:12px}.ws-history-sub{margin-top:4px;color:#6b7280;font-weight:800;font-size:12px}.ws-card{border-radius:16px;border:1px solid rgba(102,126,234,.18);background:#ffffffd1;box-shadow:0 18px 44px #11182714;padding:16px;overflow:hidden}.ws-card-title{font-weight:900;color:#111827}.ws-card-sub{margin-top:6px;color:#6b7280;font-weight:700;font-size:12px}.ws-steps{margin-top:12px;display:grid;gap:12px}.ws-step{border:1px solid rgba(0,0,0,.06);background:#11182705;border-radius:14px;padding:12px}.ws-step-hd{display:flex;align-items:center;gap:10px}.ws-step-num{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;color:#111827;background:linear-gradient(135deg,#667eea33,#764ba224);border:1px solid rgba(102,126,234,.24)}.ws-step-title{font-weight:900;color:#111827}.ws-step-bd{margin-top:10px}.ws-file{width:100%;padding:10px;border-radius:12px;border:1px dashed rgba(0,0,0,.18);background:#ffffffe6}.ws-file-meta{margin-top:10px;display:flex;align-items:baseline;justify-content:space-between;gap:10px}.ws-file-name{font-weight:900;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-file-sub{color:#6b7280;font-weight:800;font-size:12px;white-space:nowrap}.ws-actions{display:flex;flex-wrap:wrap;gap:10px}.ws-btn{border:1px solid rgba(0,0,0,.08);background:#ffffffeb;color:#111827;font-weight:900;padding:10px 12px;border-radius:12px;cursor:pointer}.ws-btn:disabled{cursor:not-allowed;opacity:.6}.ws-btn.primary{background:linear-gradient(135deg,#667eeae6,#764ba2d1);border-color:#667eea59;color:#fff}.ws-btn.ghost{background:transparent}.ws-msg{margin-top:10px;padding:10px 12px;border-radius:12px;font-weight:800;border:1px solid rgba(0,0,0,.08);background:#ffffffe6;color:#111827}.ws-msg.error{border-color:#ef444459;background:#ef444414}.ws-msg.done{border-color:#10b98159;background:#10b98114}.ws-runid{margin-top:8px;color:#6b7280;font-weight:800;font-size:12px}.ws-hint{margin-top:10px;color:#6b7280;font-weight:800}.ws-output{margin-top:12px}.ws-img{width:100%;max-width:920px;border-radius:14px;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 42px #0000001a}.ws-log{margin-top:14px}.ws-log-title{font-weight:900;color:#111827;margin-bottom:8px}.ws-pre{margin:0;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.45;color:#111827;background:#11182708;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:12px;max-height:320px;overflow:auto}.ws-page.collapsed .ws-right-title{display:none}.ws-page.collapsed .ws-right-top{padding:14px 10px 10px}.ws-page.collapsed .ws-right-actions{width:100%;justify-content:flex-end}.ws-page.collapsed .ws-menu{padding:8px 10px 12px}.ws-page.collapsed .ws-menu-item{justify-content:center}.ws-page.collapsed .ws-menu-caret,.ws-page.collapsed .ws-submenu{display:none}@media (max-width: 1100px){.ws-body{grid-template-columns:1fr}.ws-page.collapsed{--ws-left: 1fr}.ws-splitter{display:none}.ws-right{border-right:none;border-top:1px solid rgba(0,0,0,.06)}.ws-hero{height:auto;min-height:240px}.ws-topbar{padding:10px 12px}.ws-brand-sub{display:none}}.admin-page{min-height:100vh;background:#f5f7fa;display:flex;flex-direction:column}.admin-header{background:linear-gradient(135deg,#1a365d,#2d4a6f);color:#fff;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #00000026}.admin-header h1{margin:0;font-size:20px;font-weight:600}.header-right{display:flex;align-items:center;gap:16px}.user-info{font-size:14px;opacity:.9}.back-btn,.logout-btn{padding:6px 16px;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;border-radius:4px;cursor:pointer;font-size:13px;transition:all .2s}.back-btn:hover,.logout-btn:hover{background:#ffffff1a;border-color:#ffffff80}.admin-body{flex:1;display:flex}.admin-sidebar{width:200px;background:#fff;border-right:1px solid #e8e8e8;padding:16px 0}.admin-sidebar nav{display:flex;flex-direction:column}.admin-sidebar button{padding:12px 24px;border:none;background:transparent;text-align:left;cursor:pointer;font-size:14px;color:#666;transition:all .2s}.admin-sidebar button:hover{background:#f5f7fa;color:#1a365d}.admin-sidebar button.active{background:#e6f0ff;color:#1a365d;font-weight:600;border-right:3px solid #1a365d}.admin-main{flex:1;padding:24px;overflow-y:auto}.error-msg{background:#fff2f0;border:1px solid #ffccc7;color:#cf1322;padding:12px 16px;border-radius:4px;margin-bottom:16px}.loading-msg{color:#666;padding:20px;text-align:center}.admin-dashboard h2{margin:0 0 24px;font-size:20px;color:#1a365d}.stats-section{margin-bottom:32px}.stats-section h3{margin:0 0 16px;font-size:16px;color:#333;padding-bottom:8px;border-bottom:1px solid #e8e8e8}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.stat-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;gap:12px}.stat-card .stat-icon{font-size:32px}.stat-card .stat-info{flex:1}.stat-card .stat-label{font-size:13px;color:#666;margin-bottom:4px}.stat-card .stat-value{font-size:28px;font-weight:700;color:#1a365d}.stat-card .stat-sub{font-size:12px;color:#999;margin-top:4px}.stat-bar{height:6px;background:#e8e8e8;border-radius:3px;overflow:hidden}.stat-bar-fill{height:100%;background:linear-gradient(90deg,#1a365d,#4a90e2);border-radius:3px;transition:width .3s}.stat-card.simple{flex-direction:row;align-items:center}.stat-card.simple .stat-icon{margin-right:16px}.docker-summary{display:flex;gap:24px;padding:12px 16px;background:#f5f7fa;border-radius:4px;margin-bottom:16px;font-size:14px}.docker-summary .running{color:#52c41a}.docker-summary .stopped{color:#999}.docker-unavailable{padding:20px;text-align:center;color:#999;background:#f5f7fa;border-radius:4px}.refresh-btn{margin-top:16px;padding:8px 24px;background:#1a365d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.refresh-btn:hover{background:#2d4a6f}.refresh-btn:disabled{background:#ccc;cursor:not-allowed}.admin-users h2{margin:0 0 24px;font-size:20px;color:#1a365d}.user-filters{display:flex;gap:12px;margin-bottom:16px}.user-filters input{flex:1;max-width:300px;padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px}.user-filters select{padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;background:#fff}.user-filters button{padding:8px 20px;background:#1a365d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.user-filters button:hover{background:#2d4a6f}.admin-table{width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f;border-collapse:collapse}.admin-table th,.admin-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f0f0;font-size:14px}.admin-table th{background:#fafafa;font-weight:600;color:#333}.admin-table tr:hover{background:#f5f7fa}.admin-table tr.selected{background:#e6f0ff}.admin-table code{background:#f5f5f5;padding:2px 6px;border-radius:3px;font-size:12px}.admin-table .empty{text-align:center;color:#999;padding:24px}.admin-table.small th,.admin-table.small td{padding:8px 12px;font-size:13px}.status-badge,.role-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:12px}.status-badge.active,.status-badge.running{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.status-badge.disabled,.status-badge.exited{background:#fff2f0;color:#cf1322;border:1px solid #ffccc7}.status-badge.completed{background:#e6f7ff;color:#1890ff;border:1px solid #91d5ff}.status-badge.failed{background:#fff2f0;color:#cf1322;border:1px solid #ffccc7}.status-badge.pending{background:#fffbe6;color:#faad14;border:1px solid #ffe58f}.role-badge.admin{background:#fff7e6;color:#fa8c16;border:1px solid #ffd591}.role-badge.user{background:#f5f5f5;color:#666;border:1px solid #d9d9d9}.role-badge.breeder{background:#e6fffb;color:#08979c;border:1px solid #87e8de}.role-badge.research_adoption{background:#f9f0ff;color:#722ed1;border:1px solid #d3adf7}.admin-table .actions{white-space:nowrap}.admin-table .actions button{padding:4px 8px;margin-right:8px;border:1px solid #d9d9d9;background:#fff;border-radius:4px;cursor:pointer;font-size:12px;color:#666}.admin-table .actions button:hover{border-color:#1a365d;color:#1a365d}.link-btn{background:none;border:none;color:#1890ff;cursor:pointer;padding:0;font-size:inherit}.link-btn:hover{text-decoration:underline}.pagination{display:flex;align-items:center;gap:12px;margin-top:16px;padding:12px 0}.pagination button{padding:6px 16px;border:1px solid #d9d9d9;background:#fff;border-radius:4px;cursor:pointer;font-size:13px}.pagination button:hover:not(:disabled){border-color:#1a365d;color:#1a365d}.pagination button:disabled{color:#ccc;cursor:not-allowed}.users-layout{display:flex;gap:24px}.users-layout .admin-users{flex:1;min-width:0}.user-detail-panel{width:400px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fafafa;border-bottom:1px solid #f0f0f0}.panel-header h3{margin:0;font-size:16px;color:#333}.close-btn{width:28px;height:28px;border:none;background:transparent;font-size:20px;cursor:pointer;color:#999;border-radius:4px}.close-btn:hover{background:#f0f0f0;color:#333}.detail-tabs{display:flex;border-bottom:1px solid #f0f0f0}.detail-tabs button{flex:1;padding:12px;border:none;background:transparent;cursor:pointer;font-size:14px;color:#666;border-bottom:2px solid transparent}.detail-tabs button:hover{color:#1a365d}.detail-tabs button.active{color:#1a365d;border-bottom-color:#1a365d;font-weight:600}.detail-content{padding:16px;max-height:500px;overflow-y:auto}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-item{display:flex;flex-direction:column;gap:4px}.info-item label{font-size:12px;color:#999}.info-item span{font-size:14px;color:#333}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:24px;width:400px;max-width:90%}.modal-content h3{margin:0 0 16px;font-size:18px;color:#333}.modal-content p{margin:0 0 16px;color:#666;font-size:14px}.modal-content input{width:100%;padding:10px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;margin-bottom:16px;box-sizing:border-box}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.modal-actions button{padding:8px 20px;border:1px solid #d9d9d9;background:#fff;border-radius:4px;cursor:pointer;font-size:14px}.modal-actions button.primary{background:#1a365d;color:#fff;border-color:#1a365d}.modal-actions button:hover{opacity:.9}@media (max-width: 1200px){.users-layout{flex-direction:column}.user-detail-panel{width:100%}}@media (max-width: 768px){.admin-sidebar{width:60px}.admin-sidebar button{padding:12px;text-align:center;font-size:20px}.admin-sidebar button span{display:none}.stats-grid{grid-template-columns:1fr}.user-filters{flex-wrap:wrap}.admin-table{font-size:12px}.admin-table .actions button{padding:2px 4px;margin-right:4px}}.admin-templates{max-width:900px}.admin-templates h2{margin:0 0 8px;font-size:20px;color:#1a365d}.admin-templates .section-desc{margin:0 0 24px;color:#666;font-size:14px}.admin-templates .template-dir{margin-bottom:24px;padding:12px 16px;background:#f5f7fa;border-radius:4px;font-size:13px;color:#666;font-family:monospace}.template-cards{display:flex;flex-direction:column;gap:16px}.template-card{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;border:1px solid #e8e8e8}.template-card .template-icon{font-size:40px;flex-shrink:0}.template-card .template-info{flex:1;min-width:0}.template-card .template-info h3{margin:0 0 6px;font-size:15px;color:#333;font-weight:600}.template-card .template-info p{margin:0 0 8px;font-size:13px;color:#666;line-height:1.4}.template-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#52c41a}.template-meta span{display:inline-flex;align-items:center;gap:4px}.template-meta.warning{color:#faad14}.template-actions{flex-shrink:0}.template-actions .upload-btn{padding:8px 20px;background:#1a365d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;transition:background .2s}.template-actions .upload-btn:hover{background:#2d4a6f}.template-actions .upload-btn:disabled{background:#ccc;cursor:not-allowed}.admin-table .hint-text{color:#999;font-size:12px}.permission-card{flex-direction:column;align-items:flex-start}.permission-card .template-info{width:100%}.permission-controls{display:flex;gap:24px;margin-top:12px}.permission-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#333}.permission-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#1a365d}.permission-toggle input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.permission-status{margin-top:12px;padding:8px 12px;background:#f5f7fa;border-radius:4px;display:inline-block}.permission-status .status-all{color:#52c41a;font-weight:500}.permission-status .status-admin{color:#faad14;font-weight:500}.permission-status .status-disabled{color:#ff4d4f;font-weight:500}.permission-note{margin-top:24px;padding:16px;background:#fff7e6;border:1px solid #ffd591;border-radius:8px}.permission-note strong{display:block;margin-bottom:8px;color:#d46b08}.permission-note ul{margin:0;padding-left:20px;color:#666;font-size:13px;line-height:1.8}.permission-note li{margin-bottom:4px}.chat-logs-layout{display:flex;gap:16px;height:calc(100vh - 140px)}.chat-users-panel{width:300px;min-width:260px;background:#fff;border-radius:8px;padding:16px;display:flex;flex-direction:column;border:1px solid #e8e8e8}.chat-users-panel h3{margin:0 0 12px;font-size:16px;color:#333}.chat-users-panel .refresh-btn{margin-bottom:12px;padding:6px 16px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:13px}.chat-users-panel .refresh-btn:hover{background:#e8e8e8}.chat-users-list{flex:1;overflow-y:auto}.chat-user-item{padding:12px;border-radius:6px;cursor:pointer;margin-bottom:4px;transition:background .2s;border:1px solid transparent}.chat-user-item:hover{background:#f5f7fa}.chat-user-item.active{background:#e6f7ff;border-color:#91d5ff}.chat-user-name{font-size:14px;font-weight:500;color:#333;margin-bottom:4px}.chat-user-meta{display:flex;justify-content:space-between;font-size:12px;color:#999}.chat-messages-panel{flex:1;background:#fff;border-radius:8px;display:flex;flex-direction:column;border:1px solid #e8e8e8;overflow:hidden}.chat-messages-header{padding:16px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;gap:12px}.chat-messages-header h3{margin:0;font-size:16px;color:#333}.chat-msg-count{font-size:13px;color:#999}.chat-messages-list{flex:1;overflow-y:auto;padding:16px}.chat-msg-item{margin-bottom:16px;padding:12px 16px;border-radius:8px;position:relative}.chat-msg-user{background:#f0f7ff;border-left:3px solid #1890ff}.chat-msg-assistant{background:#f6ffed;border-left:3px solid #52c41a}.chat-msg-system{background:#fff7e6;border-left:3px solid #faad14}.chat-msg-role{font-size:12px;font-weight:600;margin-bottom:6px;color:#666}.chat-msg-content{font-size:14px;line-height:1.6}.chat-msg-text{margin:0;white-space:pre-wrap;word-break:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6;background:transparent;border:none;padding:0}.chat-tool-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;margin-bottom:6px;background:#f0f0f0;color:#666}.chat-tool-tag.success{background:#f6ffed;color:#52c41a}.chat-tool-tag.fail{background:#fff2f0;color:#ff4d4f}.chat-msg-time{font-size:11px;color:#bbb;margin-top:4px;text-align:right}.chat-pagination{padding:12px 16px;border-top:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center;gap:16px}.chat-pagination button{padding:4px 16px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:13px}.chat-pagination button:hover:not(:disabled){background:#f5f5f5}.chat-pagination button:disabled{opacity:.4;cursor:not-allowed}.chat-pagination span{font-size:13px;color:#666}.empty-hint{text-align:center;color:#999;padding:20px;font-size:14px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(95,207,207,.4) transparent}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#5fcfcf66;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#5fcfcf99}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}
