.seedlings-filter-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.seedlings-filter-header,.seedlings-view-select-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seedlings-view-select-wrap{gap:8px}.seedlings-view-select-label{color:#fff;font-size:13px}.seedlings-view-select{min-width:140px;margin-bottom:0}.seedlings-kanban-shell{position:relative;padding:8px 0}.seedlings-kanban-scroll{overflow-x:auto;overflow-y:hidden;cursor:-webkit-grab;cursor:grab;padding:2px 4px 8px;scrollbar-width:thin}.seedlings-kanban-scroll--dragging{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.seedlings-kanban-scroll-edge{position:absolute;top:0;bottom:0;width:36px;pointer-events:none;z-index:3}.seedlings-kanban-scroll-edge--left{left:0;background:-webkit-gradient(linear,left top,right top,from(rgba(247,249,252,.96)),to(rgba(247,249,252,0)));background:linear-gradient(90deg,rgba(247,249,252,.96),rgba(247,249,252,0))}.seedlings-kanban-scroll-edge--right{right:0;background:-webkit-gradient(linear,right top,left top,from(rgba(247,249,252,.96)),to(rgba(247,249,252,0)));background:linear-gradient(270deg,rgba(247,249,252,.96),rgba(247,249,252,0))}.seedlings-kanban-board{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.seedlings-kanban-board,.seedlings-kanban-column{display:-webkit-box;display:-ms-flexbox;display:flex}.seedlings-kanban-column{width:320px;min-width:320px;max-width:320px;min-height:calc(100vh - 260px);background:#f8fbff;border:1px solid #dbe6f1;border-radius:18px;padding:14px;-webkit-box-shadow:0 8px 24px rgba(18,45,82,.06);box-shadow:0 8px 24px rgba(18,45,82,.06);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.seedlings-kanban-column-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e7eef5}.seedlings-kanban-column-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;border-radius:999px;min-height:28px;padding:0 10px;font-size:13px;font-weight:700}.seedlings-kanban-column-badge-dot{width:10px;height:10px;border-radius:999px;-ms-flex-negative:0;flex-shrink:0}.seedlings-kanban-column-badge--0{border:1px solid #3ca8fd;color:#3ca8fd;background:rgba(60,168,253,.08)}.seedlings-kanban-column-badge--1{border:1px solid #14b8a6;color:#14b8a6;background:rgba(20,184,166,.08)}.seedlings-kanban-column-badge--2{border:1px solid #facc15;color:#a16207;background:rgba(250,204,21,.14)}.seedlings-kanban-column-badge--3{border:1px solid #15a693;color:#15a693;background:rgba(21,166,147,.08)}.seedlings-kanban-column-badge--4{border:1px solid #b42318;color:#b42318;background:rgba(180,35,24,.08)}.seedlings-kanban-column-badge-dot--0{background:#3ca8fd}.seedlings-kanban-column-badge-dot--1{background:#14b8a6}.seedlings-kanban-column-badge-dot--2{background:#facc15}.seedlings-kanban-column-badge-dot--3{background:#15a693}.seedlings-kanban-column-badge-dot--4{background:#b42318}.seedlings-kanban-column-count{min-width:40px;position:relative;height:40px;border-radius:12px;background:#eef4fa;border:1px solid #dde7f0;color:#22384f;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.92rem;font-weight:800}.seedlings-kanban-column-count-page{width:70px;position:absolute;font-size:11px;top:43px;color:#979797;left:-2px;font-weight:700}.seedlings-kanban-dropzone{min-height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.seedlings-kanban-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 0}.seedlings-kanban-skeleton-shell{overflow-x:auto;padding-bottom:8px}.seedlings-kanban-card--skeleton{pointer-events:none}.seedlings-skeleton-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seedlings-skeleton-row--between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.seedlings-skeleton-line,.seedlings-skeleton-meta span{display:block;overflow:hidden;border-radius:999px;background:-webkit-gradient(linear,left top,right top,from(#e8f1f8),color-stop(44%,#f8fbfd),color-stop(88%,#e8f1f8));background:linear-gradient(90deg,#e8f1f8,#f8fbfd 44%,#e8f1f8 88%);background-size:220% 100%;-webkit-animation:seedlings-skeleton-shimmer 1.35s ease-in-out infinite;animation:seedlings-skeleton-shimmer 1.35s ease-in-out infinite}.seedlings-skeleton-line--count{width:42px;height:20px}.seedlings-skeleton-line--id{width:54px;height:22px}.seedlings-skeleton-line--badge{width:74px;height:28px}.seedlings-skeleton-line--title{width:86%;height:20px;margin-top:16px}.seedlings-skeleton-line--desc{width:72%;height:14px;margin-top:12px}.seedlings-skeleton-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.seedlings-skeleton-meta span{height:30px;border-radius:10px}.seedlings-list-skeleton{display:grid;gap:10px;padding:12px}.seedlings-list-skeleton__row{display:grid;grid-template-columns:58px 1.2fr 1fr 90px;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.seedlings-list-skeleton__row .seedlings-skeleton-line{margin:0}@-webkit-keyframes seedlings-skeleton-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes seedlings-skeleton-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.seedlings-kanban-more-btn{margin-top:10px}.seedlings-kanban-card-list-enter-active,.seedlings-kanban-card-list-leave-active{-webkit-transition:all .18s ease;transition:all .18s ease}.seedlings-kanban-card-list-enter,.seedlings-kanban-card-list-leave-to{opacity:0;-webkit-transform:translateY(8px);transform:translateY(8px)}.seedlings-kanban-empty{background:#fff;border:1px dashed #cfd7e3;border-radius:10px;padding:18px 12px;text-align:center;color:#8a93a5;font-size:13px}.seedlings-kanban-card{background:#fff;cursor:pointer;position:relative;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #d9e2ec;border-right-width:3px;border-radius:12px;padding:14px;margin-bottom:12px;-webkit-box-shadow:0 8px 20px rgba(15,23,42,.05);box-shadow:0 8px 20px rgba(15,23,42,.05)}.seedlings-kanban-card--status-0{border-right-color:#3ca8fd}.seedlings-kanban-card--status-1{border-right-color:#14b8a6}.seedlings-kanban-card--status-2{border-right-color:#facc15}.seedlings-kanban-card--status-3{border-right-color:#15a693}.seedlings-kanban-card--status-4{border-right-color:#b42318}.seedlings-kanban-card:last-child{margin-bottom:0}.seedlings-kanban-card--realtime-highlight{border-color:#20a8d8;-webkit-box-shadow:0 0 0 1px rgba(32,168,216,.22),0 12px 26px rgba(32,168,216,.18);box-shadow:0 0 0 1px rgba(32,168,216,.22),0 12px 26px rgba(32,168,216,.18)}.seedlings-kanban-card--stale{overflow:hidden}.seedlings-kanban-card-stamp{position:absolute;top:50%;left:50%;z-index:2;pointer-events:none;-webkit-transform:translate(-50%,-50%) rotate(-18deg);transform:translate(-50%,-50%) rotate(-18deg);padding:6px 22px;border:3px solid rgba(234,88,12,.7);border-radius:8px;color:rgba(234,88,12,.66);background:rgba(255,247,237,.42);font-size:27px;font-weight:950;letter-spacing:1px;line-height:1;text-shadow:0 1px 0 hsla(0,0%,100%,.55);-webkit-box-shadow:0 0 0 1px rgba(251,146,60,.12);box-shadow:0 0 0 1px rgba(251,146,60,.12)}.seedlings-kanban-card-ghost{opacity:.45}.seedlings-kanban-card-chosen{-webkit-transform:rotate(1deg);transform:rotate(1deg)}.seedlings-kanban-card-drag{cursor:-webkit-grabbing;cursor:grabbing}.seedlings-kanban-card-top{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin-bottom:10px}.seedlings-kanban-card-id-wrap,.seedlings-kanban-card-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.seedlings-kanban-card-id-wrap{gap:8px;position:relative}.seedlings-kanban-card-id{color:#6b778c;font-size:13px;font-weight:700}.seedlings-special-lead{position:static!important;width:18px!important;margin-top:0!important}.seedlings-kanban-card-status{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;font-size:12px;font-weight:700;border-radius:5px;padding:0 10px;height:24px}.seedlings-kanban-card-status--0{border:1px solid #3ca8fd;color:#3ca8fd;background:rgba(60,168,253,.08)}.seedlings-kanban-card-status--1{border:1px solid #14b8a6;color:#14b8a6;background:rgba(20,184,166,.08)}.seedlings-kanban-card-status--2{border:1px solid #facc15;color:#a16207;background:rgba(250,204,21,.14)}.seedlings-kanban-card-status--3{border:1px solid #15a693;color:#15a693;background:rgba(21,166,147,.08)}.seedlings-kanban-card-status--4{border:1px solid #b42318;color:#b42318;background:rgba(180,35,24,.08)}.seedlings-kanban-card-title{display:block;font-size:15px;margin-bottom:10px;color:#1f2d3d}.seedlings-kanban-card-description{color:#5d6b82;font-size:12px;margin-bottom:12px}.seedlings-kanban-card-meta{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:0;margin-bottom:12px}.seedlings-kanban-card-meta-item{font-size:12px;background:#f7fafc;border-radius:0;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;border:1px solid #edf2f7;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.seedlings-kanban-card-meta-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.seedlings-kanban-card-meta-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.seedlings-kanban-card-meta-item strong{color:#1f2d3d;text-align:left}.seedlings-kanban-card-extra{margin-bottom:12px}.seedlings-kanban-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:8px}.seedlings-kanban-card-actions:last-child{margin-bottom:0}.nemad-anime{position:absolute;left:68px;top:14px}img.special_lead{position:absolute;width:20px;margin-top:-29px;right:16px}.no_back.jumbotron:before{background:none!important}@media (max-width:576px){.seedlings-kanban-scroll{cursor:auto;padding-right:0;padding-left:0}.seedlings-kanban-scroll-edge{display:none}.seedlings-filter-header{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.seedlings-view-select-wrap{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.seedlings-view-select{min-width:0;width:160px}.seedlings-kanban-column{width:calc(100vw - 48px);min-width:calc(100vw - 48px)}.row.d-sm-none.tickets_tables_header{display:none!important}.row.tickets_table div{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:right;line-height:30px}.row.tickets_table div a.btn.btn-outline-primary{margin-top:11px}}span.bg_ani{top:-10px;position:absolute;left:-14px;opacity:1;z-index:0}.red{color:#d40000}.ltr.form-group input{direction:ltr}.integrationMessage{position:absolute;display:block;right:13px}.integration_help{text-align:right;background:#eee;padding:19px 10px;margin-bottom:15px;border-radius:6px}.box.not_active.not_membership{background:#fbcaca;border-color:#f56f6f;-webkit-filter:blur(.2px);filter:blur(.2px);color:red}.box.not_active:hover{background:#efefef;-webkit-animation:none;animation:none;border:1px solid #333;color:#727272}.box.not_active{-webkit-filter:blur(1px);filter:blur(1px);cursor:no-drop}.box img{width:91px;line-height:40px;display:inline-block;padding:21px 10px;-webkit-filter:grayscale(1);filter:grayscale(1)}.box{width:106px;background:#efefef;-webkit-transition:all .3s;transition:all .3s;height:95px;border-radius:5px;border:1px solid #333;padding:5px;cursor:pointer;margin:14px 5px;float:right}.box span{font-size:12px}.box i{display:block;font-size:52px;padding-bottom:8px;padding-top:4px}.mhcloud h1{display:inline-block;width:100%;text-align:right;font-weight:100}.box:hover{background:#01b0cf;color:#fff;border-color:#0091bb}.kanban-card-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;border-top:1px solid #edf2f7;padding:10px}.kanban-card-footer-link{color:#686868;font-size:.82rem;font-weight:700}.kanban-card-footer-time{color:#7a8da3;font-size:.76rem;white-space:nowrap}.edit_btn{width:21px;height:21px;padding:0;margin-right:10px}.box:hover{-webkit-animation:zoom-in-zoom-out 2.5s ease-out infinite;animation:zoom-in-zoom-out 2.5s ease-out infinite}.tickets_table{border-radius:3px;border:1px solid rgba(211,213,225,.45);padding:10px 0;text-align:center;margin:5px 0}.tickets_table:hover{cursor:pointer;background:hsla(0,0%,93.3%,.589)}.center{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:distribute;align-content:space-around;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.row.tickets_tables_header{border-radius:3px;border:0 solid rgba(211,213,225,.45);padding:10px 0;text-align:center;margin:5px 0;color:#727272}.jumbotron.tickets .btn{margin:0 5px}.row.ticket p{white-space:break-spaces}span.seedling_description{width:100%;display:block;font-size:12px;color:#666}.response-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin-bottom:16px}.response-meta span{color:#666;margin-left:6px}.response-answers{border-top:1px solid #eee;padding-top:12px}.answer-item{padding:10px 0;border-bottom:1px solid #f0f0f0}.answer-question{font-weight:600;margin-bottom:6px}.answer-meta{color:#888;font-weight:400;margin-right:6px}.answer-value{color:#333}.pre-wrap{white-space:pre-wrap;word-break:break-word}.target-readable{background:#f4f8ff;border:1px solid #d9e6ff;border-radius:6px;padding:12px;margin-bottom:16px}.target-readable__title{font-weight:700;margin-bottom:8px;color:#2a5bd7}.schema-section{margin-top:16px}.schema-debug{background:#f8f9fa;border:1px solid #e1e1e1;padding:12px;margin-top:10px;border-radius:6px;font-size:12px}.seedling-details-btn{margin-top:6px}.seedling-row-link{border:0;background:transparent;color:#0f6cbd;font-weight:700;padding:0}.seedlings-status-confirm-modal{position:fixed;inset:0;z-index:2525;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px;background:rgba(15,23,42,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.seedlings-status-confirm-modal__dialog{width:min(430px,100%);padding:24px;border-radius:28px;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8fbfd));background:linear-gradient(180deg,#fff,#f8fbfd);-webkit-box-shadow:0 30px 90px rgba(15,23,42,.32);box-shadow:0 30px 90px rgba(15,23,42,.32);text-align:center}.seedlings-status-confirm-modal__icon{width:70px;height:70px;margin:0 auto 16px;border-radius:24px;display:grid;place-items:center;color:#fff;font-size:28px;background:linear-gradient(135deg,#00325a,#0052a4);-webkit-box-shadow:0 18px 34px rgba(0,50,90,.24);box-shadow:0 18px 34px rgba(0,50,90,.24)}.seedlings-status-confirm-modal__content span{display:inline-block;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:#e7f0fb;color:#00325a;font-size:12px;font-weight:900}.seedlings-status-confirm-modal__content strong{display:block;color:#00325a;font-size:22px;font-weight:950}.seedlings-status-confirm-modal__content p{margin:12px 0 0;color:#64748b;line-height:1.9}.seedlings-status-confirm-modal__content small{display:block;margin-top:10px;color:#8795a7;font-weight:700}.seedlings-status-confirm-modal__actions{display:grid;grid-template-columns:1fr 1.2fr;gap:10px;margin-top:22px}.seedlings-status-confirm-modal__actions button{border:0;min-height:54px;border-radius:16px;padding:13px 18px;white-space:nowrap;font-weight:900}.seedlings-status-confirm-modal__actions button.is-primary{color:#fff;background:linear-gradient(135deg,#00325a,#0052a4);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.seedlings-context-menu{position:fixed;min-width:190px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;-webkit-box-shadow:0 18px 40px rgba(15,23,42,.18);box-shadow:0 18px 40px rgba(15,23,42,.18);padding:8px;z-index:4000}.seedlings-context-menu__item{width:100%;border:0;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:#0f172a;text-align:right}.seedlings-context-menu__item:hover{background:#f8fafc}.seedlings-context-menu__item--danger{color:#b91c1c}.seedlings-delete-modal{position:fixed;inset:0;background:rgba(15,23,42,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:18px;z-index:5000}.seedlings-delete-modal__dialog{width:min(100%,420px);background:#fff;border-radius:20px;padding:24px;-webkit-box-shadow:0 24px 70px rgba(15,23,42,.24);box-shadow:0 24px 70px rgba(15,23,42,.24);text-align:center}.seedlings-delete-modal__badge{width:62px;height:62px;border-radius:18px;margin:0 auto 14px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(239,68,68,.12);color:#dc2626;font-size:24px}.seedlings-delete-modal__title{font-size:20px;font-weight:800;margin-bottom:10px}.seedlings-delete-modal__text{margin-bottom:10px;color:#475569}.seedlings-delete-modal__deal{display:grid;grid-template-columns:auto 1fr;gap:8px 12px;text-align:right;margin:14px 0;padding:12px 14px;border-radius:12px;background:#f8fafc;color:#0f172a}.seedlings-delete-modal__deal strong{color:#475569;font-size:13px}.seedlings-delete-modal__deal span{font-weight:700;word-break:break-word}.seedlings-delete-modal__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:18px}.seedlings-delete-modal__btn{min-width:120px;border:0;border-radius:12px;padding:10px 16px;font-weight:700}.seedlings-delete-modal__btn--ghost{background:#e2e8f0;color:#0f172a}.seedlings-delete-modal__btn--danger{background:#dc2626;color:#fff}