.demo-link{text-decoration:none}.demo-list-page{min-height:100vh;background-color:#0e0e23}.demo-header{background:#0e0e23f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(121,82,179,.2);padding:1.2rem 0}.demo-header .container{display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:.8rem;text-decoration:none;transition:opacity .2s ease}.back-link{color:#c298dc;text-decoration:none;font-size:.95rem;transition:color .2s ease}.back-link:hover{color:#9b6dd6}.demo-hero{padding:6rem 0 4rem;text-align:center;background:linear-gradient(135deg,#0e0e23,#1a1a3e)}.demo-hero h1{font-size:3rem;color:#fff;margin-bottom:1rem;font-weight:700;letter-spacing:-1px}.demo-hero p{font-size:1.2rem;color:#c0c0d0}.demo-grid-section{padding:4rem 0 6rem}.demo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.demo-card{background:#1a1a3e99;padding:3rem 2rem;border-radius:12px;border:1px solid rgba(121,82,179,.2);text-align:center;transition:all .3s ease}.demo-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #7952b333;border-color:#7952b380}.demo-icon{font-size:4rem;margin-bottom:1.5rem}.demo-card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.demo-card p{color:#b0b0c0;line-height:1.8;margin-bottom:2rem}.btn-demo{background:linear-gradient(135deg,#7952b3,#9b6dd6);color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease}.btn-demo:hover{background:linear-gradient(135deg,#6842a3,#8a5cc6);transform:translateY(-2px)}.btn-demo.disabled{background:#404040;cursor:not-allowed;opacity:.6}.btn-demo.disabled:hover{transform:none}@media (max-width: 768px){.demo-hero h1{font-size:2rem}.demo-grid{grid-template-columns:1fr}}.realtime-demo{min-height:100vh;background-color:#0e0e23}.demo-content{display:grid;grid-template-columns:400px 1fr;height:calc(100vh - 70px)}.demo-sidebar{background:#1a1a3ecc;padding:2rem;overflow-y:auto;border-right:1px solid rgba(121,82,179,.2)}.demo-sidebar h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.demo-description{color:#b0b0c0;margin-bottom:2rem;line-height:1.6;font-size:.95rem}.control-group{margin-bottom:1.5rem}.control-group label{display:block;color:#c298dc;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.control-group input[type=text]{width:100%;padding:.7rem;background:#0e0e23cc;border:1px solid rgba(121,82,179,.3);border-radius:6px;color:#fff;font-size:.95rem}.control-group input[type=text]:focus{outline:none;border-color:#9b6dd6}.color-input{display:flex;gap:.5rem}.color-input input[type=color]{width:60px;height:40px;border:1px solid rgba(121,82,179,.3);border-radius:6px;cursor:pointer;background:transparent}.color-input input[type=text]{flex:1}.demo-note{margin-top:2rem;padding:1rem;background:#7952b31a;border-left:3px solid #9b6dd6;border-radius:4px}.demo-note strong{color:#c298dc;display:block;margin-bottom:.5rem}.demo-note p{color:#b0b0c0;font-size:.9rem;line-height:1.6}.demo-preview{display:flex;flex-direction:column;background:#1a1a3e}.preview-label{padding:1rem 2rem;background:#0e0e23cc;color:#c298dc;font-weight:600;border-bottom:1px solid rgba(121,82,179,.2)}.preview-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;transition:all .3s ease}.preview-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700;letter-spacing:-1px}.preview-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.preview-button{padding:1rem 2.5rem;border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.preview-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@media (max-width: 1024px){.demo-content{grid-template-columns:1fr;height:auto}.demo-sidebar{border-right:none;border-bottom:1px solid rgba(121,82,179,.2)}.preview-content{min-height:400px}.preview-content h1{font-size:2rem}}.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%}.dragdrop-demo{min-height:100vh;background-color:#0e0e23}.dragdrop-demo .demo-content{display:grid;grid-template-columns:350px 1fr;height:calc(100vh - 70px)}.dragdrop-demo .demo-sidebar{background:#1a1a3ecc;padding:2rem;overflow-y:auto;border-right:1px solid rgba(121,82,179,.2)}.dragdrop-demo .demo-sidebar h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.dragdrop-demo .demo-description{color:#b0b0c0;margin-bottom:2rem;line-height:1.6;font-size:.95rem}.demo-instructions{margin-bottom:2rem}.demo-instructions h3{color:#c298dc;font-size:1.1rem;margin-bottom:.8rem}.demo-instructions ul{list-style:none;padding:0}.demo-instructions li{color:#b0b0c0;padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.9rem}.demo-instructions li:before{content:"→";position:absolute;left:0;color:#9b6dd6}.demo-example{margin-top:2rem;padding:1rem;background:#0e0e2399;border-radius:6px;border:1px solid rgba(121,82,179,.2)}.demo-example h3{color:#c298dc;font-size:1rem;margin-bottom:.5rem}.demo-example p{color:#b0b0c0;font-size:.9rem;line-height:1.6}.dragdrop-demo .demo-note{margin-top:2rem;padding:1rem;background:#7952b31a;border-left:3px solid #9b6dd6;border-radius:4px}.dragdrop-demo .demo-note strong{color:#c298dc;display:block;margin-bottom:.5rem}.dragdrop-demo .demo-note p{color:#b0b0c0;font-size:.9rem;line-height:1.6}.dragdrop-demo .demo-preview{display:flex;flex-direction:column;background:#1a1a3e}.dragdrop-demo .preview-label{padding:1rem 2rem;background:#0e0e23cc;color:#c298dc;font-weight:600;border-bottom:1px solid rgba(121,82,179,.2)}.flow-container{flex:1;background:#0e0e23}.react-flow__node{background:#1a1a3ee6;border:2px solid #7952b3;border-radius:8px;padding:10px 20px;color:#fff;font-weight:500}.react-flow__node-input,.react-flow__node-output{background:#7952b34d;border-color:#9b6dd6}.react-flow__edge-path{stroke:#7952b3;stroke-width:2}.react-flow__edge-text{fill:#c298dc;font-size:12px}.react-flow__controls{background:#1a1a3ee6;border:1px solid rgba(121,82,179,.3)}.react-flow__controls-button{background:#0e0e23cc;border-bottom:1px solid rgba(121,82,179,.2);color:#c298dc}.react-flow__controls-button:hover{background:#7952b34d}.react-flow__minimap{background:#1a1a3ee6;border:1px solid rgba(121,82,179,.3)}@media (max-width: 1024px){.dragdrop-demo .demo-content{grid-template-columns:1fr;height:auto}.dragdrop-demo .demo-sidebar{border-right:none;border-bottom:1px solid rgba(121,82,179,.2)}.flow-container{min-height:500px}}.natural-language-demo{min-height:100vh;background-color:#0e0e23}.natural-language-demo .demo-content{display:grid;grid-template-columns:400px 1fr;height:calc(100vh - 70px)}.natural-language-demo .demo-sidebar{background:#1a1a3ecc;padding:2rem;overflow-y:auto;border-right:1px solid rgba(121,82,179,.2)}.natural-language-demo .demo-sidebar h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.natural-language-demo .demo-description{color:#b0b0c0;margin-bottom:2rem;line-height:1.6;font-size:.95rem}.input-form{margin-bottom:2rem}.input-form label{display:block;color:#c298dc;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.input-form input{width:100%;padding:.8rem;background:#0e0e23cc;border:1px solid rgba(121,82,179,.3);border-radius:6px;color:#fff;font-size:.95rem;margin-bottom:1rem}.input-form input:focus{outline:none;border-color:#9b6dd6}.btn-add{width:100%;padding:.8rem;background:linear-gradient(135deg,#7952b3,#9b6dd6);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add:hover{background:linear-gradient(135deg,#6842a3,#8a5cc6);transform:translateY(-2px)}.examples-section{margin-bottom:2rem}.examples-section h3{color:#c298dc;font-size:1.1rem;margin-bottom:.5rem}.examples-note{color:#b0b0c0;font-size:.85rem;margin-bottom:1rem}.example-btn{display:block;width:100%;padding:.7rem;margin-bottom:.5rem;background:#0e0e2399;border:1px solid rgba(121,82,179,.3);border-radius:6px;color:#e0e0e0;text-align:left;cursor:pointer;transition:all .2s ease;font-size:.9rem}.example-btn:hover{background:#7952b333;border-color:#9b6dd6}.natural-language-demo .demo-note{margin-top:2rem;padding:1rem;background:#7952b31a;border-left:3px solid #9b6dd6;border-radius:4px}.natural-language-demo .demo-note strong{color:#c298dc;display:block;margin-bottom:.5rem}.natural-language-demo .demo-note p{color:#b0b0c0;font-size:.9rem;line-height:1.6}.natural-language-demo .demo-preview{display:flex;flex-direction:column;background:#1a1a3e}.natural-language-demo .preview-label{padding:1rem 2rem;background:#0e0e23cc;color:#c298dc;font-weight:600;border-bottom:1px solid rgba(121,82,179,.2)}.conditions-container{flex:1;padding:2rem;overflow-y:auto}.empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#b0b0c0;text-align:center}.conditions-list{display:flex;flex-direction:column;gap:1.5rem}.condition-item{background:#1a1a3e99;border:1px solid rgba(121,82,179,.3);border-radius:8px;padding:1.5rem}.condition-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.condition-number{color:#c298dc;font-weight:600;font-size:.9rem}.remove-btn{background:#ff525233;border:1px solid rgba(255,82,82,.3);color:#ff5252;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1;transition:all .2s ease}.remove-btn:hover{background:#ff52524d;border-color:#ff5252}.condition-natural,.condition-code{margin-bottom:.8rem}.condition-natural .label,.condition-code .label{display:inline-block;color:#9b6dd6;font-weight:600;font-size:.85rem;margin-right:.5rem;min-width:80px}.condition-natural .text{color:#e0e0e0;font-size:.95rem}.condition-code code{background:#0e0e23cc;padding:.5rem 1rem;border-radius:4px;color:#7ee787;font-family:Courier New,monospace;font-size:.9rem;display:inline-block}@media (max-width: 1024px){.natural-language-demo .demo-content{grid-template-columns:1fr;height:auto}.natural-language-demo .demo-sidebar{border-right:none;border-bottom:1px solid rgba(121,82,179,.2)}.conditions-container{min-height:400px}}.ai-chat-demo{min-height:100vh;background-color:#0e0e23}.ai-chat-demo .demo-content{display:grid;grid-template-columns:350px 1fr;height:calc(100vh - 70px)}.ai-chat-demo .demo-sidebar{background:#1a1a3ecc;padding:2rem;overflow-y:auto;border-right:1px solid rgba(121,82,179,.2)}.ai-chat-demo .demo-sidebar h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.ai-chat-demo .demo-description{color:#b0b0c0;margin-bottom:2rem;line-height:1.6;font-size:.95rem}.quick-questions{margin-bottom:2rem}.quick-questions h3{color:#c298dc;font-size:1.1rem;margin-bottom:1rem}.quick-btn{display:block;width:100%;padding:.7rem;margin-bottom:.5rem;background:#0e0e2399;border:1px solid rgba(121,82,179,.3);border-radius:6px;color:#e0e0e0;text-align:left;cursor:pointer;transition:all .2s ease;font-size:.9rem}.quick-btn:hover{background:#7952b333;border-color:#9b6dd6}.demo-features{margin-top:2rem}.demo-features h3{color:#c298dc;font-size:1.1rem;margin-bottom:.8rem}.demo-features ul{list-style:none;padding:0}.demo-features li{color:#b0b0c0;padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.9rem}.demo-features li:before{content:"✓";position:absolute;left:0;color:#9b6dd6}.knowledge-section{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(121,82,179,.2)}.knowledge-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.knowledge-header h3{color:#c298dc;font-size:1.1rem;margin:0}.btn-add-knowledge{padding:.5rem 1rem;background:linear-gradient(135deg,#7952b3,#9b6dd6);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s ease}.btn-add-knowledge:hover{background:linear-gradient(135deg,#6842a3,#8a5cc6);transform:translateY(-2px)}.knowledge-form{background:#0e0e2399;padding:1rem;border-radius:6px;margin-bottom:1rem;border:1px solid rgba(121,82,179,.3)}.knowledge-form .form-group{margin-bottom:1rem}.knowledge-form .form-group:last-of-type{margin-bottom:1rem}.knowledge-form label{display:block;color:#c298dc;font-weight:600;margin-bottom:.5rem;font-size:.85rem}.knowledge-form input,.knowledge-form textarea{width:100%;padding:.6rem;background:#1a1a3e99;border:1px solid rgba(121,82,179,.3);border-radius:4px;color:#fff;font-size:.9rem;font-family:inherit;resize:vertical}.knowledge-form input:focus,.knowledge-form textarea:focus{outline:none;border-color:#9b6dd6}.btn-save-knowledge{width:100%;padding:.7rem;background:linear-gradient(135deg,#7952b3,#9b6dd6);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-save-knowledge:hover{background:linear-gradient(135deg,#6842a3,#8a5cc6)}.knowledge-list{max-height:300px;overflow-y:auto}.knowledge-item{background:#0e0e2399;padding:.8rem;border-radius:6px;margin-bottom:.5rem;border:1px solid rgba(121,82,179,.2);display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.knowledge-content{flex:1}.knowledge-content strong{color:#c298dc;display:block;margin-bottom:.3rem;font-size:.9rem}.knowledge-content p{color:#b0b0c0;font-size:.85rem;line-height:1.5;margin:0}.btn-delete-knowledge{width:24px;height:24px;background:#ff525233;border:1px solid rgba(255,82,82,.3);color:#ff5252;border-radius:50%;cursor:pointer;font-size:1rem;line-height:1;flex-shrink:0;transition:all .2s ease}.btn-delete-knowledge:hover{background:#ff52524d;border-color:#ff5252}.ai-chat-demo .demo-note{margin-top:2rem;padding:1rem;background:#7952b31a;border-left:3px solid #9b6dd6;border-radius:4px}.ai-chat-demo .demo-note strong{color:#c298dc;display:block;margin-bottom:.5rem}.ai-chat-demo .demo-note p{color:#b0b0c0;font-size:.9rem;line-height:1.6}.chat-container{display:flex;flex-direction:column;background:#1a1a3e}.chat-header{padding:1rem 2rem;background:#0e0e23cc;border-bottom:1px solid rgba(121,82,179,.2)}.chat-status{display:flex;align-items:center;gap:.5rem;color:#c298dc;font-weight:600}.status-dot{width:10px;height:10px;background:#7ee787;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.messages-container{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1rem}.message{display:flex;gap:1rem;max-width:80%}.message.user{align-self:flex-end;flex-direction:row-reverse}.message-avatar{width:40px;height:40px;border-radius:50%;background:#7952b34d;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.message-content{background:#1a1a3e99;padding:1rem 1.5rem;border-radius:12px;color:#e0e0e0;line-height:1.6;border:1px solid rgba(121,82,179,.2)}.message.user .message-content{background:#7952b34d;border-color:#7952b366}.message-content.typing{display:flex;gap:.5rem;padding:1rem}.message-content.typing span{width:8px;height:8px;background:#9b6dd6;border-radius:50%;animation:typing 1.4s infinite}.message-content.typing span:nth-child(2){animation-delay:.2s}.message-content.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chat-input-form{padding:1.5rem 2rem;background:#0e0e23cc;border-top:1px solid rgba(121,82,179,.2);display:flex;gap:1rem}.chat-input-form input{flex:1;padding:.8rem 1rem;background:#1a1a3e99;border:1px solid rgba(121,82,179,.3);border-radius:6px;color:#fff;font-size:.95rem}.chat-input-form input:focus{outline:none;border-color:#9b6dd6}.chat-input-form input:disabled{opacity:.5;cursor:not-allowed}.chat-input-form button{padding:.8rem 2rem;background:linear-gradient(135deg,#7952b3,#9b6dd6);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.chat-input-form button:hover:not(:disabled){background:linear-gradient(135deg,#6842a3,#8a5cc6);transform:translateY(-2px)}.chat-input-form button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.ai-chat-demo .demo-content{grid-template-columns:1fr;height:auto}.ai-chat-demo .demo-sidebar{border-right:none;border-bottom:1px solid rgba(121,82,179,.2)}.messages-container{min-height:400px}.message{max-width:90%}}.email-filter-demo{min-height:100vh;background-color:#0e0e23}.email-filter-demo .demo-content{display:grid;grid-template-columns:350px 1fr;min-height:calc(100vh - 70px)}.email-filter-demo .demo-sidebar{background:#1a1a3ecc;padding:2rem;overflow-y:auto;border-right:1px solid rgba(121,82,179,.2)}.email-filter-demo .demo-sidebar h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.email-filter-demo .demo-description{color:#b0b0c0;margin-bottom:2rem;line-height:1.6;font-size:.95rem}.demo-features,.demo-example{margin-top:2rem}.demo-features h3,.demo-example h3{color:#c298dc;font-size:1.1rem;margin-bottom:.8rem}.demo-features ul,.demo-example ul{list-style:none;padding:0}.demo-features li,.demo-example li{color:#b0b0c0;padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.9rem}.demo-features li:before,.demo-example li:before{content:"✓";position:absolute;left:0;color:#9b6dd6}.email-filter-demo .demo-note{margin-top:2rem;padding:1rem;background:#7952b31a;border-left:3px solid #9b6dd6;border-radius:4px}.email-filter-demo .demo-note strong{color:#c298dc;display:block;margin-bottom:.5rem}.email-filter-demo .demo-note p{color:#b0b0c0;font-size:.9rem;line-height:1.6}.filter-container{background:#1a1a3e;padding:2rem;overflow-y:auto}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.filter-header h2{color:#fff;font-size:1.8rem}.btn-add-rule{padding:.8rem 1.5rem;background:linear-gradient(135deg,#7952b3,#9b6dd6);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-rule:hover{background:linear-gradient(135deg,#6842a3,#8a5cc6);transform:translateY(-2px)}.add-rule-form{background:#1a1a3e99;border:1px solid rgba(121,82,179,.3);border-radius:12px;padding:2rem;margin-bottom:2rem}.add-rule-form h3{color:#fff;font-size:1.3rem;margin-bottom:1.5rem}.add-rule-form h4{color:#c298dc;font-size:1.1rem;margin-bottom:1rem}.form-section{margin-bottom:2rem}.form-group{margin-bottom:1rem}.form-group label{display:block;color:#c298dc;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select{width:100%;padding:.7rem;background:#0e0e23cc;border:1px solid rgba(121,82,179,.3);border-radius:6px;color:#fff;font-size:.95rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#9b6dd6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.condition-row{display:grid;grid-template-columns:1fr 1fr 2fr auto;gap:.5rem;margin-bottom:.5rem}.condition-row select,.condition-row input{padding:.6rem;background:#0e0e23cc;border:1px solid rgba(121,82,179,.3);border-radius:6px;color:#fff;font-size:.9rem}.btn-remove{width:32px;height:32px;background:#ff525233;border:1px solid rgba(255,82,82,.3);color:#ff5252;border-radius:6px;cursor:pointer;font-size:1.2rem;transition:all .2s ease}.btn-remove:hover{background:#ff52524d}.btn-add-condition{padding:.6rem 1rem;background:#7952b333;border:1px solid rgba(121,82,179,.3);color:#c298dc;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.btn-add-condition:hover{background:#7952b34d}.btn-save{width:100%;padding:1rem;background:linear-gradient(135deg,#7952b3,#9b6dd6);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-save:hover{background:linear-gradient(135deg,#6842a3,#8a5cc6);transform:translateY(-2px)}.rules-list{display:flex;flex-direction:column;gap:1rem}.rule-card{background:#1a1a3e99;border:1px solid rgba(121,82,179,.3);border-radius:12px;padding:1.5rem;transition:all .3s ease}.rule-card:hover{border-color:#7952b380}.rule-card.disabled{opacity:.6}.rule-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(121,82,179,.2)}.rule-title{display:flex;align-items:center;gap:1rem}.rule-title h3{color:#fff;font-size:1.2rem;margin:0}.status-badge{padding:.3rem .8rem;border-radius:12px;font-size:.8rem;font-weight:600}.status-badge.active{background:#7ee78733;color:#7ee787}.status-badge.inactive{background:#ff525233;color:#ff5252}.rule-actions{display:flex;gap:.5rem}.rule-actions button{padding:.5rem 1rem;background:#7952b333;border:1px solid rgba(121,82,179,.3);color:#c298dc;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.rule-actions button:hover{background:#7952b34d}.rule-actions .btn-delete{background:#ff525233;border-color:#ff52524d;color:#ff5252}.rule-actions .btn-delete:hover{background:#ff52524d}.rule-details{color:#b0b0c0;font-size:.95rem}.detail-section{margin-bottom:.8rem}.detail-section strong{color:#c298dc;margin-right:.5rem}.detail-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.condition-display{padding:.5rem 0 .5rem 1rem;border-left:2px solid rgba(121,82,179,.3);margin-top:.5rem}@media (max-width: 1024px){.email-filter-demo .demo-content{grid-template-columns:1fr}.email-filter-demo .demo-sidebar{border-right:none;border-bottom:1px solid rgba(121,82,179,.2)}.condition-row,.form-row,.detail-row{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Noto Sans JP,Yu Gothic,Meiryo,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#0e0e23;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;background-color:#0e0e23}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#0e0e23f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(121,82,179,.2);position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 20px;position:relative}.logo-link{display:flex;align-items:center;gap:.8rem;text-decoration:none;transition:opacity .2s ease;z-index:101}.logo-link:hover{opacity:.8}.logo-image{height:40px;width:40px;object-fit:contain}.logo-text{font-size:1.8rem;font-weight:700;color:#fff;letter-spacing:-.5px}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0;z-index:101;width:30px;height:24px;position:relative}.hamburger span{display:block;width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease;position:absolute}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.hamburger span.active:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger span.active:nth-child(2){opacity:0}.hamburger span.active:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.nav{display:flex;align-items:center}.nav a{margin-left:2.5rem;text-decoration:none;color:#e0e0e0;font-weight:500;font-size:.95rem;transition:color .2s ease}.nav a:hover{color:#c298dc}.hero{background:linear-gradient(135deg,#0e0e23,#1a1a3e);color:#fff;padding:8rem 0 10rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(121,82,179,.15) 0%,transparent 70%);pointer-events:none}.hero .container{position:relative;z-index:1}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.15;color:#fff;font-weight:700;letter-spacing:-1px}.hero p{font-size:1.3rem;margin-bottom:2.5rem;color:#c0c0d0;font-weight:400}.btn-orange{background:linear-gradient(135deg,#7952b3,#9b6dd6);color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #7952b34d}.btn-orange:hover{background:linear-gradient(135deg,#6842a3,#8a5cc6);transform:translateY(-2px);box-shadow:0 6px 20px #7952b366}.section{padding:6rem 0;background-color:#0e0e23}.section-alt{background:#1a1a3e}.section h2{font-size:2.5rem;margin-bottom:3rem;text-align:center;color:#fff;position:relative;font-weight:700;letter-spacing:-.5px}.section h2:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#7952b3,#9b6dd6);margin:1.2rem auto 0;border-radius:2px}.company-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{background:#1a1a3e99;padding:2rem;border-radius:8px;border:1px solid rgba(121,82,179,.2);transition:all .3s ease}.info-item:hover{border-color:#7952b380;background:#1a1a3ecc}.info-item .label{display:block;font-weight:600;color:#c298dc;margin-bottom:.7rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.info-item .value{color:#e0e0e0;font-size:1.05rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#1a1a3e99;padding:2.5rem;border-radius:12px;border:1px solid rgba(121,82,179,.2);transition:all .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #7952b333;border-color:#7952b380}.service-card h3{color:#c298dc;margin-bottom:1rem;font-size:1.4rem;font-weight:600;letter-spacing:-.3px}.service-card p{color:#b0b0c0;line-height:1.8;font-size:1rem}.price-tag{margin-top:1.5rem;padding:.8rem 1.5rem;background:linear-gradient(135deg,#7952b3,#9b6dd6);color:#fff;border-radius:20px;font-weight:600;font-size:1.1rem;text-align:center}.empowerment-section{background:#0e0e23}.empowerment-content{max-width:900px;margin:0 auto}.empowerment-intro{text-align:center;margin-bottom:3rem}.empowerment-intro p{font-size:1.2rem;color:#b0b0c0;line-height:1.8}.empowerment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.empowerment-card{background:#1a1a3e99;padding:2rem;border-radius:12px;border:1px solid rgba(121,82,179,.2);text-align:center;transition:all .3s ease}.empowerment-card:hover{transform:translateY(-5px);border-color:#7952b380;box-shadow:0 10px 30px #7952b333}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#7952b3,#9b6dd6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.empowerment-card h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.empowerment-card p{color:#b0b0c0;line-height:1.7;font-size:.95rem}.empowerment-result{background:#1a1a3e66;padding:2.5rem;border-radius:12px;border:1px solid rgba(121,82,179,.3)}.empowerment-result h3{color:#c298dc;font-size:1.5rem;text-align:center;margin-bottom:2rem;font-weight:600}.result-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.result-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0e0e2399;border-radius:8px;border:1px solid rgba(121,82,179,.2)}.result-icon{font-size:2rem;flex-shrink:0}.result-text{color:#e0e0e0;font-size:.95rem;line-height:1.5}@media (max-width: 768px){.empowerment-grid,.result-items{grid-template-columns:1fr}}.profile-card{max-width:800px;margin:0 auto;background:#1a1a3e99;padding:3rem;border-radius:12px;border:1px solid rgba(121,82,179,.2)}.profile-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(121,82,179,.2)}.profile-name{font-size:1.8rem;color:#fff;font-weight:700;margin-bottom:.3rem}.profile-title{color:#c298dc;font-size:1rem}.profile-intro{color:#e0e0e0;font-size:1.05rem;line-height:1.9;margin-bottom:2rem}.profile-domains{background:#0e0e2399;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid rgba(121,82,179,.15)}.profile-domains h4{color:#c298dc;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.8rem}.profile-domains p{color:#e0e0e0;font-size:1rem;line-height:1.8}.profile-highlights{display:flex;flex-direction:column;gap:1.5rem}.profile-highlight{padding-left:1.5rem;border-left:3px solid #7952b3}.profile-highlight p{color:#b0b0c0;line-height:1.8;font-size:1rem}.ai-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ai-text h3{font-size:1.8rem;margin-bottom:1.2rem;color:#fff;font-weight:700;letter-spacing:-.5px}.ai-text p{color:#b0b0c0;margin-bottom:2rem;line-height:1.8;font-size:1.05rem}.ai-text ul{list-style:none;padding-left:0}.ai-text li{padding:.7rem 0 .7rem 2rem;position:relative;color:#b0b0c0;font-size:1.05rem}.ai-text li:before{content:"✓";position:absolute;left:0;color:#9b6dd6;font-weight:700;font-size:1.2rem}.contact-text{text-align:center;font-size:1.3rem;margin-bottom:3rem;color:#e0e0e0;font-weight:400}.line-contact{text-align:center;background:#1a1a3e99;padding:3rem;border-radius:12px;border:1px solid rgba(121,82,179,.2);max-width:500px;margin:0 auto}.line-qr{max-width:280px;width:100%;height:auto;margin:0 auto 1.5rem;display:block;border-radius:8px}.line-link{color:#b0b0c0;font-size:.95rem}.line-link a{color:#c298dc;text-decoration:none;font-weight:500;transition:color .2s ease}.line-link a:hover{color:#9b6dd6;text-decoration:underline}.footer{background:#0a0a1a;color:#b0b0c0;padding:3rem 0 1.5rem;border-top:1px solid rgba(121,82,179,.2)}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(121,82,179,.1)}.footer-info h3{color:#fff;font-size:1.5rem;margin-bottom:.8rem;font-weight:700}.footer-info p{color:#b0b0c0;font-size:.9rem;margin-bottom:.3rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#b0b0c0;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:#c298dc}.footer-copyright{text-align:center}.footer-copyright p{font-size:.85rem;color:gray}@media (max-width: 768px){.hero h1{font-size:2rem}.hamburger{display:flex;order:-1}.nav{position:fixed;top:0;left:-100%;width:70%;height:100vh;background:#0e0e23fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;transition:left .3s ease;border-right:1px solid rgba(121,82,179,.2)}.nav.open{left:0}.nav a{margin:1.5rem 0;font-size:1.2rem}.ai-content,.services-grid,.company-info{grid-template-columns:1fr}}@media (max-width: 768px){.footer-content{flex-direction:column;gap:2rem}.footer-links{flex-direction:column;gap:1rem}}#chat-widget-host{position:fixed!important;bottom:0!important;right:0!important;width:0!important;height:0!important;overflow:visible!important;z-index:99999!important}
