body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.file-drag-overlay{animation:fadeInScale .2s ease-out}.file-drag-overlay.pulsing{animation:pulse 1.5s ease-in-out infinite}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}.app-container{display:flex;flex-direction:column;height:100vh;width:100vw}.main-content{display:flex;flex:1 1;overflow:hidden}.main-content.with-collapsed-panel{margin-left:64px}.sidebar{background:#fafafa;border-right:1px solid #e8e8e8;height:calc(100vh - 64px);margin-top:0;overflow-y:auto;padding:0;width:280px;z-index:1}.sidebar.with-collapsed-panel{margin-left:64px}.sidebar-content{padding:16px}.sidebar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.sidebar-title{font-weight:700}.sidebar-card{border:1px solid #e8e8e8;margin-bottom:8px}.sidebar-card.selected-card{border:2px solid #1890ff}.sidebar-item-info{color:#888;font-size:12px}.sidebar-item-description{color:#666;font-size:12px;margin-top:8px}.canvas-container{background:#e8e8e8;flex:1 1;overflow:auto;padding:20px;position:relative}.canvas-container,.empty-canvas{align-items:center;display:flex;justify-content:center}.empty-canvas{background:#f5f5f5;border:2px dashed #d9d9d9;border-radius:4px;color:#999;height:100%}.canvas{background:#fff;box-shadow:0 0 10px #0000001a;overflow:hidden;position:relative;transform-origin:center center}.component-panel{background:#f0f2f5;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;box-shadow:2px 0 8px #0000001a;overflow-y:auto;padding:16px;width:280px}.component-panel-collapsed:hover{box-shadow:4px 0 12px #0003}.collapsed-draggable-component:hover{background-color:#ffffff1a!important}.property-panel{background:#fff;border-left:1px solid #e8e8e8;box-shadow:-2px 0 8px #0000001a;height:calc(100vh - 64px);overflow-y:auto;padding:16px;position:absolute;right:0;top:64px;transition:transform .3s ease;width:300px;z-index:100}.preview-mode .component-panel,.preview-mode .property-panel,.preview-mode .sidebar{display:none}.preview-mode .canvas-container{height:100vh;margin:0;overflow:hidden;padding:0;width:100vw}.app-header{background:#001529;box-shadow:0 2px 8px #00000026;color:#fff;height:64px;padding:0 16px;position:relative;z-index:20}.app-header,.header-title{align-items:center;display:flex}.header-title{flex:0 1 auto;font-size:18px;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-home-button{align-items:center;color:#fff;display:flex;justify-content:center;margin-right:10px}.header-title-text.ant-typography{color:#fff!important;line-height:1.2;margin:0;padding-bottom:0;padding-top:0}.header-resolution-select{width:180px}.header-dimension-input{margin-bottom:0;margin-top:0;width:120px}.header-controls .ant-input-number-group{align-items:center;display:flex}.header-controls .ant-input-number-group-addon{align-items:center;display:flex;height:32px;justify-content:center;min-width:32px;padding:0 8px}.header-scale-select{width:100px}.header-controls{color:#fff;flex:1 1;gap:16px;justify-content:flex-end;min-width:0}.header-controls,.header-controls .ant-space,.header-controls .ant-space-item{align-items:center;display:flex}.header-controls .ant-select{color:#fff}.header-controls .ant-select-selector{background-color:#0000004d!important;border-color:#434343!important;color:#ffffffd9!important}.collapsible-controls-container{flex:1 1;margin-left:24px;max-width:100%;min-width:0;overflow:hidden}.collapsible-controls-scroll{box-sizing:border-box;scrollbar-color:#ffffff4d #0000;scrollbar-width:thin}.collapsible-controls-scroll::-webkit-scrollbar{height:4px}.collapsible-controls-scroll::-webkit-scrollbar-track{background:#0000;margin:0}.collapsible-controls-scroll::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:2px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.collapsible-controls-scroll::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}.collapsible-controls-scroll{width:100%}.header-controls .ant-select-arrow{color:#ffffffd9!important}.header-controls .ant-input-number{background-color:#ffffffe6!important;border-color:#434343!important}.header-controls .ant-input-number-group-addon,.header-controls .ant-input-number-input{background-color:#ffffffe6!important;color:#000000d9}.header-controls span{color:#fff;margin-right:4px}.header-controls .ant-btn:not(.ant-btn-primary){background-color:#0000004d;border-color:#434343;color:#ffffffd9}.header-controls .ant-btn:not(.ant-btn-primary):hover{background-color:#00000073;border-color:#1890ff;color:#fff}.header-controls .ant-btn-primary{background-color:#1890ff;border-color:#1890ff}.touchpoint{align-items:center;background:#1890ff33;border:1px solid #1890ff;border-radius:4px;cursor:pointer;display:flex;justify-content:center;overflow:hidden;position:absolute;transition:border-color .3s,box-shadow .3s;-webkit-user-select:none;user-select:none;will-change:transform,left,top}.touchpoint.selected{border:2px solid #ff4d4f;box-shadow:0 0 0 2px #ff4d4f33;cursor:move}.touchpoint.dragging{box-shadow:0 5px 15px #0000004d;opacity:.8;transition:none;z-index:1000!important}.touchpoint.responsive{background:#faad1433;border-color:#faad14}.touchpoint.responsive.selected{border-color:#ff4d4f}.touchpoint-jumpable{cursor:pointer}.transition-overlay{pointer-events:none}.transition-fade{animation:fadeTransition .5s ease}.transition-slide{animation:slideTransition .5s ease}.transition-zoom{animation:zoomTransition .5s ease}@keyframes fadeTransition{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes slideTransition{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes zoomTransition{0%{transform:scale(0)}to{transform:scale(1)}}.draggable-component{background:#fff;border:1px solid #d9d9d9;border-radius:4px;cursor:grab;margin-bottom:8px;padding:12px;transition:all .3s}.draggable-component:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff26}@media (max-width:1200px){.component-panel,.sidebar{width:200px}.property-panel{width:250px}}@media (max-width:768px){.sidebar{width:180px}.component-panel{display:none}.property-panel{transform:translateX(100%);width:100%}.property-panel.visible{transform:translateX(0)}}.preview-mode .component-panel,.preview-mode .editor-sidebar,.preview-mode .property-panel{display:none!important}.preview-mode .canvas-container{margin-left:0!important;padding:0!important;width:100%!important}.preview-mode .preview-canvas-wrapper{background-color:initial;transform:translateZ(0);will-change:transform}.preview-mode .preview-touchpoint{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.preview-mode .preview-touchpoint:hover{box-shadow:0 4px 12px #00000026}.preview-mode .preview-touchpoint.responsive:hover{transform:scale(1.05)}.preview-mode .page-transition{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1000}.preview-mode.main-content.with-collapsed-panel,.preview-mode.with-collapsed-panel{margin-left:0!important}.media-preview-modal .ant-modal-content{overflow:hidden;padding:0}.media-preview-modal .ant-modal-body{padding:0}.media-preview-header{align-items:center;background:#fafafa;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:16px 20px}.media-preview-title{color:#262626;font-size:16px;font-weight:500;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-preview-content{background:#000;min-height:400px;position:relative}.media-preview-content,.media-preview-loading{align-items:center;display:flex;justify-content:center}.media-preview-loading{color:#fff;flex-direction:column;font-size:14px}.loading-spinner{border:3px solid #333}.media-preview-image-container{align-items:center;display:flex;height:100%;justify-content:center;padding:20px;width:100%}.media-preview-image{border-radius:4px;box-shadow:0 4px 12px #0000004d;max-height:70vh;max-width:100%;object-fit:contain}.media-preview-video-container{align-items:center;display:flex;height:100%;justify-content:center;padding:20px;width:100%}.media-preview-video{border-radius:4px;box-shadow:0 4px 12px #0000004d;max-height:70vh;max-width:100%}.media-preview-audio-container{background:linear-gradient(135deg,#667eea,#764ba2);height:100%;justify-content:center;padding:40px;width:100%}.audio-info,.media-preview-audio-container{align-items:center;display:flex;flex-direction:column}.audio-info{color:#fff;margin-bottom:30px}.audio-icon{animation:pulse 2s ease-in-out infinite alternate;font-size:64px;margin-bottom:16px}@keyframes pulse{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.audio-name{font-size:18px;font-weight:500;max-width:400px;text-align:center;word-break:break-word}.media-preview-audio{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:27px;height:54px;max-width:500px;width:100%}.media-preview-audio::-webkit-media-controls-panel{background-color:#ffffff1a;border-radius:27px}.media-preview-unsupported{align-items:center;background:#fafafa;color:#8c8c8c;display:flex;font-size:16px;height:200px;justify-content:center}.media-preview-info{background:#fafafa;border-top:1px solid #f0f0f0;color:#8c8c8c;font-size:12px;padding:12px 20px;text-align:center}@media (max-width:768px){.media-preview-modal{width:95vw!important}.media-preview-header{padding:12px 16px}.media-preview-title{font-size:14px;max-width:50%}.media-preview-image,.media-preview-video{max-height:60vh}.media-preview-audio-container{padding:30px 20px}.audio-icon{font-size:48px}.audio-name{font-size:16px}}@media (max-width:480px){.media-preview-content{min-height:300px}.media-preview-image,.media-preview-video{max-height:50vh}.audio-icon{font-size:40px}.audio-name{font-size:14px}}.resource-library-overlay{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:1000}.resource-library-container{background:#fff;border:1px solid #d9d9d9;border-radius:8px;box-shadow:0 8px 32px #0000001f;overflow:hidden;pointer-events:auto}.resource-library{background:#fff;display:flex;flex-direction:column;height:100%;width:100%}.resource-library-header{align-items:center;background:#fafafa;border-bottom:1px solid #f0f0f0;cursor:move;display:flex;justify-content:space-between;padding:12px 16px;-webkit-user-select:none;user-select:none}.resource-library-title{align-items:center;color:#262626;display:flex;font-size:16px;font-weight:500}.close-button{color:#8c8c8c}.close-button:hover{background-color:#fff2f0;color:#ff4d4f}.resource-library-content{display:flex;flex:1 1;min-height:0}.resource-library-sidebar{background:#fafafa;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;width:240px}.sidebar-header{border-bottom:1px solid #f0f0f0;padding:16px}.sidebar-header h4{color:#595959;font-size:14px;font-weight:500;margin:0}.sidebar-content{flex:1 1;overflow-y:auto;padding:8px}.resource-library-main{display:flex;flex:1 1;flex-direction:column;min-width:0}.search-bar{border-bottom:1px solid #f0f0f0}.file-grid,.search-bar{background:#fff;padding:16px}.file-grid{flex:1 1;overflow-y:auto;position:relative}.action-buttons-bar{align-items:center;background:#fafafa;border-top:1px solid #f0f0f0;display:flex;justify-content:center;padding:12px 16px}.action-buttons-bar .ant-space{flex-wrap:wrap}.action-buttons-bar .ant-btn{white-space:nowrap}.file-card{border-radius:6px;cursor:pointer;transition:all .2s ease}.file-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.file-card-selected{background-color:#f0f8ff;border:2px solid #1890ff}.file-card-selected:hover{background-color:#e6f7ff;border-color:#40a9ff}.file-preview{align-items:center;background:#f5f5f5;border-radius:6px 6px 0 0;display:flex;height:80px;justify-content:center;position:relative}.preview-button{box-shadow:0 2px 8px #00000026;left:8px;opacity:0;position:absolute;top:8px;transition:opacity .2s ease;z-index:2}.file-card:hover .preview-button{opacity:1}.preview-button:hover{transform:scale(1.1)}.file-icon{font-size:32px;opacity:.8}.file-card .ant-card-meta-title{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-card .ant-card-meta-description{color:#8c8c8c;font-size:11px}.file-card .ant-card-body{padding:8px 12px}.empty-state{align-items:center;color:#8c8c8c;display:flex;flex-direction:column;height:200px;justify-content:center}.empty-state p{font-size:14px;margin-top:16px}.resource-library-sidebar .ant-tree{background:#0000}.resource-library-sidebar .ant-tree .ant-tree-node-content-wrapper{border-radius:4px}.resource-library-sidebar .ant-tree .ant-tree-node-content-wrapper:hover{background-color:#e6f7ff}.resource-library-sidebar .ant-tree .ant-tree-node-selected .ant-tree-node-content-wrapper{background-color:#bae7ff}.file-card-disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.file-card-disabled .ant-card-body{background-color:#f5f5f5}.file-card-disabled:hover{background-color:#fff!important;border-color:#d9d9d9!important}@media (max-width:768px){.resource-library-sidebar{width:200px}.file-grid .ant-col{flex:0 0 50%;max-width:50%}}@media (max-width:576px){.resource-library-sidebar{width:160px}.file-grid .ant-col{flex:0 0 100%;max-width:100%}}.file-grid::-webkit-scrollbar,.sidebar-content::-webkit-scrollbar{width:6px}.file-grid::-webkit-scrollbar-track,.sidebar-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.file-grid::-webkit-scrollbar-thumb,.sidebar-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.file-grid::-webkit-scrollbar-thumb:hover,.sidebar-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.touchpoint-collapse-header{align-items:center;color:#666;display:flex;font-size:12px;font-weight:500;gap:6px}.touchpoint-list-content{max-height:200px;overflow-y:auto;padding:4px 0}.touchpoint-item{border:1px solid #0000;border-radius:4px;cursor:pointer;margin:2px 0;padding:6px 8px!important;transition:all .2s ease}.touchpoint-item:hover{background-color:#f5f5f5;border-color:#d9d9d9}.touchpoint-item.selected{background-color:#e6f7ff;border-color:#1890ff}.touchpoint-item.hidden{background-color:#fafafa;opacity:.5}.touchpoint-item.selected.hidden{background-color:#e6f7ff;opacity:.7}.touchpoint-item-content{display:flex;flex-direction:column;gap:4px;width:100%}.touchpoint-item-header{align-items:center;display:flex;justify-content:space-between}.touchpoint-name{color:#333;flex:1 1;font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.visibility-btn{font-size:10px;height:auto!important;min-width:auto!important;opacity:.6;padding:2px 4px!important;transition:opacity .2s ease}.visibility-btn:hover{opacity:1}.touchpoint-item-details{align-items:center;display:flex;gap:6px}.touchpoint-position{color:#999;font-family:Courier New,monospace;font-size:10px}.touchpoint-list-content::-webkit-scrollbar{width:4px}.touchpoint-list-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.touchpoint-list-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.touchpoint-list-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.touchpoint-list-content .ant-empty{margin:8px 0}.touchpoint-list-content .ant-empty-description{color:#999;font-size:11px}.page-touchpoint-list .ant-collapse{background:#0000;border:none;margin:0}.page-touchpoint-list .ant-collapse-item{border:none;margin:0}.page-touchpoint-list .ant-collapse-header{align-items:center;display:flex;font-size:12px;margin:0;padding:2px 8px!important}.page-touchpoint-list .ant-collapse-content{border-top:none;margin:0}.page-touchpoint-list .ant-collapse-content-box{padding:0 8px 2px}.touchpoint-item .ant-tag{border-radius:2px;font-size:10px;line-height:16px;margin:0;padding:0 4px}.touchpoint-list-content .ant-list-item{border:none;padding:0!important}.touchpoint-name-input{border-radius:2px!important;font-size:11px!important;height:20px!important;line-height:18px!important;max-width:120px;min-width:80px;padding:1px 4px!important}.touchpoint-name-input .ant-input{font-size:11px!important;height:18px!important;line-height:16px!important;padding:1px 4px!important}.touchpoint-name{border-radius:2px;cursor:pointer;padding:1px 2px;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.touchpoint-list-content .ant-list{padding:0}.draggable-btn,.resizable-btn{opacity:.6;transition:all .2s ease}.draggable-btn:hover,.resizable-btn:hover{opacity:1}.draggable-btn.active{background-color:#1890ff1a;color:#1890ff;opacity:1}.resizable-btn.active{background-color:#52c41a1a;color:#52c41a;opacity:1}.touchpoint-item-header .ant-btn{margin-left:2px}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:#0000;--input-disabled-border-color:#0000;--input-hover-border-color:#000;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{left:0;pointer-events:none;position:absolute;top:0;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translateX(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{height:100%;position:absolute;width:100%}.annotationLayer section{box-sizing:border-box;margin:0;pointer-events:auto;position:absolute;text-align:left;text-align:initial;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:none;outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{background:#ff0;box-shadow:0 2px 10px #ff0;opacity:.2}.annotationLayer .textAnnotation img{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');background-image:var(--annotation-unfocused-field-background);border:2px solid #0000;border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px*var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled]{background:none;border:2px solid #0000;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid #000;border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:none;border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:initial;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px*var(--scale-factor));min-width:calc(180px*var(--scale-factor));pointer-events:none;position:absolute;width:100%}.annotationLayer .popup{word-wrap:break-word;background-color:#ff9;border-radius:calc(2px*var(--scale-factor));box-shadow:0 calc(2px*var(--scale-factor)) calc(5px*var(--scale-factor)) #888;cursor:pointer;font:message-box;margin-left:calc(5px*var(--scale-factor));max-width:calc(180px*var(--scale-factor));padding:calc(6px*var(--scale-factor));pointer-events:auto;position:absolute;white-space:normal}.annotationLayer .popup>*{font-size:calc(9px*var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px*var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:calc(2px*var(--scale-factor));padding-top:calc(2px*var(--scale-factor))}.annotationLayer .richText>*{font-size:calc(9px*var(--scale-factor));white-space:pre-wrap}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.annotationLayer section svg{height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .annotationTextContent{color:#0000;height:100%;opacity:0;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.annotationLayer .annotationTextContent span{display:inline-block;width:100%}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translateX(-100%)}.textLayer{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;inset:0;line-height:1;overflow:hidden;position:absolute;text-align:left;text-align:initial;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:#0000;cursor:text;margin:0;position:absolute;transform-origin:0 0;white-space:pre}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:#b400aa;background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:static}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400;background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:#0000}.textLayer .endOfContent{cursor:default;display:block;inset:100% 0 0;position:absolute;-webkit-user-select:none;user-select:none;z-index:-1}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{display:none;height:0;left:0;position:absolute;top:0;width:0}.scale-controller{display:flex;flex-direction:column;gap:2px;position:absolute;z-index:1000}.scale-controller-right{right:-50px;top:50%;transform:translateY(-50%)}.scale-button{align-items:center;background-color:#fff;border:2px solid #007bff;border-radius:4px;color:#007bff;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:40px;justify-content:center;transition:all .2s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:40px}.scale-button:hover{background-color:#007bff;box-shadow:0 2px 8px #007bff4d;color:#fff;transform:scale(1.05)}.scale-button:active{box-shadow:0 1px 4px #007bff80;transform:scale(.95)}@media (hover:none){.scale-button:hover{background-color:#fff;box-shadow:none;color:#007bff;transform:none}.scale-button:active{background-color:#007bff;color:#fff}}.resize-handle{background-color:#007bff;border:2px solid #fff;border-radius:0;box-shadow:0 2px 4px #0003;cursor:pointer;height:12px;position:absolute;transition:all .2s ease;width:12px;z-index:1000}.resize-handle:hover{background-color:#0056b3;box-shadow:0 3px 6px #0000004d;transform:scale(1.1)}.resize-handle:active{box-shadow:0 1px 2px #0006;transform:scale(.9)}.resize-handle-bottomRight,.resize-handle-topLeft{cursor:nw-resize}.resize-handle-bottomLeft,.resize-handle-topRight{cursor:ne-resize}.resize-handle-bottom,.resize-handle-top{cursor:n-resize}.resize-handle-left,.resize-handle-right{cursor:w-resize}@media (hover:none){.resize-handle:hover{background-color:#007bff;box-shadow:0 2px 4px #0003;transform:none}.resize-handle:active{background-color:#0056b3;transform:scale(1.1)}}.video-controller{display:flex;flex-direction:column;gap:8px;pointer-events:auto;transition:opacity .3s ease}.media-container:fullscreen{align-items:center;background:#000;display:flex;justify-content:center;position:relative}.media-container:fullscreen video{height:100%;object-fit:contain;width:100%}.media-container:-webkit-full-screen{align-items:center;background:#000;display:flex;justify-content:center;position:relative}.media-container:-webkit-full-screen video{height:100%;object-fit:contain;width:100%}.media-container:-moz-full-screen{align-items:center;background:#000;display:flex;justify-content:center;position:relative}.media-container:-moz-full-screen video{height:100%;object-fit:contain;width:100%}.media-container:-ms-fullscreen{align-items:center;background:#000;display:flex;justify-content:center;position:relative}.media-container:-ms-fullscreen video{height:100%;object-fit:contain;width:100%}.video-controller-left{align-items:flex-end}.video-controller-right{align-items:flex-start}.video-controller-bottom,.video-controller-top{align-items:center;flex-direction:row}.video-controller-fullscreen{-webkit-backdrop-filter:blur(4px);border-radius:8px;padding:8px;position:fixed!important;z-index:999999!important}.video-controller-fullscreen.video-controller-left{left:80px!important;top:50%!important;transform:translateY(-50%)!important}.video-controller-fullscreen.video-controller-right{right:80px!important;top:50%!important;transform:translateY(-50%)!important}.video-controller-fullscreen.video-controller-top{left:50%!important;top:80px!important;transform:translateX(-50%)!important}.video-controller-fullscreen.video-controller-bottom{bottom:80px!important;left:50%!important;transform:translateX(-50%)!important}.video-control-button{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#000c;border:2px solid #fff;border-radius:8px;box-shadow:0 2px 8px #0000004d;color:#fff;cursor:pointer;display:flex;height:52px;justify-content:center;transition:all .3s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:52px}.video-control-button:hover{background:#ffffffe6;box-shadow:0 4px 12px #0006;color:#000;transform:scale(1.05)}.video-control-button:active{box-shadow:0 1px 4px #00000080;transform:scale(.95)}.video-controller-fullscreen .video-control-button{background:#000000e6;border:2px solid #fffc;height:80px;width:80px}.video-controller-fullscreen .video-control-button:hover{background:#fffffff2;border-color:#fff}.video-control-button svg{height:24px;transition:all .2s ease;width:24px}.video-controller-fullscreen .video-control-button svg{height:36px;width:36px}@media (hover:none){.video-control-button:hover{background:#000c;box-shadow:0 2px 8px #0000004d;color:#fff;transform:none}.video-control-button:active{background:#ffffffe6;color:#000;transform:scale(.95)}.video-controller-fullscreen .video-control-button:hover{background:#000000e6;color:#fff}.video-controller-fullscreen .video-control-button:active{background:#fffffff2;color:#000}}@media (max-width:768px){.video-control-button{height:44px;width:44px}.video-controller-fullscreen .video-control-button{height:58px;width:58px}.video-control-button svg{height:20px;width:20px}.video-controller-fullscreen .video-control-button svg{height:29px;width:29px}}.video-controller-fullscreen,.video-controller-fullscreen *{z-index:999999!important}.video-controller{isolation:isolate}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.video-controller{animation:fadeIn .3s ease}@media (display-mode:fullscreen){.video-controller-fullscreen.video-controller-left{left:180px!important;top:50%!important;transform:translateY(-50%)!important}.video-controller-fullscreen.video-controller-right{right:180px!important;top:50%!important;transform:translateY(-50%)!important}.video-controller-fullscreen.video-controller-top{left:50%!important;top:180px!important;transform:translateX(-50%)!important}.video-controller-fullscreen.video-controller-bottom{bottom:180px!important;left:50%!important;transform:translateX(-50%)!important}}@media (prefers-contrast:high){.video-control-button{background:#000;border-width:3px;color:#fff}.video-control-button:hover{background:#fff;color:#000}}.preview-canvas-wrapper{background-color:#f0f0f0;height:100%;overflow:hidden;position:relative;width:100%}.preview-canvas{cursor:default;position:absolute;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.preview-touchpoint{cursor:pointer;position:absolute;transition:all .2s ease;z-index:100}.preview-touchpoint:hover{transform:scale(1.05)}.preview-touchpoint.clickable{cursor:pointer}.preview-touchpoint.non-clickable{cursor:default}.preview-tool{position:absolute;z-index:50}.page-transition{transition:all .5s ease-in-out}.page-transition.zoom-in{animation:zoomIn .8s ease-in-out}.page-transition.zoom-out{animation:zoomOut .8s ease-in-out}.page-transition.slide-left{animation:slideLeft .5s ease-in-out}.page-transition.slide-right{animation:slideRight .5s ease-in-out}.page-transition.fade{animation:fadeInOut .5s ease-in-out}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes zoomOut{0%{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes slideLeft{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInOut{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.preview-canvas-wrapper{overflow:auto}.preview-touchpoint{min-height:44px;min-width:44px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.preview-canvas{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.preview-canvas,.preview-canvas-wrapper,.preview-tool,.preview-touchpoint{transform:translateZ(0);will-change:transform}.preview-canvas-wrapper *{-webkit-user-select:none;user-select:none}.loading-indicator{align-items:center;background-color:#000c;border-radius:8px;color:#fff;display:flex;font-size:14px;gap:8px;justify-content:center;padding:12px 20px;z-index:1000}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;height:16px;width:16px}.page-indicator{background-color:#0009;border-radius:20px;bottom:20px;font-size:14px;gap:8px;padding:8px 16px;z-index:1000}.page-indicator,.status-indicator{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;display:flex;left:50%;position:absolute;transform:translateX(-50%)}.status-indicator{background-color:#000000b3;border-radius:16px;font-size:12px;gap:6px;padding:6px 12px;top:20px;z-index:1500}.global-loading-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000c;border-radius:12px;box-shadow:0 4px 20px #0000004d;color:#fff;display:flex;font-size:16px;gap:16px;left:50%;padding:24px 32px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2000}.global-loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:24px;width:24px}.web-preview-modal .ant-modal-content{display:flex;flex-direction:column;height:85vh;overflow:hidden;padding:0}.web-preview-modal .ant-modal-body{display:flex;flex:1 1;flex-direction:column;padding:0}.web-preview-header{align-items:center;background:#fafafa;border-bottom:1px solid #f0f0f0;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 20px}.web-preview-title{display:flex;flex-direction:column;max-width:70%;overflow:hidden}.title-text{color:#262626;font-size:16px;font-weight:500;margin-bottom:2px}.title-text,.url-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.url-text{color:#8c8c8c;font-size:12px}.header-actions{align-items:center;display:flex;gap:4px}.header-actions .ant-btn{align-items:center;border-radius:6px;display:flex;height:32px;justify-content:center;width:32px}.header-actions .ant-btn:hover{background-color:#f5f5f5}.web-preview-content{flex:1 1;overflow:hidden;position:relative}.web-preview-content,.web-preview-loading{align-items:center;background:#fff;display:flex;justify-content:center}.web-preview-loading{bottom:0;color:#666;flex-direction:column;font-size:14px;left:0;position:absolute;right:0;top:0;z-index:10}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f0f0f0;border-radius:50%;border-top-color:#1890ff;height:32px;margin-bottom:12px;width:32px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.web-preview-iframe{background:#fff;border:none;height:100%;width:100%}.web-preview-error{align-items:center;color:#666;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px;text-align:center}.error-icon{font-size:48px;margin-bottom:16px;opacity:.6}.error-message{color:#262626;font-size:18px;font-weight:500;margin-bottom:8px}.error-description{color:#8c8c8c;font-size:14px;line-height:1.5;max-width:400px}.web-preview-info{background:#fafafa;border-top:1px solid #f0f0f0;color:#8c8c8c;flex-shrink:0;font-size:12px;overflow:hidden;padding:8px 20px;text-align:center;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.web-preview-modal{width:95vw!important}.web-preview-modal .ant-modal-content{height:90vh}.web-preview-header{padding:10px 16px}.title-text{font-size:14px}.url-text{font-size:11px}.header-actions .ant-btn{height:28px;width:28px}.error-icon{font-size:36px}.error-message{font-size:16px}.web-preview-error{padding:30px 20px}}@media (max-width:480px){.web-preview-modal .ant-modal-content{height:95vh}.web-preview-title{max-width:60%}.error-icon{font-size:32px}.error-message{font-size:14px}.web-preview-error{padding:20px 16px}}.web-preview-modal.fullscreen{height:100vh!important;max-width:none!important;padding:0!important;top:0!important;width:100vw!important}.web-preview-modal.fullscreen .ant-modal-content{border-radius:0;height:100vh}.security-notice{align-items:center;background:#fff7e6;border:1px solid #ffd591;border-radius:4px;color:#d46b08;display:flex;font-size:12px;gap:6px;margin:8px 20px;padding:8px 12px}.security-notice:before{content:"🔒";font-size:14px}.web-preview-content .web-preview-controller{position:absolute;z-index:2000}.jump-navigation-bar{background:#fff;border:1px solid #d9d9d9;border-radius:8px;bottom:20px;box-shadow:0 4px 12px #00000026;left:50%;padding:12px 20px;position:fixed;transform:translateX(-50%);width:60%;z-index:1000}.jump-chain-card{background:#0000;border:none;box-shadow:none}.jump-chain-card .ant-card-head{border-bottom:1px solid #f0f0f0;min-height:auto;padding:0 0 8px}.jump-chain-card .ant-card-head-title{color:#262626;font-size:14px;font-weight:600}.jump-chain-card .ant-card-body{padding:12px 0 0}.touchpoint-button{border:1px solid #d9d9d9;border-radius:20px;font-weight:500;height:36px;padding:0 16px;transition:all .3s ease}.touchpoint-button:hover{border-color:#40a9ff;box-shadow:0 4px 8px #0000001f;transform:translateY(-2px)}.touchpoint-button.ant-btn-primary{background:linear-gradient(135deg,#1890ff,#40a9ff);border-color:#1890ff;box-shadow:0 2px 6px #1890ff4d}.touchpoint-button.ant-btn-primary:hover{background:linear-gradient(135deg,#40a9ff,#69c0ff);box-shadow:0 4px 12px #1890ff66}.arrow-icon{color:#1890ff;font-size:14px;margin:0 8px;transition:color .3s ease}.arrow-icon:hover{color:#40a9ff}.preview-mode .jump-navigation-bar{display:none!important}.login-container{align-items:center;background-color:#f0f2f5;display:flex;height:100vh;justify-content:center}.login-box{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:40px;text-align:center;width:360px}h2{color:#333;margin-bottom:24px}.input-group{margin-bottom:20px;text-align:left}label{color:#666;display:block;margin-bottom:8px}input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;padding:10px;width:100%}.login-btn{background-color:#1890ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:12px;transition:background-color .3s;width:100%}.login-btn:hover{background-color:#40a9ff}.mode-switch-group{margin-bottom:20px;text-align:left}.mode-switch-label{color:#666;display:block;font-size:14px;font-weight:500;margin-bottom:12px}.mode-switch-container{background-color:#fafafa;border:1px solid #d9d9d9;border-radius:6px;display:flex;overflow:hidden}.mode-switch-btn{background-color:initial;border:none;color:#666;cursor:pointer;flex:1 1;font-size:14px;padding:10px 16px;position:relative;transition:all .3s ease}.mode-switch-btn:hover{background-color:#f0f0f0}.mode-switch-btn.active{background-color:#1890ff;color:#fff;font-weight:500}.mode-switch-btn.active:hover{background-color:#40a9ff}.mode-switch-btn:first-child{border-right:1px solid #d9d9d9}.mode-switch-btn.active:first-child{border-right:1px solid #1890ff}.error-message{color:#f5222d;margin-top:16px}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}
/*# sourceMappingURL=main.0b20ded3.css.map*/