.modern-node{width:280px;height:160px;border-radius:8px;background-color:white!important;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;border:1px solid #eaeaea;transition:all .2s ease}.modern-node.selected{box-shadow:0 0 0 2px #ff4895,0 2px 8px rgba(0,0,0,.1)}.modern-node:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.node-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #f3f4f6;background-color:white}.node-id{color:#6b7280}.node-id,.node-type{font-size:.7rem;font-weight:500}.node-type{display:flex;align-items:center;gap:4px;color:#4b5563;background-color:#f9fafb;padding:2px 8px;border-radius:4px}.node-body{flex:1;padding:10px 12px;overflow:hidden;background-color:white}.node-title{font-size:.9rem;font-weight:600;color:#111827;margin:0 0 6px;line-height:1.3;text-overflow:ellipsis}.node-description,.node-title{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.node-description{font-size:.75rem;color:#6b7280;line-height:1.4;margin:0}.node-footer{padding:8px 12px;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;background-color:white}.node-metadata{display:flex;gap:8px}.meta-item{display:flex;align-items:center;gap:4px;font-size:.7rem;color:#6b7280;background-color:#f9fafb;padding:3px 8px;border-radius:4px;height:24px}.meta-item.next{color:#ff4895;background-color:#fff1f7}.meta-item.branches{color:#059669;background-color:#ecfdf5}.meta-item.options{color:#d97706;background-color:#fffbeb}.edit-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;background-color:#f9fafb;color:#6b7280;border:none;cursor:pointer;transition:all .2s ease}.edit-button:hover{background-color:#f3f4f6;color:#4b5563}.flow-control-button{width:36px;height:36px;border-radius:6px;background-color:white;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:all .2s ease}.flow-control-button:hover{background-color:#f9fafb;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}