*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:linear-gradient(140deg,#dce3ef,#eef0f6 60%,#e6eaf4);display:flex;flex-direction:column;min-height:100vh}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:58px;background:#fff;border-bottom:1px solid #e0e6f2;box-shadow:0 2px 12px #0f1e460f;flex-shrink:0;z-index:50}.top-bar__brand{display:flex;align-items:center;gap:11px}.top-bar__logo-img{height:38px;width:auto;flex-shrink:0;object-fit:contain}.top-bar__name{font-size:15px;font-weight:700;color:#1a2540;letter-spacing:-.01em}.top-bar__tagline{font-size:10px;color:#8a9ab8;margin-top:1px;font-weight:500}.top-bar__center{font-size:12px;color:#6a7a98;font-weight:500}.top-bar__actions{display:flex;align-items:center;gap:16px}.top-bar__link{font-size:12px;color:#6a7a98;text-decoration:none;font-weight:500;transition:color .15s}.top-bar__link:hover{color:#2472b8}.top-bar__cta{padding:8px 18px;border-radius:8px;border:none;background:#2472b8;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.top-bar__cta:hover{background:#1a5c9a}.top-bar__cta--ghost{background:#fff;color:#2472b8;border:1.5px solid #cddbf0}.top-bar__cta--ghost:hover{background:#eef5ff}.main-content{flex:1;display:flex;align-items:center;justify-content:center;padding:20px;min-height:0}.konfigurator{display:grid;grid-template-columns:1fr 300px;width:100%;max-width:1280px;height:min(800px,calc(100vh - 64px));min-height:560px;border:1px solid #d4dbe8;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 24px 80px #0f1e4629,0 4px 20px #0f1e4612}.canvas-wrap,.panel-wrap{display:contents}.mobile-tabs{display:none}.canvas{position:relative;overflow:hidden;background-color:#edf1f8;background-image:radial-gradient(ellipse 60% 55% at 50% 50%,rgba(255,255,255,.55) 0%,transparent 70%),radial-gradient(circle,#bfcde0 1px,transparent 1px);background-size:100% 100%,22px 22px}.canvas svg.connections{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.pc-wrap{position:absolute;display:flex;flex-direction:column;align-items:center;z-index:10;transition:all .6s cubic-bezier(.4,0,.2,1)}.pc-monitor{background:#1a202e;border-radius:8px 8px 4px 4px;overflow:hidden;box-shadow:0 6px 24px #00000038;transition:all .6s}.pc-screen{background:#f4f6f9;overflow:hidden}.pc-chin{background:#1a202e;height:6px;display:flex;align-items:center;justify-content:center}.pc-chin-btn{width:22px;height:2.5px;border-radius:1.5px;background:#2a3448}.pc-neck{width:14px;height:9px;background:#181f2c;margin:0 auto}.pc-base{width:52px;height:5px;background:#181f2c;border-radius:3px;margin:0 auto}.module-card{position:absolute;z-index:10;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;border:1px solid #dde2ea;background:#fff;box-shadow:0 3px 14px #00000014;transition:opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.2,.8,.3,1);opacity:0;transform:scale(.85) translate(0)}.card-side-left .module-card{transform:scale(.85) translate(-24px)}.card-side-right .module-card{transform:scale(.85) translate(24px)}.module-card.visible{opacity:1;transform:scale(1) translate(0)}.module-card__header{padding:6px 10px;display:flex;align-items:center;gap:5px;font-size:9px;font-weight:600;color:#fff}.module-card img,.module-card video{width:100%;aspect-ratio:16 / 9;max-height:155px;height:auto;object-fit:cover;display:block}.module-card__media{position:relative}.module-card__media--clickable{cursor:pointer}.module-card__expand-icon{position:absolute;right:6px;bottom:6px;width:22px;height:22px;border-radius:6px;background:#08122a8c;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s,background .15s;pointer-events:none}.module-card__media--clickable:hover .module-card__expand-icon{opacity:1}.module-card__media--clickable:hover{filter:brightness(.94)}.media-lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#040a18e0;z-index:500;display:flex;align-items:center;justify-content:center;padding:32px;animation:overlayIn .18s ease}.media-lightbox-content{max-width:100%;max-height:100%}.media-lightbox-content img,.media-lightbox-content video{max-width:100%;max-height:calc(100vh - 64px);width:auto;height:auto;display:block;border-radius:10px;box-shadow:0 20px 60px #0006}.media-lightbox-close{position:absolute;top:20px;right:24px;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff1f;color:#fff;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.media-lightbox-close:hover{background:#ffffff38}.komm-badge-wrap{position:absolute;z-index:12;display:flex;flex-direction:column;align-items:center;gap:3px}.komm-badge{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;opacity:.45;transform:scale(.88);transition:background .25s,opacity .25s,transform .25s,box-shadow .25s;cursor:pointer;position:relative}.komm-badge:before{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#0c1630e0;color:#fff;font-size:10px;font-weight:500;font-family:Segoe UI,system-ui,sans-serif;padding:4px 9px;border-radius:7px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s;z-index:30;letter-spacing:.01em}.komm-badge:hover:before{opacity:1}.komm-badge:hover{opacity:.8;transform:scale(1.06)}.komm-badge--active{opacity:1;transform:scale(1);box-shadow:0 2px 10px #00000040}.komm-badge--active:hover{transform:scale(1.08)}.komm-badge__label{font-size:7.5px;font-weight:600;color:#8a9ab8;white-space:nowrap;pointer-events:none;line-height:1}.panel__header{padding:16px 18px 10px;border-bottom:1px solid #e8ecf4;flex-shrink:0}.panel__title{font-size:15px;font-weight:700;color:#1a2540;letter-spacing:-.01em}.panel__subtitle{font-size:11px;color:#8a9ab8;margin-top:2px}.panel__section-label{font-size:8px;font-weight:700;color:#a0aabb;letter-spacing:.1em;text-transform:uppercase;padding:10px 18px 3px}.panel__subsection-label{font-size:8px;font-weight:600;color:#b8c4d8;letter-spacing:.08em;text-transform:uppercase;padding:6px 18px 2px 26px}.module-row{display:flex;align-items:center;gap:10px;padding:7px 18px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .12s}.module-row:hover{background:#f5f7fb}.module-row__icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;color:#fff;flex-shrink:0}.module-row__name{font-size:12px;font-weight:600;color:#1a2540}.module-row__desc{font-size:9px;color:#8a9ab0;margin-top:1px}.toggle{width:42px;height:22px;border-radius:11px;flex-shrink:0;border:none;padding:0;cursor:pointer;position:relative;transition:background .25s;outline:none}.toggle--off{background:#c0ccd8}.toggle--on{background:#2472b8}.toggle--core{background:#2472b8;cursor:default}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000040;transition:transform .25s}.toggle--on:after,.toggle--core:after{transform:translate(20px)}.panel__footer{padding:14px 18px;border-top:1px solid #e8ecf4;flex-shrink:0}.tier-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.tier-label{font-size:11px;font-weight:700;color:#1a2540;min-width:80px;text-align:right}.cta-button{width:100%;padding:10px;border-radius:9px;background:#1a2c4e;color:#fff;border:none;cursor:pointer;font-size:13px;font-weight:600;transition:background .15s}.cta-button:hover{background:#243d6a}.panel{border-left:1px solid #e0e6f0;display:flex;flex-direction:column;overflow:hidden;background:#fff}.panel__modules,.panel__content{flex:1;overflow-y:auto;min-height:0}.status-bar{display:flex;align-items:center;gap:10px;padding:0 28px;height:34px;background:#f4f7fc;border-bottom:1px solid #e0e6f2;font-size:11px;font-weight:500;color:#5a6a88;flex-shrink:0}.status-bar__item{display:flex;align-items:center;gap:5px}.status-bar__item .ti{font-size:13px;color:#2472b8}.status-bar__tier strong{color:#1a2540}.status-bar__sep{width:1px;height:14px;background:#d0daea}.status-bar__bar{flex:1;max-width:120px;height:4px;border-radius:2px;background:#dde4f0}.status-bar__fill{height:100%;border-radius:2px;background:#2472b8;transition:width .5s cubic-bezier(.4,0,.2,1)}@media (max-width: 767px){.status-bar{padding:0 16px}.status-bar__bar{display:none}}.wizard-header{padding:14px 16px 10px;border-bottom:1px solid #e8ecf4;background:#fff}.wizard-progress-bar{height:3px;background:#e8ecf4;border-radius:2px;margin-bottom:12px;overflow:hidden}.wizard-progress-fill{height:100%;background:#2472b8;border-radius:2px;transition:width .4s cubic-bezier(.4,0,.2,1)}.wizard-stepper{display:flex;align-items:center;margin-bottom:10px}.wizard-dot{width:22px;height:22px;border-radius:50%;border:2px solid #d0daea;background:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#9aaac0;cursor:pointer;flex-shrink:0;transition:all .2s;padding:0}.wizard-dot--active{border-color:#2472b8;background:#2472b8;color:#fff;box-shadow:0 0 0 3px #2472b82e}.wizard-dot--done{border-color:#2472b8;background:#2472b8;color:#fff}.wizard-dot--summary{font-size:8px}.wizard-line{flex:1;height:2px;background:#e0e8f4;transition:background .3s;min-width:4px}.wizard-line--done{background:#2472b8}.wizard-current-label{font-size:15px;font-weight:700;color:#1a2540;letter-spacing:-.01em}.wizard-progress-text{font-size:10px;color:#9aaac0;margin-top:2px}.wizard-section-meta{display:flex;justify-content:flex-end;padding:10px 14px 4px}.wizard-section-active{font-size:10px;font-weight:600;color:#9aaac0;background:#f0f4fa;padding:3px 8px;border-radius:8px}.option-subsection-label{font-size:9px;font-weight:700;color:#8a9ab8;text-transform:uppercase;letter-spacing:.1em;padding:10px 14px 4px}.option-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 12px 14px}.option-card{border-radius:13px;border:1.5px solid #e4eaf4;background:#fff;padding:12px 10px 10px;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.option-card:hover{border-color:#b8c8e0;box-shadow:0 3px 14px #14285a17;transform:translateY(-1px)}.option-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.option-card__icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;color:#fff;flex-shrink:0}.option-card__check{width:24px;height:24px;border-radius:50%;border:2px solid #ccd6e8;background:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#9aaac0;cursor:pointer;transition:all .18s;flex-shrink:0;padding:0}.option-card__check--on{color:#fff}.option-card__badge{font-size:8px;font-weight:700;background:#e8f4ed;color:#1a9e78;padding:3px 7px;border-radius:8px;text-transform:uppercase;letter-spacing:.06em}.option-card__name{font-size:11px;font-weight:700;color:#1a2540;line-height:1.3;margin-bottom:3px}.option-card__desc{font-size:9.5px;color:#8a9ab8;line-height:1.4}.wizard-nav{padding:12px 14px;border-top:1px solid #e8ecf4;display:flex;gap:8px;background:#fff}.wizard-nav__back{padding:9px 14px;border-radius:9px;border:1.5px solid #dde4f0;background:#fff;color:#5a6a88;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.wizard-nav__back:hover{border-color:#a0b4cc;color:#1a2540}.wizard-nav__next{flex:1;padding:10px;border-radius:9px;border:none;background:#1a2c4e;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.wizard-nav__next:hover{background:#243d6a}.wizard-nav__cta{flex:1;padding:10px;border-radius:9px;border:none;background:#2472b8;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.wizard-nav__cta:hover{background:#1a5c9a}.summary{padding:14px 14px 8px}.summary__tier-block{background:#f4f7fc;border-radius:12px;padding:12px 14px;margin-bottom:12px;display:flex;align-items:center;gap:10px}.summary__tier-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;white-space:nowrap}.summary__tier-name{font-size:13px;font-weight:700;color:#1a2540;flex:1}.summary__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.summary__card{border-radius:10px;border:1.5px solid #e4eaf4;padding:10px 6px 8px;display:flex;flex-direction:column;align-items:center;gap:5px;position:relative}.summary__card-icon{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff}.summary__card-name{font-size:9px;font-weight:600;color:#1a2540;text-align:center;line-height:1.2}.summary__card-fixed{font-size:7px;font-weight:700;background:#eef3fc;color:#2472b8;padding:1px 5px;border-radius:4px}.tier-stages{display:flex;justify-content:space-between;gap:4px}.tier-stage{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;opacity:.35}.tier-stage--active{opacity:.65}.tier-stage--current{opacity:1}.tier-stage__dot{width:8px;height:8px;border-radius:50%;background:#c8d4e8;transition:background .3s}.tier-stage--active .tier-stage__dot{background:#2472b8}.tier-stage--current .tier-stage__dot{background:#2472b8;box-shadow:0 0 0 3px #2472b833}.tier-stage__name{font-size:9px;font-weight:600;color:#8a9ab8;text-align:center;transition:color .3s}.tier-stage--active .tier-stage__name{color:#4a7ab8}.tier-stage--current .tier-stage__name{color:#2472b8}.tier-count{font-size:10px;color:#9aaac0;margin-top:5px;text-align:right}.tier-bar{height:5px;border-radius:3px;background:#e0e8f4}.tier-fill{height:100%;border-radius:3px;background:#2472b8;transition:width .5s cubic-bezier(.4,0,.2,1)}.summary__upgrade-hint{font-size:11px;font-weight:500;color:#2472b8;background:#eef5ff;border-radius:9px;padding:9px 12px;text-align:center}.detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#08122885;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:200;display:flex;align-items:flex-end;justify-content:center;animation:overlayIn .2s ease}@media (min-width: 600px){.detail-overlay{align-items:center;padding:20px}}.detail-panel{background:#fff;border-radius:22px 22px 0 0;width:100%;max-width:460px;max-height:92vh;overflow-y:auto;position:relative;animation:panelUp .26s cubic-bezier(.32,.72,0,1)}@media (min-width: 600px){.detail-panel{border-radius:20px}}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@keyframes panelUp{0%{transform:translateY(32px);opacity:0}to{transform:translateY(0);opacity:1}}.detail-close{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;border:none;background:#00000012;color:#3a4a68;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .15s}.detail-close:hover{background:#00000021}.detail-media{width:100%;height:190px;object-fit:cover;display:block;border-radius:22px 22px 0 0}@media (min-width: 600px){.detail-media{border-radius:20px 20px 0 0}}.detail-media--placeholder{display:flex;align-items:center;justify-content:center;font-size:56px}.detail-content{padding:18px 20px 26px}.detail-header{display:flex;align-items:center;gap:13px;margin-bottom:16px}.detail-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:23px;color:#fff;flex-shrink:0}.detail-title{font-size:18px;font-weight:700;color:#1a2540;line-height:1.2;letter-spacing:-.01em}.detail-desc{font-size:12px;color:#8a9ab8;margin-top:3px}.detail-benefits{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:22px}.detail-benefits li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#2a3a58;line-height:1.45}.detail-check{font-size:13px;font-weight:800;flex-shrink:0;margin-top:1px}.detail-cta{width:100%;padding:13px;border-radius:11px;border:none;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .15s,filter .15s;letter-spacing:-.01em}.detail-cta:hover{filter:brightness(1.08)}.detail-cta--remove{background:#eef0f6;color:#5a6a88}.detail-cta--remove:hover{filter:none;background:#e4e8f2}.detail-fixed-note{text-align:center;font-size:12px;color:#8a9ab8;padding:11px;background:#f6f8fc;border-radius:10px}.maturity-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#08122a99;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:300;display:flex;align-items:center;justify-content:center;padding:16px;animation:overlayIn .2s ease}.maturity-page{background:#fff;border-radius:20px;width:100%;max-width:1100px;max-height:92vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 32px 80px #08122a38;animation:panelUp .28s cubic-bezier(.32,.72,0,1)}.maturity-header{display:flex;align-items:center;gap:20px;padding:18px 28px;border-bottom:1px solid #e8ecf4;flex-shrink:0}.maturity-title{font-size:20px;font-weight:800;color:#1a2540;letter-spacing:-.02em}.maturity-subtitle{font-size:12px;color:#8a9ab8;margin-top:2px}.maturity-score-wrap{margin-left:auto;text-align:center;background:#eef5ff;border-radius:12px;padding:8px 18px}.maturity-score{font-size:28px;font-weight:800;color:#2472b8;line-height:1;letter-spacing:-.03em}.maturity-score-label{font-size:10px;color:#8a9ab8;font-weight:500;margin-top:2px}.maturity-close{width:34px;height:34px;border-radius:50%;border:none;background:#f0f2f8;color:#3a4a68;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.maturity-close:hover{background:#e0e4f0}.maturity-body{display:flex;flex:1;overflow:hidden;min-height:0}.maturity-chart-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;min-width:0}.maturity-svg{width:100%;max-width:500px;height:auto}.maturity-sliders{width:320px;flex-shrink:0;overflow-y:auto;padding:16px 20px;border-left:1px solid #e8ecf4;display:flex;flex-direction:column;gap:14px}.maturity-slider-row{border-radius:12px;padding:10px 12px;border:1.5px solid #e8ecf4;transition:border-color .15s,background .15s}.maturity-slider-row--active{border-color:#c8d8f0;background:#f6f9ff}.maturity-dim-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.maturity-dim-label{font-size:12px;font-weight:700}.maturity-dim-val{font-size:13px;font-weight:800}.maturity-reached{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.maturity-chip{font-size:9px;font-weight:600;padding:2px 7px;border-radius:8px}.maturity-next{font-size:9.5px;color:#9aaac0;margin-bottom:6px}.maturity-range{width:100%;height:4px;accent-color:var(--thumb-color, #2472B8);cursor:pointer;display:block}.maturity-range-ticks{display:flex;justify-content:space-between;font-size:8px;color:#b0bdd0;margin-top:3px}@media (max-width: 767px){.maturity-body{flex-direction:column}.maturity-sliders{width:100%;border-left:none;border-top:1px solid #e8ecf4}.maturity-page{max-height:96vh;border-radius:16px}}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 1059px){.konfigurator{grid-template-columns:1fr 260px}.top-bar__center{display:none}}@media (max-width: 767px){body{background:#f0f2f6}.top-bar{padding:0 16px;height:52px}.top-bar__center,.top-bar__link{display:none}.main-content{padding:0;align-items:stretch}.konfigurator{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;width:100%;height:calc(100vh - 52px);height:calc(100svh - 52px);border-radius:0;border:none;box-shadow:none;min-height:unset}.canvas-wrap,.panel-wrap{display:none;grid-row:1;grid-column:1;flex-direction:column;overflow:hidden;min-height:0}.canvas-wrap.tab-active,.panel-wrap.tab-active{display:flex}.canvas-wrap .canvas,.panel-wrap .panel{flex:1;min-height:0}.panel{border-left:none}.mobile-tabs{display:flex;grid-row:2;border-top:1px solid #e4e8f0;background:#fff}.mobile-tab{flex:1;padding:14px 8px 12px;border:none;background:none;cursor:pointer;font-size:13px;font-weight:500;color:#8a9ab0;transition:color .15s;border-top:2px solid transparent}.mobile-tab--active{color:#2472b8;border-top-color:#2472b8}.module-row{padding:11px 18px}.panel__title{font-size:15px}.toggle{width:48px;height:26px;border-radius:13px}.toggle:after{width:20px;height:20px}.toggle--on:after,.toggle--core:after{transform:translate(22px)}}.process-page{background:#fff;border-radius:20px;width:100%;max-width:1240px;max-height:92vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 32px 80px #08122a38;animation:panelUp .28s cubic-bezier(.32,.72,0,1)}.process-upload-btn{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#2472b8;background:#eef5ff;border:1.5px solid #cddbf0;border-radius:7px;padding:5px 10px;margin-bottom:8px;cursor:pointer;transition:background .15s}.process-upload-btn:hover{background:#dcebfd}.process-upload-btn i{font-size:13px}.process-page .maturity-close{margin-left:auto}.process-file-input{display:none}.process-body{display:flex;flex:1;overflow:hidden;min-height:0}.process-left{flex:1.4;min-width:0;display:flex;flex-direction:column;padding:18px 22px;overflow:hidden}.process-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px;padding:32px;border:1.5px dashed #dde6f4;border-radius:14px;background:#f9fbff}.process-placeholder__icon{font-size:34px;color:#b8cceb;margin-bottom:8px}.process-placeholder__title{font-size:14px;font-weight:700;color:#1a2540}.process-placeholder__text{font-size:12px;color:#8a9ab8;max-width:320px;line-height:1.5;margin-top:4px}.process-placeholder__link{border:none;background:none;color:#8a9ab8;font-size:11px;text-decoration:underline;cursor:pointer;margin-top:10px}.process-placeholder__link:hover{color:#6a7a98}.process-go-btn{display:flex;align-items:center;gap:7px;border:none;background:#2472b8;color:#fff;font-size:14px;font-weight:800;letter-spacing:.04em;border-radius:10px;padding:10px 26px;margin-top:18px;cursor:pointer;box-shadow:0 6px 18px #2472b84d;transition:background .15s,transform .1s}.process-go-btn:hover{background:#1a5c9a}.process-go-btn:active{transform:scale(.97)}.process-go-btn i{font-size:15px}.process-spinner{width:28px;height:28px;border-radius:50%;border:3px solid #dde6f4;border-top-color:#2472b8;margin-bottom:10px;animation:process-spin .8s linear infinite}@keyframes process-spin{to{transform:rotate(360deg)}}.system-card--muted{font-size:12px;color:#8a9ab8;line-height:1.5}.process-right{flex:1;min-width:300px;max-width:380px;border-left:1px solid #e8ecf4;padding:18px 22px;overflow-y:auto;display:flex;flex-direction:column}.process-panel-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8a9ab8;margin-bottom:10px}.process-panel-label--spaced{margin-top:22px}.ptree-legend{display:flex;gap:14px;flex-wrap:wrap;font-size:11px;color:#6a7a98;margin-bottom:14px}.ptree-legend span{display:flex;align-items:center;gap:4px}.ptree-legend i{font-size:13px;color:#9aaac0}.swimlane-scroll{flex:1;overflow:auto;border-radius:12px;border:1px solid #e8ecf4}.swimlane-grid{position:relative}.swimlane-row{position:absolute;left:0;background:#fff;border-bottom:1px solid #eef1f8}.swimlane-row--alt{background:#f8faff}.swimlane-row--active{background:#eef5ff}.swimlane-row__label{position:sticky;left:0;width:168px;height:100%;display:flex;align-items:center;gap:6px;padding:0 12px;font-size:11px;font-weight:700;color:#3a4a68;background:inherit;border-right:1px solid #e8ecf4;z-index:2}.swimlane-row__label i{color:#9aaac0;font-size:14px;flex-shrink:0}.swimlane-svg{position:absolute;top:0;left:0;z-index:1;pointer-events:none}.swimlane-card{position:absolute;z-index:3;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;background:#f6f9ff;border:1.5px solid #e0e8f6;border-radius:10px;padding:6px 10px;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s,box-shadow .15s,background .15s}.swimlane-card:hover{border-color:#b8cceb}.swimlane-card--active{border-color:#2472b8;background:#eef5ff;box-shadow:0 0 0 3px #2472b826}.swimlane-card__icon{font-size:14px;color:#2472b8}.swimlane-card--decision .swimlane-card__icon{color:#d98c00}.swimlane-card--end-positive .swimlane-card__icon{color:#2a9d5c}.swimlane-card--end-negative .swimlane-card__icon{color:#c0392b}.swimlane-card__title{font-size:11px;font-weight:600;color:#1a2540;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.procscreen-wrap{display:flex;flex-direction:column;align-items:center;margin:0 auto 4px}.procscreen-monitor{width:260px;background:#1a202e;border-radius:10px 10px 5px 5px;padding:5px 5px 0;overflow:hidden;box-shadow:0 10px 28px #08122a33}.procscreen-screen{background:#f4f6f9;border-radius:3px;overflow:hidden}.procscreen-screen--video{aspect-ratio:16 / 9}.procscreen-video{width:100%;height:100%;object-fit:cover;display:block}.procscreen-topbar{display:flex;align-items:center;gap:6px;padding:7px 10px;color:#fff;font-size:11px;font-weight:700}.procscreen-topbar i{font-size:13px}.procscreen-body{padding:10px}.procscreen-status{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:3px 8px;border-radius:6px;margin-bottom:7px}.procscreen-status--blue{background:#e2edfb;color:#2472b8}.procscreen-status--amber{background:#fbeed2;color:#a5690a}.procscreen-status--green{background:#ddf3e6;color:#1f7a45}.procscreen-status--red{background:#fbe2df;color:#a5321f}.procscreen-avatar{width:18px;height:18px;border-radius:50%;background:#2472b8;color:#fff;font-size:8px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.procscreen-checkbox{width:15px;height:15px;border-radius:4px;border:1.5px solid #b8cceb;flex-shrink:0;margin-top:1px;position:relative}.procscreen-checkbox--ghost{border-color:#dde3ee}.procscreen-checkbox--checked{background:#2472b8;border-color:#2472b8}.procscreen-checkbox--checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:7px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.procscreen-tasklist{display:flex;flex-direction:column;gap:8px}.procscreen-task{display:flex;align-items:flex-start;gap:8px}.procscreen-task--active{background:#fff;border:1px solid #e4e8f2;border-radius:8px;padding:8px 9px}.procscreen-task--ghost{padding:0 9px;opacity:.7}.procscreen-task__title{font-size:11px;font-weight:700;color:#1a2540;line-height:1.3}.procscreen-task__meta{font-size:9.5px;color:#8a9ab8;margin-top:2px}.procscreen-report__title{font-size:11.5px;font-weight:700;color:#1a2540;margin-bottom:8px}.procscreen-field{margin-bottom:7px}.procscreen-field__label{font-size:9px;color:#8a9ab8;margin-bottom:3px}.procscreen-field__input{height:16px;border-radius:5px;background:#fff;border:1px solid #e4e8f2}.procscreen-check-row{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:600;color:#3a4a68;margin-top:4px}.procscreen-dms{display:flex;flex-direction:column;gap:10px}.procscreen-doc{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #e4e8f2;border-radius:8px;padding:9px}.procscreen-doc__icon{width:26px;height:26px;border-radius:6px;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.procscreen-doc__name{font-size:10.5px;font-weight:700;color:#1a2540}.procscreen-doc__meta{font-size:9px;color:#8a9ab8;margin-top:2px}.procscreen-stamp{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;color:#1f7a45;background:#ddf3e6;border-radius:7px;padding:6px 9px;align-self:flex-start}.procscreen-ticket__title{font-size:11.5px;font-weight:700;color:#1a2540;margin:8px 0}.procscreen-ticket__row{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:600;color:#3a4a68}.procphone-wrap{display:flex;justify-content:center;margin:0 auto 4px}.procphone-device{width:168px;background:#1a202e;border-radius:22px;padding:8px 6px;box-shadow:0 10px 28px #08122a33}.procphone-notch{width:46px;height:5px;border-radius:3px;background:#2a3448;margin:0 auto 6px}.procphone-screen{background:#f4f6f9;border-radius:12px;overflow:hidden;min-height:220px}.procphone-topbar{display:flex;align-items:center;gap:6px;padding:7px 10px;color:#fff;font-size:10px;font-weight:700}.procphone-topbar i{font-size:12px}.procphone-home{width:46px;height:3.5px;border-radius:2px;background:#2a3448;margin:7px auto 0}.procphone-body{padding:10px}.procphone-time{font-size:9px;color:#9aaac0;text-align:center;margin-bottom:8px}.procphone-notification{display:flex;gap:8px;background:#fff;border:1px solid #e4e8f2;border-radius:10px;padding:9px}.procphone-notification__icon{width:24px;height:24px;border-radius:7px;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.procphone-notification__title{font-size:10.5px;font-weight:700;color:#1a2540}.procphone-notification__note{font-size:9.5px;color:#6a7a98;line-height:1.4;margin-top:3px}.procphone-body--qr{display:flex;flex-direction:column;align-items:center;padding:16px 10px}.procphone-qr-frame{width:110px;height:110px;background:#fff;border:2px solid #1a2540;border-radius:10px;padding:8px;display:flex}.procphone-qr-pattern{flex:1;background-image:repeating-linear-gradient(0deg,#1a2540 0 6px,transparent 6px 12px),repeating-linear-gradient(90deg,#1a2540 0 6px,transparent 6px 12px);background-blend-mode:multiply;opacity:.85}.procphone-qr-label{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#9aaac0;margin-top:12px}.procphone-qr-title{font-size:11px;font-weight:700;color:#1a2540;text-align:center;margin-top:3px}.procphone-qr-toast{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:#1f7a45;background:#ddf3e6;border-radius:7px;padding:5px 10px;margin-top:12px}.procscreen-chin{background:#1a202e;height:6px;display:flex;align-items:center;justify-content:center}.procscreen-chin-btn{width:22px;height:2.5px;border-radius:1.5px;background:#2a3448}.procscreen-neck{width:14px;height:9px;background:#181f2c}.procscreen-base{width:60px;height:5px;background:#10141e;border-radius:0 0 3px 3px}.system-card__kind{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9aaac0;margin-bottom:2px}.system-card{background:#f6f9ff;border-radius:12px;padding:14px;border:1.5px solid #e0e8f6}.system-card__step{font-size:13.5px;font-weight:700;color:#1a2540}.system-card__desc{font-size:11.5px;color:#6a7a98;margin-top:4px;line-height:1.4}.system-card__module{display:flex;align-items:center;gap:10px;background:#fff;border:1.5px solid #e0e8f6;border-radius:10px;padding:8px 10px;margin-top:12px}.system-card__module-badge{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;flex-shrink:0}.system-card__module-label{font-size:12px;font-weight:700;color:#1a2540}.system-card__module-desc{font-size:10.5px;color:#8a9ab8;margin-top:1px}.system-card__note{font-size:11.5px;color:#3a4a68;line-height:1.45;margin-top:12px}.system-card__role{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:#2472b8;margin-top:12px}.system-card__role i{font-size:15px}.system-card__dept{font-size:10px;font-weight:600;color:#8a9ab8;background:#eef1f8;border-radius:6px;padding:2px 6px;margin-left:2px}@media (max-width: 900px){.process-body{flex-direction:column}.process-right{max-width:100%;border-left:none;border-top:1px solid #e8ecf4}}@media (max-width: 767px){.process-page{max-height:96vh;border-radius:16px}}
