@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";#root,body{margin:0;padding:0}.gradient-text{font-size:48px;font-weight:700;text-align:center;background:linear-gradient(135deg,#000 30%,#000000b3,#111 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;text-shadow:2px 2px 5px rgba(0,0,0,.2)}*{box-sizing:border-box}.meeting-page{height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#16213e);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.meeting-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0%,transparent 50%);pointer-events:none}.meeting-container{max-width:520px;width:100%;position:relative;z-index:1;height:auto;display:flex;flex-direction:column;justify-content:center;gap:0}.loading-container{text-align:center;padding:60px 20px}.loading-container h2{font-size:2rem;font-weight:600;margin-top:20px;margin-bottom:10px;background:linear-gradient(135deg,#00d4ff,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loading-container p{color:#a0a0a0;font-size:1.1rem}.error-container{text-align:center;padding:60px 20px;display:flex;align-items:center;justify-content:center;min-height:100%}.meeting-header{text-align:center;margin-bottom:30px}.meeting-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px}.meeting-title{font-size:2.2rem;font-weight:700;margin-bottom:8px;background:linear-gradient(135deg,#fff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;letter-spacing:-.02em}.meeting-subtitle{font-size:1rem;color:#b0b0b0;font-weight:400;margin-top:4px}.meeting-content{display:flex;flex-direction:column;align-items:stretch;gap:24px}.meeting-card{background:#ffffff0d!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)!important;border-radius:20px;box-shadow:0 8px 32px #0000004d;transition:all .3s ease}.meeting-card:hover{background:#ffffff14!important;border-color:#00d4ff33!important;transform:translateY(-2px);box-shadow:0 12px 40px #0006}.meeting-card .ant-card-head{background:transparent;border-bottom:1px solid rgba(255,255,255,.1)}.meeting-card .ant-card-head-title{color:#fff}.card-header{display:flex;justify-content:space-between;align-items:center;width:100%}.meeting-description{margin-bottom:20px}.meeting-description p{font-size:.95rem;line-height:1.6;color:#d0d0d0;font-style:normal}.meeting-features{margin-top:0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.feature-grid .ant-tag{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:.85rem;color:silver;transition:all .3s ease;justify-content:center;font-weight:500;margin:0}.feature-grid .ant-tag:hover{background:#00d4ff1a;border-color:#00d4ff66;color:#00d4ff;transform:translateY(-2px);box-shadow:0 4px 12px #00d4ff33}.join-section{text-align:center;margin-top:8px}.join-button{display:inline-flex;align-items:center;gap:10px;padding:16px 40px;border-radius:30px;font-size:1.1rem;font-weight:600;min-width:200px;justify-content:center;letter-spacing:.02em}.daily-meeting{height:100vh;width:100vw;background:#000;position:fixed;top:0;left:0;z-index:1000;overflow:hidden}#daily-meeting-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.daily-iframe-fallback{width:100%;height:100%;border:none;background:#000}.bot-status-overlay{position:absolute;top:50%;left:50%;transform:translate(-60%,-50%);z-index:1001;pointer-events:none}.bot-status-container{background:#fffffff2;border-radius:12px;padding:14px 20px;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);animation:fadeInUp .3s ease-out}.bot-status-content{display:flex;flex-direction:column;align-items:center;gap:12px}.status-text{font-size:14px;font-weight:500;color:#4a5568;text-align:center;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme: dark){.bot-status-container{background:#1a202cf2;border:1px solid rgba(255,255,255,.1)}.status-text{color:#e2e8f0}}@media (max-width: 768px){.meeting-page{padding:15px}.meeting-container{max-width:100%}.meeting-title{font-size:1.8rem}.meeting-subtitle{font-size:.9rem}.meeting-card{padding:15px}.feature-grid{grid-template-columns:repeat(2,1fr);gap:8px}.join-button{padding:12px 25px;font-size:1rem;min-width:160px}.bot-status-container{margin:20px;padding:16px 24px}.status-text{font-size:13px}}@media (max-width: 480px){.meeting-page{padding:10px}.meeting-title{font-size:1.5rem}.meeting-subtitle{font-size:.8rem}.meeting-card{padding:12px}.feature-grid{grid-template-columns:repeat(2,1fr);gap:6px}.feature-grid .ant-tag{padding:6px 8px;font-size:.7rem}.join-button{padding:10px 20px;font-size:.9rem;min-width:140px}}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}._header_grb6g_2{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s ease;height:56px!important;line-height:56px!important;padding:0 30px;display:flex;align-items:center;position:fixed;top:0;left:0;right:0;z-index:1000}._light_grb6g_17{background:#fff!important;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a}._dark_grb6g_23{background:linear-gradient(180deg,#0a2540fa,#081d32f2)!important;border-bottom:1px solid rgba(0,255,255,.2);box-shadow:0 4px 30px #00ffff1a}._button_grb6g_29{border:none;background:transparent;padding:8px;transition:all .3s ease}._buttonLight_grb6g_36{color:#000000d9}._buttonDark_grb6g_40{color:#fff}._button_grb6g_29:hover{transform:scale(1.05)}._buttonLight_grb6g_36:hover{color:#1890ff}._buttonDark_grb6g_40:hover{color:#0ff}._switch_grb6g_56{transition:background .3s ease}._switchLight_grb6g_60{background:#00000040}._switchDark_grb6g_64{background:#00ffff4d}._switch_grb6g_56:hover{background:#00000059}._switchDark_grb6g_64:hover{background:#0ff6}._switchChecked_grb6g_76{background:linear-gradient(90deg,#0ff,#06f)!important}._sidebar_1qrab_1{background:var(--sidebar-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--sidebar-border);animation:_slideIn_1qrab_1 .6s cubic-bezier(.4,0,.2,1)}._sidebarMenu_1qrab_8{background:transparent;border-right:none;padding:4px}._sidebarMenuItem_1qrab_14{margin:4px 8px!important;height:40px!important;line-height:40px!important;border-radius:6px;transition:all .3s ease;position:relative;overflow:hidden;color:var(--menu-item-color)}._sidebarMenuItem_1qrab_14:hover{background:var(--menu-item-hover-bg)!important;transform:translateY(-1px);color:var(--menu-item-color)}._sidebarMenuItem_1qrab_14:hover ._anticon_1qrab_31{color:var(--menu-item-hover-icon-color)}._sidebarMenuItemSelected_1qrab_35{background:var(--menu-item-selected-bg)!important;border-left:3px solid var(--menu-item-selected-border);color:var(--menu-item-selected-color);font-weight:500}._sidebarMenuItemSelected_1qrab_35 ._anticon_1qrab_31{color:var(--menu-item-selected-icon-color)}._sidebarMenuItemSelected_1qrab_35:after{display:none}._sidebarMenuItem_1qrab_14 ._anticon_1qrab_31{font-size:18px;margin-right:12px;transition:all .3s ease;color:var(--menu-icon-color)}._logoutContainer_1qrab_57{position:absolute;bottom:0;left:0;right:0;background:var(--sidebar-bg);border-top:1px solid var(--sidebar-border)}._logoutMenu_1qrab_66{background:transparent}._logoutMenuItem_1qrab_71{height:40px;line-height:40px;border-radius:6px;color:var(--menu-item-color)}@keyframes _slideIn_1qrab_1{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.ant-menu-item-selected{background:var(--menu-item-selected-bg)!important;border-left:3px solid var(--menu-item-selected-border);color:var(--menu-item-selected-color)!important;font-weight:500}.sun-editor{width:auto;height:auto;box-sizing:border-box;font-family:Helvetica Neue;border:1px solid #dadada;background-color:#fff;color:#000;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{margin:0;padding:0;border:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{border:0;background-color:transparent;touch-action:manipulation;cursor:pointer;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sun-editor button *{pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{width:16px;height:16px;margin:auto;fill:currentColor;display:block;text-align:center;float:none}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;width:16px;height:16px;margin:-1px 10px 0 0;vertical-align:middle}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;font-size:15px;line-height:2}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid transparent}.sun-editor .se-arrow.se-arrow-up{top:-11px;left:20px;margin-left:-11px;border-top-width:0;border-bottom-color:#dadada}.sun-editor .se-arrow.se-arrow-up:after{top:1px;margin-left:-11px;content:" ";border-top-width:0;border-bottom-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{top:0;left:0;margin-left:-11px;border-bottom-width:0;border-top-color:#dadada}.sun-editor .se-arrow.se-arrow-down:after{top:-12px;margin-left:-11px;content:" ";border-bottom-width:0;border-top-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{position:relative;width:auto;height:auto}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;width:34px;height:34px;border:0;border-radius:4px;margin:1px!important;padding:0;font-size:12px;line-height:27px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0 none}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;-webkit-box-shadow:inset 0 3px 5px #4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.7;filter:alpha(opacity=70);z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{position:absolute;display:block;top:50%;left:50%;height:25px;width:25px;border-top:2px solid #07d;border-right:2px solid transparent;border-radius:50%;animation:spinner .8s linear infinite;margin:-25px 0 0 -25px}.sun-editor .se-line-breaker{position:absolute;display:none;width:100%;height:1px;cursor:text;border-top:1px solid #3288ff;z-index:7}.sun-editor .se-line-breaker>button.se-btn{position:relative;display:inline-block;width:30px;height:30px;top:-15px;float:none;left:-50%;background-color:#fff;border:1px solid #0c2240;opacity:.6;cursor:pointer}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{position:absolute;display:none;width:24px;height:24px;background-color:#fff;border:1px solid #0c2240;opacity:.6;border-radius:4px;cursor:pointer;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{display:block;position:relative;height:auto;width:100%;overflow:visible;padding:0;margin:0;background-color:#fafafa;outline:1px solid #dadada;z-index:5}.sun-editor .se-toolbar-shadow{display:block!important;height:0!important;padding:0!important;margin:0!important;background-color:transparent!important;outline:none!important;border:none!important;z-index:0!important}.sun-editor .se-toolbar-cover{position:absolute;display:none;font-size:36px;width:100%;height:100%;top:0;left:0;background-color:#fefefe;opacity:.5;filter:alpha(opacity=50);cursor:not-allowed;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;width:0;margin:0;vertical-align:top}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px #00000080;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{display:block;width:100%;height:0;margin:0;padding:0;background-color:transparent}.sun-editor .se-toolbar-more-layer{margin:0 -3px;background-color:#fafafa}.sun-editor .se-toolbar-more-layer .se-more-layer{display:none;border-top:1px solid #dadada}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;width:100%;height:auto;padding:4px 3px 0}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;padding:0;margin:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;display:flex;padding:4px 6px}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{position:relative;width:100%;height:auto;padding:4px 3px 0;margin:0}.sun-editor .se-menu-tray{position:absolute;top:0;left:0;width:100%;height:0}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{display:none;position:absolute;top:0;left:0;height:auto;z-index:5;border:1px solid #bababa;border-radius:4px;padding:6px 0;background-color:#fff;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-list-layer .se-list-inner{padding:0;margin:0;overflow-x:initial;overflow-y:initial;overflow:visible}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;-webkit-box-shadow:inset 0 3px 5px #407dd1;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{width:100%;height:auto;min-height:32px;padding:0 14px;cursor:pointer;font-size:12px;line-height:normal;text-indent:0;text-decoration:none;text-align:left}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{font-size:2em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h2{font-size:1.5em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h3{font-size:1.17em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h4{font-size:1em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h5{font-size:.83em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h6{font-size:.67em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul blockquote{font-size:13px;color:#999;height:22px;margin:0;background-color:transparent;line-height:1.5;border-color:#b1b1b1;padding:0 0 0 7px;border-left:5px #b1b1b1;border-style:solid}.sun-editor .se-list-layer.se-list-format ul pre{font-size:13px;color:#666;padding:4px 11px;margin:0;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px}.sun-editor .se-selector-table{display:none;position:absolute;top:34px;left:1px;z-index:5;padding:5px 0;float:left;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px #0000002d}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{position:absolute!important;z-index:3;font-size:18px;width:10em;height:10em;cursor:pointer}.sun-editor .se-selector-table .se-table-size-highlighted{position:absolute!important;z-index:2;font-size:18px;width:1em;height:1em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat}.sun-editor .se-selector-table .se-table-size-unhighlighted{position:relative!important;z-index:1;font-size:18px;width:10em;height:10em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;width:max-content;max-width:270px;height:auto;padding:0;margin:auto}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;position:relative;margin:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{display:block;cursor:default;width:30px;height:30px;text-indent:-9999px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;width:100%;min-height:40px;height:auto;padding:4px}.sun-editor .se-form-group input{flex:auto;display:inline-block;width:auto;height:33px;font-size:12px;margin:1px 0;padding:0;border-radius:.25rem;border:1px solid #ccc}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{width:auto;height:33px;color:#555}.sun-editor .se-submenu .se-form-group .se-color-input{width:72px;text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{position:relative!important;width:100%;height:auto;overflow:hidden;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{width:100%;height:100%;min-height:65px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;word-break:break-all;padding:4px;margin:0;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{position:absolute;display:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;font-size:13px;line-height:1.5;top:0;left:0;right:0;overflow:hidden;margin-top:0;padding-top:16px;padding-left:16px;margin-left:0;padding-right:16px;margin-right:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-resizing-bar{display:flex;width:auto;height:auto;min-height:16px;border-top:1px solid #dadada;padding:0 4px;background-color:#fafafa;cursor:ns-resize}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{position:absolute;display:none;cursor:default;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{flex:auto;position:relative;width:auto;height:auto;color:#666;margin:0;padding:0;font-size:10px;line-height:1.5;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper{flex:none;position:relative;display:block;width:auto;height:auto;margin:0;padding:0;color:#999;font-size:13px;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:blinker .2s linear infinite}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{position:absolute;width:100%;height:100%;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{position:relative;width:auto;max-width:500px;margin:1.75rem auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{display:inline-block;padding:6px 12px;margin:0 0 10px!important;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;margin:0;padding:0;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{position:relative;padding:15px 15px 5px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{width:70px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;width:25px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{height:auto;min-height:55px;padding:10px 15px 0;text-align:right;border-top:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-right:16px;margin-left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{position:relative;display:flex;align-items:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{flex:auto;opacity:.8;border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;-webkit-box-shadow:inset 0 3px 5px #d6d6d6;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;width:auto;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;width:70px;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;width:100%;height:34px;font-size:14px;line-height:1.42857143;padding:0 4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{text-decoration:line-through;color:#999}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{width:100%;height:25px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;height:14em;border:1px solid #ccc;font-size:13px;padding:4px;direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{color:#b94a48;-webkit-box-shadow:0 0 0 .1rem #f2dede;box-shadow:0 0 0 .1rem #f2dede}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{width:auto;height:30px;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{display:block;height:auto;max-height:18px;font-size:13px;font-weight:400;font-family:inherit;color:#666;background-color:transparent;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:pre}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;display:flex;margin-top:4px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;display:none;line-height:1.5;color:#4592ff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{width:46px;color:#3f9dff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{position:absolute;display:none;overflow:visible;z-index:6;border:1px solid rgba(0,0,0,.25);border-radius:4px;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003;line-break:auto}.sun-editor .se-controller .se-btn-group{position:relative;display:flex;vertical-align:middle;padding:2px;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{left:50%;min-width:auto;width:max-content;display:none}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{position:relative;min-height:34px;height:auto;border:none;border-radius:4px;margin:1px;padding:5px 10px;font-size:12px;line-height:1.5;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;padding:0;margin:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{margin-top:-50px!important;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{position:absolute;display:none;outline:1px solid #3f9dff;background-color:transparent}.sun-editor .se-resizing-container .se-modal-resize{position:absolute;display:inline-block;background-color:#3f9dff;opacity:.3}.sun-editor .se-resizing-container .se-resize-dot{position:absolute;top:0;left:0;width:100%;height:100%}.sun-editor .se-resizing-container .se-resize-dot>span{position:absolute;width:7px;height:7px;background-color:#3f9dff;border:1px solid #4592ff}.sun-editor .se-resizing-container .se-resize-dot>span.tl{top:-5px;left:-5px;cursor:nw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.tr{top:-5px;right:-5px;cursor:ne-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;left:-5px;cursor:sw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.br{right:-5px;bottom:-5px;cursor:se-resize}.sun-editor .se-resizing-container .se-resize-dot>span.lw{left:-7px;bottom:50%;cursor:w-resize}.sun-editor .se-resizing-container .se-resize-dot>span.th{left:50%;top:-7px;cursor:n-resize}.sun-editor .se-resizing-container .se-resize-dot>span.rw{right:-7px;bottom:50%;cursor:e-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bh{right:50%;bottom:-7px;cursor:s-resize}.sun-editor .se-resizing-container .se-resize-display{position:absolute;right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#333;border-radius:4px}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sun-editor .se-controller-link .link-content{padding:0;margin:0}.sun-editor .se-controller-link .link-content a{display:inline-block;color:#4592ff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;margin-left:5px}.sun-editor .se-select-list{position:absolute;top:0;left:0;display:none;width:auto;max-width:100%;background-color:#fff;padding:0;margin:0;border:1px solid #bababa;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-select-list .se-select-item{line-height:28px;min-height:28px;font-size:13px;padding:0 5px;margin:2px 0;cursor:pointer}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{position:relative;width:960px;max-width:100%;margin:20px auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}.sun-editor .se-file-browser .se-file-browser-header{height:auto;min-height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;margin:0;padding:0;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{display:block;width:100%;padding:0;text-align:left;margin:0 -15px}.sun-editor .se-file-browser .se-file-browser-tags a{display:inline-block;background-color:#f5f5f5;padding:6px 12px;margin:8px 0 8px 8px;color:#333;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{position:relative;height:auto;min-height:350px;padding:20px;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{position:relative;display:block;height:auto;float:left}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{position:relative;display:block;cursor:pointer;width:100%;height:auto;border-radius:4px;outline:0;margin:10px 0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;-webkit-box-shadow:0 0 0 .2rem #3288ff;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{position:relative;display:block;width:100%;border-radius:4px;outline:0;height:auto}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{position:absolute;z-index:1;font-size:13px;color:#fff;left:0;bottom:0;padding:5px 10px;background-color:transparent;width:100%;height:30px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6}.sun-editor .se-notice{position:absolute;top:0;display:none;z-index:7;width:100%;height:auto;word-break:break-all;font-size:13px;color:#b94a48;background-color:#f2dede;padding:15px;margin:0;border:1px solid #eed3d7;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;position:absolute;display:block;width:auto;height:auto;top:120%;left:50%;background:transparent;opacity:0;z-index:1;line-height:1.5;transition:opacity .5s;margin:0;padding:0;bottom:auto;float:none;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{position:relative;display:inline-block;width:auto;height:auto;left:-50%;font-size:.9em;margin:0;padding:4px 6px;border-radius:2px;background-color:#333;color:#fff;text-align:center;line-height:unset;white-space:nowrap;cursor:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#333}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{flex:auto;text-align:right;direction:rtl}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{padding:0 7px 0 0;border-right-width:5px;border-left-width:0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog-tabs button,.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;outline:0;-webkit-box-shadow:0 0 0 .2rem #eed3d7;box-shadow:0 0 0 .2rem #eed3d7;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{font-family:Helvetica Neue;font-size:13px;color:#333;background-color:#fff;line-height:1.5;word-break:normal;word-wrap:break-word;padding:16px;margin:0}.sun-editor-editable *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;vertical-align:baseline;margin:0;padding:0}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{display:block;padding:8px;margin:0 0 10px;font-family:monospace;color:#666;line-height:1.45;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;white-space:pre-wrap!important;word-wrap:break-word;overflow:visible}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;text-align:-webkit-match-parent;margin-bottom:5px}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{display:block;font-family:inherit;font-size:inherit;color:#999;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding:0 5px 0 20px;border:solid #b1b1b1;border-width:0 0 0 5px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{padding-left:5px;padding-right:20px;border-left-width:0;border-right-width:5px}.sun-editor-editable h1{font-size:2em;margin-block-start:.67em;margin-block-end:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h2{font-size:1.5em;margin-block-start:.83em;margin-block-end:.83em}.sun-editor-editable h3{font-size:1.17em;margin-block-start:1em;margin-block-end:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h4{font-size:1em;margin-block-start:1.33em;margin-block-end:1.33em}.sun-editor-editable h5{font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h6{font-size:.67em;margin-block-start:2.33em;margin-block-end:2.33em}.sun-editor-editable hr{display:flex;border-width:1px 0 0;border-color:#000;border-image:initial;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{display:table;table-layout:auto!important;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;background-color:transparent;border-spacing:0;border-collapse:collapse}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{border:1px solid #e1e1e1;padding:.4em;background-clip:padding-box}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;padding:1px;margin:0 0 10px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{-webkit-box-shadow:0 0 0 .2rem #80bdff;box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;margin:0;padding:0;width:auto;height:auto;max-width:100%}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{position:absolute;content:"";z-index:1;top:0;left:0;right:0;bottom:0;cursor:default;display:block;background:transparent}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;height:auto;max-width:100%}.sun-editor-editable figure{display:block;outline:none;padding:0;margin:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{padding:1em .5em;margin:0;background-color:#f9f9f9;outline:none}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{padding:1px;margin:1px;outline:1px solid #4592ff}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{outline:1px solid #9e9e9e;position:absolute;top:0;left:0;border:0;width:100%;height:100%}.sun-editor-editable .se-video-container figure{left:0;width:100%;max-width:100%}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor-editable .__se__p-bordered,.sun-editor .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor-editable .__se__p-spaced,.sun-editor .__se__p-spaced{letter-spacing:1px}.sun-editor-editable .__se__p-neon,.sun-editor .__se__p-neon{font-weight:200;font-style:italic;background:#000;color:#fff;padding:6px 4px;border:2px solid #fff;border-radius:6px;text-transform:uppercase;animation:neonFlicker 1.5s infinite alternate}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor-editable .__se__t-shadow,.sun-editor .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor-editable .__se__t-code,.sun-editor .__se__t-code{font-family:monospace;color:#666;background-color:#1b1f230d;border-radius:6px;padding:.2em .4em}.prejoin-device-check{display:flex;flex-direction:column;color:var(--white);font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;padding:1.5rem;overflow-y:auto;flex:1}.prejoin-device-check-loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:var(--white);text-align:center}.prejoin-device-check-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--white);text-align:center}.video-preview{width:100%;height:100%;object-fit:cover}.mic-level-container{margin-bottom:1rem}.mic-level-bar{height:8px;background:#333;border-radius:4px;overflow:hidden}.mic-level-fill{height:8px;background:#1bebb9;transition:width 80ms linear}.prejoin-device-check-settings{display:flex;flex-direction:column;gap:.75rem}.prejoin-device-check label{display:block;color:#ffffffb3;font-size:11px;margin:0;line-height:1.2;font-weight:500}.prejoin-device-check input,.prejoin-device-check select{border:1px solid rgba(255,255,255,.1);padding:.5em;border-radius:4px;color:var(--white);background:#ffffff0d;width:100%;font-size:12px;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;box-sizing:border-box}.prejoin-device-check input:focus,.prejoin-device-check select:focus{outline:none;border-color:#ffffff4d}.prejoin-device-check input::placeholder{color:#fff6}.prejoin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;box-sizing:border-box}.prejoin-modal-container{background:#121a24;border:1px solid rgba(255,255,255,.15);border-radius:8px;max-width:600px;width:100%;max-height:calc(100vh - 40px);display:flex;flex-direction:column;box-shadow:0 8px 32px #00000080;overflow:hidden}.prejoin-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--white);text-align:center}.prejoin-modal-loading p{margin-top:1rem;color:#ffffffb3}.prejoin-modal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--white);text-align:center}.prejoin-modal-error p{margin-bottom:1rem;color:#ffffffe6}.prejoin-modal-error button{padding:8px 16px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;transition:opacity .2s;border:none;background:#ffffff1a;color:var(--white)}.prejoin-modal-error button:hover{background:#ffffff26}.prejoin-modal-content{display:flex;flex-direction:column;height:100%;overflow:hidden}.prejoin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.prejoin-modal-header h2{margin:0;font-size:1.2em;font-weight:500;color:var(--white)}.prejoin-modal-close{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--white);width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;line-height:1;padding:0;transition:all .2s}.prejoin-modal-close:hover{background:#ffffff1a;border-color:#ffffff4d}.prejoin-haircheck-wrapper{flex:1;overflow-y:auto;padding:1.5rem}.prejoin-haircheck-wrapper .hair-check-header{display:none}.prejoin-modal-footer{display:flex;justify-content:flex-end;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);gap:.75rem}.prejoin-modal-footer button{padding:8px 16px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;transition:opacity .2s;border:none}.prejoin-modal-footer .cancel-button{background:#ffffff1a;color:var(--white)}.prejoin-modal-footer .cancel-button:hover{background:#ffffff26}.prejoin-modal-footer .save-button{background:#1bebb9;color:#000}.prejoin-modal-footer .save-button:hover{opacity:.8}:root{--white: #ffffff;--dark-blue: #1e3a5f;--dark-blue-border: rgba(255, 255, 255, .1);--darkest-blue: #1f2d3d;--grey: rgba(255, 255, 255, .6);--dark-grey: rgba(255, 255, 255, .4);--turquoise: #00d4ff;--red-dark: #c62828}.app{width:100%;height:100vh;display:flex;flex-direction:column;background-color:#1f2d3d;overflow:hidden}.meeting-content-wrapper{flex:1;min-height:0;display:flex!important;flex-direction:row!important;overflow:hidden;background-color:#1f2d3d;position:relative;width:100%;align-items:stretch;box-sizing:border-box;contain:layout style}.call-container{flex:1 1 0%;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden;background-color:#1f2d3d;position:relative;z-index:auto;order:1;transition:flex-basis .3s ease,width .3s ease;float:none;clear:none;align-self:stretch}.call-container .call-split-layout{flex:1;overflow:hidden;min-height:0;min-width:0;width:100%;max-width:100%;height:100%}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:var(--white);gap:1rem}.loading-container h2{margin:0;color:var(--white)}.loading-container p{margin:0;color:var(--grey)}.api-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:2rem;color:var(--white);text-align:center}.api-error h1{color:var(--red-dark);margin-bottom:1rem}.api-error p{color:var(--grey);max-width:600px}.api-error a{color:var(--turquoise);text-decoration:underline}.daily-meeting{width:100%;height:100vh;position:relative;display:flex;flex-direction:column;background-color:#1f2d3d;overflow:hidden}.app p{font-size:16px;margin:16px;text-align:left;color:var(--white)}.app h1{margin:0;padding:0;font-weight:500;color:var(--turquoise)}.app p.small{color:var(--dark-grey);font-size:12px}.app>button{background-color:var(--turquoise);border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;padding:12px}.app video{width:100%;height:100%;object-fit:cover;border-radius:4px}.api-error{background:var(--dark-blue-border);width:480px;height:270px;display:inline-flex;flex-direction:column;align-self:center;justify-self:center;text-align:center;padding:3rem;box-sizing:border-box;border-radius:4px}.api-error p{color:var(--white)}.api-error h1{color:var(--red-dark)}.api-error a,.api-error a:visited{color:var(--white)}.call-split-layout{display:flex!important;flex-direction:row!important;width:100%;height:100%;overflow:hidden;gap:16px;padding:16px;box-sizing:border-box;background:#1f2d3d;position:relative;z-index:1;min-width:0;max-width:100%;align-items:stretch;flex-wrap:nowrap}.main-tile-container{flex:75 1 0%;display:flex;align-items:flex-start;justify-content:center;min-height:0;min-width:0;padding-bottom:0;margin-bottom:0;position:relative;z-index:1;align-self:stretch;box-sizing:border-box}.side-tiles-container{flex:25 1 0%;display:flex;flex-direction:column!important;gap:16px;overflow-y:auto;min-height:0;min-width:0;padding-right:8px;scrollbar-width:thin;scrollbar-color:var(--turquoise) transparent;position:relative;z-index:1;align-self:stretch;box-sizing:border-box}.side-tiles-container::-webkit-scrollbar{width:6px}.side-tiles-container::-webkit-scrollbar-track{background:transparent}.side-tiles-container::-webkit-scrollbar-thumb{background:var(--turquoise);border-radius:3px}.empty-main-tile,.empty-side-tiles{display:flex;align-items:center;justify-content:center;color:var(--white);font-size:14px;height:100%;text-align:center}@media only screen and (max-width: 768px){.call-split-layout{flex-direction:column;padding:10px}.main-tile-container{flex:0 0 50%}.side-tiles-container{flex:1;flex-direction:row;overflow-x:auto;overflow-y:hidden}}.info-box{background:var(--dark-blue-border);color:var(--white);width:480px;height:270px;display:flex;justify-content:center;flex-direction:column;text-align:center;padding:3rem;box-sizing:border-box;border-radius:4px}@media only screen and (max-width: 600px){.info-box{width:240px;height:auto;padding:2rem 1rem}}.room-url{padding:0 1rem;word-break:break-word;font-weight:400;font-size:12px}.tile-video{position:relative;width:100%;max-width:320px;height:180px;border-radius:0;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.tile-video.main-tile{max-width:100%;width:100%;height:100%;max-height:100%;aspect-ratio:16 / 9;border:1px solid rgba(255,255,255,.2);margin-bottom:0}.side-tiles-container .tile-video{max-width:100%;width:100%;height:auto;min-height:0;aspect-ratio:16 / 9;display:block}.side-tiles-container .tile-video video{width:100%;height:100%;object-fit:cover;display:block}@media only screen and (max-width: 600px){.tile-video{max-width:240px;height:135px}.tile-video.main-tile{max-height:50vh}.side-tiles-container .tile-video{height:150px}}.self-view{width:480px;height:270px;position:relative}@media only screen and (max-width: 600px){.self-view{width:240px;height:135px}}.no-video{background-color:#121a24;display:flex;align-items:center;justify-content:center;position:relative}.no-video video{visibility:hidden}.self-view.alone{width:480px;height:270px}@media only screen and (max-width: 600px){.self-view.alone{width:240px;height:135px}}.tile-screenshare{grid-column:1 / -1;grid-row:1}.username{position:absolute;z-index:2;color:var(--white);background:#00000080;bottom:0;left:0;right:0;font-size:10px;font-weight:400;padding:4px 8px;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif}.username.video-off{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:transparent;font-size:20px;font-weight:500;padding:0;z-index:10;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif}.audio-level-indicator{position:absolute;bottom:8px;right:8px;width:28px;height:28px;background-color:#000000b3;border-radius:4px;display:flex;align-items:center;justify-content:center;z-index:10;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);overflow:hidden}.audio-level-icon{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffffe6;z-index:3;pointer-events:none}.audio-level-icon svg{width:14px;height:14px}.audio-level-fill-container{position:absolute;bottom:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;border-radius:4px}.audio-level-fill{position:absolute;bottom:0;left:0;width:100%;background:#22c55e;transition:height .15s ease-out;transform-origin:bottom;box-shadow:inset 0 2px 4px #0003}.get-user-media-error{grid-column:1 / 3;align-items:center}.get-user-media-error h1{color:var(--red-dark)}.get-user-media-error button{margin:1rem 0;background:#000;color:var(--white)}.get-user-media-error a,.get-user-media-error a:visited{color:#fff;text-decoration:underline}.get-user-media-error p{margin:0}.tray{width:100%;background:#1f2d3d;color:var(--white);flex-direction:column;display:flex;justify-content:center;flex-shrink:0;border-top:1px solid rgba(255,255,255,.1);padding:6px 0}.tray-buttons-container{padding:0 24px;display:flex;align-items:center;justify-content:space-between;width:100%;position:relative}.tray-center-buttons{display:flex;align-items:center;justify-content:center;gap:8px;flex:1}.tray-leave-button{display:flex;align-items:center;margin-left:auto}.tray-button{padding:0 16px;margin:8px 0;background-color:transparent!important;border:none!important;border-radius:0!important;color:var(--white)!important;display:flex;align-items:center;flex-direction:column;font-weight:400;font-size:11px;cursor:pointer;transition:all .2s;gap:4px;min-width:60px;position:relative}.tray-button.muted{background-color:transparent!important}.tray-icon-wrapper{display:inline-flex;align-items:center;justify-content:center}.tray-button.muted .tray-icon-wrapper{background-color:#f6313533;border-radius:4px;padding:4px}.tray-button.muted svg{color:#f63135!important}.tray-button:hover{opacity:.7}.tray-button:focus{outline:none}.tray-button:focus-visible{outline:2px solid var(--white);outline-offset:2px}.tray-button svg{color:var(--white);width:24px;height:24px}.tray-button svg path,.tray-button svg circle,.tray-button svg rect{fill:currentColor;stroke:currentColor}.tray-button svg{color:var(--white)!important}.tray-button-label{font-size:11px;line-height:1.2;color:var(--white)}.tray-button.leave-button{background-color:#f6313533;color:#f63135;border-radius:4px}.tray-button.leave-button:hover{background-color:#f631354d;opacity:1}.tray-button.leave-button svg{color:#f63135!important;width:24px;height:24px}.tray-button.leave-button .tray-button-label{color:#f63135}.tray-button.active{background-color:#ffffff1a!important;border-radius:4px}.tray-button.active svg{color:#1bebb9!important}.tray-button.active .tray-button-label{color:#1bebb9}.chat-button-wrapper{position:relative;display:inline-block}.chat-button{position:relative;overflow:visible}.chat-button-wrapper .ant-badge{display:inline-block;position:relative}.chat-button-wrapper .ant-badge .ant-badge-dot{position:absolute;top:8px;right:auto;left:calc(50% + 10px);transform:translate(-50%);z-index:10;box-shadow:0 0 0 2px #1f2d3d}.chat-button-wrapper .ant-popover-arrow:before{background:#121a24!important;border:1px solid rgba(255,255,255,.1)!important}.chat-button-wrapper .ant-popover-arrow:after{background:#121a24!important}.chat{background:#121a24;position:static!important;flex-shrink:0;flex-grow:0;flex-basis:0;overflow:hidden;max-width:90vw;height:100%;display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.1);transition:flex-basis .3s ease,width .3s ease,opacity .3s ease,min-width .3s ease,max-width .3s ease;z-index:auto;order:2;isolation:auto;transform:none!important;float:none!important;clear:none!important}.chat-hidden{flex-basis:0!important;width:0!important;min-width:0!important;max-width:0!important;overflow:hidden!important;border-left:none;border-right:none;opacity:0;pointer-events:none;padding:0!important;margin:0!important;visibility:visible;flex-shrink:0!important;flex-grow:0!important;display:flex!important}.chat-visible{flex-basis:320px!important;width:320px!important;min-width:320px!important;max-width:320px!important;opacity:1;pointer-events:auto;position:static!important;flex-shrink:0!important;flex-grow:0!important;display:flex!important}@media only screen and (max-width: 600px){.chat{flex:0 0 100%!important;width:100%!important;flex-basis:100%!important;position:absolute!important;top:0;bottom:70px;right:0;z-index:1}}.add-message{padding:12px;border-top:1px solid rgba(255,255,255,.1);background:#121a24;flex-shrink:0}.chat-messages{padding:12px;margin:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;text-align:left}.chat-message{margin-bottom:0;padding:0;width:100%;display:flex}.chat-message-user{justify-content:flex-end}.chat-message-other{justify-content:flex-start}.chat-message-content{max-width:75%;padding:8px 12px;background:#ffffff0d;border-radius:4px;display:flex;flex-direction:column;gap:4px}.chat-message-user .chat-message-content{background:#1bebb933;border:1px solid rgba(27,235,185,.3)}.chat-message-author{font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;color:#ffffffe6;display:block;text-align:left}.chat-message-body{font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;text-align:left;margin:0;color:var(--white);font-size:12px;line-height:1.5;word-wrap:break-word;display:block}.chat-link{color:#1bebb9;text-decoration:underline;word-break:break-all}.chat-link:hover{color:#00d4ff}.chat-form{display:flex;justify-content:space-between;gap:8px;align-items:center}.chat-input{font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:var(--white);flex-grow:1;padding:8px 12px;font-size:13px}.chat-input::placeholder{color:#fff6}.chat-input:focus{outline:none;border-color:#ffffff4d}.chat-submit-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:8px 12px;cursor:pointer;color:var(--white)}.chat-submit-button:hover{background:#ffffff26}.chat-submit-button .anticon{width:18px;height:18px;font-size:18px}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.chat-title{font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600;font-size:14px;color:var(--white);margin:0}.close-chat{background:transparent;border:none;padding:8px;margin:0;color:var(--white);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.close-chat:hover{background:#ffffff1a}.close-chat .anticon{width:16px;height:16px;font-size:16px}.hair-check-container{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#1f2d3d;padding:20px;box-sizing:border-box;overflow:hidden}.hair-check{background:#121a24;border:1px solid rgba(255,255,255,.15);padding:1.5rem;border-radius:8px;max-width:500px;width:100%;max-height:calc(100vh - 40px);display:flex;flex-direction:column;color:var(--white);font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;box-sizing:border-box;overflow:hidden}.hair-check-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.hair-check-header h1{font-size:.95em;margin:0;color:var(--white);font-weight:500;flex:1}.join-button-top{background:#1bebb9;color:#000;border:none;padding:8px 16px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;transition:opacity .2s;white-space:nowrap;display:flex;align-items:center;justify-content:center;min-width:120px}.join-button-top:hover:not(:disabled){opacity:.8}.join-button-top:disabled{opacity:.6;cursor:not-allowed;background:#1bebb9}.video-preview-container{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:4px;overflow:hidden;margin-bottom:1rem;background:#2a3a4d;border:1px solid rgba(255,255,255,.1)}.video-preview-container video{width:100%;height:100%;object-fit:cover}.hair-check-settings{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;flex:1;min-height:0}.hair-check label{display:block;color:#ffffffb3;font-size:11px;margin:0;line-height:1.2;font-weight:500}.hair-check input,.hair-check select{border:1px solid rgba(255,255,255,.1);padding:.5em;border-radius:4px;color:var(--white);background:#ffffff0d;width:100%;font-size:12px;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif}.hair-check input:focus,.hair-check select:focus{outline:none;border-color:#ffffff4d}.hair-check input::placeholder{color:#fff6}.settings-menu{position:relative;display:flex;justify-content:flex-end}.menu-button{background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--white);width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;padding:0;transition:all .2s}.menu-button:hover{background:#ffffff1a}.menu-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#1f2d3d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:4px;min-width:150px;z-index:1000;box-shadow:0 4px 12px #0000004d}.menu-dropdown button{width:100%;background:transparent;border:none;color:var(--white);padding:8px 12px;text-align:left;cursor:pointer;font-size:12px;border-radius:4px;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;transition:background .2s}.menu-dropdown button:hover{background:#ffffff1a}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000}.settings-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;box-sizing:border-box}.settings-panel-container{background:#121a24;border:1px solid rgba(255,255,255,.15);border-radius:8px;max-width:500px;width:100%;max-height:calc(100vh - 40px);display:flex;flex-direction:column;box-shadow:0 8px 32px #00000080;overflow:hidden}.settings-panel{display:flex;flex-direction:column;color:var(--white);font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;box-sizing:border-box;overflow:hidden;height:100%}.settings-panel-content{flex:1;overflow-y:auto;min-height:0;padding:1.5rem}.settings-panel-content .hair-check-container{width:100%;height:100%;padding:0;background:transparent}.settings-panel-content .hair-check{max-width:100%;max-height:100%;border:none;padding:0}.settings-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.settings-panel-header h2{font-size:1.1em;margin:0;color:var(--white);font-weight:500;flex:1}.close-button{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--white);width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;line-height:1;padding:0;transition:all .2s}.close-button:hover{background:#ffffff1a;border-color:#ffffff4d}.settings-video-preview-container{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:4px;overflow:hidden;margin-bottom:1rem;background:#2a3a4d;border:1px solid rgba(255,255,255,.1)}.settings-video-preview-container video{width:100%;height:100%;object-fit:cover}.video-off-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#2a3a4d}.video-off-name{color:var(--white);font-size:24px;font-weight:500;text-align:center;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif}.video-controls-overlay{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.control-button{background:#0009;border:1px solid rgba(255,255,255,.2);color:var(--white);width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0;flex-shrink:0}.control-button:hover{background:#000c}.control-button.off{background:#f63135cc}.control-button svg{width:20px;height:20px;min-width:20px;min-height:20px;color:var(--white);flex-shrink:0;display:block}.control-button.off svg{color:var(--white)}.control-button.active{background:#1bebb94d;border-color:#1bebb9}.control-button.active svg{color:#1bebb9}.headphone-button{width:40px;height:40px;min-width:40px;min-height:40px}.headphone-button svg{width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;object-fit:contain}.settings-panel-settings{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;flex:1;min-height:0}.setting-item{display:flex;flex-direction:column;gap:.25rem}.settings-panel label{display:block;color:#ffffffb3;font-size:11px;margin:0;line-height:1.2;font-weight:500}.settings-panel input,.settings-panel select{border:1px solid rgba(255,255,255,.1);padding:.5em;border-radius:4px;color:var(--white);background:#ffffff0d;width:100%;font-size:12px;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;box-sizing:border-box}.settings-panel input:focus,.settings-panel select:focus{outline:none;border-color:#ffffff4d}.settings-panel input::placeholder{color:#fff6}.name-edit-section{display:flex;justify-content:flex-end;margin-bottom:.75rem}.edit-name-button{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--white);padding:6px 12px;border-radius:4px;font-size:11px;font-weight:500;cursor:pointer;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;transition:all .2s}.edit-name-button:hover{background:#ffffff1a;border-color:#ffffff4d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2001}.modal-content{background:#1f2d3d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;max-width:400px;width:90%;color:var(--white);font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif}.modal-content h2{margin:0 0 1rem;font-size:1.1em;font-weight:500;color:var(--white)}.modal-content input{width:100%;padding:.75em;border:1px solid rgba(255,255,255,.1);border-radius:4px;background:#ffffff0d;color:var(--white);font-size:14px;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;margin-bottom:1rem;box-sizing:border-box}.modal-content input:focus{outline:none;border-color:#ffffff4d}.modal-buttons{display:flex;gap:.75rem;justify-content:flex-end}.modal-buttons button{padding:8px 16px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;transition:opacity .2s;border:none}.cancel-button{background:#ffffff1a;color:var(--white)}.cancel-button:hover{background:#ffffff26}.save-button{background:#1bebb9;color:#000}.save-button:hover{opacity:.8}.settings-panel-footer{display:flex;justify-content:flex-end;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);gap:.75rem;margin-top:auto;flex-shrink:0}.settings-panel-footer button{padding:8px 16px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;font-family:GraphikRegular,Helvetica Neue,Helvetica,Arial,sans-serif;transition:opacity .2s;border:none}:root{--lp2-color-primary: #3b82f6;--lp2-color-primary-hover: #2563eb;--lp2-color-primary-light: #60a5fa;--lp2-color-accent: #a855f7;--lp2-color-accent-hover: #9333ea;--lp2-color-glow: #00d9ff;--lp2-color-text-primary: #f8fafc;--lp2-color-text-secondary: #cbd5e1;--lp2-color-text-tertiary: #94a3b8;--lp2-color-bg-primary: #0f172a;--lp2-color-bg-secondary: #1e293b;--lp2-color-bg-tertiary: #334155;--lp2-color-border: #334155;--lp2-color-border-glow: rgba(59, 130, 246, .3);--lp2-spacing-unit: 8px;--lp2-max-width: 1200px;--lp2-section-padding: 120px 0}._landingPage_r7ln0_35{background:var(--lp2-color-bg-primary);color:var(--lp2-color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden;min-height:100vh;position:relative}._landingPage_r7ln0_35:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(168,85,247,.1) 0%,transparent 50%);z-index:0;pointer-events:none}._constellationContainer_r7ln0_62{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}._movingConstellation_r7ln0_74{position:absolute;width:0;height:0;transform-origin:center center;will-change:transform;animation:_moveConstellation_r7ln0_1 var(--animation-duration, 20s) ease-in-out infinite;animation-delay:var(--animation-delay, 0s)}@keyframes _moveConstellation_r7ln0_1{0%{transform:translate(0) rotate(0)}25%{transform:translate(var(--move-x, 50px),var(--move-y, 50px)) rotate(var(--rotation-25, 90deg))}50%{transform:translate(calc(var(--move-x, 50px) * -1),calc(var(--move-y, 50px) * -1)) rotate(var(--rotation-50, 180deg))}75%{transform:translate(calc(var(--move-x, 50px) * .5),calc(var(--move-y, 50px) * -.5)) rotate(var(--rotation-75, 270deg))}to{transform:translate(0) rotate(var(--rotation-speed, 360deg))}}._constellationMobile_r7ln0_104 ._star_r7ln0_104{animation-duration:4s}._constellationMobile_r7ln0_104 ._constellationLine_r7ln0_107{animation:none;stroke-opacity:.4}._constellationLines_r7ln0_113{position:absolute;width:200px;height:200px;top:-100px;left:-100px;pointer-events:none;transform-origin:center center;overflow:visible}._constellationLine_r7ln0_107{stroke:#3b82f666;stroke-width:.15;fill:none;animation:_constellationGlow_r7ln0_1 3s ease-in-out infinite}@keyframes _constellationGlow_r7ln0_1{0%,to{stroke-opacity:.3}50%{stroke-opacity:.6}}._star_r7ln0_104{position:absolute;background:#fff;border-radius:50%;box-shadow:0 0 4px #fffc,0 0 8px #3b82f666;animation:_twinkle_r7ln0_1 2s ease-in-out infinite;filter:blur(.5px);transform-origin:center center;transform:translate(-50%,-50%);z-index:1}@keyframes _twinkle_r7ln0_1{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.3)}}._content_r7ln0_168{width:100%;position:relative;z-index:1;margin-top:0}@property --lp2-border-angle{syntax: "<angle>"; inherits: true; initial-value: 0deg;}@keyframes _lp2BorderSweep_r7ln0_1{to{--lp2-border-angle: 360deg}}._landingPageImageWrap_r7ln0_193{display:inline-block;padding:2px;border-radius:0;background:conic-gradient(from var(--lp2-border-angle),transparent 0deg 318deg,rgba(0,217,255,0) 318deg,rgba(0,217,255,.08) 325deg,rgba(0,217,255,.25) 330deg,rgba(0,217,255,.5) 335deg,rgba(0,217,255,.75) 338deg,rgba(0,217,255,.92) 341deg,rgba(0,217,255,.75) 344deg,rgba(0,217,255,.5) 347deg,rgba(0,217,255,.25) 352deg,rgba(0,217,255,.08) 357deg,rgba(0,217,255,0) 362deg);box-shadow:0 0 14px #00d9ff2e;animation:_lp2BorderSweep_r7ln0_1 8s linear infinite}._landingPageImageWrapRounded_r7ln0_219{border-radius:16px}._landingPageImageWrap_r7ln0_193 img,._landingPageImageWrapRounded_r7ln0_219 img{display:block;width:100%;height:auto}._landingPageImageWrap_r7ln0_193 img{border-radius:0}._landingPageImageWrapRounded_r7ln0_219 img{border-radius:14px}._header_r7ln0_240{box-shadow:0 4px 20px #0000004d!important;background:#0f172afa!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(59,130,246,.2)!important;max-width:100%;z-index:100!important;position:relative}._headerButton_r7ln0_251{font-family:Inter,sans-serif!important}._container_r7ln0_255{max-width:var(--lp2-max-width);margin:0 auto;padding:0 24px}._section_r7ln0_261{padding:var(--lp2-section-padding);position:relative;background:#070c1966}@media (max-width: 768px){._section_r7ln0_261{content-visibility:auto;contain-intrinsic-size:auto 400px}}._darkSection_r7ln0_277{background:linear-gradient(180deg,#070c19f2,#0f172af2,#070c19f2);color:var(--lp2-color-text-primary);position:relative;overflow:hidden;padding:var(--lp2-section-padding);border-top:1px solid rgba(59,130,246,.1);border-bottom:1px solid rgba(59,130,246,.1);box-shadow:inset 0 0 200px #0000004d}._darkSection_r7ln0_277:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.04) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(168,85,247,.04) 0%,transparent 50%);z-index:0;pointer-events:none}._darkSection_r7ln0_277>*{position:relative;z-index:1}._darkSectionTitle_r7ln0_313{font-family:Space Grotesk,sans-serif;font-size:42px!important;font-weight:700!important;line-height:1.3!important;color:var(--lp2-color-text-primary)!important;margin:0 0 48px!important;letter-spacing:-.02em;text-align:center}._sectionWhatIs_r7ln0_328{background:linear-gradient(90deg,#1e293bd9,#0f172a99 40%,#0f172a80);border-top:1px solid rgba(59,130,246,.15);border-bottom:1px solid rgba(59,130,246,.08)}._sectionWhatIs_r7ln0_328:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 50%,rgba(59,130,246,.12) 0%,transparent 45%);z-index:0;pointer-events:none}._sectionWhatIs_r7ln0_328>*{position:relative;z-index:1}._sectionEnterpriseChallenge_r7ln0_355:before{background:radial-gradient(circle at 15% 30%,rgba(59,130,246,.12) 0%,transparent 45%),radial-gradient(circle at 85% 70%,rgba(59,130,246,.06) 0%,transparent 40%)}._sectionPersonalAssistant_r7ln0_361{background:linear-gradient(90deg,#0f172a8c,#1e293bb3 60%,#33415580);border-top:1px solid rgba(168,85,247,.12);border-bottom:1px solid rgba(168,85,247,.06)}._sectionPersonalAssistant_r7ln0_361:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 92% 50%,rgba(168,85,247,.14) 0%,transparent 50%);z-index:0;pointer-events:none}._sectionPersonalAssistant_r7ln0_361>*{position:relative;z-index:1}._sectionTeachingLearning_r7ln0_388{background:linear-gradient(180deg,#070c19f2,#160f23f2,#070c19f2);border-top:1px solid rgba(168,85,247,.15);border-bottom:1px solid rgba(168,85,247,.1);box-shadow:inset 0 0 180px #581c8714}._sectionTeachingLearning_r7ln0_388:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 25%,rgba(168,85,247,.1) 0%,transparent 45%),radial-gradient(circle at 20% 75%,rgba(168,85,247,.06) 0%,transparent 40%);z-index:0;pointer-events:none}._sectionTeachingLearning_r7ln0_388>*{position:relative;z-index:1}._sectionOperations_r7ln0_417{background:linear-gradient(180deg,#1e293bb3,#0f172abf,#1e293bb3);border-top:1px solid rgba(0,217,255,.1);border-bottom:1px solid rgba(0,217,255,.06)}._sectionOperations_r7ln0_417:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,217,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,217,255,.03) 1px,transparent 1px);background-size:48px 48px;z-index:0;pointer-events:none}._sectionOperations_r7ln0_417>*{position:relative;z-index:1}._sectionGovernance_r7ln0_447{background:linear-gradient(145deg,#040c18f7,#0a162af5 40%,#061220f7);border-top:1px solid rgba(0,217,255,.18);border-bottom:1px solid rgba(0,217,255,.1);box-shadow:inset 0 0 180px #00b4d80f,inset 0 0 80px #0003}._sectionGovernance_r7ln0_447:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 15%,rgba(0,217,255,.12) 0%,transparent 42%),radial-gradient(circle at 75% 85%,rgba(59,130,246,.08) 0%,transparent 40%);z-index:0;pointer-events:none}._sectionGovernance_r7ln0_447:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(-55deg,transparent,transparent 60px,rgba(0,217,255,.02) 60px,rgba(0,217,255,.02) 62px);z-index:0;pointer-events:none}._sectionGovernance_r7ln0_447>*{position:relative;z-index:1}._sectionUseCases_r7ln0_497{background:linear-gradient(180deg,#040812d1,#060e1ad6,#040812d1);border-top:1px solid rgba(0,217,255,.1);border-bottom:1px solid rgba(59,130,246,.08);box-shadow:inset 0 0 120px #00000026}._sectionUseCases_r7ln0_497:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,rgba(0,217,255,.06) 0%,transparent 45%),radial-gradient(circle at 75% 30%,rgba(59,130,246,.04) 0%,transparent 40%);z-index:0;pointer-events:none}._sectionUseCases_r7ln0_497>*{position:relative;z-index:1}._sectionClosing_r7ln0_528{background:linear-gradient(135deg,#1e3a8a40,#581c8733,#1e3a8a40);border-top:1px solid rgba(168,85,247,.2);border-bottom:1px solid rgba(59,130,246,.15)}._sectionClosing_r7ln0_528 ._closingGradient_r7ln0_538{opacity:.18}._heroSection_r7ln0_543{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:140px 0 80px;position:relative;overflow:hidden;background:var(--lp2-color-bg-primary)}._heroDiagonalBg_r7ln0_554{position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(circle at center,rgba(59,130,246,.12) 0%,transparent 70%);z-index:0;filter:blur(60px)}._heroDiagonalBg_r7ln0_554:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(168,85,247,.08) 0%,transparent 60%);filter:blur(40px)}._heroContainer_r7ln0_576{max-width:var(--lp2-max-width);margin:0 auto;padding:0 24px;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}._heroContent_r7ln0_588{display:flex;flex-direction:column;gap:32px;text-align:left}._heroImageContainer_r7ln0_595{display:flex;justify-content:center;align-items:center;position:relative}._heroImage_r7ln0_595{width:100%;max-width:550px;height:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}._heroTitle_r7ln0_610{font-family:Space Grotesk,sans-serif;font-size:64px!important;font-weight:700!important;line-height:1.15!important;color:var(--lp2-color-text-primary)!important;margin:0 0 24px!important;letter-spacing:-.02em}._heroSubtext_r7ln0_620{font-size:20px!important;line-height:1.7!important;color:var(--lp2-color-text-secondary)!important;margin:0 0 16px!important;max-width:700px}._heroSupporting_r7ln0_628{font-size:18px!important;line-height:1.6!important;color:var(--lp2-color-text-tertiary)!important;margin:0 0 20px!important}._heroCTAs_r7ln0_635{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-start}._primaryCTA_r7ln0_643{background:linear-gradient(135deg,var(--lp2-color-primary) 0%,var(--lp2-color-accent) 100%)!important;border:none!important;height:60px!important;padding:0 48px!important;font-size:17px!important;font-weight:700!important;border-radius:12px!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;color:#fff!important;box-shadow:0 8px 24px #3b82f666,0 4px 12px #a855f74d,inset 0 1px #fff3!important;position:relative;overflow:hidden;text-transform:none!important;letter-spacing:.5px;filter:drop-shadow(0 0 10px rgba(59,130,246,.5))}._primaryCTA_r7ln0_643:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}._primaryCTA_r7ln0_643:hover:before{left:100%}._primaryCTA_r7ln0_643:hover{background:linear-gradient(135deg,var(--lp2-color-primary-hover) 0%,var(--lp2-color-accent-hover) 100%)!important;transform:translateY(-4px) scale(1.02);box-shadow:0 12px 32px #3b82f680,0 6px 16px #a855f766,inset 0 1px #ffffff4d,0 0 30px #3b82f699!important;filter:drop-shadow(0 0 15px rgba(59,130,246,.7))}._primaryCTA_r7ln0_643:active{transform:translateY(-2px) scale(.98);box-shadow:0 6px 16px #3b82f666,0 3px 8px #a855f74d!important}._heroSectionFullscreen_r7ln0_707{min-height:100vh;position:relative;overflow:visible;padding-bottom:100px;padding-top:120px;margin-top:0;perspective:1500px;perspective-origin:center center;z-index:1;transform-style:preserve-3d;isolation:isolate}._heroSectionFullscreen_r7ln0_707:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 30% 20%,rgba(59,130,246,.2) 0%,transparent 40%),radial-gradient(ellipse at 70% 80%,rgba(168,85,247,.15) 0%,transparent 40%),linear-gradient(180deg,rgba(15,23,42,.3) 0%,transparent 30%,transparent 70%,rgba(15,23,42,.3) 100%);z-index:0;pointer-events:none;animation:_backgroundDepth_r7ln0_1 10s ease-in-out infinite;opacity:.7;filter:blur(1px)}@keyframes _backgroundDepth_r7ln0_1{0%,to{opacity:.6;transform:scale(1) translateY(0)}50%{opacity:.9;transform:scale(1.2) translateY(-25px)}}._heroBackgroundOverlay_r7ln0_761{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0f172ab3,#0f172a80,#0f172ab3);z-index:0;pointer-events:none}._heroBackgroundOverlay_r7ln0_761:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 20% 30%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(168,85,247,.12) 0%,transparent 50%);z-index:0;pointer-events:none;animation:_depthPulse1_r7ln0_1 8s ease-in-out infinite;opacity:.6}._heroBackgroundOverlay_r7ln0_761:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 50% 50%,rgba(0,217,255,.08) 0%,transparent 60%),linear-gradient(135deg,transparent 0%,rgba(59,130,246,.05) 50%,transparent 100%);z-index:0;pointer-events:none;animation:_depthPulse2_r7ln0_1 6s ease-in-out infinite;opacity:.5}@keyframes _depthPulse1_r7ln0_1{0%,to{opacity:.5;transform:scale(1) translateY(0)}50%{opacity:.8;transform:scale(1.15) translateY(-15px)}}@keyframes _depthPulse2_r7ln0_1{0%,to{opacity:.4;transform:scale(1) translateY(0)}50%{opacity:.7;transform:scale(1.1) translateY(10px)}}._bubblesContainer_r7ln0_836{position:absolute;bottom:35%;left:0;width:100%;height:40%;z-index:2;pointer-events:none;overflow:hidden;will-change:contents}._bubble_r7ln0_836{position:absolute;bottom:0;border-radius:50%;background:#3b82f64d;box-shadow:0 0 4px #3b82f666,inset 0 0 2px #fff3;animation:_floatUp_r7ln0_1 linear infinite;filter:blur(.5px);will-change:transform,opacity}@keyframes _floatUp_r7ln0_1{0%{transform:translateY(0) scale(.6);opacity:0}5%{opacity:1}95%{opacity:1}to{transform:translateY(-100vh) scale(1.3);opacity:0}}._bubblesMobile_r7ln0_884 ._bubble_r7ln0_836{will-change:auto}._heroFullscreenContainer_r7ln0_888{position:relative;width:100%;min-height:calc(100vh - 120px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;padding:0 24px;transform-style:preserve-3d;margin-top:0}._heroTextOverlay_r7ln0_905{position:relative;z-index:3;text-align:center;margin-bottom:60px;display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:20px}._heroTitleCentered_r7ln0_917{font-family:Space Grotesk,sans-serif;font-size:64px!important;font-weight:700!important;line-height:1.15!important;color:var(--lp2-color-text-primary)!important;margin:0!important;letter-spacing:-.02em;text-align:center}._heroSubtextCentered_r7ln0_928{font-size:20px!important;line-height:1.7!important;color:var(--lp2-color-text-secondary)!important;margin:0!important;max-width:800px;text-align:center}._heroCTAsCentered_r7ln0_937{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:8px}._heroImage3DContainer_r7ln0_946{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;max-width:800px;transform-style:preserve-3d;transform-origin:center center;will-change:transform}._heroImage3DContainer_r7ln0_946:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(ellipse at center,rgba(59,130,246,.4) 0%,rgba(168,85,247,.3) 30%,transparent 70%);z-index:-1;filter:blur(40px);opacity:.6;animation:_pulseGlow_r7ln0_1 3s ease-in-out infinite}@keyframes _pulseGlow_r7ln0_1{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.1)}}._heroImage3D_r7ln0_946{width:100%;max-width:800px;height:auto;object-fit:contain;filter:drop-shadow(0 25px 70px rgba(0,0,0,.5)) drop-shadow(0 10px 30px rgba(59,130,246,.4)) drop-shadow(0 0 20px rgba(168,85,247,.3)) brightness(1.05);backface-visibility:hidden;-webkit-backface-visibility:hidden}._whatIsImageContainer_r7ln0_1012{display:flex;justify-content:center;align-items:center;margin:48px 0;width:100%}._whatIsImage_r7ln0_1012{width:100%;max-width:600px;height:auto;object-fit:contain;border-radius:16px;filter:drop-shadow(0 10px 30px rgba(59,130,246,.2))}._whatIsContent_r7ln0_1029{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:64px}._whatIsCard_r7ln0_1036{background:var(--lp2-color-bg-secondary);padding:40px;border-radius:16px;border:2px solid var(--lp2-color-border);box-shadow:0 4px 20px #0000000d;transition:all .3s ease}._whatIsCard_r7ln0_1036:hover{border-color:var(--lp2-color-primary);transform:translateY(-5px);box-shadow:0 8px 30px #3b82f64d}._whatIsCardText_r7ln0_1051{font-size:20px!important;line-height:1.7!important;color:var(--lp2-color-text-secondary)!important;margin:0!important}._featureGrid_r7ln0_1058{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:48px}._featureCard_r7ln0_1065{background:var(--lp2-color-bg-secondary);padding:32px;border-radius:12px;border:1px solid rgba(59,130,246,.15);display:flex;align-items:center;gap:20px;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000026}._featureCard_r7ln0_1065:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--lp2-color-primary),var(--lp2-color-accent));transform:scaleY(0);transition:transform .3s ease;box-shadow:0 0 20px #3b82f699}._featureCard_r7ln0_1065:hover:before{transform:scaleY(1)}._featureCard_r7ln0_1065:hover{border-color:var(--lp2-color-primary);transform:translate(5px);box-shadow:0 4px 16px #3b82f633}._featureIcon_r7ln0_1102{width:48px;height:48px;background:var(--lp2-color-primary);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px #3b82f64d}._featureText_r7ln0_1117{font-size:18px;line-height:1.7;color:var(--lp2-color-text-secondary);margin:0}._sectionTitle_r7ln0_1124{font-family:Space Grotesk,sans-serif;font-size:48px!important;font-weight:700!important;line-height:1.2!important;color:var(--lp2-color-text-primary)!important;margin:0 0 48px!important;letter-spacing:-.02em;text-align:center;text-shadow:0 0 20px rgba(59,130,246,.3);background:linear-gradient(135deg,var(--lp2-color-text-primary) 0%,var(--lp2-color-primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._problemsAsymmetric_r7ln0_1141{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:64px 0;position:relative}._problemCardLeft_r7ln0_1149{background:linear-gradient(135deg,#3b82f626,#3b82f60d);padding:48px;border-radius:20px;border:2px solid rgba(59,130,246,.4);box-shadow:0 0 30px #3b82f633,inset 0 1px #ffffff1a;transform:rotate(-2deg);transition:all .3s ease}._problemCardLeft_r7ln0_1149:hover{transform:rotate(0) translateY(-10px);box-shadow:0 12px 40px #3b82f666}._problemCardRight_r7ln0_1166{background:linear-gradient(135deg,#a855f726,#a855f70d);padding:48px;border-radius:20px;border:2px solid rgba(168,85,247,.4);box-shadow:0 0 30px #a855f733,inset 0 1px #ffffff1a;transform:rotate(2deg);transition:all .3s ease}._problemCardRight_r7ln0_1166:hover{transform:rotate(0) translateY(-10px);box-shadow:0 12px 40px #a855f766}._problemNumber_r7ln0_1183{font-family:Space Grotesk,sans-serif;font-size:64px;font-weight:700;color:var(--lp2-color-primary);opacity:.3;margin-bottom:16px}._problemTitle_r7ln0_1192{font-family:Space Grotesk,sans-serif;font-size:28px!important;font-weight:600!important;color:var(--lp2-color-text-primary)!important;margin:0 0 24px!important}._problemList_r7ln0_1200{list-style:none;padding:0;margin:0}._problemList_r7ln0_1200 li{font-size:18px;line-height:1.8;color:var(--lp2-color-text-secondary);padding:12px 0 12px 32px;position:relative}._problemList_r7ln0_1200 li:before{content:"→";position:absolute;left:0;color:var(--lp2-color-primary);font-weight:600;font-size:20px}._solutionBadge_r7ln0_1224{background:linear-gradient(135deg,var(--lp2-color-primary) 0%,var(--lp2-color-accent) 100%);padding:24px 48px;border-radius:50px;display:inline-block;box-shadow:0 8px 30px #3b82f666}._problemsClose_r7ln0_1232{text-align:center;margin-top:64px}._problemsCloseText_r7ln0_1237{font-size:24px!important;font-weight:600!important;color:var(--lp2-color-text-primary)!important;margin:0!important}._personalAgentImageContainer_r7ln0_1245{display:flex;justify-content:center;align-items:center;margin:48px 0;width:100%}._personalAgentImage_r7ln0_1245{width:100%;max-width:600px;height:auto;object-fit:contain;border-radius:16px;filter:drop-shadow(0 10px 30px rgba(59,130,246,.2))}._assistantIntroCards_r7ln0_1262{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:64px}._assistantIntroCard_r7ln0_1262{background:var(--lp2-color-bg-secondary);padding:32px;border-radius:12px;border-left:3px solid var(--lp2-color-accent);box-shadow:0 2px 8px #00000026}._assistantBodyText_r7ln0_1277{font-size:20px!important;line-height:1.7!important;color:var(--lp2-color-text-secondary)!important;margin:0!important}._assistantZigzag_r7ln0_1284{display:flex;flex-direction:column;gap:24px;margin:48px 0}._assistantQuoteCard_r7ln0_1291{background:var(--lp2-color-bg-secondary);padding:32px 40px;border-radius:12px;border:1px solid rgba(59,130,246,.15);box-shadow:0 2px 8px #00000026;position:relative;transition:all .3s ease}._quoteLeft_r7ln0_1301{margin-right:80px;border-left:3px solid var(--lp2-color-primary)}._quoteRight_r7ln0_1306{margin-left:80px;border-right:3px solid var(--lp2-color-accent)}._assistantQuoteCard_r7ln0_1291:hover{box-shadow:0 8px 30px #3b82f64d}._quoteMark_r7ln0_1315{font-size:64px;font-weight:700;color:var(--lp2-color-primary);opacity:.2;position:absolute;top:-10px;left:20px;font-family:Space Grotesk,sans-serif}._assistantExampleText_r7ln0_1326{font-size:18px!important;line-height:1.7!important;color:var(--lp2-color-text-secondary)!important;margin:0!important;font-style:italic;position:relative;z-index:1}._taglineBadge_r7ln0_1336{background:linear-gradient(135deg,var(--lp2-color-primary) 0%,var(--lp2-color-accent) 100%);padding:16px 32px;border-radius:12px;display:inline-block;box-shadow:0 4px 20px #3b82f666,0 0 30px #a855f733;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;max-width:100%}._taglineBadge_r7ln0_1336:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 70%);pointer-events:none}._assistantClose_r7ln0_1362{text-align:center;margin-top:48px}._assistantCloseText_r7ln0_1367{font-size:24px!important;font-weight:600!important;color:var(--lp2-color-text-primary)!important;margin:0!important}._teachAgentImageContainer_r7ln0_1375{display:flex;justify-content:center;align-items:center;margin:48px 0;width:100%}._teachAgentImage_r7ln0_1375{width:100%;max-width:600px;height:auto;object-fit:contain;border-radius:16px;filter:drop-shadow(0 10px 30px rgba(59,130,246,.2))}._learningIntro_r7ln0_1392{max-width:700px;margin:0 auto 48px;text-align:center;padding:28px;background:#3b82f614;border-radius:16px;border:1px solid rgba(59,130,246,.25);box-shadow:0 2px 8px #0003}._learningIntroText_r7ln0_1403{font-size:18px!important;line-height:1.7!important;color:var(--lp2-color-text-primary)!important;margin:0!important;font-weight:600}._timelineContainer_r7ln0_1411{position:relative;max-width:800px;margin:0 auto;padding-left:60px;padding-right:20px}._timelineStep_r7ln0_1419{position:relative;margin-bottom:32px;display:flex;align-items:flex-start;gap:24px}._timelineStep_r7ln0_1419:last-child{margin-bottom:0}._timelineConnector_r7ln0_1431{position:absolute;left:29px;top:50px;width:2px;height:calc(100% + 32px);background:var(--lp2-color-primary);opacity:.4}._timelineStep_r7ln0_1419:last-child ._timelineConnector_r7ln0_1431{display:none}._timelineCircle_r7ln0_1445{width:56px;height:56px;background:var(--lp2-color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0;position:relative;z-index:2;box-shadow:0 2px 8px #3b82f64d;border:2px solid rgba(255,255,255,.2)}._timelineContent_r7ln0_1463{flex:1;background:var(--lp2-color-bg-secondary);padding:24px 32px;border-radius:12px;border:1px solid rgba(59,130,246,.25);box-shadow:0 2px 8px #0003;transition:all .5s ease}._timelineContent_r7ln0_1463:hover{border-color:#3b82f666;box-shadow:0 4px 12px #00000040;transform:translate(3px);background:#3b82f60d}._stepText_r7ln0_1481{font-size:16px!important;line-height:1.6!important;color:var(--lp2-color-text-primary)!important;margin:0!important;font-weight:500}._learningClose_r7ln0_1489{text-align:center;margin-top:64px}._learningCloseText_r7ln0_1494{font-size:22px!important;line-height:1.7!important;color:#fff!important;margin:0!important;font-style:italic}._operationsLayout_r7ln0_1503{display:flex;flex-direction:column;align-items:center;gap:48px;max-width:1100px;margin:80px auto}._operationsCardsGrid_r7ln0_1514{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;width:100%;max-width:1000px}._hexGrid_r7ln0_1522{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;max-width:1200px;width:100%;position:relative;z-index:1}._hexCard_r7ln0_1532{background:linear-gradient(135deg,var(--lp2-color-bg-secondary) 0%,rgba(59,130,246,.1) 100%);padding:32px 24px;border-radius:16px;border:1px solid rgba(59,130,246,.3);text-align:center;transition:all .3s ease;position:relative;box-shadow:0 4px 16px #00000040,0 0 25px #3b82f633;display:flex;flex-direction:column;align-items:center;gap:16px;min-height:160px;justify-content:center}._hexCard_r7ln0_1532:hover{border-color:var(--lp2-color-primary);box-shadow:0 8px 28px #00000059,0 0 40px #3b82f659;background:linear-gradient(135deg,#3b82f62e,#a855f71f)}._hexIcon_r7ln0_1560{font-size:44px;margin-bottom:0;position:relative;z-index:1;filter:drop-shadow(0 0 10px rgba(59,130,246,.5));transition:transform .3s ease}._hexCard_r7ln0_1532:hover ._hexIcon_r7ln0_1560{transform:scale(1.1)}._hexText_r7ln0_1573{font-size:16px;line-height:1.6;color:var(--lp2-color-text-primary);margin:0;position:relative;z-index:1;font-weight:500}._operationsClose_r7ln0_1583{text-align:center;margin-top:48px;margin-bottom:0}._sectionDivider_r7ln0_1589{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent);margin:24px 0 0}._operationsSection_r7ln0_1597{padding-bottom:40px!important}._operationsCloseText_r7ln0_1601{font-size:28px!important;font-weight:600!important;color:var(--lp2-color-text-primary)!important;margin:0!important}._governanceSection_r7ln0_1609{padding-top:40px!important}._governanceBody_r7ln0_1613{max-width:800px;margin:0 auto 48px;text-align:center}._governanceBodyText_r7ln0_1619{font-size:22px!important;line-height:1.7!important;color:var(--lp2-color-text-secondary)!important;margin:0!important}._governanceList_r7ln0_1628{list-style:none;padding:0;margin:48px auto 0;max-width:760px;display:flex;flex-direction:column;gap:16px}._governanceListItem_r7ln0_1638{display:flex;align-items:flex-start;gap:24px;padding:24px 28px;margin:0;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;position:relative;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;box-shadow:0 6px 20px #00000047,0 1px #ffffff0f inset}._governanceListItem_r7ln0_1638:hover{transform:translateY(-4px);box-shadow:0 14px 36px #00000052,0 1px #ffffff14 inset;border-color:#ffffff1f}._governanceListMarker_r7ln0_1663{display:flex;flex-direction:column;align-items:center;flex-shrink:0;gap:8px}._governanceListAccent_r7ln0_1672{width:4px;height:38px;border-radius:2px;background:#3b82f6a6;transition:background .25s ease}._governanceListItem_r7ln0_1638:hover ._governanceListAccent_r7ln0_1672{background:#3b82f6d9}._governanceListIcon_r7ln0_1685{width:30px;height:30px;border-radius:8px;background:#3b82f633;border:1px solid rgba(59,130,246,.35);color:#fffffff2;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:background .25s ease,border-color .25s ease}._governanceListItem_r7ln0_1638:hover ._governanceListIcon_r7ln0_1685{background:#3b82f64d;border-color:#3b82f680}._governanceListContent_r7ln0_1705{flex:1;padding-top:2px}._governanceFeatureTitle_r7ln0_1710{font-family:Space Grotesk,sans-serif;font-size:20px!important;font-weight:600!important;color:var(--lp2-color-text-primary)!important;margin:0 0 8px!important;letter-spacing:-.01em}._governanceFeatureText_r7ln0_1719{font-size:17px!important;line-height:1.65!important;color:var(--lp2-color-text-secondary)!important;margin:0!important}._governanceClose_r7ln0_1726{text-align:center;margin-top:48px}._governanceCloseText_r7ln0_1731{font-size:28px!important;font-weight:700!important;color:#fff!important;margin:0!important}._useCasesBento_r7ln0_1739{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(160px,auto);gap:20px;margin:64px auto;max-width:1100px;width:100%}._useCaseCardFeatured_r7ln0_1750{grid-column:span 2;min-height:200px;padding:36px 40px!important;border:2px solid rgba(59,130,246,.35)!important;box-shadow:0 0 40px #3b82f640!important}._useCaseCard_r7ln0_1750{background:linear-gradient(135deg,#3b82f626,#a855f71f);border:1px solid rgba(59,130,246,.25);box-shadow:0 0 24px #3b82f61f,inset 0 1px #ffffff14;padding:28px;border-radius:16px;display:flex;flex-direction:column;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:160px;box-sizing:border-box;overflow:hidden;position:relative}._useCaseCard_r7ln0_1750:hover{border-color:var(--lp2-color-primary);box-shadow:0 6px 24px #3b82f640;transform:translateY(-4px)}._useCaseCardNumber_r7ln0_1781{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;color:#3b82f680;margin-bottom:8px;letter-spacing:.05em}._useCaseTitle_r7ln0_1791{font-family:Space Grotesk,sans-serif;font-size:22px!important;font-weight:600!important;color:var(--lp2-color-text-primary)!important;margin:0 0 16px!important;line-height:1.3!important}._useCaseDescription_r7ln0_1800{font-size:16px;line-height:1.7;color:var(--lp2-color-text-secondary);margin:0;flex:1;word-wrap:break-word;overflow-wrap:break-word}._useCasesClose_r7ln0_1810{text-align:center;margin-top:64px}._useCasesCloseText_r7ln0_1815{font-size:22px!important;line-height:1.7!important;color:#fff!important;margin:0!important;font-style:italic}._closingSection_r7ln0_1824{position:relative;padding:160px 0;overflow:hidden}._closingGradient_r7ln0_538{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--lp2-color-primary) 0%,var(--lp2-color-accent) 100%);opacity:.1;z-index:0}._closingSection_r7ln0_1824 ._container_r7ln0_255{position:relative;z-index:1}._closingTitle_r7ln0_1846{font-family:Space Grotesk,sans-serif;font-size:64px!important;font-weight:700!important;line-height:1.2!important;color:var(--lp2-color-text-primary)!important;margin:0 0 32px!important;text-align:center;letter-spacing:-.02em}._closingDescription_r7ln0_1857{font-size:24px!important;line-height:1.7!important;color:var(--lp2-color-text-secondary)!important;margin:0 auto 32px!important;max-width:800px;text-align:center}._closingCTAs_r7ln0_1866{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:48px}._footer_r7ln0_1875{background:linear-gradient(180deg,var(--lp2-color-bg-primary) 0%,var(--lp2-color-bg-secondary) 100%);padding:64px 0 32px;border-top:1px solid var(--lp2-color-border-glow);position:relative}._footer_r7ln0_1875:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--lp2-color-primary),var(--lp2-color-accent),transparent);box-shadow:0 0 20px #3b82f680}._footerContent_r7ln0_1893{max-width:var(--lp2-max-width);margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:24px}._footerCopyright_r7ln0_1903{text-align:center}._footerCopyrightText_r7ln0_1907{font-size:14px!important;color:var(--lp2-color-text-secondary)!important;margin:0!important;font-family:Inter,sans-serif}._footerLinks_r7ln0_1914,._footerSocial_r7ln0_1921{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}._footerLink_r7ln0_1914{font-size:14px!important;color:var(--lp2-color-text-secondary)!important;cursor:pointer!important;margin:0!important;font-family:Inter,sans-serif;transition:color .3s ease;text-decoration:none}._footerLink_r7ln0_1914:hover{color:var(--lp2-color-primary)!important;text-shadow:0 0 10px rgba(59,130,246,.6)}@media (max-width: 1024px){._heroContainer_r7ln0_576{grid-template-columns:1fr;gap:48px;text-align:center}._heroContent_r7ln0_588{text-align:center}._heroCTAs_r7ln0_635{justify-content:center}._operationsLayout_r7ln0_1503{gap:40px}._operationsCardsGrid_r7ln0_1514{grid-template-columns:repeat(3,1fr);gap:20px}._whatIsImage_r7ln0_1012,._personalAgentImage_r7ln0_1245,._teachAgentImage_r7ln0_1375{max-width:500px}._useCasesBento_r7ln0_1739{grid-template-columns:repeat(2,1fr)}._useCaseCardFeatured_r7ln0_1750{grid-column:span 2}._heroTitle_r7ln0_610{font-size:56px!important}._sectionTitle_r7ln0_1124,._darkSectionTitle_r7ln0_313{font-size:40px!important}._closingTitle_r7ln0_1846{font-size:48px!important}._problemsAsymmetric_r7ln0_1141{grid-template-columns:1fr;gap:32px}._whatIsContent_r7ln0_1029,._assistantIntroCards_r7ln0_1262{grid-template-columns:1fr}._quoteLeft_r7ln0_1301,._quoteRight_r7ln0_1306{margin-left:0;margin-right:0}}@media (max-width: 768px){._section_r7ln0_261{padding:80px 0}._heroSection_r7ln0_543{min-height:auto;padding:160px 0 80px}._heroSectionFullscreen_r7ln0_707{min-height:100vh;height:100vh;padding-bottom:100px;padding-top:100px}._heroTitleCentered_r7ln0_917{font-size:42px!important;word-wrap:break-word;overflow-wrap:break-word}._heroSubtextCentered_r7ln0_928{font-size:18px!important;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}._heroImage3D_r7ln0_946{max-width:500px}._heroContainer_r7ln0_576{grid-template-columns:1fr;text-align:center}._heroContent_r7ln0_588{text-align:center}._heroCTAs_r7ln0_635{justify-content:center}._heroImage_r7ln0_595{max-width:400px}._operationsCardsGrid_r7ln0_1514{grid-template-columns:1fr;gap:16px;width:100%;max-width:100%}._operationsLayout_r7ln0_1503{width:100%;max-width:100%;margin:40px 0;gap:32px;padding:0 24px;box-sizing:border-box}._whatIsImage_r7ln0_1012,._personalAgentImage_r7ln0_1245,._teachAgentImage_r7ln0_1375{max-width:400px}._hexCard_r7ln0_1532{padding:24px 20px;min-height:auto}._hexIcon_r7ln0_1560{font-size:36px}._hexText_r7ln0_1573{font-size:15px}._useCasesBento_r7ln0_1739{grid-template-columns:1fr}._timelineCircle_r7ln0_1445{width:44px;height:44px;font-size:16px}._timelineContent_r7ln0_1463{padding:16px 20px}._sectionTitle_r7ln0_1124,._darkSectionTitle_r7ln0_313{font-size:28px!important;line-height:1.25!important}._heroTitle_r7ln0_610{font-size:42px!important}._heroSubtext_r7ln0_620{font-size:17px!important}._closingTitle_r7ln0_1846{font-size:32px!important}._closingDescription_r7ln0_1857{font-size:16px!important}._whatIsCardText_r7ln0_1051,._featureText_r7ln0_1117,._assistantBodyText_r7ln0_1277,._assistantExampleText_r7ln0_1326,._stepText_r7ln0_1481,._hexText_r7ln0_1573,._useCaseDescription_r7ln0_1800,._governanceFeatureText_r7ln0_1719,._problemList_r7ln0_1200 li{font-size:15px!important;line-height:1.6!important}._problemTitle_r7ln0_1192,._useCaseTitle_r7ln0_1791,._governanceFeatureTitle_r7ln0_1710{font-size:18px!important}._operationsCloseText_r7ln0_1601,._problemsCloseText_r7ln0_1237,._learningCloseText_r7ln0_1494,._assistantCloseText_r7ln0_1367,._governanceCloseText_r7ln0_1731,._useCasesCloseText_r7ln0_1815{font-size:16px!important}._learningIntroText_r7ln0_1403{font-size:15px!important}._problemList_r7ln0_1200 li{padding:8px 0 8px 24px}._problemList_r7ln0_1200 li:before{font-size:14px}._problemNumber_r7ln0_1183{font-size:40px}._whatIsCard_r7ln0_1036,._featureCard_r7ln0_1065,._assistantIntroCard_r7ln0_1262,._assistantQuoteCard_r7ln0_1291,._problemCardLeft_r7ln0_1149,._problemCardRight_r7ln0_1166,._hexCard_r7ln0_1532,._useCaseCard_r7ln0_1750{padding:20px 18px}._taglineBadge_r7ln0_1336,._solutionBadge_r7ln0_1224{padding:12px 24px;font-size:14px}._quoteMark_r7ln0_1315{font-size:40px}._quoteLeft_r7ln0_1301,._quoteRight_r7ln0_1306{margin-left:0;margin-right:0}._operationsClose_r7ln0_1583{margin-top:32px}._hexIcon_r7ln0_1560{font-size:32px;margin-bottom:8px}._heroCTAs_r7ln0_635,._closingCTAs_r7ln0_1866{flex-direction:column;width:100%}._primaryCTA_r7ln0_643{width:100%!important}._featureGrid_r7ln0_1058,._hexGrid_r7ln0_1522,._useCasesBento_r7ln0_1739{grid-template-columns:1fr}._useCaseCardFeatured_r7ln0_1750{grid-column:span 1}._timelineContainer_r7ln0_1411{padding-left:40px}._footerTop_r7ln0_2261{flex-direction:column;align-items:center;text-align:center}._footerNav_r7ln0_2267{justify-content:center}._heroSectionFullscreen_r7ln0_707:after{animation:none;opacity:.7}._heroBackgroundOverlay_r7ln0_761:before,._heroBackgroundOverlay_r7ln0_761:after{animation:none}._heroImage3DContainer_r7ln0_946:before{animation:none;opacity:.5}._landingPageImageWrap_r7ln0_193{animation-duration:12s}._header_r7ln0_240{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}@media (max-width: 480px){._container_r7ln0_255{padding:0 16px}._section_r7ln0_261{padding:56px 0}._heroTitle_r7ln0_610,._heroTitleCentered_r7ln0_917{font-size:28px!important;word-wrap:break-word;overflow-wrap:break-word}._heroSubtextCentered_r7ln0_928{font-size:15px!important}._heroImage3D_r7ln0_946{max-width:100%}._sectionTitle_r7ln0_1124,._darkSectionTitle_r7ln0_313{font-size:26px!important;line-height:1.25!important;word-wrap:break-word;overflow-wrap:break-word}._closingTitle_r7ln0_1846{font-size:28px!important}._closingDescription_r7ln0_1857{font-size:15px!important}._whatIsCardText_r7ln0_1051,._featureText_r7ln0_1117,._assistantBodyText_r7ln0_1277,._assistantExampleText_r7ln0_1326,._stepText_r7ln0_1481,._hexText_r7ln0_1573,._useCaseDescription_r7ln0_1800,._governanceFeatureText_r7ln0_1719,._problemList_r7ln0_1200 li,._learningIntroText_r7ln0_1403{font-size:14px!important}._problemTitle_r7ln0_1192,._useCaseTitle_r7ln0_1791,._governanceFeatureTitle_r7ln0_1710{font-size:17px!important}._operationsCloseText_r7ln0_1601,._problemsCloseText_r7ln0_1237,._learningCloseText_r7ln0_1494,._assistantCloseText_r7ln0_1367,._governanceCloseText_r7ln0_1731,._useCasesCloseText_r7ln0_1815{font-size:15px!important}._problemNumber_r7ln0_1183{font-size:32px}._problemCardLeft_r7ln0_1149,._problemCardRight_r7ln0_1166,._assistantQuoteCard_r7ln0_1291,._hexCard_r7ln0_1532,._useCaseCard_r7ln0_1750,._whatIsCard_r7ln0_1036,._featureCard_r7ln0_1065,._assistantIntroCard_r7ln0_1262,._governanceListItem_r7ln0_1638{padding:18px 16px}._heroDiagonalBg_r7ln0_554{width:100%;transform:skew(0)}}@media (prefers-reduced-motion: reduce){._movingConstellation_r7ln0_74,._star_r7ln0_104,._constellationLine_r7ln0_107{animation:none!important}._heroSectionFullscreen_r7ln0_707:after,._heroBackgroundOverlay_r7ln0_761:before,._heroBackgroundOverlay_r7ln0_761:after,._heroImage3DContainer_r7ln0_946:before{animation:none!important}._bubble_r7ln0_836{animation:none!important;opacity:.2}._landingPageImageWrap_r7ln0_193{animation:none!important}._primaryCTA_r7ln0_643:hover,._featureCard_r7ln0_1065:hover,._whatIsCard_r7ln0_1036:hover,._problemCardLeft_r7ln0_1149:hover,._problemCardRight_r7ln0_1166:hover,._assistantQuoteCard_r7ln0_1291:hover,._hexCard_r7ln0_1532:hover,._useCaseCard_r7ln0_1750:hover,._governanceListItem_r7ln0_1638:hover,._timelineContent_r7ln0_1463:hover{transform:none}}
